/* =====================================================================
   CONTENT BODY — typography-only styling for the `.h_s1` and `.h_s2`
   article sections across EVERY page. No card frames, no boxes — just
   readable gold-on-dark typography, styled lists and image banners.
   Matches both <section class="h_s1"> AND <div class="h_s1"> markup.
   Content is untouched — only visual styling changes.
   ===================================================================== */

/* Shorthand: :is() matches both <section> and <div> wrappers */

/* ---------- Kill legacy card frames on h_s2 (and anything on h_s1) --- */
html body :is(section, div).h_s1,
html body :is(section, div).h_s2 {
    position: relative;
    max-width: 1180px;
    margin: 32px auto 40px !important;
    padding: 8px clamp(20px, 3vw, 40px) !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    isolation: auto !important;
    color: #ecd7a7 !important;
    text-align: left !important;
}
html body :is(section, div).h_s1::before,
html body :is(section, div).h_s1::after,
html body :is(section, div).h_s2::before,
html body :is(section, div).h_s2::after {
    content: none !important;
    display: none !important;
    background: none !important;
    filter: none !important;
}

/* ---------- Section titles ---------- */
html body :is(section, div).h_s1 > .title,
html body :is(section, div).h_s2 > .title {
    display: block !important;
    position: relative;
    margin: 0 0 18px !important;
    padding: 0 0 14px 0 !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(22px, 3vw, 34px) !important;
    font-style: italic !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    letter-spacing: 0.4px !important;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 50%, #f59e0b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    text-shadow: 0 2px 20px rgba(252, 211, 77, 0.2);
    border: none !important;
}
/* Soft gold underline accent under every title */
html body :is(section, div).h_s1 > .title::after,
html body :is(section, div).h_s2 > .title::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    margin: 12px 0 0;
    background: linear-gradient(90deg, #fbbf24, transparent);
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.5);
}
html body :is(section, div).h_s1 > .title strong,
html body :is(section, div).h_s2 > .title strong {
    font-weight: 800 !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
    -webkit-text-fill-color: inherit !important;
    color: inherit !important;
}

/* When a section has multiple .title blocks (article/service pages),
   make the subsequent ones read like subsection headings. */
