/* ============================================================
   NOIR FEMME — OFFICIAL COLOR ROLE SYSTEM
   Primary    #FF2D78  nav links, post headlines, CTA buttons (white text)
   Accent 1   #FF85B3  category tags, blockquote border, dividers
   Accent 2   #FFB3CF  hover states, subtle tag bg, icon fills
   Body text  #1A0010  all paragraph text
   Nav/footer #0D0D0D  sticky nav bg, footer, dark sections
   Card bg    #FFF0F5  post cards, sidebar widgets, email optins
   Page bg    #FFFFFF  main content area
   ============================================================ */

/* PAGE BACKGROUND */
html, body { background-color: #FFFFFF !important; color: #1A0010 !important; }
.bg-background { background-color: #FFFFFF !important; }
.text-on-background { color: #1A0010 !important; }
main, #content, #primary, .site-content { background-color: #FFFFFF !important; }

/* BODY TEXT — warm dark */
p, li, td, th, label, figcaption { color: #1A0010; }

/* HEADINGS — primary pink */
h1, h2, h3, h4, h5, h6 { color: #FF2D78; font-family: 'Cormorant Garamond', Georgia, serif; }
.entry-title, .post-title { color: #FF2D78; }
.font-body-editorial { font-family: 'Cormorant Garamond', Georgia, serif !important; }

/* NAV — bg #0D0D0D, links white/muted → #FF2D78 on hover */
header { background-color: #0D0D0D !important; }
header .text-slate-400 { color: rgba(255,255,255,0.55) !important; }
header nav a { color: rgba(255,255,255,0.55) !important; }
header nav a:hover { color: #FF2D78 !important; }

/* PRIMARY */
.bg-primary { background-color: #FF2D78 !important; color: #FFFFFF !important; }
.text-primary { color: #FF2D78 !important; }
.hover\:text-primary:hover { color: #FF2D78 !important; }
.border-primary { border-color: #FF2D78 !important; }
.bg-primary-container { background-color: #FF2D78 !important; }
.text-on-primary-container { color: #FFFFFF !important; }
.text-on-primary { color: #FFFFFF !important; }

/* ACCENT CLASSES (old compiled names → Noir Femme) */
.text-tertiary     { color: #FF85B3 !important; }
.text-secondary    { color: #1A0010 !important; }
.text-primary-fixed{ color: #FF2D78 !important; }
.text-slate-400    { color: rgba(26,0,16,0.45) !important; }
.text-slate-500    { color: rgba(26,0,16,0.4) !important; }
.text-slate-600    { color: rgba(26,0,16,0.35) !important; }

/* BLOCKQUOTE — Accent 1 left border */
blockquote { border-left: 4px solid #FF85B3 !important; padding-left: 1.25rem; color: #1A0010 !important; }
hr, .divider { border-color: rgba(255,133,179,0.3) !important; }

/* CARD BG */
.glass-panel {
  background: #FFF0F5 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: 1px solid rgba(255,45,120,0.15) !important;
  color: #1A0010 !important;
}

/* FOOTER */
footer, .site-footer { background-color: #0D0D0D !important; color: rgba(255,240,245,0.65) !important; }
footer p, footer span, footer li, footer div { color: rgba(255,240,245,0.65) !important; }
footer a { color: rgba(255,240,245,0.65) !important; }
footer a:hover { color: #FF85B3 !important; }
footer h3, footer h4 { color: #FF85B3 !important; }

/* FONTS */
.font-body-standard, body { font-family: 'DM Sans', Inter, sans-serif !important; }
.font-technical-data { font-family: 'DM Sans', Inter, sans-serif !important; }

/* ── POST LAYOUT: wide title, spacious body ──────────────────────────
   Standard for ALL articles — current and future.
   Container 1200px → title ~1072px → body 800px centered.
   ─────────────────────────────────────────────────────────────────── */

.post-content {
    max-width: 1200px !important;
    padding: 0 4rem !important;
    margin-top: 4rem !important;
    margin-bottom: 6rem !important;
}
.post-header {
    max-width: 100% !important;
    margin-bottom: 2.5rem !important;
}
.post-body,
.entry-content {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.1rem !important;
    line-height: 1.95 !important;
}
.post-share,
.post-follow,
.post-cta,
.post-nav,
.post-back {
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.post-hero {
    margin-left: -4rem !important;
    margin-right: -4rem !important;
    margin-bottom: 3rem !important;
}
.post-thumbnail {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
}

/* ── SINGLE POST: header typography ─────────────────────────────── */
.post-category-label {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF2D78;
    border: 1px solid rgba(255,45,120,0.3);
    border-radius: 9999px;
    padding: 5px 14px;
    background: rgba(255,45,120,0.06);
    margin-bottom: 1.5rem;
}
.post-title {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(2.2rem, 4.5vw, 3.8rem) !important;
    font-weight: 300 !important;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin: 0 0 1.5rem !important;
    letter-spacing: -0.01em;
}
.post-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,179,207,0.5);
    flex-wrap: wrap;
}
.post-meta-dot { color: rgba(255,45,120,0.4); }

/* ── SINGLE POST: body content elements ─────────────────────────── */
body.single-post .post-body h2,
body.single .post-body h2 {
    font-size: clamp(1.4rem, 2.8vw, 1.85rem) !important;
    font-weight: 600 !important;
    color: #FF85B3 !important;
    margin: 2.5rem 0 1rem !important;
    line-height: 1.2 !important;
}
body.single-post .post-body h3,
body.single .post-body h3 {
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    font-weight: 600 !important;
    color: rgba(255,133,179,0.8) !important;
    margin: 2rem 0 0.75rem !important;
}
body.single-post .post-body a,
body.single .post-body a {
    color: #FF85B3 !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-color: rgba(255,133,179,0.35);
    transition: color 0.2s, text-decoration-color 0.2s;
}
body.single-post .post-body a:hover,
body.single .post-body a:hover {
    color: #FF2D78 !important;
    text-decoration-color: rgba(255,45,120,0.6);
}

@media (max-width: 900px) {
    .post-content { padding: 0 2.5rem !important; }
    .post-body, .entry-content { max-width: 100% !important; }
    .post-share, .post-follow, .post-cta, .post-nav, .post-back { max-width: 100% !important; }
    .post-hero { margin-left: -2.5rem !important; margin-right: -2.5rem !important; }
}
@media (max-width: 640px) {
    .post-content { padding: 0 1.25rem !important; margin-top: 2.5rem !important; }
    .post-hero { margin-left: -1.25rem !important; margin-right: -1.25rem !important; }
    .post-title { font-size: clamp(1.9rem, 8vw, 2.4rem) !important; }
    .post-meta { font-size: 0.62rem; gap: 0.35rem; }
}

/* ── DARK PAGES: single post + category ─────────────────────────────
   Override global light-page rules for dark-bg templates.
   ─────────────────────────────────────────────────────────────────── */

body.single-post main, body.single main, body.category main,
body.single-post #content, body.single #content, body.category #content,
body.single-post #primary, body.single #primary, body.category #primary,
body.single-post .site-content, body.single .site-content, body.category .site-content,
body.page-template-page-services-php, body.page-template-page-services-php main,
body.page-template-page-about-php, body.page-template-page-about-php main,
body.page-template-page-privacy-policy-php, body.page-template-page-privacy-policy-php main,
body.page-template-page-ai-for-business-php, body.page-template-page-ai-for-business-php main {
    background-color: #0D0D0D !important;
}
body.single-post p, body.single p,
body.single-post li, body.single li,
body.single-post td, body.single td,
body.single-post th, body.single th {
    color: rgba(255,179,207,0.9) !important;
}
body.single-post blockquote, body.single blockquote {
    color: rgba(255,255,255,0.72) !important;
}
body.category p, body.category li {
    color: rgba(255,179,207,0.9) !important;
}

/* ── CATEGORY PAGINATION ─────────────────────────────────────────────
   Scoped to body.category — brand pink on dark background.
   ─────────────────────────────────────────────────────────────────── */

body.category .cat-pagination {
    max-width: 1200px;
    margin: 3rem auto 5rem;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
body.category .cat-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid rgba(255,45,120,0.25);
    color: rgba(255,179,207,0.7) !important;
    background: transparent;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
body.category .cat-pagination .page-numbers:hover {
    border-color: #FF2D78;
    color: #FF2D78 !important;
    background: rgba(255,45,120,0.06);
}
body.category .cat-pagination .page-numbers.current {
    background: #FF2D78;
    border-color: #FF2D78;
    color: #ffffff !important;
}
body.category .cat-pagination .page-numbers.dots {
    border-color: transparent;
    background: transparent;
    color: rgba(255,179,207,0.3) !important;
    cursor: default;
    pointer-events: none;
}
body.category .cat-pagination a.prev,
body.category .cat-pagination a.next {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0 1.1rem;
}
@media (max-width: 600px) {
    body.category .cat-pagination {
        gap: 0.35rem;
        margin: 2rem auto 3.5rem;
        padding: 0 1.25rem;
    }
    body.category .cat-pagination .page-numbers {
        min-width: 2.25rem;
        height: 2.25rem;
        font-size: 0.7rem;
    }
}

/* ── CATEGORY PAGE — cat-* layout ────────────────────────────────────
   Bento grid: 1 feature card (latest) + up to 8 supporting cards.
   Dark theme: #0D0D0D background.
   ─────────────────────────────────────────────────────────────────── */

.cat-wrap {
    min-height: 60vh;
    background: #0D0D0D;
    padding-bottom: 2rem;
}

/* ── Header ── */
.cat-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 2rem 3rem;
    text-align: center;
}
.cat-eyebrow {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FF2D78;
    margin-bottom: 1rem;
}
.cat-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 5vw, 3.4rem);
    font-weight: 300;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 1rem;
}
.cat-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: rgba(255,179,207,0.65);
    max-width: 520px;
    margin: 0 auto 1.75rem;
    line-height: 1.65;
}
.cat-rule {
    width: 40px;
    height: 1px;
    background: rgba(255,45,120,0.35);
    margin: 0 auto;
}

/* ── Bento grid ── */
.cat-bento {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

/* ── Feature card ── */
.cat-feat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.25s, transform 0.2s;
    height: 100%;
}
.cat-feat-card:hover {
    border-color: rgba(255,45,120,0.3);
    transform: translateY(-2px);
}
.cat-feat-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #1a0a10;
}
.cat-feat-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.cat-feat-card:hover .cat-feat-thumb {
    transform: scale(1.03);
}
.cat-feat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(13,13,13,0.85) 100%);
}
.cat-feat-img--no-thumb {
    background: linear-gradient(135deg, #1a0010 0%, #0d0d0d 100%);
}
.cat-feat-placeholder {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(255,45,120,0.04) 20px,
        rgba(255,45,120,0.04) 21px
    );
}
.cat-feat-body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    flex: 1;
}
.cat-feat-badge {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #FF2D78;
}
.cat-feat-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 2.2vw, 1.7rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.25;
    margin: 0;
}
.cat-feat-excerpt {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.87rem;
    color: rgba(255,179,207,0.6);
    line-height: 1.6;
    margin: 0;
    flex: 1;
}
.cat-feat-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: rgba(255,179,207,0.4);
    margin-top: auto;
}
.cat-meta-dot { color: rgba(255,45,120,0.4); }

/* ── Supporting cards grid ── */
.cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.cat-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    border-radius: 12px;
    overflow: hidden;
    background: #161616;
    border: 1px solid rgba(255,255,255,0.05);
    transition: border-color 0.25s, transform 0.2s;
}
.cat-card:hover {
    border-color: rgba(255,45,120,0.25);
    transform: translateY(-2px);
}
.cat-card-img {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #1a0a10;
}
.cat-card-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.cat-card:hover .cat-card-thumb {
    transform: scale(1.04);
}
.cat-card-img--no-thumb {
    background: linear-gradient(135deg, #1a0010 0%, #0d0d0d 100%);
}
.cat-card-placeholder {
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 14px,
        rgba(255,45,120,0.04) 14px,
        rgba(255,45,120,0.04) 15px
    );
}
.cat-card-body {
    padding: 1.1rem 1.1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}
.cat-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255,240,245,0.92);
    line-height: 1.3;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat-card-excerpt {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: rgba(255,179,207,0.5);
    line-height: 1.55;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.cat-card-date {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255,179,207,0.3);
    text-transform: uppercase;
    margin-top: auto;
}

/* ── Empty state ── */
.cat-empty {
    text-align: center;
    padding: 5rem 2rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: rgba(255,179,207,0.4);
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .cat-bento {
        grid-template-columns: 1fr;
    }
    .cat-feat-card {
        height: auto;
    }
}
@media (max-width: 600px) {
    .cat-header {
        padding: 3rem 1.25rem 2rem;
    }
    .cat-bento {
        padding: 0 1.25rem;
        gap: 14px;
    }
    .cat-grid {
        grid-template-columns: 1fr;
    }
    .cat-feat-body {
        padding: 1.25rem;
    }
}

/* ── SINGLE POST — move inline styles to theme ───────────────────────
   .post-readtime, .post-share, .post-follow, .post-nav, .post-cta,
   .post-back live here so single.php <style> block can be removed.
   ─────────────────────────────────────────────────────────────────── */

.post-readtime {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,179,207,0.55);
    margin-left: 6px;
}
.post-readtime::before {
    content: '·';
    color: #FF2D78;
    opacity: 0.45;
}

.post-share {
    margin: 3rem 0 0;
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.post-share-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,179,207,0.45);
    margin-right: 4px;
}
.post-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,240,245,0.7);
    background: transparent;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.post-share-btn:hover {
    border-color: #FF2D78;
    color: #fff;
    background: rgba(255,45,120,0.06);
}
.post-share-btn svg { flex-shrink: 0; }

.post-follow {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.post-follow-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,179,207,0.45);
    margin-right: 4px;
}
.post-follow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,240,245,0.6);
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.post-follow-icon:hover {
    border-color: #FF2D78;
    color: #FF2D78;
    background: rgba(255,45,120,0.06);
}

.post-nav {
    margin-top: 3.5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.post-nav-link {
    text-decoration: none;
    padding: 1.5rem;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    background: rgba(255,255,255,0.02);
    transition: border-color 0.2s, background 0.2s;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.post-nav-link:hover {
    border-color: rgba(255,45,120,0.25);
    background: rgba(255,45,120,0.03);
}
.post-nav-link--next { text-align: right; }
.post-nav-direction {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,45,120,0.6);
}
.post-nav-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: rgba(255,240,245,0.8);
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-cta {
    margin-top: 4rem;
    padding: 2.5rem;
    border: 1px solid rgba(255,45,120,0.15);
    border-radius: 16px;
    background: rgba(255,45,120,0.03);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.post-cta-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FF2D78;
}
.post-cta-heading {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.3rem, 2.5vw, 1.7rem);
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}
.post-cta-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.88rem;
    color: rgba(255,179,207,0.65);
    line-height: 1.6;
    max-width: 480px;
    margin: 0;
}
.post-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    background: #FF2D78;
    color: #fff;
    padding: 12px 28px;
    border-radius: 9999px;
    margin-top: 4px;
    transition: opacity 0.2s, transform 0.15s;
}
.post-cta-btn:hover { opacity: 0.9; transform: translateY(-1px); }

.post-nl-section { margin-top: 4rem; }
.post-nl-section .hp-nl-wrap {
    max-width: 820px;
    margin: 0 auto;
    background: #FFF0F5;
    border: 1px solid rgba(255,45,120,0.18);
    border-radius: 20px;
    padding: 4rem 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.post-nl-section .hp-nl-top-line {
    position: absolute;
    top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, transparent, #FF85B3, transparent);
}
.post-nl-section .hp-nl-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FF85B3;
    display: block;
    margin-bottom: 1rem;
}
.post-nl-section .hp-nl-h2 {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: clamp(2.2rem, 5vw, 3rem) !important;
    font-weight: 900 !important;
    color: #FF2D78 !important;
    text-transform: uppercase;
    line-height: 1.05 !important;
    margin: 0 0 0.5rem !important;
}
.post-nl-section .hp-nl-tagline {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1A0010;
    margin-bottom: 1.25rem;
}
.post-nl-section .hp-nl-body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    color: rgba(26,0,16,0.65);
    line-height: 1.75;
    max-width: 480px;
    margin: 0 auto 2rem;
}
.post-nl-section .hp-nl-form {
    display: flex;
    gap: 0;
    max-width: 520px;
    margin: 0 auto;
}
.post-nl-section .hp-nl-input {
    flex-grow: 1;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,45,120,0.35);
    color: #1A0010;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.9rem 1rem 0.9rem 0;
    outline: none;
    transition: border-color 0.2s;
    border-radius: 0;
}
.post-nl-section .hp-nl-input::placeholder { color: rgba(255,133,179,0.5); }
.post-nl-section .hp-nl-input:focus { border-bottom-color: #FF2D78; }
.post-nl-section .hp-nl-btn {
    background: #FF2D78;
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: none;
    padding: 0.9rem 1.75rem;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    transition: opacity 0.2s;
    flex-shrink: 0;
}
.post-nl-section .hp-nl-btn:hover { opacity: 0.88; }
.post-nl-section .hp-nl-msg {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    margin-top: 1rem;
    min-height: 1.2em;
    color: #FF2D78;
}
.post-nl-section .hp-nl-micro {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.56rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(26,0,16,0.25);
    margin-top: 1.25rem;
}
@media (max-width: 640px) {
    .post-nl-section .hp-nl-wrap { padding: 2.5rem 1.5rem; }
    .post-nl-section .hp-nl-form { flex-direction: column; gap: 0.75rem; }
    .post-nl-section .hp-nl-btn { border-radius: 4px; }
}

.post-back {
    margin-top: 2.5rem;
    text-align: center;
}
.post-back a {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,45,120,0.45);
    text-decoration: none;
    transition: color 0.2s;
}
.post-back a:hover { color: #FF2D78; }

@media (max-width: 640px) {
    .post-nav { grid-template-columns: 1fr; }
    .post-cta { padding: 2rem 1.5rem; }
    .post-share { gap: 8px; }
}

/* ── COMMENTS ───────────────────────────────────────────── */
.gc-comments {
    max-width: 660px;
    margin: 56px auto 0;
    padding: 0 1.5rem 64px;
    font-family: 'DM Sans', sans-serif;
}
.gc-comments-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 32px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.gc-comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.gc-comment-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 24px;
}
.gc-comment-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.gc-comment-author {
    font-size: 14px;
    font-weight: 700;
    color: #FF85B3;
    letter-spacing: 0.02em;
}
.gc-comment-date {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}
.gc-comment-text {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
}
.gc-comment-text p { margin: 0; }
.gc-comment-reply a {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    text-decoration: none;
    transition: color 0.2s;
}
.gc-comment-reply a:hover { color: #FF85B3; }
/* awaiting moderation badge */
.gc-comment-item .comment-awaiting-moderation {
    display: inline-block;
    font-size: 11px;
    background: rgba(255,133,179,0.15);
    color: #FF85B3;
    border-radius: 4px;
    padding: 2px 8px;
    margin-bottom: 10px;
}

/* ── COMMENT FORM ─── */
#gc-comment-form-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 28px;
}
.gc-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
}
.gc-field label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}
.gc-field .required { color: #FF85B3; margin-left: 2px; }
.gc-field .gc-private-note {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: rgba(255,255,255,0.3);
    margin-left: 6px;
}
.gc-field input,
.gc-field textarea {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    outline: none;
    transition: border-color 0.2s;
    resize: vertical;
}
.gc-field input::placeholder,
.gc-field textarea::placeholder { color: rgba(255,255,255,0.25); }
.gc-field input:focus,
.gc-field textarea:focus { border-color: rgba(255,133,179,0.5); }
#gc-comment-form .form-submit { margin-top: 8px; }
#gc-comment-form #submit {
    background: #FF2D78;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 36px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
#gc-comment-form #submit:hover {
    background: #e0256b;
    transform: translateY(-1px);
}
#gc-comment-form .comment-reply-title small a {
    font-size: 13px;
    color: rgba(255,255,255,0.35);
    margin-left: 10px;
    text-decoration: none;
}
#gc-comment-form .comment-reply-title small a:hover { color: #FF85B3; }
@media (max-width: 640px) {
    .gc-comments { padding: 0 1rem 48px; }
    #gc-comment-form #submit { width: 100%; }
}

