/* ACMOBOOK public Partner profile — marketplace composition */

body.acm-pp {
    --pp-ink: #12101c;
    --pp-muted: #6d6780;
    --pp-line: #ece8f5;
    --pp-accent: #5e48e8;
    --pp-accent-deep: #4b38d4;
    --pp-lavender: #f3eefc;
    --pp-mint: #e7f6ef;
    --pp-card: #fff;
    --pp-shadow: 0 18px 40px rgba(40, 28, 72, 0.08);
    --pp-shadow-sm: 0 8px 22px rgba(40, 28, 72, 0.06);
    background:
        radial-gradient(900px 480px at 8% -6%, rgba(243, 238, 252, 0.9) 0%, transparent 58%),
        radial-gradient(720px 420px at 100% 0%, rgba(253, 238, 244, 0.55) 0%, transparent 50%),
        #fff;
    color: var(--pp-ink);
}

body.acm-pp.acm-shell { overflow-x: hidden; }

.acm-pp-shell,
.acm-pp-shell *,
.acm-pp-stick,
.acm-pp-stick * {
    box-sizing: border-box;
}

.acm-pp-shell {
    width: min(100% - 24px, 1220px);
    margin: 0 auto;
    padding: 4px 0 48px;
    min-width: 0;
}

.acm-pp-page {
    display: grid;
    gap: 36px;
    min-width: 0;
    overflow-x: clip;
}

.acm-pp-page h1,
.acm-pp-page h2,
.acm-pp-page h3 {
    color: var(--pp-ink);
    font-weight: 780;
    letter-spacing: -0.045em;
    line-height: 1.1;
}

.acm-pp-page h1 { margin: 0; font-size: clamp(1.85rem, 6vw, 3.4rem); }
.acm-pp-page h2 { margin: 0 0 10px; font-size: clamp(1.28rem, 2.6vw, 1.7rem); }
.acm-pp-page h3 { margin: 0; font-size: 1.06rem; }
.acm-pp-page p { color: var(--pp-muted); }
.acm-pp [hidden] { display: none !important; }

.acm-pp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: var(--pp-accent);
    color: #fff !important;
    font: inherit;
    font-size: 14.5px;
    font-weight: 650;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 12px 24px rgba(94, 72, 232, 0.24);
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.acm-pp-btn svg { flex: 0 0 auto; }
.acm-pp-btn:hover { background: var(--pp-accent-deep); transform: translateY(-1px); }
.acm-pp-btn:disabled { opacity: 0.65; pointer-events: none; transform: none; }

.acm-pp-btn--ghost {
    background: #fff;
    color: var(--pp-ink) !important;
    border-color: #e4def2;
    box-shadow: none;
}

.acm-pp-btn--ghost:hover { background: var(--pp-lavender); }

.acm-pp-btn--join {
    background: #1f9d78;
    box-shadow: 0 12px 24px rgba(31, 157, 120, 0.22);
}

