
  .jdp-author-gallery-exact-editable *, .jdp-author-gallery-exact-editable *::before, .jdp-author-gallery-exact-editable *::after{ box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --ink: #13100C;
    --deep: #1C1812;
    --charcoal: #2C2520;
    --gold: #C9A84C;
    --gold-light: #E8C97A;
    --gold-pale: #F5E8C0;
    --cream: #FAF7F2;
    --warm: #F2EBE0;
    --muted: #9A8E7A;
    --border: rgba(201,168,76,0.2);
    --border-mid: rgba(201,168,76,0.4);
    --film-red: #8B1A1A;
    --film-red-light: #C0392B;
  }

  

  body.elementor-page{background:#FAF7F2!important;overflow-x:hidden}
.jdp-author-gallery-exact-editable{
    font-family: 'Montserrat', sans-serif;
    background: var(--cream);
    color: var(--ink);
    overflow-x: hidden;
  }

  /* ── HERO ── */
  .jdp-author-gallery-exact-editable .hero{
    background: var(--ink);
    padding: 90px 24px 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .hero::before{
    content: '';
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(rgba(201,168,76,0.05) 1px, transparent 1px),
      linear-gradient(90deg, rgba(201,168,76,0.05) 1px, transparent 1px);
    background-size: 48px 48px;
  }

  .jdp-author-gallery-exact-editable .hero-eyebrow{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .hero h1{
    font-family: 'Playfair Display', serif;
    font-size: clamp(40px, 7vw, 80px);
    font-weight: 900;
    color: white;
    line-height: 1.05;
    margin-bottom: 16px;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .hero h1 em{
    font-style: italic;
    color: var(--gold-light);
  }

  .jdp-author-gallery-exact-editable .hero-sub{
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 300;
    font-style: italic;
    color: rgba(255,255,255,0.65);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.65;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .hero-ornament{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin: 24px auto;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .orn-line{ width: 60px; height: 1px; background: var(--border-mid); }
  .jdp-author-gallery-exact-editable .orn-diamond{ width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; }

  /* ── FILM SPOTLIGHT ── */
  .jdp-author-gallery-exact-editable .film-spotlight{
    background: var(--deep);
    border-top: 3px solid var(--gold);
    border-bottom: 1px solid var(--border);
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .film-spotlight::before{
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 70% at 50% 50%, rgba(139,26,26,0.12) 0%, transparent 70%);
    pointer-events: none;
  }

  .jdp-author-gallery-exact-editable .film-inner{
    max-width: 1100px;
    margin: 0 auto;
  }

  .jdp-author-gallery-exact-editable .film-badge-row{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    justify-content: center;
  }

  .jdp-author-gallery-exact-editable .film-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--film-red);
    color: white;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 8px 20px;
    border-radius: 2px;
  }

  .jdp-author-gallery-exact-editable .film-badge-dot{
    width: 6px;
    height: 6px;
    background: white;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }

  .jdp-author-gallery-exact-editable .film-tubi{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--border);
    padding: 7px 16px;
    border-radius: 2px;
  }

  .jdp-author-gallery-exact-editable .film-layout{
    display: grid;
    grid-template-columns: 220px 1fr 220px;
    gap: 40px;
    align-items: center;
  }

  .jdp-author-gallery-exact-editable .film-book-cover{
    background: var(--charcoal);
    border: 2px solid var(--border-mid);
    border-radius: 4px;
    aspect-ratio: 2/3;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .film-book-cover-inner{
    padding: 20px 16px;
    text-align: center;
  }

  .jdp-author-gallery-exact-editable .cover-book-title{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .jdp-author-gallery-exact-editable .cover-book-sub{
    font-family: 'Cormorant Garamond', serif;
    font-size: 12px;
    font-style: italic;
    color: rgba(255,255,255,0.65);
    line-height: 1.5;
    margin-bottom: 12px;
  }

  .jdp-author-gallery-exact-editable .cover-author-name{
    font-size: 13px;
    font-weight: 600;
    color: var(--gold-light);
    letter-spacing: 1px;
  }

  .jdp-author-gallery-exact-editable .film-center{
    text-align: center;
  }

  .jdp-author-gallery-exact-editable .film-author-photo{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--charcoal);
    border: 3px solid var(--gold);
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    color: var(--gold-light);
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .film-author-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jdp-author-gallery-exact-editable .film-author-name{
    font-family: 'Playfair Display', serif;
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin-bottom: 6px;
  }

  .jdp-author-gallery-exact-editable .film-author-book{
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-style: italic;
    color: var(--gold-light);
    margin-bottom: 20px;
  }

  .jdp-author-gallery-exact-editable .film-desc{
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    max-width: 500px;
    margin: 0 auto 24px;
  }

  .jdp-author-gallery-exact-editable .film-details{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .jdp-author-gallery-exact-editable .film-detail-item{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
  }

  .jdp-author-gallery-exact-editable .film-detail-dot{
    width: 5px;
    height: 5px;
    background: var(--film-red-light);
    border-radius: 50%;
    margin-top: 7px;
    flex-shrink: 0;
  }

  .jdp-author-gallery-exact-editable .film-detail-text{
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    line-height: 1.5;
  }

  .jdp-author-gallery-exact-editable .film-detail-text strong{
    color: var(--gold-light);
    font-weight: 600;
    display: block;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 2px;
  }

  .jdp-author-gallery-exact-editable .film-poster{
    background: var(--charcoal);
    border: 2px solid var(--border-mid);
    border-radius: 4px;
    aspect-ratio: 2/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .film-poster::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(139,26,26,0.3) 0%, transparent 50%);
  }

  .jdp-author-gallery-exact-editable .poster-label{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 12px;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .poster-title{
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    color: white;
    line-height: 1.1;
    margin-bottom: 8px;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .poster-sub{
    font-size: 10px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1px;
    margin-bottom: 16px;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .poster-streaming{
    background: var(--film-red);
    color: white;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 2px;
    position: relative;
  }

  /* ── SABRINA FEATURED ECOSYSTEM ── */
  .jdp-author-gallery-exact-editable .sabrina-section{
    background: white;
    border-bottom: 1px solid rgba(201,168,76,0.15);
    padding: 80px 24px;
  }

  .jdp-author-gallery-exact-editable .sabrina-inner{
    max-width: 1100px;
    margin: 0 auto;
  }

  .jdp-author-gallery-exact-editable .sabrina-header{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--border);
  }

  .jdp-author-gallery-exact-editable .sabrina-photo{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--charcoal);
    border: 3px solid var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
    color: var(--gold-light);
    flex-shrink: 0;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .sabrina-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .jdp-author-gallery-exact-editable .sabrina-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .jdp-author-gallery-exact-editable .sabrina-eyebrow{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
  }

  .jdp-author-gallery-exact-editable .sabrina-name{
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 8px;
    line-height: 1.1;
  }

  .jdp-author-gallery-exact-editable .sabrina-series{
    font-family: 'Cormorant Garamond', serif;
    font-size: 18px;
    font-style: italic;
    color: var(--muted);
    margin-bottom: 12px;
  }

  .jdp-author-gallery-exact-editable .sabrina-count-badge{
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold-pale);
    border: 1px solid var(--border-mid);
    padding: 5px 14px;
    border-radius: 2px;
  }

  .jdp-author-gallery-exact-editable .ecosystem-label{
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 24px;
    display: block;
  }

  /* Anchor book */
  .jdp-author-gallery-exact-editable .anchor-book{
    background: var(--ink);
    border-radius: 4px;
    padding: 32px 36px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 28px;
    align-items: center;
    border-left: 4px solid var(--gold);
  }

  .jdp-author-gallery-exact-editable .anchor-label{
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 8px;
    display: block;
  }

  .jdp-author-gallery-exact-editable .anchor-title{
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .jdp-author-gallery-exact-editable .anchor-subtitle{
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
    color: rgba(255,255,255,0.65);
  }

  .jdp-author-gallery-exact-editable .anchor-cover-placeholder{
    width: 72px;
    height: 100px;
    background: var(--charcoal);
    border: 1px solid var(--border);
    border-radius: 3px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jdp-author-gallery-exact-editable .anchor-cover-placeholder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
  }

  /* Ecosystem grid */
  .jdp-author-gallery-exact-editable .ecosystem-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 16px;
    margin-bottom: 8px;
  }

  .jdp-author-gallery-exact-editable .eco-card{
    background: var(--warm);
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 16px 14px;
    transition: border-color 0.2s, background 0.2s;
  }

  .jdp-author-gallery-exact-editable .eco-card:hover{
    border-color: var(--border-mid);
    background: var(--cream);
  }

  .jdp-author-gallery-exact-editable .eco-type{
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 6px;
    display: block;
  }

  .jdp-author-gallery-exact-editable .eco-title{
    font-family: 'Playfair Display', serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--ink);
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .jdp-author-gallery-exact-editable .eco-sub{
    font-size: 10px;
    color: var(--muted);
    line-height: 1.4;
  }

  .jdp-author-gallery-exact-editable .eco-cover{
    width: 100%;
    aspect-ratio: 2/3;
    background: var(--charcoal);
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .jdp-author-gallery-exact-editable .eco-cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── AUTHOR GALLERY ── */
  .jdp-author-gallery-exact-editable .gallery-section{
    padding: 80px 24px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .jdp-author-gallery-exact-editable .gallery-header{
    text-align: center;
    margin-bottom: 56px;
  }

  .jdp-author-gallery-exact-editable .gallery-eyebrow{
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 12px;
    display: block;
  }

  .jdp-author-gallery-exact-editable .gallery-title{
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 700;
    color: var(--ink);
    line-height: 1.15;
  }

  .jdp-author-gallery-exact-editable .gallery-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 3px;
    background: var(--border);
    border: 1px solid var(--border);
  }

  .jdp-author-gallery-exact-editable .author-card{
    background: white;
    padding: 36px 32px;
    transition: background 0.2s;
    position: relative;
  }

  .jdp-author-gallery-exact-editable .author-card:hover{ background: var(--warm); }

  .jdp-author-gallery-exact-editable .author-card::before{
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--gold);
    opacity: 0;
    transition: opacity 0.2s;
  }

  .jdp-author-gallery-exact-editable .author-card:hover::before{ opacity: 1; }

  .jdp-author-gallery-exact-editable .author-photo-wrap{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: var(--charcoal);
    border: 2px solid var(--border-mid);
    margin-bottom: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--gold-light);
  }

  .jdp-author-gallery-exact-editable .author-photo-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
  }

  .jdp-author-gallery-exact-editable .author-name{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 4px;
    line-height: 1.2;
  }

  .jdp-author-gallery-exact-editable .author-book{
    font-family: 'Cormorant Garamond', serif;
    font-size: 15px;
    font-style: italic;
    color: var(--gold);
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .jdp-author-gallery-exact-editable .author-divider{
    width: 32px;
    height: 1px;
    background: var(--border-mid);
    margin-bottom: 12px;
  }

  .jdp-author-gallery-exact-editable .author-desc{
    font-size: 12px;
    color: var(--muted);
    line-height: 1.65;
  }

  /* ── STATEMENT STRIP ── */
  .jdp-author-gallery-exact-editable .statement-strip{
    background: var(--gold);
    padding: 48px 24px;
    text-align: center;
  }

  .jdp-author-gallery-exact-editable .statement-strip p{
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 2.8vw, 30px);
    font-weight: 700;
    color: var(--ink);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.4;
  }

  .jdp-author-gallery-exact-editable .statement-strip p em{
    font-style: italic;
    font-weight: 400;
  }

  /* ── CTA ── */
  .jdp-author-gallery-exact-editable .cta-section{
    background: var(--ink);
    padding: 80px 24px;
    text-align: center;
  }

  .jdp-author-gallery-exact-editable .cta-section h2{
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 4vw, 48px);
    font-weight: 700;
    color: white;
    line-height: 1.15;
    margin-bottom: 16px;
  }

  .jdp-author-gallery-exact-editable .cta-section h2 em{ color: var(--gold-light); font-style: italic; }

  .jdp-author-gallery-exact-editable .cta-section p{
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 300;
    color: rgba(255,255,255,0.65);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
  }

  .jdp-author-gallery-exact-editable .btn-gold{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--ink);
    background: var(--gold);
    border: none;
    padding: 16px 36px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    border-radius: 2px;
    margin: 0 8px 8px;
  }

  .jdp-author-gallery-exact-editable .btn-gold:hover{ background: var(--gold-light); }

  .jdp-author-gallery-exact-editable .btn-outline{
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 16px 36px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: border-color 0.2s;
    border-radius: 2px;
    margin: 0 8px 8px;
  }

  .jdp-author-gallery-exact-editable .btn-outline:hover{ border-color: var(--gold); color: var(--gold-light); }

  @media (max-width: 768px) {
    .jdp-author-gallery-exact-editable .film-layout{ grid-template-columns: 1fr; }
    .jdp-author-gallery-exact-editable .film-book-cover, .jdp-author-gallery-exact-editable .film-poster{ aspect-ratio: unset; min-height: 200px; }
    .jdp-author-gallery-exact-editable .sabrina-header{ grid-template-columns: 1fr; text-align: center; }
    .jdp-author-gallery-exact-editable .anchor-book{ grid-template-columns: 1fr; }
    .jdp-author-gallery-exact-editable .ecosystem-grid{ grid-template-columns: repeat(2, 1fr); }
    .jdp-author-gallery-exact-editable .gallery-grid{ grid-template-columns: 1fr; }
  }

.jdp-author-gallery-exact-editable a{text-decoration:none}
.jdp-author-gallery-exact-editable img{max-width:100%;}
.jdp-author-gallery-exact-editable .btn-primary,.jdp-author-gallery-exact-editable .btn-outline,.jdp-author-gallery-exact-editable .btn-gold,.jdp-author-gallery-exact-editable .btn-sage,.jdp-author-gallery-exact-editable .btn-outline-gold,.jdp-author-gallery-exact-editable .cta-btn,.jdp-author-gallery-exact-editable .request-btn,.jdp-author-gallery-exact-editable .nav-cta,.jdp-author-gallery-exact-editable .read-btn,.jdp-author-gallery-exact-editable .listen-btn,.jdp-author-gallery-exact-editable button,.jdp-author-gallery-exact-editable a{pointer-events:auto!important;cursor:pointer!important}