/* ── SERVICES PAGE ───────────────────────────────────── */

/* Page-level dark background + text color lock */
body.page-template-page-services-php { color: #fff !important; }
body.page-template-page-services-php,
body.page-template-page-services-php main,
body.page-template-page-services-php .svc-hero,
body.page-template-page-services-php .svc-intro-wrap,
body.page-template-page-services-php .svc-list,
body.page-template-page-services-php .svc-ai-banner,
body.page-template-page-services-php .svc-how,
body.page-template-page-services-php .svc-close {
    background-color: #0D0D0D !important;
}

/* Hero */
.svc-hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background: #0D0D0D;
}
/* Deep rose radial glow */
.svc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 50% 30%, rgba(140,0,55,0.5) 0%, transparent 65%),
        radial-gradient(ellipse 40% 40% at 80% 85%, rgba(80,0,30,0.3) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}
/* Subtle mesh grid overlay — gives a professional structured feel */
.svc-hero-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,133,179,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,133,179,0.05) 1px, transparent 1px);
    background-size: 72px 72px;
    z-index: 0;
    pointer-events: none;
}
/* Hero main content */
.svc-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 130px 1.5rem 60px;
    flex: 1;
    justify-content: center;
}
/* Stats bar at the bottom of hero */
.svc-hero-stats {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(8px);
    padding: 28px 1.5rem;
}
.svc-hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 48px;
}
.svc-hero-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.svc-hero-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}
.svc-hero-stat-divider {
    width: 1px;
    height: 36px;
    background: rgba(255,255,255,0.1);
    flex-shrink: 0;
}
.svc-eyebrow {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FF85B3;
    border: 1px solid rgba(255,133,179,0.5);
    border-radius: 100px;
    padding: 6px 18px;
    margin-bottom: 32px;
}
.svc-hero h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(44px, 7vw, 88px);
    font-weight: 600;
    line-height: 1.08;
    color: #fff;
    max-width: 820px;
    margin: 0 auto 24px;
    letter-spacing: -0.01em;
}
.svc-hero h1 em {
    font-style: italic;
    color: #FF85B3;
}
.svc-hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.85);
    max-width: 520px;
    margin: 0 auto 48px;
    line-height: 1.65;
}
.svc-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.svc-btn-primary {
    display: inline-block;
    background: #FF2D78;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 6px;
    transition: background 0.2s, transform 0.15s;
}
.svc-btn-primary:hover { background: #e0256b; transform: translateY(-2px); }
.svc-btn-ghost {
    display: inline-block;
    background: transparent;
    color: rgba(255,255,255,0.9);
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 40px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,0.3);
    transition: border-color 0.2s, color 0.2s, transform 0.15s;
}
.svc-btn-ghost:hover { border-color: rgba(255,133,179,0.7); color: #FF85B3; transform: translateY(-2px); }

/* Intro line */
.svc-intro-wrap {
    text-align: center;
    padding: 0 1.5rem 64px;
}
.svc-intro-line {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
}

/* Services list */
.svc-list {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.svc-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 80px;
    padding: 80px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    align-items: start;
}
.svc-item:last-child { border-bottom: 1px solid rgba(255,255,255,0.1); }
.svc-item-left { position: relative; z-index: 1; }
/* Service item header: counter + tag on same row */
.svc-item-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.svc-counter {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #fff;
    background: #FF2D78;
    border-radius: 4px;
    padding: 4px 10px;
    line-height: 1.4;
    flex-shrink: 0;
}
.svc-tag {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #FF85B3;
    margin-bottom: 0;
}
.svc-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 600;
    font-style: italic;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 20px;
}
.svc-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.82);
    max-width: 420px;
}
.svc-item-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px;
}
.svc-includes-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-bottom: 14px;
}
.svc-includes {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.svc-includes li {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.88);
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}
.svc-includes li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FF2D78;
}
.svc-price-block {
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.svc-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin-bottom: 6px;
}
.svc-price span {
    font-size: 22px;
    color: rgba(255,255,255,0.7);
    font-weight: 400;
}
.svc-price-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin-bottom: 20px;
    line-height: 1.5;
}
.svc-book-btn {
    display: inline-block;
    background: transparent;
    color: #FF85B3;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 32px;
    border: 1px solid rgba(255,133,179,0.6);
    border-radius: 6px;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.15s;
    width: fit-content;
}
.svc-book-btn:hover {
    background: #FF2D78;
    color: #fff;
    border-color: #FF2D78;
    transform: translateY(-2px);
}