html body :is(section, div).h_s2 > .title:not(:first-of-type) {
    font-size: clamp(18px, 2.2vw, 24px) !important;
    font-style: normal !important;
    margin: 28px 0 14px !important;
    padding: 3px 0 3px 16px !important;
    border-left: 3px solid transparent !important;
    border-image: linear-gradient(180deg, #fbbf24, #78350f) 1;
    text-shadow: none !important;
}
html body :is(section, div).h_s2 > .title:not(:first-of-type)::after { display: none !important; }

/* ---------- .title-sec (sub-heading used in service/location pages) */
html body .title-sec {
    display: block;
    margin: 24px 0 10px !important;
    padding: 0 0 4px !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(16px, 1.6vw, 19px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.6px !important;
    text-transform: uppercase;
    color: #ff6fb1 !important;
    border-bottom: 1px dashed rgba(255, 111, 177, 0.35);
}

/* ---------- .subttl + .mini-text ------------------------------------- */
html body :is(section, div).h_s1 .subttl,
html body :is(section, div).h_s2 .subttl {
    display: block;
    margin: 24px 0 12px !important;
}
html body :is(section, div).h_s1 .subttl h2,
html body :is(section, div).h_s2 .subttl h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(18px, 2vw, 22px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
    color: #fde68a !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    -webkit-text-fill-color: #fde68a !important;
}
html body :is(section, div).h_s1 .mini-text,
html body :is(section, div).h_s2 .mini-text,
html body :is(section, div).h_s1 div.mini-text,
html body :is(section, div).h_s2 div.mini-text {
    color: #ff6fb1 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    margin-top: 4px !important;
}

/* ---------- Paragraphs ---------- */
html body :is(section, div).h_s1 p,
html body :is(section, div).h_s1 p.peraa,
html body :is(section, div).h_s1 .desc p,
html body :is(section, div).h_s2 p,
html body :is(section, div).h_s2 p.peraa,
html body :is(section, div).h_s2 .desc p {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(15px, 1.2vw, 16.5px) !important;
    line-height: 1.85 !important;
    color: #ecd7a7 !important;
    margin: 0 0 14px !important;
    text-align: left !important;
    letter-spacing: 0.2px !important;
    font-weight: 400 !important;
    background: transparent !important;
}
html body :is(section, div).h_s1 p b,
html body :is(section, div).h_s1 p strong,
html body :is(section, div).h_s1 li b,
html body :is(section, div).h_s1 li strong,
html body :is(section, div).h_s2 p b,
html body :is(section, div).h_s2 p strong,
html body :is(section, div).h_s2 li b,
html body :is(section, div).h_s2 li strong {
    color: #fde68a !important;
    font-weight: 700 !important;
    background: transparent !important;
}
html body :is(section, div).h_s1 a,
html body :is(section, div).h_s2 a {
    color: #fcd34d !important;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(252, 211, 77, 0.5) !important;
    transition: color .2s ease, border-color .2s ease, text-shadow .2s ease;
    padding-bottom: 1px;
    background: transparent !important;
}
html body :is(section, div).h_s1 a:hover,
html body :is(section, div).h_s2 a:hover {
    color: #fff4c4 !important;
    border-bottom-color: #fbbf24 !important;
    text-shadow: 0 0 8px rgba(252, 211, 77, 0.7);
}

/* =====================================================================
   LIST STYLING — ul / ol / nested ul across h_s1 + h_s2
   ===================================================================== */
html body :is(section, div).h_s1 ul,
html body :is(section, div).h_s1 ol,
html body :is(section, div).h_s2 ul,
html body :is(section, div).h_s2 ol {
    list-style: none !important;
    padding: 0 0 0 2px !important;
    margin: 16px 0 20px !important;
    background: transparent !important;
}

html body :is(section, div).h_s1 li,
html body :is(section, div).h_s2 li {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(14.5px, 1.15vw, 16px) !important;
    line-height: 1.8 !important;
    color: #ecd7a7 !important;
    position: relative;
    padding: 3px 0 3px 28px !important;
    margin: 0 0 8px !important;
    list-style: none !important;
    background: transparent !important;
    letter-spacing: 0.15px;
}

/* Top-level UL marker — gold diamond */
html body :is(section, div).h_s1 > ul > li::before,
html body :is(section, div).h_s2 > ul > li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 13px;
    width: 9px;
    height: 9px;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 50%, #b45309 100%);
    transform: rotate(45deg);
    border-radius: 2px;
    box-shadow: 0 0 9px rgba(252, 211, 77, 0.55);
}

/* Bold first-level items render as solid gold sub-heads */
html body :is(section, div).h_s1 > ul > li > strong,
html body :is(section, div).h_s1 > ul > li > b,
html body :is(section, div).h_s2 > ul > li > strong,
html body :is(section, div).h_s2 > ul > li > b,
html body :is(section, div).h_s2 > ol > li > strong,
html body :is(section, div).h_s2 > ol > li > b {
    display: inline-block;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(15.5px, 1.3vw, 17.5px) !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    color: #fde68a !important;
    -webkit-text-fill-color: #fde68a !important;
    background: transparent !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    text-shadow: 0 0 14px rgba(252, 211, 77, 0.28);
    margin: 0;
}

/* Nested UL — softer bullet (pink dot) */
html body :is(section, div).h_s1 ul ul,
html body :is(section, div).h_s2 ul ul,
html body :is(section, div).h_s1 ol ul,
html body :is(section, div).h_s2 ol ul {
    padding: 6px 0 6px 16px !important;
    margin: 4px 0 12px !important;
}

html body :is(section, div).h_s1 ul ul li,
html body :is(section, div).h_s2 ul ul li,
html body :is(section, div).h_s1 ol ul li,
html body :is(section, div).h_s2 ol ul li {
    font-size: clamp(14px, 1.05vw, 15.5px) !important;
    padding-left: 22px !important;
    color: #e6d6b0 !important;
}
html body :is(section, div).h_s1 ul ul li::before,
html body :is(section, div).h_s2 ul ul li::before,
html body :is(section, div).h_s1 ol ul li::before,
html body :is(section, div).h_s2 ol ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #ff6fb1;
    border-radius: 50%;
    box-shadow: 0 0 7px rgba(255, 111, 177, 0.85);
    transform: none;
}