.acm-pp-btn--join:hover { background: #178a68; }

.acm-pp-textbtn {
    min-height: 40px;
    padding: 0;
    border: 0;
    background: none;
    color: var(--pp-accent);
    font: inherit;
    font-size: 14px;
    font-weight: 650;
    cursor: pointer;
    white-space: nowrap;
}

.acm-pp-btn:focus-visible,
.acm-pp-textbtn:focus-visible,
.acm-pp-filters button:focus-visible,
.acm-pp-form input:focus-visible,
.acm-pp-form select:focus-visible,
.acm-pp-form textarea:focus-visible,
.acm-pp-navbtn:focus-visible,
.acm-pp-tcard__msg:focus-visible {
    outline: 2px solid var(--pp-accent);
    outline-offset: 2px;
}

.acm-pp .acm-rp-partner-badge,
.acm-pp .acm-rp-partner-badge--public {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px 5px 8px;
    border-radius: 999px;
    border: 1px solid #d8d0f5;
    background: #fff;
    color: var(--pp-accent);
    font-size: 12px;
    font-weight: 650;
}

.acm-pp .acm-rp-partner-badge__short { display: none; }

.acm-pp-chips {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.acm-pp-chips li {
    padding: 5px 12px;
    border-radius: 999px;
    background: #f4f0ff;
    border: 1px solid #ddd4f8;
    color: #4b3cb8;
    font-size: 12.5px;
    font-weight: 620;
}

/* Hero */
.acm-pp-stage { position: relative; min-width: 0; }

.acm-pp-hero {
    display: grid;
    gap: 22px;
    padding: 6px 0 12px;
}

.acm-pp-hero__copy {
    display: grid;
    gap: 13px;
    justify-items: start;
    text-align: left;
    min-width: 0;
    width: 100%;
    order: 2;
}

.acm-pp-hero__media {
    position: relative;
    width: 100%;
    min-width: 0;
    order: 1;
}

.acm-pp-hero__badge { margin: 0; }
.acm-pp-hero__role { margin: 0; font-size: 1rem; color: var(--pp-muted); }
.acm-pp-hero__line { margin: 0; max-width: 40rem; line-height: 1.55; }
.acm-pp-hero h1 { overflow-wrap: anywhere; }

.acm-pp-hero__cta {
    display: grid;
    gap: 10px;
    width: 100%;
    max-width: 440px;
}

.acm-pp-hero__cta .acm-pp-btn { width: 100%; }

/* 3-panel diagonal image composition */
.acm-pp-hero3 {
    --sk: 26px; /* diagonal seam offset */
    position: relative;
    display: flex;
    align-items: stretch;
    height: clamp(300px, 82vw, 420px);
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(160deg, #efe6ff, #f4e9ff 52%, #fde3d6);
    box-shadow: 0 20px 46px rgba(50, 36, 90, 0.18);
    isolation: isolate;
}

/* The panel — never the image — determines the visual dimensions. */
.acm-pp-hero3__panel {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(160deg, #efe6ff, #f4e9ff 52%, #fde3d6);
    z-index: 1;
}

/* Image completely fills its clipping panel. */
.acm-pp-hero3__panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.acm-pp-hero3:hover .acm-pp-hero3__panel img { transform: scale(1.05); }

/* Diagonal seams: each later panel overlaps the previous one and clips its own
   slanted left edge, revealing the fully-painted panel beneath. This guarantees
   there is never a white/transparent triangular gap between panels. */
.acm-pp-hero3__panel + .acm-pp-hero3__panel {
    margin-left: calc(var(--sk) * -1);
    clip-path: polygon(var(--sk) 0, 100% 0, 100% 100%, 0 100%);
}
.acm-pp-hero3__panel:nth-child(2) { z-index: 2; }
.acm-pp-hero3__panel:nth-child(3) { z-index: 3; }

.acm-pp-hero3__panel.is-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 32% 26%, rgba(255, 255, 255, 0.6) 0%, transparent 46%),
        radial-gradient(circle at 74% 72%, rgba(253, 220, 196, 0.75) 0%, transparent 52%),
        radial-gradient(circle at 52% 50%, rgba(109, 94, 246, 0.18) 0%, transparent 55%);
}

/* 2 images: two equal panels, no reserved third slot. */
.acm-pp-hero3--n2 .acm-pp-hero3__panel:nth-child(3) { display: none; }

/* 1 image: single clean dominant panel, no diagonal slicing. */
.acm-pp-hero3--n1 .acm-pp-hero3__panel:nth-child(n + 2) { display: none; }
.acm-pp-hero3--n1 .acm-pp-hero3__panel:first-child {
    clip-path: none;
    margin: 0;
}

/* Floating brand tile — larger, rectangular, premium — over lower-right. */
.acm-pp-hero3__logo {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    width: clamp(116px, 33vw, 132px);
    height: clamp(74px, 21vw, 86px);
    padding: 10px 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(20, 16, 45, 0.08);
    box-shadow: 0 16px 34px rgba(30, 22, 60, 0.24);
    display: grid;
    place-items: center;
}

/* Logo must never be cropped. */
.acm-pp-hero3__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 4px;
}

.acm-pp-hero3__logo .acm-pp-logo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.acm-pp-logo--fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #6d5ef6, #b9a8f6);
    color: #fff;
    font-weight: 800;
    font-size: 1.15rem;
}