/* AI + Human banner */
.svc-ai-banner {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 1.5rem;
}
.svc-ai-inner {
    background: rgba(100,0,35,0.55);
    border: 1px solid rgba(255,133,179,0.25);
    border-radius: 16px;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.svc-ai-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 3.5vw, 46px);
    font-weight: 600;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 12px;
}
.svc-ai-headline em { font-style: italic; color: #FF85B3; }
.svc-ai-body {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(255,255,255,0.85);
}
.svc-ai-stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.svc-ai-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 52px;
    font-weight: 600;
    color: #FF85B3;
    line-height: 1;
}
.svc-ai-stat-label {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    margin-top: 4px;
}

/* How it works */
.svc-how {
    padding: 100px 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.08);
}
.svc-how-eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #FF85B3;
    margin-bottom: 16px;
}
.svc-how-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 600;
    color: #fff;
    margin: 0 auto 64px;
    max-width: 500px;
    line-height: 1.1;
}
.svc-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    max-width: 900px;
    margin: 0 auto;
}
.svc-step {
    padding: 40px 32px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    text-align: left;
    position: relative;
    overflow: hidden;
}
.svc-step::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #FF2D78, transparent);
    opacity: 0;
    transition: opacity 0.3s;
}
.svc-step:hover::before { opacity: 1; }
.svc-step-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    color: #FF6EB4;
    margin-bottom: 20px;
}
.svc-step-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    margin: 0 0 12px;
}
.svc-step-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.75);
}