/* Ordered list — elegant zero-padded gold numerals */
html body :is(section, div).h_s1 ol,
html body :is(section, div).h_s2 ol {
    counter-reset: ol-counter;
    padding-left: 8px !important;
}
html body :is(section, div).h_s1 > ol > li,
html body :is(section, div).h_s2 > ol > li {
    counter-increment: ol-counter;
    padding-left: 48px !important;
}
html body :is(section, div).h_s1 > ol > li::before,
html body :is(section, div).h_s2 > ol > li::before {
    content: counter(ol-counter, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 2px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.5px;
    min-width: 36px;
    text-align: center;
    padding: 2px 0;
    background: linear-gradient(180deg, rgba(234, 179, 8, 0.18), rgba(234, 179, 8, 0.05));
    border: 1px solid rgba(252, 211, 77, 0.42);
    border-radius: 8px;
    color: #fcd34d;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    background-clip: padding-box;
    transform: none !important;
}

/* Paragraphs nested inside <ol><li> — left-align with the list text */
html body :is(section, div).h_s1 > ol > li + p,
html body :is(section, div).h_s2 > ol > li + p,
html body :is(section, div).h_s1 > ol > li p,
html body :is(section, div).h_s2 > ol > li p {
    margin: 4px 0 12px !important;
    padding-left: 0 !important;
}

/* ---------- Image banner inside any content section ---------- */
html body .img-banner-loc,
html body :is(section, div).h_s1 .img-banner-loc,
html body :is(section, div).h_s2 .img-banner-loc {
    margin: 22px auto !important;
    padding: 6px !important;
    background: linear-gradient(135deg, #fde68a 0%, #fbbf24 40%, #7c2d12 70%, #fbbf24 100%);
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 28px rgba(252, 211, 77, 0.18);
    max-width: 100%;
    overflow: hidden;
}
html body .img-banner-loc img,
html body :is(section, div).h_s1 .img-banner-loc img,
html body :is(section, div).h_s2 .img-banner-loc img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0;
    padding: 0;
    max-width: 100%;
    filter: saturate(1.05) contrast(1.03);
}

/* ---------- Responsive ---------- */
@media (max-width: 820px) {
    html body :is(section, div).h_s1,
    html body :is(section, div).h_s2 { margin: 24px auto 32px !important; }
    html body :is(section, div).h_s1 li,
    html body :is(section, div).h_s2 li { padding-left: 24px !important; }
}

@media (max-width: 560px) {
    html body :is(section, div).h_s1,
    /* html body :is(section, div).h_s2 { padding: 4px 2px !important; } */
    html body :is(section, div).h_s1 li,
    html body :is(section, div).h_s2 li { padding-left: 22px !important; line-height: 1.7 !important; }
    html body :is(section, div).h_s1 ul ul li,
    html body :is(section, div).h_s2 ul ul li { padding-left: 18px !important; }
    html body :is(section, div).h_s1 > ol > li,
    html body :is(section, div).h_s2 > ol > li { padding-left: 42px !important; }
    html body :is(section, div).h_s1 > ol > li::before,
    html body :is(section, div).h_s2 > ol > li::before { font-size: 14px; min-width: 32px; }
}

/* =====================================================================
   Read More / Less — works anywhere on the page, not only inside .h_s2
   ===================================================================== */
html body .nb-collapse {
    position: relative;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s cubic-bezier(0.25, 0.8, 0.25, 1),
                opacity 0.4s ease,
                margin 0.4s ease;
    will-change: max-height;
    opacity: 0;
    margin-top: 0;
}
html body .nb-collapse[data-state="open"] {
    opacity: 1;
    margin-top: 8px;
}

html body .nb-readmore-wrap {
    display: flex;
    justify-content: center;
    margin: 24px auto 36px;
    position: relative;
    z-index: 2;
    max-width: 1180px;
    padding: 0 4px;
}
html body .nb-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(25, 18, 5, 0.94), rgba(12, 8, 0, 0.94)) padding-box,
        linear-gradient(135deg, #fbbf24, #78350f) border-box;
    border: 1px solid transparent;
    color: #fcd34d;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: transform .2s ease, box-shadow .25s ease, color .2s ease;
    box-shadow:
        0 10px 22px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(234, 179, 8, 0.25),
        0 0 16px rgba(234, 179, 8, 0.25);
}
html body .nb-readmore-btn:hover,
html body .nb-readmore-btn:focus-visible {
    transform: translateY(-2px);
    color: #fff4c4;
    box-shadow:
        0 16px 28px rgba(0, 0, 0, 0.55),
        inset 0 1px 0 rgba(234, 179, 8, 0.35),
        0 0 28px rgba(234, 179, 8, 0.55);
}
html body .nb-readmore-btn:active { transform: translateY(0); }
html body .nb-readmore-btn .nb-chev {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-1px, -1px);
    transition: transform .35s ease;
    margin-left: 2px;
}
html body .nb-readmore-btn[data-state="open"] .nb-chev {
    transform: rotate(-135deg) translate(-1px, -1px);
}