/* Metrics — overlap hero on larger screens */
.acm-pp-strip {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--pp-line);
    border-radius: 20px;
    box-shadow: var(--pp-shadow);
    position: relative;
    z-index: 3;
}

.acm-pp-strip__item {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.acm-pp-strip__ico {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #f1ecff;
    color: var(--pp-accent);
}

.acm-pp-strip strong {
    display: block;
    font-size: 1.25rem;
    letter-spacing: -0.04em;
}

.acm-pp-strip span { color: var(--pp-muted); font-size: 12.5px; }

.acm-pp-flash {
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 14px;
}

.acm-pp-flash--ok { background: var(--pp-mint); color: #1d6b52; }
.acm-pp-flash--err { background: #fde8e6; color: #9b2c2c; }
.acm-pp-empty { text-align: center; padding: 48px 16px; }

/* Talent */
.acm-pp-block { min-width: 0; scroll-margin-top: 96px; }

.acm-pp-block__head {
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.acm-pp-block__tools {
    display: grid;
    gap: 10px;
}

.acm-pp-filters {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.acm-pp-filters::-webkit-scrollbar { display: none; }

.acm-pp-filters button {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--pp-line);
    background: #fff;
    color: var(--pp-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 620;
    cursor: pointer;
    white-space: nowrap;
}

.acm-pp-filters button.is-on {
    background: var(--pp-accent);
    border-color: var(--pp-accent);
    color: #fff;
}

.acm-pp-trackwrap { position: relative; min-width: 0; }

.acm-pp-navbtn {
    display: grid;
    place-items: center;
    position: absolute;
    top: 36%;
    z-index: 2;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--pp-line);
    background: #fff;
    color: var(--pp-ink);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    box-shadow: var(--pp-shadow-sm);
}

.acm-pp-trackwrap:has(.is-grid) .acm-pp-navbtn,
.acm-pp-trackwrap.is-fit .acm-pp-navbtn,
.acm-pp-trackwrap:not(:has(li:nth-child(2))) .acm-pp-navbtn { display: none; }

.acm-pp-navbtn[data-acm-pp-prev] { left: -4px; }
.acm-pp-navbtn[data-acm-pp-next] { right: -4px; }

.acm-pp-track {
    list-style: none;
    margin: 0;
    padding: 4px 2px 8px;
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    /* Width tracks the number of cards: shrinks to content when few cards exist
       (no reserved empty carousel), caps at the container and scrolls when many. */
    width: max-content;
    max-width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.acm-pp-track::-webkit-scrollbar { display: none; }

.acm-pp-leadline {
    margin: 4px 0 0;
    font-size: 14.5px;
}

.acm-pp-roster-empty {
    display: grid;
    gap: 8px;
    justify-items: start;
    padding: 28px 22px;
    border: 1px solid var(--pp-line);
    border-radius: 24px;
    background: linear-gradient(180deg, #f7f4ff, #fff);
}

.acm-pp-roster-empty h3 { margin: 0; }
.acm-pp-roster-empty .acm-pp-btn { margin-top: 8px; }

.acm-pp-track > li {
    flex: 0 0 min(74vw, 262px);
    scroll-snap-align: start;
    min-width: 0;
}

.acm-pp-track.is-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    width: 100%;
    max-width: 100%;
    overflow: visible;
    scroll-snap-type: none;
}

.acm-pp-track.is-grid > li { flex: none; }

.acm-pp-tcard {
    display: grid;
    background: #fff;
    border: 1px solid var(--pp-line);
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    min-width: 0;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.acm-pp-tcard:hover { transform: translateY(-3px); box-shadow: var(--pp-shadow); }

.acm-pp-tcard__photo {
    display: block;
    aspect-ratio: 3 / 4;
    background: linear-gradient(160deg, #efe7fb, #f7eef4);
    overflow: hidden;
    position: relative;
}

.acm-pp-tcard__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.acm-pp-tcard:hover .acm-pp-tcard__photo img { transform: scale(1.05); }

.acm-pp-tcard__mono {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 2rem;
    font-weight: 800;
    color: #5b4ee8;
}

.acm-pp-tcard__tag {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: var(--pp-accent);
    font-size: 11px;
    font-weight: 700;
}

.acm-pp-tcard__body {
    display: grid;
    gap: 4px;
    padding: 12px 12px 14px;
    min-width: 0;
}

.acm-pp-tcard__body h3 a { color: var(--pp-ink); overflow-wrap: anywhere; }
.acm-pp-tcard__body p { margin: 0; font-size: 13px; }

.acm-pp-tcard__rate {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #c48a12 !important;
    font-weight: 700;
    font-size: 13px !important;
}

.acm-pp-tcard__rate span { color: var(--pp-muted); font-weight: 550; }

.acm-pp-tcard__verified {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(18, 16, 28, 0.72);
    color: #fff;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.acm-pp-tcard__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
}

.acm-pp-tcard__view,
.acm-pp-tcard__msg {
    color: var(--pp-accent);
    font-size: 13.5px;
    font-weight: 650;
    text-decoration: none;
}

.acm-pp-tcard__msg {
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
}

.acm-pp-none { margin: 8px 0 0; font-size: 14px; }

.acm-pp-roster-empty--error {
    background: #fff8f6;
    border-color: #f3d4ce;
}

/* Hub: why + book + join */
.acm-pp-hub {
    display: grid;
    gap: 28px;
    align-items: stretch;
}

.acm-pp-why,
.acm-pp-lead,
.acm-pp-panel,
.acm-pp-contact {
    min-width: 0;
    scroll-margin-top: 96px;
}

.acm-pp-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.acm-pp-benefits li {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.acm-pp-benefits__ico {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #f1ecff;
    color: var(--pp-accent);
    margin-bottom: 2px;
}

.acm-pp-benefits strong { font-size: 13.5px; }
.acm-pp-benefits span { color: var(--pp-muted); font-size: 12.5px; line-height: 1.4; }

.acm-pp-lead {
    display: grid;
    gap: 12px;
    padding: 22px 18px;
    border-radius: 24px;
    min-width: 0;
    align-content: start;
}

.acm-pp-lead--event {
    background: linear-gradient(180deg, #ece6ff, #f7f4ff);
}

.acm-pp-lead--join {
    background: linear-gradient(180deg, #e7f7ef, #f4fbf7);
}

.acm-pp-lead__copy { display: grid; gap: 10px; min-width: 0; }
.acm-pp-lead__art { display: none; justify-self: end; align-self: end; }
.acm-pp-lead__cta form { width: 100%; }
.acm-pp-lead__cta .acm-pp-btn { width: 100%; }

.acm-pp-ticks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 6px;
}

.acm-pp-ticks li {
    position: relative;
    padding-left: 20px;
    color: var(--pp-ink);
    font-size: 14px;
}

.acm-pp-ticks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--pp-accent);
    font-weight: 800;
}

.acm-pp-lead--join .acm-pp-ticks li::before { color: #1f9d78; }

.acm-pp-form {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.acm-pp-form label {
    font-size: 12px;
    font-weight: 650;
    color: #3d3568;
    margin-top: 4px;
}

.acm-pp-form input,
.acm-pp-form select,
.acm-pp-form textarea {
    width: 100%;
    max-width: 100%;
    min-height: 46px;
    box-sizing: border-box;
    border: 1px solid #ddd6f0;
    border-radius: 12px;
    padding: 0 12px;
    font: inherit;
    font-size: 16px;
    background: #fff;
    color: var(--pp-ink);
}

.acm-pp-form textarea { min-height: 96px; padding: 10px 12px; resize: vertical; }
.acm-pp-form--book textarea { min-height: 108px; }
.acm-pp-form__row { display: grid; gap: 10px; }
.acm-pp-form .acm-pp-btn { margin-top: 8px; width: 100%; }

.acm-pp-picked { display: grid; gap: 6px; }
.acm-pp-picked__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}
@media (min-width: 400px) {
    .acm-pp-picked__row {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }
}

.acm-pp-success {
    display: grid;
    gap: 10px;
    justify-items: start;
}
.acm-pp-success .acm-pp-btn { width: 100%; }

.acm-pp-contact {
    width: min(100%, 680px);
    margin-inline: auto;
    padding: 24px 18px;
    border: 1px solid var(--pp-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
}

/* About moved into the hub left column */
.acm-pp-about-card { display: grid; gap: 10px; align-content: start; }
.acm-pp-about-card h2 { margin: 0; }
.acm-pp-about-card .acm-pp-meta { margin: 0; }
.acm-pp-about-card .acm-pp-about { margin: 0; color: var(--pp-muted); line-height: 1.6; }

/* Booking field wrapper + login nudge */
.acm-pp-field { display: grid; gap: 6px; }
.acm-pp-loginhint {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 0 0 4px;
    padding: 10px 12px;
    background: #f5f2ff;
    border: 1px solid #e6def9;
    border-radius: 12px;
    font-size: 13px;
    color: #4a4370;
    line-height: 1.45;
}
.acm-pp-loginhint svg { flex: 0 0 auto; color: var(--pp-accent); margin-top: 1px; }
.acm-pp-loginhint a { color: var(--pp-accent); font-weight: 700; }

/* Connect: Let's work together (left) + showcase gallery (right) */
.acm-pp-connect { display: grid; gap: 20px; }
.acm-pp-connect--split .acm-pp-contact { width: 100%; margin: 0; }
.acm-pp-gallery {
    min-width: 0;
    border: 1px solid var(--pp-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--pp-shadow-sm);
    padding: 16px;
    display: grid;
    gap: 14px;
    align-content: start;
}
.acm-pp-gallery__tabs {
    display: inline-flex;
    gap: 6px;
    background: #f4f1fb;
    border-radius: 999px;
    padding: 4px;
    justify-self: start;
}
.acm-pp-gallery__tabs button {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 999px;
    font: inherit;
    font-size: 13px;
    font-weight: 650;
    color: var(--pp-muted);
}
.acm-pp-gallery__tabs button.is-on { background: #fff; color: var(--pp-ink); box-shadow: var(--pp-shadow-sm); }
.acm-pp-gallery__panel {
    max-height: min(58vh, 440px);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    margin-right: -6px;
    padding-right: 6px;
}
.acm-pp-gallery__panel::-webkit-scrollbar { width: 8px; }
.acm-pp-gallery__panel::-webkit-scrollbar-track { background: transparent; }
.acm-pp-gallery__panel::-webkit-scrollbar-thumb { background: #e2daf5; border-radius: 8px; }
.acm-pp-gallery__panel::-webkit-scrollbar-thumb:hover { background: #d3c8ef; }
.acm-pp-gallery__panel[hidden] { display: none; }
.acm-pp-gallery__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.acm-pp-gallery__img {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #f2eefb;
}
.acm-pp-gallery__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.acm-pp-gallery__img:hover img { transform: scale(1.05); }
.acm-pp-gallery__vids { display: grid; gap: 10px; }
.acm-pp-gallery__vid {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #1c1630;
}
.acm-pp-gallery__vid img { width: 100%; height: 100%; object-fit: cover; opacity: .92; }
.acm-pp-gallery__vidfallback { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-weight: 700; }
.acm-pp-gallery__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: var(--pp-accent);
    box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
    transition: transform .2s ease;
}
.acm-pp-gallery__vid:hover .acm-pp-gallery__play { transform: scale(1.08); }
.acm-pp-gallery__social { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.acm-pp-gallery__social a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid var(--pp-line);
    border-radius: 14px;
    color: var(--pp-ink);
    font-weight: 650;
    font-size: 14px;
    text-decoration: none;
    transition: border-color .15s ease, background .15s ease;
}
.acm-pp-gallery__social a:hover { border-color: var(--pp-accent); background: #faf8ff; }
.acm-pp-gallery__sdot { width: 10px; height: 10px; border-radius: 50%; background: var(--pp-accent); flex: 0 0 auto; }
.acm-pp-gallery__social a[data-platform="instagram"] .acm-pp-gallery__sdot { background: #E1306C; }
.acm-pp-gallery__social a[data-platform="facebook"] .acm-pp-gallery__sdot { background: #1877F2; }
.acm-pp-gallery__social a[data-platform="x"] .acm-pp-gallery__sdot { background: #111; }
.acm-pp-gallery__social a[data-platform="youtube"] .acm-pp-gallery__sdot { background: #FF0000; }
.acm-pp-gallery__social a[data-platform="linkedin"] .acm-pp-gallery__sdot { background: #0A66C2; }
.acm-pp-gallery__social a[data-platform="spotify"] .acm-pp-gallery__sdot { background: #1DB954; }
.acm-pp-gallery__social a[data-platform="tiktok"] .acm-pp-gallery__sdot { background: #111; }
.acm-pp-gallery__social a[data-platform="whatsapp"] .acm-pp-gallery__sdot { background: #25D366; }
.acm-pp-gallery__social a > span[aria-hidden] { margin-left: auto; color: var(--pp-muted); }
.acm-pp-gallery__vid { border: 0; padding: 0; cursor: pointer; width: 100%; }

/* Inline video lightbox */
body.acm-pp-noscroll { overflow: hidden; }
.acm-pp-vmodal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 16px;
}
.acm-pp-vmodal[hidden] { display: none; }
.acm-pp-vmodal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 12, 32, .78);
    backdrop-filter: blur(3px);
}
.acm-pp-vmodal__frame {
    position: relative;
    width: min(100%, 920px);
    z-index: 1;
}
.acm-pp-vmodal__embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.acm-pp-vmodal__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.acm-pp-vmodal__close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    color: #1c1630;
    display: grid;
    place-items: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}
@media (max-width: 640px) {
    .acm-pp-vmodal__close { top: -46px; right: 0; }
}

.acm-pp-facts {
    display: grid;
    gap: 10px 24px;
    margin: 0 0 14px;
    grid-template-columns: 1fr;
}
.acm-pp-facts div { min-width: 0; }
.acm-pp-facts dt {
    margin: 0;
    font-size: 12px;
    font-weight: 650;
    color: var(--pp-muted);
}
.acm-pp-facts dd {
    margin: 2px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--pp-ink);
}

.acm-pp-panel--quiet {
    padding: 8px 0 0;
    border-top: 1px solid var(--pp-line);
}

.acm-pp-meta { margin: 0 0 8px; font-size: 13.5px; font-weight: 650; color: #3d3568; }
.acm-pp-about { margin: 0 0 10px; line-height: 1.6; }
.acm-pp-note { margin: 0; }
.acm-pp-note--muted { margin: 8px 0 0; font-size: 12.5px; color: var(--pp-muted); line-height: 1.45; }

.acm-pp-stick {
    position: fixed;
    z-index: 10900;
    left: 12px;
    right: 12px;
    bottom: calc(86px + env(safe-area-inset-bottom, 0px));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--pp-line);
    box-shadow: 0 14px 36px rgba(22, 19, 38, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.acm-pp-stick .acm-pp-btn {
    width: 100%;
    min-height: 46px;
    padding: 0 8px;
    font-size: 13px;
}

.acm-pp-stick.is-away { display: none; }

body.acm-pp .site-main {
    padding-bottom: calc(168px + env(safe-area-inset-bottom, 0px)) !important;
}

@media (min-width: 520px) {
    .acm-pp-hero__cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: none;
        width: auto;
    }
    .acm-pp-hero__cta .acm-pp-btn { width: auto; min-width: 180px; }
    .acm-pp-form__row { grid-template-columns: 1fr 1fr; }
    .acm-pp-hero3 { height: clamp(320px, 62vw, 440px); --sk: 30px; }
    .acm-pp-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .acm-pp-success .acm-pp-btn { width: auto; }
}

@media (min-width: 768px) {
    .acm-pp-shell { width: min(100% - 40px, 1220px); padding-top: 12px; }
    .acm-pp-page { gap: 52px; }
    .acm-pp-hero3 { height: clamp(360px, 48vw, 460px); }
    .acm-pp-strip { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); padding: 18px 22px; }
    .acm-pp-block__head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
    .acm-pp-block__tools {
        display: flex;
        align-items: center;
        gap: 12px;
        min-width: 0;
    }
    .acm-pp-track > li { flex-basis: 262px; }
    .acm-pp-lead { padding: 28px; }
    .acm-pp-lead--join { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
    .acm-pp-lead--join .acm-pp-lead__art { display: block; }
    .acm-pp-contact { padding: 32px 36px; }
    .acm-pp-chips { justify-content: flex-start; }
    .acm-pp-form input,
    .acm-pp-form select,
    .acm-pp-form textarea { font-size: 15px; }
}

@media (min-width: 1024px) {
    .acm-pp-hero {
        grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1.18fr);
        align-items: center;
        gap: 40px;
        min-height: 0;
        padding: 10px 0 56px;
    }
    .acm-pp-hero__copy { order: 0; }
    .acm-pp-hero__media { order: 0; justify-self: stretch; }
    .acm-pp-hero3 {
        height: clamp(440px, 34vw, 540px);
        border-radius: 26px;
        --sk: 42px;
    }
    .acm-pp-hero3__logo { width: 168px; height: 108px; right: 20px; bottom: 20px; border-radius: 20px; padding: 12px 18px; }
    .acm-pp-hero__cta { justify-content: flex-start; }
    .acm-pp-stage.has-strip .acm-pp-strip {
        margin-top: -44px;
        max-width: 640px;
    }
    .acm-pp-stick { display: none; }
    body.acm-pp .site-main { padding-bottom: 48px !important; }

    /* Conversion area: Why | Book side by side, Join full width below */
    .acm-pp-hub {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
        gap: 24px;
    }
    .acm-pp-why {
        grid-column: 1;
        grid-row: 1;
        background: #fff;
        border: 1px solid var(--pp-line);
        border-radius: 24px;
        padding: 28px;
        box-shadow: var(--pp-shadow-sm);
    }
    .acm-pp-lead--event { grid-column: 2; grid-row: 1; }
    .acm-pp-lead--join { grid-column: 1 / -1; grid-row: 2; }
    .acm-pp-why .acm-pp-benefits { grid-template-columns: 1fr 1fr; }

    /* Let's work together (left) + gallery (right) */
    .acm-pp-connect--split {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 24px;
        align-items: start;
    }
    .acm-pp-gallery__grid { grid-template-columns: 1fr 1fr 1fr; }
}

@media (min-width: 1280px) {
    .acm-pp-page h1 { font-size: 3.5rem; }
    .acm-pp-track > li { flex-basis: 274px; }
}

@media (max-width: 359px) {
    .acm-pp-shell { width: min(100% - 16px, 1220px); }
    .acm-pp-page h1 { font-size: 1.6rem; }
    .acm-pp-benefits { grid-template-columns: 1fr; }
    .acm-pp-stick { left: 8px; right: 8px; }
}

.acm-pp-lead--join .acm-pp-btn--join {
    background: #fff;
    color: #157a60 !important;
    border: 1px solid #c5eadb;
    box-shadow: none;
}

.acm-pp-lead--join .acm-pp-btn--join:hover {
    background: #f3fbf7;
}

.acm-pp-hero__copy,
.acm-pp-hero__media,
.acm-pp-strip,
.acm-pp-talent {
    animation: acm-pp-rise 0.5s ease both;
}

.acm-pp-hero__media { animation-delay: 0.08s; }
.acm-pp-strip { animation-delay: 0.12s; }
.acm-pp-talent { animation-delay: 0.16s; }

@keyframes acm-pp-rise {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
    .acm-pp-tcard,
    .acm-pp-btn,
    .acm-pp-hero__copy,
    .acm-pp-hero__media,
    .acm-pp-strip,
    .acm-pp-talent,
    .acm-pp-hero3__panel img,
    .acm-pp-tcard__photo img {
        animation: none !important;
        transition: none !important;
    }
    .acm-pp-tcard:hover,
    .acm-pp-btn:hover,
    .acm-pp-hero3:hover .acm-pp-hero3__panel img,
    .acm-pp-tcard:hover .acm-pp-tcard__photo img { transform: none; }
}

@media print {
    .acm-pp-stick { display: none !important; }
}