/* Closing CTA */
.svc-close {
    position: relative;
    text-align: center;
    padding: 120px 1.5rem;
    overflow: hidden;
}
.svc-close::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 60% at 50% 50%, rgba(140,0,55,0.4) 0%, transparent 70%);
    pointer-events: none;
}
.svc-close-headline {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(38px, 6vw, 72px);
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    max-width: 700px;
    margin: 0 auto 20px;
}
.svc-close-headline em { font-style: italic; color: #FF85B3; }
.svc-close-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    margin: 0 auto 48px;
    max-width: 400px;
}

/* Responsive */
@media (max-width: 900px) {
    .svc-item { grid-template-columns: 1fr; gap: 40px; }
    .svc-ai-inner { grid-template-columns: 1fr; }
    .svc-ai-stats { flex-direction: row; }
    .svc-steps { grid-template-columns: 1fr; gap: 2px; }
}
@media (max-width: 640px) {
    .svc-hero { min-height: auto; }
    .svc-hero-content { padding: 100px 1.25rem 48px; }
    .svc-hero-stats { flex-wrap: wrap; gap: 0; padding: 20px 1rem; }
    .svc-hero-stat { padding: 12px 20px; }
    .svc-hero-stat-divider { display: none; }
    .svc-hero-stat-num { font-size: 28px; }
    .svc-item { padding: 56px 0; }
    .svc-ai-inner { padding: 36px 24px; }
    .svc-ai-stats { flex-direction: column; }
    .svc-how { padding: 72px 1.25rem; }
    .svc-close { padding: 80px 1.25rem; }
    .svc-btn-primary, .svc-btn-ghost { padding: 14px 28px; width: 100%; text-align: center; }
}