/* Reduced motion — respect user preference on any animated rules */
@media (prefers-reduced-motion: reduce) {
    html body .img-banner-loc img { filter: none; }
    html body .nb-collapse { transition: none !important; }
    html body .nb-readmore-btn,
    html body .nb-readmore-btn .nb-chev { transition: none !important; }
}

/* =====================================================================
   FEMALE ESCORT SERVICE section — original light design (promo banner
   on the left, black text on the right, light-gray canvas). Fully
   responsive; stacks on mobile. Float layout with clearfix so the
   section always reserves the correct height for its floated children.
   ===================================================================== */

html body section.h_s3,
html body section.h_s3.clr {
    background: #d7d4d4 !important;
    padding: 44px 0 !important;
    margin: 0 !important;
    border-top: 1px solid #d62875 !important;
    border-bottom: 1px solid #d62875 !important;
    position: relative !important;
    overflow: visible !important;
    color: #111 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: block !important;
}

html body section.h_s3::before,
html body section.h_s3::after,
html body section.h_s3 .container::before,
html body section.h_s3 .container::after,
html body section.h_s3 .sl::before,
html body section.h_s3 .sl::after {
    content: none !important;
    display: none !important;
    background: none !important;
    filter: none !important;
    box-shadow: none !important;
}

html body section.h_s3 .container,
html body section.h_s3 div.container,
html body section.h_s3 div.container.clr {
    max-width: 1280px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 30px !important;
    background: transparent !important;
    box-sizing: border-box;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    column-gap: 40px !important;
    row-gap: 24px !important;
    align-items: center !important;
}

html body section.h_s3 .sl {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
    position: relative;
    box-sizing: border-box;
}

html body section.h_s3 .sl img,
html body section.h_s3 .sl img.img-bt {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: transparent !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    filter: none !important;
}

html body section.h_s3 .sr {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    display: block !important;
    position: relative;
    color: #111 !important;
    box-sizing: border-box;
}

html body section.h_s3 .sr h3 {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    background: none !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(22px, 2.6vw, 35px) !important;
    font-weight: 400 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.5px !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
    text-transform: uppercase;
    text-shadow: none !important;
    border: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
html body section.h_s3 .sr h3::before,
html body section.h_s3 .sr h3::after {
    content: none !important;
    display: none !important;
    background: none !important;
}
html body section.h_s3 .sr h3 .sec-text {
    display: inline !important;
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    background: none !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    text-transform: uppercase !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
}

html body section.h_s3 .sr p,
html body section.h_s3 .sr p.peraa {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    background: none !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: clamp(14.5px, 1.15vw, 16px) !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
html body section.h_s3 .sr p::first-letter,
html body section.h_s3 .sr p.peraa::first-letter {
    all: unset;
}
html body section.h_s3 .sr p strong,
html body section.h_s3 .sr p b {
    color: #111 !important;
    -webkit-text-fill-color: #111 !important;
    font-weight: 700 !important;
    background: none !important;
}
html body section.h_s3 .sr a {
    color: #d62875 !important;
    -webkit-text-fill-color: #d62875 !important;
    text-decoration: none !important;
    border: none !important;
    background: none !important;
    text-shadow: none !important;
}
html body section.h_s3 .sr a:hover {
    color: #a01a5a !important;
    text-decoration: underline !important;
}

@media (max-width: 900px) {
    html body section.h_s3 .container,
    html body section.h_s3 div.container,
    html body section.h_s3 div.container.clr {
        grid-template-columns: 1fr !important;
        row-gap: 20px !important;
        padding: 16px 20px !important;
        justify-items: center !important;
    }
    html body section.h_s3 .sl,
    html body section.h_s3 .sr {
        width: 100% !important;
        max-width: 620px !important;
    }
    html body section.h_s3 .sr { text-align: left; }
    html body section.h_s3 .sr h3 { margin-bottom: 16px !important; }
}
@media (max-width: 560px) {
    html body section.h_s3 { padding: 28px 0 !important; }
    html body section.h_s3 .container,
    html body section.h_s3 div.container,
    html body section.h_s3 div.container.clr { padding: 10px 14px !important; }
    html body section.h_s3 .sr h3 { font-size: 22px !important; margin-bottom: 12px !important; }
    html body section.h_s3 .sr p,
    html body section.h_s3 .sr p.peraa { font-size: 14px !important; line-height: 1.65 !important; }
}
