/* ============================================================
   REDESIGN — Aesthetics by Erina
   Shared across all pages. Prefix: rds-
   ============================================================ */

/* ---- Variables ---- */
:root {
    --bg:       #120E04;
    --gold:     #A88755;
    --gold-dk:  #806131;
    --border:   #3E3E3E;
    --warm-wht: #F5F0E8;
    --serif:    'Playfair Display', serif;
    --sans:     'Raleway', sans-serif;
}

/* ---- Inline links ---- */
.accordion-body a, .rds-overview__body a, .common-detail a { color: var(--gold); text-decoration: none; }
.accordion-body a:hover, .rds-overview__body a:hover, .common-detail a:hover { color: var(--gold-dk); }

/* ---- Footer ---- */
.footer-left .detail p,
.copyright p { color: rgba(245,240,232,0.75); }

/* ---- Footer social icons ---- */
.footer-columns { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; flex-wrap: wrap; }
.footer-left { flex: 1 1 260px; max-width: 360px; }
.footer-nav { flex-shrink: 0; }
.footer-nav__title { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(245,240,232,0.35); margin: 0 0 16px; }
.footer-nav ul { display: flex !important; flex-direction: column !important; gap: 12px; list-style: none !important; padding: 0 !important; margin: 0 !important; }
.footer-nav ul li a { font-family: var(--sans); font-size: 13px; font-weight: 500; color: rgba(245,240,232,0.65); text-decoration: none; transition: color 0.2s; }
.footer-nav ul li a:hover { color: var(--gold); }
.social-media ul { display: flex; flex-direction: row; align-items: center; gap: 12px; }
.social-media ul li a i { font-size: 22px; line-height: 1; }


/* ---- Nav links ---- */
#cssmenu ul.navbar-collapse > li > a {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.72);
    transition: color 0.3s ease;
}
#cssmenu ul.navbar-collapse > li > a:hover { color: var(--gold); }
#cssmenu ul.navbar-collapse > li.active > a { color: var(--gold); }

/* ---- Dropdown ---- */
#cssmenu ul.navbar-collapse > li > ul {
    background: #1b1508;
    border-top: 2px solid var(--gold);
    border-radius: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.5);
    min-width: 240px;
    padding: 0;
}
#cssmenu ul.navbar-collapse > li > ul > li { padding: 0 !important; margin: 0 !important; }
#cssmenu ul.navbar-collapse > li > ul > li:hover { background: rgba(168,135,85,0.06); }
#cssmenu ul.navbar-collapse > li > ul > li > a {
    display: block !important;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.6);
    padding: 11px 16px !important;
    white-space: nowrap;
    transition: color 0.3s ease;
}
#cssmenu ul.navbar-collapse > li > ul > li:hover > a { color: var(--gold); }

/* ---- Header ---- */
.header { position: relative; transition: background 0.3s ease; z-index: 100; }
#cssmenu ul ul { padding-top: 12px; background-clip: content-box; }
.header.rds-scrolled {
    backdrop-filter: blur(12px);
    background: rgba(18, 14, 4, 0.9) !important;
}

.rds-nav-cta {
    display: inline-flex;
    align-items: center;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--gold);
    border: 1px solid var(--gold);
    padding: 9px 20px;
    text-decoration: none;
    margin-left: 28px;
    white-space: nowrap;
    transition: background 0.3s ease, color 0.3s ease;
}
.rds-nav-cta:hover { background: var(--gold); color: var(--bg); }

/* ---- Layout ---- */
.rds-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 56px;
}

.rds-section-header { margin-bottom: 64px; }

/* ---- Typography ---- */
.rds-label {
    display: block;
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 16px;
}

.rds-section-heading {
    font-family: var(--serif);
    font-size: 48px;
    font-weight: 700;
    color: var(--warm-wht);
    line-height: 1.1;
    margin: 0 0 20px;
}

.rds-section-sub {
    font-family: var(--sans);
    font-size: 16px;
    color: rgba(245,240,232,0.6);
    line-height: 1.75;
    margin: 0;
}

.rds-pull-quote {
    font-family: var(--serif);
    font-size: 21px;
    font-style: italic;
    color: var(--gold);
    border-left: 2px solid var(--gold);
    padding: 4px 0 4px 24px;
    margin: 32px 0 0;
    line-height: 1.6;
}

/* ---- Buttons ---- */
.rds-btn-solid {
    display: inline-block;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: var(--gold);
    color: var(--bg);
    padding: 16px 36px;
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}
.rds-btn-solid:hover { background: var(--gold-dk); color: var(--warm-wht); }
.rds-btn-solid:disabled { opacity: 0.5; cursor: not-allowed; pointer-events: none; }

.rds-btn-ghost {
    display: inline-block;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    background: transparent;
    color: var(--gold);
    padding: 14px 32px;
    border: 1px solid var(--gold);
    text-decoration: none;
    transition: background 0.3s ease, color 0.3s ease;
}
.rds-btn-ghost:hover { background: var(--gold); color: var(--bg); }

.rds-text-link {
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: rgba(245,240,232,0.6);
    text-decoration: none;
    border-bottom: 1px solid rgba(245,240,232,0.2);
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
}
.rds-text-link:hover { color: var(--gold); border-color: var(--gold); }

.rds-service-link {
    font-family: var(--sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    border-bottom: 1px solid rgba(168,135,85,0.3);
    padding-bottom: 2px;
    transition: border-color 0.3s ease;
}
.rds-service-link:hover { border-color: var(--gold); color: var(--gold); }

/* ---- Google rating badge ---- */
.rds-google-rating {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.rds-google-rating__stars {
    display: flex;
    gap: 2px;
    color: var(--gold);
    font-size: 13px;
}
.rds-google-rating__label {
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgba(245,240,232,0.5);
    transition: color 0.3s ease;
}
.rds-google-rating__label strong { font-weight: 700; color: var(--warm-wht); }
.rds-google-rating:hover .rds-google-rating__label { color: rgba(245,240,232,0.75); }

/* ---- Scroll animations ---- */
.rds-fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.rds-fade-up.is-visible { opacity: 1; transform: translateY(0); }

@keyframes rdsFadeUp {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes rdsFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@keyframes rdsRuleGrow { to { transform: scaleY(1); } }

/* ---- Mobile sticky CTA ---- */
.rds-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: rgba(168,135,85,0.96);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255,255,255,0.08);
    z-index: 500;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.rds-mobile-cta.is-visible { transform: translateY(0); }
.rds-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-family: var(--sans);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--bg);
    text-decoration: none;
}

/* ============================================================
   CTA BLOCK (shared — used on homepage + inner pages)
   ============================================================ */
.rds-cta-section {
    padding: 100px 0;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.rds-cta-block {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}

.rds-cta-heading {
    font-family: var(--serif);
    font-size: 44px;
    font-style: italic;
    font-weight: 700;
    color: var(--warm-wht);
    line-height: 1.15;
    margin: 0 0 20px;
}

.rds-cta-sub {
    font-family: var(--sans);
    font-size: 16px;
    color: rgba(245,240,232,0.6);
    line-height: 1.75;
    margin: 0 0 40px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* ============================================================
   INNER PAGE HERO
   ============================================================ */
.rds-page-hero {
    display: grid;
    grid-template-columns: 55fr 45fr;
    max-width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid var(--border);
    min-height: 60vh;
    overflow: hidden;
}

.rds-page-hero__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 72px 80px 80px;
}

.rds-page-hero__heading {
    font-family: var(--serif);
    font-size: 64px;
    font-style: italic;
    font-weight: 700;
    color: var(--warm-wht);
    line-height: 1.0;
    margin: 0 0 20px;
}

.rds-page-hero__sub {
    font-family: var(--sans);
    font-size: 17px;
    color: rgba(245,240,232,0.7);
    line-height: 1.8;
    max-width: 420px;
    margin: 0 0 40px;
}

.rds-page-hero__ctas {
    display: flex;
    align-items: center;
    gap: 28px;
}

.rds-page-hero__image {
    position: relative;
    overflow: hidden;
}

.rds-page-hero__img-card {
    position: absolute;
    inset: 24px 0;
}

.rds-page-hero__img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* ============================================================
   OVERVIEW (inner pages)
   ============================================================ */
.rds-overview {
    padding: 100px 0;
    border-bottom: 1px solid var(--border);
}

.rds-overview__grid {
    display: grid;
    grid-template-columns: 58fr 42fr;
    gap: 80px;
    align-items: start;
}

.rds-overview__body {
    font-family: var(--sans);
    font-size: 17px;
    color: rgba(245,240,232,0.75);
    line-height: 1.85;
    margin: 28px 0 0;
}
.rds-overview__body p { margin: 0 0 16px; }
.rds-overview__body p:last-child { margin-bottom: 0; }

.rds-benefits {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}
.rds-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-family: var(--sans);
    font-size: 16px;
    color: rgba(245,240,232,0.8);
    line-height: 1.6;
    padding: 12px 0;
    border-bottom: 1px solid rgba(62,62,62,0.6);
}
.rds-benefits li:first-child { border-top: 1px solid rgba(62,62,62,0.6); }
.rds-benefits li i { color: var(--gold); font-size: 11px; margin-top: 4px; flex-shrink: 0; }

/* ============================================================
   ACCORDION (inner pages)
   ============================================================ */
.rds-faq {
    padding: 100px 0;
    border-bottom: 1px solid var(--border);
}

.rds-accordion .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid var(--border);
}
.rds-accordion .accordion-item:last-child { border-bottom: 1px solid var(--border); }

.rds-accordion .accordion-button {
    background: transparent;
    color: var(--warm-wht);
    font-family: var(--sans);
    font-size: 17px;
    font-weight: 500;
    padding: 24px 0;
    box-shadow: none;
    transition: color 0.2s ease;
}
.rds-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--gold);
    box-shadow: none;
}
.rds-accordion .accordion-button::after {
    filter: invert(1) brightness(0.5);
}
.rds-accordion .accordion-button:not(.collapsed)::after {
    filter: invert(0.65) sepia(1) saturate(2.5) hue-rotate(5deg);
}
.rds-accordion .accordion-collapse { background: transparent; }
.rds-accordion .accordion-body {
    font-family: var(--sans);
    font-size: 16px;
    color: rgba(245,240,232,0.7);
    line-height: 1.85;
    padding: 0 40px 28px 0;
    background: transparent;
}
.rds-accordion .accordion-body ul {
    padding-left: 20px;
    margin: 0;
}
.rds-accordion .accordion-body ul li { margin-bottom: 8px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
    .rds-page-hero__text { padding: 80px 48px 80px 56px; }
    .rds-page-hero__heading { font-size: 52px; }
}

@media (max-width: 900px) {
    .rds-page-hero { grid-template-columns: 1fr; min-height: auto; }
    .rds-page-hero__text { padding: 60px 40px 48px; order: 2; }
    .rds-page-hero__image { order: 1; min-height: 55vw; }
    .rds-page-hero__img-card { inset: 0; }
    .rds-page-hero__heading { font-size: 44px; }
    .rds-overview__grid { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 768px) {
    .rds-container { padding: 0 24px; }
    .rds-nav-cta { display: none; }
    .rds-section-heading { font-size: 36px; }
    .rds-mobile-cta { display: block; }
    body { padding-bottom: 60px; }

    .rds-page-hero__text { padding: 60px 24px 48px; }
    .rds-page-hero__image { min-height: 60vw; }
    .rds-page-hero__heading { font-size: 40px; }
    .rds-page-hero__ctas { flex-direction: column; align-items: flex-start; gap: 16px; }

    .rds-overview { padding: 64px 0; }
    .rds-faq { padding: 64px 0; }
    .rds-cta-section { padding: 64px 0; }
    .rds-cta-heading { font-size: 32px; }
    .rds-accordion .accordion-button { font-size: 15px; }
    .rds-accordion .accordion-body { padding-right: 0; }

    /* ── Mobile nav overhaul ── */

    /* Full-screen overlay: left-aligned, dark */
    .header #cssmenu .navbar-collapse {
        text-align: left !important;
        padding: 110px 40px 60px !important;
        background-color: #0d0b06 !important;
    }

    /* Top-level nav items: full-width, generous touch target */
    #cssmenu > ul > li {
        width: 100% !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(62,62,62,0.6);
        position: relative;
    }
    #cssmenu > ul > li:first-child { border-top: 1px solid rgba(62,62,62,0.6); }

    /* Nav links: block, full width */
    #cssmenu > ul > li > a {
        display: block !important;
        width: calc(100% - 56px) !important;
        font-family: var(--sans) !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 0.18em !important;
        text-transform: uppercase !important;
        color: rgba(245,240,232,0.8) !important;
        padding: 20px 0 !important;
        line-height: 1 !important;
    }
    #cssmenu > ul > li.active > a { color: var(--gold) !important; }

    /* Suppress menumaker's a::after caret — use .submenu-button instead */
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu.small-screen > ul > li.has-sub > a::after {
        content: none !important;
        display: none !important;
    }

    /* Submenu toggle button: full-height tap target on the right */
    .small-screen .submenu-button {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        width: 56px !important;
        height: 56px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer;
    }
    /* Style the <i> that menumaker injects — suppress any ::after/::before */
    .small-screen .submenu-button i {
        color: var(--gold);
        font-size: 14px;
        transition: transform 0.3s ease;
        display: block !important;
    }
    .small-screen .submenu-button.submenu-opened i { transform: rotate(180deg); }
    .small-screen .submenu-button::after { content: none !important; display: none !important; }
    .small-screen .submenu-button::before { display: none !important; }

    /* Sub-items */
    #cssmenu.small-screen ul ul {
        text-align: left !important;
        padding: 4px 0 20px 0 !important;
        background: transparent !important;
        width: 100% !important;
    }
    #cssmenu.small-screen ul ul li {
        width: 100% !important;
        padding: 0 !important;
        height: auto !important;
    }
    #cssmenu.small-screen ul ul li a {
        display: block !important;
        font-family: var(--sans) !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        letter-spacing: 0.12em !important;
        text-transform: uppercase !important;
        color: rgba(245,240,232,0.55) !important;
        padding: 12px 0 12px 20px !important;
        line-height: 1 !important;
        border: none !important;
    }
    #cssmenu.small-screen ul ul li a:hover,
    #cssmenu.small-screen ul ul li a:active { color: var(--warm-wht) !important; }

}
