/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* ============================================================
   SCHOOL OF ADVOCACY & RESEARCH — BRAND STYLESHEET
   Brand: Classical · Judicial · Authoritative · Modern
   Tagline: "Skill in Hand, Justice We Stand"
   ============================================================ */

/* --- 1. BRAND TOKENS ---------------------------------------- */

:root {
    --color-primary:   #1E3A2F;
    --color-secondary: #2E4E3D;
    --color-gold:      #CBA24A;
    --color-gold-dark: #a07a30;
    --color-cream:     #F4F2EE;
    --color-dark:      #1A1A1A;
    --font-heading:    'Playfair Display', Georgia, 'Times New Roman', serif;
    --font-accent:     'Cormorant Garamond', Georgia, serif;
    --font-body:       'Lato', 'Inter', Arial, sans-serif;
    --transition:      0.25s ease;
}

/* --- 2. GLOBAL RESET & BASE --------------------------------- */

html {
    background-color: var(--color-cream);
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body) !important;
    color: var(--color-dark) !important;
    background-color: var(--color-cream) !important;
    font-size: 16px;
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
}

/* --- 3. TYPOGRAPHY ------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading) !important;
    color: var(--color-primary) !important;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

p, li, td, th, span, label {
    font-family: var(--font-body);
    color: var(--color-dark);
}

/* Cormorant Garamond for subtitles / pull quotes */
.tek_section_title .st-subtitle,
.tek_section_title p,
blockquote,
blockquote p,
.vc_column-inner .st-subtitle {
    font-family: var(--font-accent) !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    color: #3a3a3a !important;
}

blockquote {
    border-left: 4px solid var(--color-gold);
    padding-left: 1.5rem;
    margin: 1.5rem 0;
    font-size: 1.15rem;
}

a {
    color: var(--color-gold);
    transition: color var(--transition);
}
a:hover,
a:focus {
    color: var(--color-gold-dark);
    text-decoration: none;
}

/* --- 4. NAVIGATION ------------------------------------------ */

.navbar.navbar-default {
    background-color: var(--color-primary) !important;
    border-bottom: 3px solid var(--color-gold) !important;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.25) !important;
}

.navbar.navbar-default .menubar,
.navbar.navbar-default .container {
    background-color: transparent !important;
}

/* Nav links */
.navbar.navbar-default .navbar-nav > li > a,
.navbar.navbar-default .navbar-nav > li > a:visited {
    color: var(--color-cream) !important;
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 26px;
    transition: color var(--transition) !important;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus,
.navbar.navbar-default .navbar-nav > li.active > a,
.navbar.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar.navbar-default .navbar-nav > li.current_page_item > a {
    color: var(--color-gold) !important;
    background-color: transparent !important;
}

/* Dropdown */
.navbar.navbar-default .navbar-nav .dropdown-menu {
    background-color: var(--color-primary) !important;
    border: 1px solid var(--color-gold) !important;
    border-top: 2px solid var(--color-gold) !important;
    border-radius: 0 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
}

.navbar.navbar-default .navbar-nav .dropdown-menu > li > a {
    color: var(--color-cream) !important;
    font-size: 12px !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navbar.navbar-default .navbar-nav .dropdown-menu > li > a:hover {
    background-color: var(--color-secondary) !important;
    color: var(--color-gold) !important;
}

/* Text logo / site name */
.navbar .logo,
.navbar .blog-info-name {
    color: #fff !important;
    font-family: var(--font-heading) !important;
    font-size: 1.4rem !important;
    font-weight: 700;
}

/* Mobile hamburger */
.navbar-toggle {
    border-color: var(--color-gold) !important;
    margin-top: 16px;
}
.navbar-toggle .icon-bar {
    background-color: var(--color-gold) !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: var(--color-secondary) !important;
}

/* Fixed nav when scrolled (sticky state) */
.navbar.navbar-fixed-top.fixed-menu,
.navbar.navbar-fixed-top.navbar-scrolled {
    background-color: var(--color-primary) !important;
}

/* --- 5. BUTTONS --------------------------------------------- */

.tek_btn,
a.tek_btn,
.tt_primary_button,
a.tt_primary_button,
.tek_calltoaction .cta_button,
.vc_btn3,
a.vc_btn3,
.btn-primary,
a.btn-primary,
button[type="submit"],
input[type="submit"],
.wpcf7-submit {
    background-color: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 2px !important;
    transition: background-color var(--transition), border-color var(--transition), color var(--transition) !important;
}

.tek_btn:hover,
a.tek_btn:hover,
.tt_primary_button:hover,
a.tt_primary_button:hover,
.tek_calltoaction .cta_button:hover,
.vc_btn3:hover,
a.vc_btn3:hover,
.btn-primary:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.wpcf7-submit:hover {
    background-color: var(--color-primary) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-gold) !important;
}

/* Secondary / outline buttons */
.tt_secondary_button,
a.tt_secondary_button,
.btn-default {
    background-color: transparent !important;
    border: 2px solid var(--color-gold) !important;
    color: var(--color-gold) !important;
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 2px !important;
}
.tt_secondary_button:hover,
a.tt_secondary_button:hover {
    background-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
}

/* --- 6. SECTION TITLES -------------------------------------- */

.tek_section_title .st-title,
.tek_section_title h1,
.tek_section_title h2,
.tek_section_title h3 {
    font-family: var(--font-heading) !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em;
}

/* Separator line accent */
.vc_separator .vc_sep_holder .vc_sep_line,
.vc_separator_align_center .vc_sep_holder .vc_sep_line {
    border-color: var(--color-gold) !important;
}

/* --- 7. INFO BAR (dark green strip) ------------------------- */

/* The WPBakery row uses background-color: #2d4a3e (Secondary Green).
   We reinforce with our primary dark green for the strip row. */
.vc_row.vc_row-has-fill {
    /* Will be overridden by WPBakery inline !important where set */
}

/* Icon boxes inside the info bar */
.tek_iconbox .ib-title {
    font-family: var(--font-body) !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
}

.tek_iconbox .ib-icon i,
.tek_iconbox .ib-icon .fa,
.tek_iconbox .ib-icon svg {
    color: var(--color-gold) !important;
    transition: color var(--transition);
}

/* --- 8. PAGE TITLE BAR -------------------------------------- */

#title-section {
    background-color: var(--color-primary) !important;
    border-bottom: 3px solid var(--color-gold);
    padding: 60px 0 50px !important;
}

#title-section .page-title,
#title-section h1,
.kd-title-bar h1 {
    font-family: var(--font-heading) !important;
    color: #ffffff !important;
    font-size: 2.4rem !important;
    font-weight: 700;
}

#title-section .page-subtitle,
.kd-title-bar .page-subtitle {
    font-family: var(--font-accent) !important;
    color: var(--color-gold) !important;
    font-size: 1.1rem;
}

/* Breadcrumbs */
#title-section .breadcrumb,
#title-section .breadcrumbs,
.kd-title-bar .breadcrumb {
    background: transparent;
    padding: 4px 0 0;
}

#title-section .breadcrumb a,
#title-section .breadcrumbs a,
#title-section .breadcrumb span {
    color: rgba(244, 242, 238, 0.7) !important;
    font-size: 13px;
}

#title-section .breadcrumb a:hover {
    color: var(--color-gold) !important;
}

/* --- 9. FOOTER ---------------------------------------------- */

#footer {
    background-color: var(--color-primary) !important;
    color: #c8c4bb !important;
    border-top: 3px solid var(--color-gold);
}

#footer .upper-footer {
    background-color: var(--color-primary) !important;
    padding: 60px 0 40px;
}

#footer .lower-footer {
    background-color: #111f18 !important;
    border-top: 1px solid rgba(203, 162, 74, 0.25);
    padding: 18px 0;
}

#footer .lower-footer span,
#footer .lower-footer p,
#footer .lower-footer a {
    color: #9a9590 !important;
    font-size: 13px;
    font-family: var(--font-body);
}

#footer .lower-footer a:hover {
    color: var(--color-gold) !important;
}

/* Footer widget headings */
#footer .widget-title,
#footer h1, #footer h2, #footer h3, #footer h4 {
    font-family: var(--font-heading) !important;
    color: #ffffff !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(203, 162, 74, 0.35);
    padding-bottom: 10px;
    margin-bottom: 18px;
}

/* Footer body text */
#footer p,
#footer li,
#footer span:not(.lower-footer span) {
    color: #c8c4bb !important;
    font-family: var(--font-body);
    line-height: 1.7;
}

#footer a {
    color: #c8c4bb !important;
    transition: color var(--transition);
}
#footer a:hover {
    color: var(--color-gold) !important;
}

/* Footer social icons */
#footer .footer-socials-bar a,
#footer .footer-socials-bar i {
    color: var(--color-cream) !important;
}
#footer .footer-socials-bar a:hover i {
    color: var(--color-gold) !important;
}

/* Footer nav menu */
#footer .footer-nav-menu a {
    color: var(--color-cream) !important;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
#footer .footer-nav-menu a:hover {
    color: var(--color-gold) !important;
}

/* --- 10. HOMEPAGE CONTENT AREAS ----------------------------- */

#primary,
#main {
    background-color: var(--color-cream);
}

/* About section heading on cream bg */
#primary .tek_section_title .st-title {
    color: var(--color-primary) !important;
}

/* Vision / Mission section bullet styling */
#primary .vc_wp_text ul li,
#primary .wpb_text_column li {
    margin-bottom: 8px;
    padding-left: 4px;
}

/* --- 11. ICON BOXES ----------------------------------------- */

.tek_iconbox {
    transition: border-color var(--transition), box-shadow var(--transition);
}

.tek_iconbox:hover {
    border-color: var(--color-gold) !important;
}

.tek_iconbox .ib-title a {
    font-family: var(--font-body) !important;
    font-weight: 700;
}

/* --- 12. CALL TO ACTION SECTION ----------------------------- */

.tek_calltoaction .cta-title,
.tek_calltoaction h2,
.tek_calltoaction h3 {
    font-family: var(--font-heading) !important;
    color: var(--color-primary) !important;
}

/* --- 13. BACK TO TOP --------------------------------------- */

.back-to-top {
    background-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
    border-radius: 2px !important;
}
.back-to-top:hover {
    background-color: var(--color-primary) !important;
    color: var(--color-gold) !important;
    border: 1px solid var(--color-gold);
}

/* --- 14. FORMS (Contact Form 7) ----------------------------- */

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    font-family: var(--font-body) !important;
    color: var(--color-dark) !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    padding: 12px 16px !important;
    background-color: #fff !important;
    transition: border-color var(--transition) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: var(--color-gold) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(203, 162, 74, 0.15) !important;
}

/* --- 15. ORG CHART BRAND ACCENT ----------------------------- */

/* The org chart uses inline styles with #d4af37 for borders —
   we add a brand wrapper enhancement */
.org-chart img[style*="border"] {
    border-color: var(--color-gold) !important;
}

/* --- 16. GLOBAL SEPARATORS & ACCENTS ----------------------- */

hr {
    border-color: rgba(203, 162, 74, 0.35);
    margin: 2rem 0;
}

.vc_separator {
    border-color: var(--color-gold) !important;
}

/* Gold underline accent on major headings */
.tek_section_title .st-title::after {
    background-color: var(--color-gold);
}

/* --- 17. RESPONSIVE ----------------------------------------- */

@media (max-width: 991px) {
    .navbar.navbar-default .navbar-nav > li > a {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .navbar.navbar-default .navbar-collapse {
        background-color: var(--color-secondary) !important;
        border-top: 1px solid rgba(203, 162, 74, 0.3);
    }

    .navbar.navbar-default .navbar-nav .dropdown-menu {
        background-color: #162c23 !important;
    }

    #title-section .page-title,
    #title-section h1 {
        font-size: 1.8rem !important;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.25rem !important; }

    #footer .upper-footer {
        padding: 40px 0 24px;
    }
}

/* ============================================================
   19. TWO-LEVEL CUSTOM HEADER
   Top bar: Logo · Info · Social
   Nav bar: Menu · Get Appointment (sticky)
   ============================================================ */

/* --- Reset parent theme body padding for old fixed navbar --- */
body {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Suppress old Bootstrap navbar (no longer in DOM but parent CSS may still apply) */
.navbar.navbar-default {
    display: none !important;
}

/* --- Skip link (accessibility — always first focusable) ----- */
.sar-skip-link {
    position: absolute;
    top: -100%;
    left: 8px;
    z-index: 99999;
    padding: 10px 20px;
    background: var(--color-gold);
    color: var(--color-primary);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 0 0 4px 4px;
    transition: top 0.2s;
}
.sar-skip-link:focus {
    top: 0;
    outline: 3px solid var(--color-primary);
    outline-offset: 0;
}

/* --- Header wrapper ----------------------------------------- */
.sar-header {
    width: 100%;
    position: relative;
    z-index: 1001;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

/* ============================================================
   TOP BAR
   ============================================================ */

.sar-topbar {
    background-color: var(--color-primary);
    border-bottom: 1px solid rgba(203, 162, 74, 0.22);
}

.sar-topbar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 92px;
}

/* --- Logo --------------------------------------------------- */
.sar-logo {
    flex-shrink: 0;
    margin-right: auto;
}

.sar-logo a {
    display: inline-flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 4px;
}

.sar-logo a:focus {
    outline: 2px solid var(--color-gold);
    outline-offset: 4px;
    border-radius: 2px;
}

.sar-logo__wordmark {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 1;
    display: block;
}

.sar-logo__dagger {
    color: var(--color-gold);
    margin-right: 8px;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1;
}

.sar-logo__tagline {
    font-family: var(--font-body);
    font-size: 9.5px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9bbfa9;
    display: block;
    padding-left: 2px;
}

.sar-logo__img {
    display: block;
    max-height: 80px;
    width: auto;
}

/* --- Contact info block ------------------------------------- */
.sar-topbar__info {
    display: flex;
    align-items: center;
    gap: 0;
    margin-right: 28px;
}

.sar-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 30px;
}

.sar-info-divider {
    width: 1px;
    height: 40px;
    background: rgba(203, 162, 74, 0.28);
    flex-shrink: 0;
}

.sar-info-item__icon {
    color: var(--color-gold);
    font-size: 1.4rem;
    flex-shrink: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.sar-info-item__body {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.sar-info-item__value {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    text-decoration: none;
    display: block;
}

.sar-info-item__tel {
    color: #ffffff;
    transition: color var(--transition);
}

.sar-info-item__tel:hover,
.sar-info-item__tel:focus {
    color: var(--color-gold);
    outline: none;
}

.sar-info-item__tel:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
    border-radius: 2px;
}

.sar-info-item__label {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #9bbfa9;
    display: block;
    line-height: 1;
}

/* --- Social icons ------------------------------------------- */
.sar-topbar__social {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-left: 28px;
    border-left: 1px solid rgba(203, 162, 74, 0.28);
    flex-shrink: 0;
}

.sar-social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(203, 162, 74, 0.4);
    color: #9bbfa9;
    font-size: 14px;
    text-decoration: none;
    transition:
        background-color var(--transition),
        border-color var(--transition),
        color var(--transition);
}

.sar-social-btn:hover {
    background-color: var(--color-cream);
    border-color: var(--color-cream);
    color: var(--color-primary);
}

.sar-social-btn:focus {
    outline: none;
}

.sar-social-btn:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

/* --- Hamburger button (hidden on desktop) ------------------- */
.sar-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(203, 162, 74, 0.45);
    border-radius: 3px;
    cursor: pointer;
    margin-left: 16px;
    flex-shrink: 0;
    transition: background-color var(--transition), border-color var(--transition);
}

.sar-hamburger:focus {
    outline: none;
}

.sar-hamburger:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 2px;
}

.sar-hamburger:hover {
    background-color: #ffffff;
    border-color: #ffffff;
}

.sar-hamburger:hover .sar-hamburger__bar {
    background-color: var(--color-primary);
}

.sar-hamburger__bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--color-gold);
    border-radius: 2px;
    transform-origin: center;
    transition: transform 0.28s ease, opacity 0.28s ease, background-color 0.25s ease;
}

/* Hamburger → X animation */
.sar-hamburger[aria-expanded="true"] .sar-hamburger__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.sar-hamburger[aria-expanded="true"] .sar-hamburger__bar:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.sar-hamburger[aria-expanded="true"] .sar-hamburger__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   NAVBAR (sticky)
   ============================================================ */

.sar-navbar {
    background: linear-gradient(180deg, #0a1c10 0%, #172d1e 55%, #1E3A2F 100%);
    border-bottom: 2px solid var(--color-gold);
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.sar-navbar__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    gap: 16px;
}

/* --- Menu list --------------------------------------------- */
.sar-menu {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

/* Top-level items */
.sar-menu > li {
    position: relative;
}

.sar-menu > li > a,
.sar-menu > li > a:visited {
    display: flex;
    align-items: center;
    height: 62px;
    padding: 0 18px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.88);
    text-decoration: none;
    position: relative;
    transition: color var(--transition);
    white-space: nowrap;
}

.sar-menu > li > a:hover,
.sar-menu > li > a:focus {
    color: var(--color-gold);
    outline: none;
}

.sar-menu > li > a:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: -4px;
}

/* Active / current page indicator — gold underline bar */
.sar-menu > li.current-menu-item > a,
.sar-menu > li.current_page_item > a,
.sar-menu > li.current-menu-ancestor > a {
    color: var(--color-gold);
}

.sar-menu > li.current-menu-item > a::after,
.sar-menu > li.current_page_item > a::after,
.sar-menu > li.current-menu-ancestor > a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background-color: var(--color-gold);
}

/* Dropdown toggle caret */
.sar-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 4px solid rgba(244, 242, 238, 0.6);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    vertical-align: middle;
    transition: transform var(--transition), border-color var(--transition);
}

.sar-menu > li:hover > a .caret,
.sar-menu > li.open > a .caret {
    border-top-color: var(--color-gold);
    transform: rotate(180deg);
}

/* --- Dropdown menu ------------------------------------------ */
.sar-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 220px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: linear-gradient(180deg, #0f2419 0%, #1a3527 100%);
    border: 1px solid rgba(203, 162, 74, 0.3);
    border-top: 2px solid var(--color-gold);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}

.sar-menu .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color var(--transition), color var(--transition), padding-left var(--transition);
}

.sar-menu .dropdown-menu > li > a:hover,
.sar-menu .dropdown-menu > li > a:focus {
    background-color: rgba(203, 162, 74, 0.1);
    color: var(--color-gold);
    padding-left: 26px;
    outline: none;
}

.sar-menu .dropdown-menu > li:last-child > a {
    border-bottom: none;
}

/* --- Get Appointment button --------------------------------- */
.sar-appt-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 24px;
    background-color: var(--color-gold);
    color: var(--color-primary);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    border: 2px solid var(--color-gold);
    white-space: nowrap;
    flex-shrink: 0;
    transition:
        background-color var(--transition),
        color var(--transition),
        border-color var(--transition);
}

.sar-appt-btn:hover {
    background-color: #ffffff;
    color: var(--color-primary);
    border-color: #ffffff;
}

.sar-appt-btn:focus {
    outline: none;
}

.sar-appt-btn:focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 3px;
}

.sar-appt-btn__icon {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: inherit !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* --- Large → medium desktop: compress padding -------------- */
@media (max-width: 1200px) {
    .sar-topbar__inner,
    .sar-navbar__inner {
        padding: 0 24px;
    }

    .sar-info-item {
        padding: 0 20px;
    }

    .sar-menu > li > a {
        padding: 0 14px;
        letter-spacing: 0.14em;
    }
}

/* --- Tablet (≤1024px): hide info labels, tighten ----------- */
@media (max-width: 1024px) {
    .sar-info-item__label {
        display: none;
    }

    .sar-info-item {
        padding: 0 16px;
        gap: 10px;
    }

    .sar-logo__wordmark {
        font-size: 1.65rem;
    }

    .sar-topbar__inner {
        min-height: 80px;
    }
}

/* --- Mobile (≤900px): collapse nav into hamburger ---------- */
@media (max-width: 900px) {

    /* Show hamburger */
    .sar-hamburger {
        display: flex;
    }

    /* Hide info and social on mobile topbar */
    .sar-topbar__info,
    .sar-topbar__social {
        display: none;
    }

    /* Logo left · hamburger pushed to far right via margin-right:auto on logo */
    .sar-topbar__inner {
        min-height: 68px;
        padding: 0 16px;
    }

    .sar-logo__wordmark {
        font-size: 1.5rem;
    }

    /* Navbar: hidden by default on mobile, revealed via JS class */
    .sar-navbar {
        position: relative;
        display: none;
        border-top: none;
    }

    .sar-navbar.sar-nav-open {
        display: block;
    }

    /* Mobile menu: vertical stacked list */
    .sar-navbar__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0;
        min-height: auto;
    }

    .sar-menu {
        flex-direction: column;
        width: 100%;
    }

    .sar-menu > li > a {
        height: auto;
        padding: 16px 24px;
        font-size: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        justify-content: space-between;
    }

    .sar-menu > li.current-menu-item > a::after,
    .sar-menu > li.current_page_item > a::after {
        display: none;
    }

    /* Mobile dropdowns */
    .sar-menu .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        border-top: 1px solid rgba(203, 162, 74, 0.15);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.25);
        padding: 0;
        display: none;
    }

    .sar-menu .open > .dropdown-menu {
        display: block;
    }

    .sar-menu .dropdown-menu > li > a {
        padding: 12px 36px;
        font-size: 11px;
    }

    .sar-menu .dropdown-menu > li > a:hover {
        padding-left: 40px;
    }

    /* Get Appointment button — full width on mobile */
    .sar-appt-btn {
        margin: 16px 20px;
        width: calc(100% - 40px);
        justify-content: center;
        padding: 14px 24px;
        font-size: 12px;
    }
}

/* --- Small mobile (≤480px) ---------------------------------- */
@media (max-width: 480px) {
    .sar-logo__wordmark {
        font-size: 1.3rem;
        letter-spacing: 0.1em;
    }

    .sar-logo__tagline {
        display: none;
    }
}

/* ============================================================
   18. HEADER & HERO — Refined to match Brand Guide
   Deep green gradient · Gold accents · Playfair authority
   ============================================================ */

/* --- NAVBAR: Rich deep gradient, taller, refined ----------- */

.navbar.navbar-default {
    background: linear-gradient(180deg, #0a1c10 0%, #172d1e 60%, #1E3A2F 100%) !important;
    border-bottom: 2px solid var(--color-gold) !important;
    box-shadow: 0 4px 32px rgba(0, 0, 0, 0.45) !important;
    min-height: 84px;
}

/* Vertically center everything in the menubar */
.navbar.navbar-default .menubar {
    min-height: 84px !important;
    display: flex !important;
    align-items: center !important;
}

.navbar.navbar-default .menubar > .container {
    display: flex !important;
    align-items: center !important;
    min-height: 84px;
}

/* Nav links: wider letter-spacing, cleaner, small caps */
.navbar.navbar-default .navbar-nav > li > a,
.navbar.navbar-default .navbar-nav > li > a:visited {
    font-size: 11px !important;
    letter-spacing: 0.22em !important;
    padding: 34px 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    position: relative;
    color: rgba(244, 242, 238, 0.88) !important;
}

.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
    color: var(--color-gold) !important;
}

/* Gold active nav underline — thin bar like the brand guide */
.navbar.navbar-default .navbar-nav > li.active > a,
.navbar.navbar-default .navbar-nav > li.current-menu-item > a,
.navbar.navbar-default .navbar-nav > li.current_page_item > a {
    color: var(--color-gold) !important;
    background-color: transparent !important;
}

.navbar.navbar-default .navbar-nav > li.active > a::after,
.navbar.navbar-default .navbar-nav > li.current-menu-item > a::after,
.navbar.navbar-default .navbar-nav > li.current_page_item > a::after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 2px;
    background-color: var(--color-gold);
    display: block;
}

/* Logo — text logo: large Playfair Display, bold, cream */
.navbar .logo,
.navbar a.logo,
.navbar .blog-info-name {
    font-family: var(--font-heading) !important;
    font-size: 2rem !important;
    font-weight: 900 !important;
    letter-spacing: 0.14em;
    color: #ffffff !important;
    text-transform: uppercase;
    line-height: 1;
}

/* Logo image — invert to white on dark bg */
.navbar .fixed-logo,
.navbar .nav-logo {
    filter: brightness(0) invert(1) !important;
    max-height: 52px;
    width: auto !important;
}

/* Gold dagger accent before text logo — brand mark "† SAR" */
.navbar #logo .logo::before,
.navbar #logo .blog-info-name::before {
    content: '† ';
    color: var(--color-gold);
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 4px;
}

/* Dropdown — matches deep dark */
.navbar.navbar-default .navbar-nav .dropdown-menu {
    background: linear-gradient(180deg, #0f2419 0%, #1E3A2F 100%) !important;
    border-top: 2px solid var(--color-gold) !important;
    border-left: 1px solid rgba(203, 162, 74, 0.25) !important;
    border-right: 1px solid rgba(203, 162, 74, 0.25) !important;
    border-bottom: 1px solid rgba(203, 162, 74, 0.25) !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4) !important;
}

/* Mobile hamburger */
.navbar-toggle {
    margin-top: 24px !important;
    border-color: rgba(203, 162, 74, 0.5) !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: rgba(203, 162, 74, 0.12) !important;
}

/* --- HERO SLIDER: Dark overlay + image tint effect --------- */

/* Deep canvas behind the image — shows as green tint when image is darkened */
.under-menu .rev_slider,
#cleaning-slider {
    background-color: #091810 !important;
}

/* Darken the slide background image — creates the "image visible behind overlay" look */
.under-menu .tp-bgimg,
.under-menu .slotholder img,
.under-menu .defaultimg {
    filter: brightness(0.42) saturate(1.35) !important;
    transition: none !important;
}

/* Radial vignette + bottom gradient overlay via ::before */
.under-menu .rev_slider_wrapper {
    position: relative !important;
    overflow: hidden !important;
}

.under-menu .rev_slider_wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 55% 40%, transparent 25%, rgba(6, 17, 11, 0.65) 100%),
        linear-gradient(to bottom,
            rgba(8, 20, 13, 0.25) 0%,
            transparent 35%,
            transparent 60%,
            rgba(8, 20, 13, 0.70) 100%
        );
    z-index: 3;
    pointer-events: none;
}

/* All caption text — text shadow for readability over image */
.under-menu .tp-caption,
.under-menu .tp-caption p,
.under-menu .tp-caption div,
.under-menu .tp-caption span:not(.fa):not([class*="icon"]) {
    text-shadow:
        0 2px 28px rgba(0, 0, 0, 0.85),
        0 1px 6px rgba(0, 0, 0, 0.6) !important;
}

/* Hero heading captions — Playfair Display, cream */
.under-menu .tp-caption h1,
.under-menu .tp-caption h2,
.under-menu .tp-caption h3 {
    font-family: var(--font-heading) !important;
    color: var(--color-cream) !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;
    text-shadow:
        0 3px 40px rgba(0, 0, 0, 0.9),
        0 1px 8px rgba(0, 0, 0, 0.7) !important;
}

/* Hero subtext / eyebrow label captions */
.under-menu .tp-caption[class*="small"],
.under-menu .tp-caption[class*="label"],
.under-menu .tp-caption[class*="sub"],
.under-menu .tp-caption[class*="cat"] {
    font-family: var(--font-body) !important;
    letter-spacing: 0.28em !important;
    text-transform: uppercase !important;
    color: var(--color-gold) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

/* --- INFO BAR: Gold accent connector to hero --------------- */

/* Gold top accent connecting the info strip to hero */
.vc_row.vc_row-has-fill {
    border-top: 1px solid rgba(203, 162, 74, 0.15);
}

/* Icon boxes on dark bg — gold icons */
.vc_row.vc_row-has-fill .tek_iconbox .ib-icon i,
.vc_row.vc_row-has-fill .tek_iconbox .ib-icon .fa {
    color: var(--color-gold) !important;
}

/* --- GLOBAL EYEBROW LABEL STYLE ----------------------------- */
/* Use class "sar-eyebrow" in WPBakery custom CSS class field   */

.sar-eyebrow,
.sar-eyebrow p {
    font-family: var(--font-body) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--color-gold) !important;
    display: flex;
    align-items: center;
    gap: 12px;
}

.sar-eyebrow::before,
.sar-eyebrow::after {
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background-color: var(--color-gold);
    opacity: 0.7;
}

/* --- RESPONSIVE REFINEMENTS --------------------------------- */

@media (max-width: 1199px) {
    .navbar.navbar-default .navbar-nav > li > a {
        letter-spacing: 0.14em !important;
        padding: 34px 12px !important;
    }
}

@media (max-width: 991px) {
    .navbar.navbar-default {
        min-height: 70px;
    }
    .navbar.navbar-default .menubar {
        min-height: 70px !important;
    }
    .navbar.navbar-default .navbar-nav > li > a {
        letter-spacing: 0.1em !important;
        padding: 14px 18px !important;
        font-size: 11px !important;
    }
    .navbar.navbar-default .navbar-nav > li > a::after {
        display: none;
    }
    .navbar-toggle {
        margin-top: 16px !important;
    }
}

/* ============================================================
   20. MULTI-LEVEL DROPDOWN NAVIGATION
   Level-2 hover reveal · Level-3 flyout · Mobile inline
   ============================================================ */

/* --- Level-2: hover trigger (desktop) ----------------------- */
@media (min-width: 901px) {

    .sar-menu > li.dropdown:hover > .dropdown-menu,
    .sar-menu > li.dropdown:focus-within > .dropdown-menu {
        display: block;
        animation: sar-dropdown-in 0.18s ease forwards;
    }

    /* --- Level-3 submenu: right-side flyout ----------------- */
    /* Walker outputs class="dropdown" on any li with children  */
    .sar-menu .dropdown-menu > li.dropdown {
        position: relative;
    }

    .sar-menu .dropdown-menu > li.dropdown > .dropdown-menu {
        position: absolute;
        top: -6px;
        left: 100%;
        margin-left: -1px;
        z-index: 1060;
        min-width: 210px;
        display: none;
        border-top: 2px solid var(--color-gold);
        border-left: 1px solid rgba(203, 162, 74, 0.3);
        border-right: 1px solid rgba(203, 162, 74, 0.3);
        border-bottom: 1px solid rgba(203, 162, 74, 0.3);
        border-radius: 0 4px 4px 4px;
        background: linear-gradient(180deg, #0f2419 0%, #1a3527 100%);
        box-shadow: 6px 8px 28px rgba(0, 0, 0, 0.45);
        padding: 6px 0;
    }

    .sar-menu .dropdown-menu > li.dropdown:hover > .dropdown-menu,
    .sar-menu .dropdown-menu > li.dropdown:focus-within > .dropdown-menu {
        display: block;
        animation: sar-dropdown-in 0.16s ease forwards;
    }

}

/* --- Dropdown fade-in animation ----------------------------- */
@keyframes sar-dropdown-in {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* --- Right-arrow indicator on level-2 items with children -- */
.sar-menu .dropdown-menu > li.dropdown > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sar-menu .dropdown-menu > li.dropdown > a::after {
    content: '\203A';  /* › */
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: rgba(244, 242, 238, 0.45);
    margin-left: 10px;
    flex-shrink: 0;
    transition: color var(--transition);
}

.sar-menu .dropdown-menu > li.dropdown:hover > a::after {
    color: var(--color-gold);
}

/* Remove Bootstrap caret injected on submenu parent links */
.sar-menu .dropdown-menu > li.dropdown > a .caret {
    display: none;
}

/* --- Level-3 item styles — mirror level-2 palette ---------- */
.sar-menu .dropdown-menu .dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(244, 242, 238, 0.82);
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background-color var(--transition), color var(--transition), padding-left var(--transition);
}

.sar-menu .dropdown-menu .dropdown-menu > li > a:hover,
.sar-menu .dropdown-menu .dropdown-menu > li > a:focus {
    background-color: rgba(203, 162, 74, 0.1);
    color: var(--color-gold);
    padding-left: 26px;
    outline: none;
}

.sar-menu .dropdown-menu .dropdown-menu > li:last-child > a {
    border-bottom: none;
}

/* --- Mobile (≤900px): inline stacked expansion -------------- */
@media (max-width: 900px) {

    .sar-menu .dropdown-menu > li.dropdown > .dropdown-menu {
        position: static;
        top: auto;
        left: auto;
        margin-left: 0;
        border-top: 1px solid rgba(203, 162, 74, 0.1);
        border-left: none;
        border-right: none;
        border-bottom: none;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.35);
        box-shadow: none;
        display: none;
        padding: 0;
        animation: none;
    }

    .sar-menu .dropdown-menu > li.dropdown.sar-sub-open > .dropdown-menu {
        display: block;
    }

    /* Level-3 items: deeper indent than level-2 */
    .sar-menu .dropdown-menu .dropdown-menu > li > a {
        padding: 11px 52px;
        font-size: 10.5px;
    }

    .sar-menu .dropdown-menu .dropdown-menu > li > a:hover {
        padding-left: 58px;
    }

    /* Right-arrow becomes a down chevron on mobile */
    .sar-menu .dropdown-menu > li.dropdown > a::after {
        content: '\25BE';  /* ▾ */
    }

    .sar-menu .dropdown-menu > li.dropdown.sar-sub-open > a::after {
        content: '\25B4';  /* ▴ */
        color: var(--color-gold);
    }

}

@media (max-width: 767px) {
    .navbar .logo,
    .navbar a.logo,
    .navbar .blog-info-name {
        font-size: 1.5rem !important;
    }
    .navbar .logo::before,
    .navbar .blog-info-name::before {
        font-size: 0.9rem;
    }
}

/* ============================================================
   21. WHITE-SPACE FIXES & FRONT-PAGE CLEANUP
   ============================================================ */

/* Remove any residual body/wrapper padding from old fixed navbar */
body {
    padding-top: 0 !important;
    margin-top:  0 !important;
}

#wrapper {
    margin-top:  0 !important;
    padding-top: 0 !important;
}

/* Hide the parent theme title-bar on front page
   (our header.php already skips the PHP include,
    but this catches any inline dynamic-styles output) */
body.front-page .entry-header.single-page-header,
body.page-id-7449 .entry-header.single-page-header {
    display: none !important;
}

/* Hide WPBakery RevSlider row on front page
   (replaced by custom sar-hero section) */
body.front-page .under-menu,
body.page-id-7449 .under-menu {
    display: none !important;
}

/* Hide the info bar (Opening Hours / Where you can find us / Get in touch)
   Class added via SQL: el_class="sar-info-bar" */
.sar-info-bar {
    display: none !important;
}

/* ============================================================
   22. CUSTOM HERO SLIDER
   Full-viewport · Cross-fade · Scales deco · Accessible
   ============================================================ */

/* --- Accessibility utility ---------------------------------- */
.sar-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* --- Hero container ----------------------------------------- */
/* Gold left-edge accent bar */
.sar-hero::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 10%;
    width: 3px;
    background: linear-gradient(to bottom, transparent, var(--color-gold), transparent);
    z-index: 30;
    opacity: 0.6;
    pointer-events: none;
}

.sar-hero {
    position: relative;
    height: 88vh;
    min-height: 580px;
    overflow: hidden;
    background-color: var(--color-primary);   /* brand green fallback while image loads */
}

/* --- Slide track -------------------------------------------- */
.sar-hero__track {
    position: absolute;
    inset: 0;
}

/* --- Individual slides -------------------------------------- */
.sar-hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    z-index: 1;
}

.sar-hero__slide--active {
    opacity: 1;
    z-index: 2;
}

/* --- Background image --------------------------------------- */
.sar-hero__bg-wrap {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: var(--color-primary);
    overflow: hidden;
}

.sar-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    filter: brightness(0.48) saturate(1.2);
    /* Prevent alt text from rendering visually if image fails to load */
    color: transparent;
    font-size: 0;
    line-height: 0;
}

/* --- Overlay: strong left coverage, vignette bottom -------- */
.sar-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        /* Left text zone — brand primary green, opaque enough for legibility */
        linear-gradient(
            108deg,
            rgba(30, 58, 47, 0.94) 0%,
            rgba(30, 58, 47, 0.84) 36%,
            rgba(30, 58, 47, 0.48) 60%,
            transparent 86%
        ),
        /* Subtle bottom vignette using brand secondary */
        linear-gradient(
            to bottom,
            rgba(20, 44, 33, 0.15) 0%,
            transparent 40%,
            rgba(20, 44, 33, 0.45) 100%
        );
}

/* --- Content layer ------------------------------------------ */
.sar-hero__content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.sar-hero__content-inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 48px 80px;
}

/* Text column: constrained to left ~55% */
.sar-hero__text {
    max-width: 580px;
}

/* --- Eyebrow label ------------------------------------------ */
.sar-hero__eyebrow {
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--color-gold);
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 20px;
}

/* Small solid square accent bullet */
.sar-hero__eyebrow-mark {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--color-gold);
    flex-shrink: 0;
}

/* --- Gold horizontal rule ----------------------------------- */
.sar-hero__rule {
    width: 64px;
    height: 1px;
    background-color: var(--color-gold);
    margin: 0 0 28px;
    opacity: 0.70;
    transform-origin: left center;
    /* Grow in from left when slide activates */
    animation: none;
}

.sar-hero__slide--active .sar-hero__rule {
    animation: sar-rule-grow 0.80s cubic-bezier(0.22, 1, 0.36, 1) 0.20s both;
}

@keyframes sar-rule-grow {
    from { transform: scaleX(0); opacity: 0; }
    to   { transform: scaleX(1); opacity: 0.70; }
}

/* --- Main heading ------------------------------------------- */
.sar-hero__title {
    font-family: var(--font-heading) !important;
    font-size: clamp(2.8rem, 5.2vw, 4.75rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.02em;
    color: var(--color-cream) !important;   /* #F4F2EE — warm off-white beats the global h2 !important */
    margin: 0 0 26px;
    text-shadow:
        0 2px 32px rgba(0, 0, 0, 0.80),
        0 1px 6px  rgba(0, 0, 0, 0.55),
        0 0 80px   rgba(203, 162, 74, 0.12);
}

/* --- Sub-text ----------------------------------------------- */
.sar-hero__sub {
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.80;
    color: rgba(255, 255, 255, 0.78);
    max-width: 480px;
    margin: 0 0 44px;
    letter-spacing: 0.015em;
}

/* --- CTA buttons -------------------------------------------- */
.sar-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.sar-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    font-family: var(--font-body);
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.20em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 2px;
    transition:
        background-color var(--transition),
        color           var(--transition),
        border-color    var(--transition);
}

.sar-hero__cta--primary {
    background-color: var(--color-gold);
    color: var(--color-primary);
    border: 2px solid var(--color-gold);
}

.sar-hero__cta--primary:hover {
    background-color: #ffffff;
    color: var(--color-primary);
    border-color: #ffffff;
}

.sar-hero__cta--outline {
    background-color: transparent;
    color: var(--color-cream);
    border: 2px solid rgba(244, 242, 238, 0.55);
}

.sar-hero__cta--outline:hover {
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-primary);
}

.sar-hero__cta:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

/* ── Decorative Scales of Justice ─────────────────────────── */
.sar-hero__deco {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Lottie animation player */
.sar-hero__lottie {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0.93;
}

/* --- Prev / Next arrow buttons ------------------------------ */
.sar-hero__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    background: rgba(5, 16, 9, 0.40);
    border: 1px solid rgba(203, 162, 74, 0.45);
    color: rgba(255, 255, 255, 0.80);
    width: 52px;
    height: 52px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background-color var(--transition),
        border-color     var(--transition),
        color            var(--transition);
}

.sar-hero__nav--prev { left: 28px; }
.sar-hero__nav--next { right: 28px; }

.sar-hero__nav:hover {
    background-color: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-primary);
}

.sar-hero__nav:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

/* --- Controls bar: dots + counter --------------------------- */
.sar-hero__controls-bar {
    position: absolute;
    bottom: 36px;
    left: 48px;
    right: 48px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Dot indicators — dash style (modern) */
.sar-hero__dots {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sar-hero__dot {
    width: 28px;
    height: 2px;
    border-radius: 1px;
    background-color: rgba(255, 255, 255, 0.28);
    border: none;
    cursor: pointer;
    padding: 0;
    transition:
        background-color var(--transition),
        width            var(--transition);
}

.sar-hero__dot--active {
    width: 56px;
    background-color: var(--color-gold);
}

.sar-hero__dot:hover:not(.sar-hero__dot--active) {
    background-color: rgba(203, 162, 74, 0.55);
}

.sar-hero__dot:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 4px;
}

/* Slide counter: 01 / 03 */
.sar-hero__counter {
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: rgba(255, 255, 255, 0.55) !important;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sar-hero__counter-cur   { color: var(--color-gold) !important; }
.sar-hero__counter-slash { color: rgba(255, 255, 255, 0.40) !important; }
.sar-hero__counter-total { color: rgba(255, 255, 255, 0.55) !important; }

/* --- Reduced motion ----------------------------------------- */
@media (prefers-reduced-motion: reduce) {
    .sar-hero__slide          { transition: none; }
    .sar-hero__rule           { animation: none; }
    .sar-hero__dot            { transition: none; }
}

/* --- Responsive ─────────────────────────────────────────── */

@media (max-width: 1200px) {
    .sar-hero__deco {
        right: 3%;
        width: 420px;
        height: 420px;
    }
}

@media (max-width: 1024px) {
    .sar-hero {
        height: 80vh;
        min-height: 520px;
    }

    .sar-hero__content-inner {
        padding: 80px 32px 60px;
    }

    .sar-hero__deco {
        right: 1%;
        width: 360px;
        height: 360px;
        opacity: 0.80;
    }

    .sar-hero__controls-bar { left: 32px; right: 32px; }
}

@media (max-width: 900px) {
    /* Hide decoration on tablet/mobile — text takes full width */
    .sar-hero__deco { display: none; }

    .sar-hero__text { max-width: 100%; }

    .sar-hero__nav { display: none; }

    .sar-hero__controls-bar {
        left: 20px;
        right: 20px;
        bottom: 24px;
    }
}

@media (max-width: 768px) {
    .sar-hero {
        height: 74vh;
        min-height: 460px;
    }

    .sar-hero__content-inner {
        padding: 60px 24px 50px;
    }

    .sar-hero__title {
        font-size: clamp(2.2rem, 6.5vw, 3.2rem);
        margin-bottom: 18px;
        color: var(--color-cream) !important;
    }

    .sar-hero__sub {
        font-size: 0.93rem;
        margin-bottom: 32px;
    }

    .sar-hero__actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .sar-hero__cta {
        padding: 13px 28px;
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .sar-hero {
        height: 82vh;
        min-height: 440px;
    }

    .sar-hero__content-inner {
        padding: 50px 20px 44px;
    }

    .sar-hero__eyebrow {
        font-size: 9px;
        letter-spacing: 0.30em;
    }

    .sar-hero__title {
        font-size: clamp(2rem, 8vw, 2.6rem);
        margin-bottom: 14px;
        color: var(--color-cream) !important;
    }

    .sar-hero__sub {
        font-size: 0.875rem;
        line-height: 1.70;
        margin-bottom: 26px;
    }

    .sar-hero__cta {
        width: 100%;
        justify-content: center;
    }

    .sar-hero__controls-bar {
        left: 16px;
        right: 16px;
        bottom: 18px;
    }
}

/* ============================================================
   23. ABOUT · VISION · MISSION SECTIONS
   ============================================================ */

/* --- Cream background (override WPBakery inline #f5f5f5) ---- */
body .vc_custom_1777810934053,
body .vc_custom_1777996481351,
body .vc_custom_1777811055944 {
    background-color: var(--color-cream) !important;
}

/* Normalize the Vision/Mission row's excessive side margins */
body .vc_custom_1777996481351 {
    margin-right: 0 !important;
    margin-left: 0 !important;
    border-right-width: 0 !important;
    border-left-width: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 90px !important;
}

/* --- Section title headings --------------------------------- */
.tek_section_title .st-title {
    font-family: var(--font-heading) !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    margin-bottom: 18px !important;
}

/* Gold bar accent below headings */
.tek_section_title .st-title::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background-color: var(--color-gold);
    margin-top: 14px;
}

/* Center-aligned headings: centre the bar */
.tek_section_title.text-center .st-title::after {
    margin-left: auto;
    margin-right: auto;
}

/* --- "Skill in Hand, Justice We Stand." — h2 tagline ------- */
/* Gold left-border accent instead of underline */
.tek_section_title h2.st-title {
    font-size: clamp(1.8rem, 2.6vw, 2.5rem) !important;
    border-left: 4px solid var(--color-gold);
    padding-left: 20px !important;
}

.tek_section_title h2.st-title::after {
    display: none;
}

/* --- Subtitle / description text ---------------------------- */
.tek_section_title .st-subtitle,
.tek_section_title p {
    font-family: var(--font-body) !important;
    color: #3c3c3c !important;
    font-size: 15.5px !important;
    line-height: 1.9 !important;
    margin-bottom: 16px !important;
}

/* --- "Our Mission" widget title ----------------------------- */
.vc_wp_text .widget-title,
.vc_wp_text .widgettitle {
    font-family: var(--font-heading) !important;
    color: var(--color-primary) !important;
    font-size: 1.85rem !important;
    font-weight: 700 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
}

.vc_wp_text .widget-title::after,
.vc_wp_text .widgettitle::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background-color: var(--color-gold);
    margin-top: 12px;
}

/* Mission bullet items — gold left-bar per item */
.vc_wp_text .textwidget p {
    font-family: var(--font-body) !important;
    color: var(--color-dark) !important;
    font-size: 15.5px !important;
    line-height: 2 !important;
    padding-left: 16px !important;
    border-left: 3px solid rgba(203, 162, 74, 0.50);
    margin-bottom: 10px !important;
}

/* --- "Explore More" CTA ------------------------------------- */
.tek_calltoaction .tt_primary_button,
.tek_calltoaction a.tt_primary_button {
    background-color: var(--color-gold) !important;
    border-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em;
}

.tek_calltoaction .tt_primary_button:hover,
.tek_calltoaction a.tt_primary_button:hover {
    background-color: #ffffff !important;
    border-color: var(--color-gold) !important;
    color: var(--color-primary) !important;
}

/* --- About image: gold circular border ---------------------- */
.vc_single_image-wrapper.vc_box_shadow_border_circle {
    border-color: var(--color-gold) !important;
    box-shadow: 0 6px 32px rgba(30, 58, 47, 0.12) !important;
}

/* ============================================================
   24. CUSTOM ABOUT · VISION · MISSION SECTIONS
   ============================================================ */

/* Hide WPBakery About + Vision/Mission rows (replaced below) */
body.front-page .vc_custom_1777810934053,
body.page-id-7449 .vc_custom_1777810934053,
body.front-page .vc_custom_1777996481351,
body.page-id-7449 .vc_custom_1777996481351 {
    display: none !important;
}

/* ─── About Section ─────────────────────────────────────── */

.sar-about {
    background-color: var(--color-cream);
    padding: 100px 0;
    border-bottom: 1px solid rgba(203, 162, 74, 0.18);
}

.sar-about__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
    align-items: center;
}

/* Eyebrow */
.sar-about__eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 22px;
}

.sar-about__eyebrow-dash {
    display: block;
    width: 36px;
    height: 1px;
    background-color: var(--color-gold);
    flex-shrink: 0;
}

/* Title — gold left-border treatment */
.sar-about__title {
    font-family: var(--font-heading) !important;
    font-size: clamp(2rem, 3.2vw, 2.75rem) !important;
    font-weight: 700 !important;
    color: var(--color-primary) !important;
    line-height: 1.18 !important;
    margin: 0 0 28px !important;
    padding-left: 22px !important;
    border-left: 4px solid var(--color-gold);
}

/* Lead paragraph */
.sar-about__lead {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.85;
    color: #3c3c3c;
    margin: 0 0 16px;
}

/* Secondary paragraph — Cormorant italic for gravitas */
.sar-about__body {
    font-family: var(--font-accent);
    font-size: 17px;
    font-style: italic;
    line-height: 1.85;
    color: #555;
    margin: 0;
}

/* Image container */
.sar-about__media {
    display: flex;
    align-items: stretch;
}

/* Professional frame — white mat, subtle gold border, gold bottom bar */
.sar-about__img-frame {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 8px;
    border: 1px solid rgba(203, 162, 74, 0.35);
    box-shadow: 0 8px 40px rgba(30, 58, 47, 0.12);
}

.sar-about__img-frame::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 8px;
    width: 88px;
    height: 4px;
    background-color: var(--color-gold);
}

.sar-about__img {
    display: block;
    width: 100%;
    height: 440px;
    object-fit: cover;
    object-position: center top;
}

/* ─── Vision & Mission Section ──────────────────────────── */

.sar-vm {
    background-color: var(--color-primary);
    border-top: 3px solid var(--color-gold);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* ── TOP: Our Vision — full width ── */
.sar-vm__vision {
    border-bottom: 1px solid rgba(203, 162, 74, 0.28);
}

.sar-vm__vision-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 48px;
}

/* ── BOTTOM ROW: image | mission side by side ── */
.sar-vm__bottom {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 420px;
}

/* Image panel — left 50%, fills full height */
.sar-vm__mission-img {
    flex: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(203, 162, 74, 0.08);
}

/* Mission content — right 50% */
.sar-vm__mission-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 48px;
    border-left: 3px solid var(--color-gold);
}

/* Headings */
.sar-vm__heading {
    font-family: var(--font-heading) !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: var(--color-cream) !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
}

/* Gold rule under headings */
.sar-vm__rule {
    width: 48px;
    height: 3px;
    background-color: var(--color-gold);
    margin: 14px 0 28px;
}

/* Body text */
.sar-vm__text {
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.85;
    color: rgba(244, 242, 238, 0.78);
    margin: 0 0 16px;
}

/* Mission list */
.sar-vm__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
}

.sar-vm__item {
    position: relative;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.75;
    color: rgba(244, 242, 238, 0.85);
    padding: 11px 0 11px 26px;
    border-bottom: 1px solid rgba(203, 162, 74, 0.14);
}

.sar-vm__item:last-child {
    border-bottom: none;
}

.sar-vm__item::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 11px;
    color: var(--color-gold);
    font-size: 13px;
    line-height: 1.75;
}

/* Explore More button */
.sar-vm__cta {
    display: inline-flex;
    align-items: center;
    padding: 11px 24px;
    background-color: var(--color-gold);
    color: var(--color-primary) !important;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid var(--color-gold);
    border-radius: 2px;
    white-space: nowrap;
    transition:
        background-color var(--transition),
        color var(--transition),
        border-color var(--transition);
}

.sar-vm__cta:hover {
    background-color: #ffffff;
    color: var(--color-primary) !important;
    border-color: #ffffff;
}

/* ─── Responsive ─────────────────────────────────────────── */

@media (max-width: 1200px) {
    .sar-about__inner         { padding: 0 40px; gap: 56px; }
    .sar-vm__vision-inner     { padding: 52px 40px; }
    .sar-vm__mission-content  { padding: 52px 40px; }
}

@media (max-width: 1024px) {
    .sar-about__inner         { padding: 0 32px; gap: 40px; }
    .sar-about__img           { height: 380px; }
    .sar-vm__vision-inner     { padding: 48px 32px; }
    .sar-vm__mission-content  { padding: 48px 32px; }
}

@media (max-width: 900px) {
    .sar-about { padding: 72px 0; }
    .sar-about__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 28px;
    }
    .sar-about__img { height: 280px; }

    /* Stack image above mission on tablet */
    .sar-vm__bottom          { flex-direction: column; min-height: auto; }
    .sar-vm__mission-img     { min-height: 240px; flex: none; }
    .sar-vm__mission-content {
        padding: 44px 28px;
        border-left: none;
        border-top: 3px solid var(--color-gold);
    }
    .sar-vm__heading { font-size: 1.55rem !important; }
}

@media (max-width: 480px) {
    .sar-about { padding: 52px 0; }
    .sar-about__inner         { padding: 0 20px; gap: 32px; }
    .sar-about__title         { font-size: clamp(1.65rem, 5.5vw, 2rem) !important; }
    .sar-about__img           { height: 240px; }
    .sar-vm__vision-inner     { padding: 36px 20px; }
    .sar-vm__mission-content  { padding: 36px 20px; }
    .sar-vm__mission-img      { min-height: 180px; }
    .sar-vm__heading          { font-size: 1.35rem !important; }
    .sar-vm__text             { font-size: 14px; }
    .sar-vm__item             { font-size: 14px; }
    .sar-vm__list             { margin-bottom: 28px; }
}

/* ═══════════════════════════════════════════════════════════
   Section 25 — Organizational Structure
   ═══════════════════════════════════════════════════════════ */

/* Hide WPBakery org chart row on front page */
body.front-page .vc_custom_1777811055944,
body.page-id-7449 .vc_custom_1777811055944 {
    display: none !important;
}

/* ─── Section wrapper ─── */
.sar-org {
    overflow: hidden;
}

/* ─── Header — cream background, matches Testimonials style ─── */
.sar-org__header {
    background: var(--color-cream);
    border-top: 3px solid var(--color-gold);
    padding: 72px 24px 60px;
    text-align: center;
}

.sar-org__header-inner {
    max-width: 720px;
    margin: 0 auto;
}

.sar-org__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 20px;
}

.sar-org__eyebrow-dash {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--color-gold);
    flex-shrink: 0;
}

.sar-org__title {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.9rem, 3vw, 2.8rem) !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.sar-org__subtitle {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* ─── Chart canvas ─── */
.sar-org__chart {
    position: relative;
    background: var(--color-secondary);
    padding: 72px 32px 64px;
    background-image: radial-gradient(circle, rgba(203,162,74,0.09) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
}

/* SVG connector overlay — filled by JS */
.sar-org__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: visible;
}

/* ─── Tier (one hierarchy level) ─── */
.sar-org__tier {
    text-align: center;
    padding-bottom: 56px;
}

.sar-org__tier:last-child { padding-bottom: 0; }

/* Subtle level label above each row */
.sar-org__tier-label {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: rgba(203,162,74,0.75);
    margin: 0 0 16px;
}

/* Row of cards within a tier */
.sar-org__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.75rem;
}

/* ─── Person cards ─── */
.sar-org__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(203,162,74,0.18);
    border-radius: 16px;
    box-shadow: 0 6px 28px rgba(0,0,0,0.28), 0 2px 8px rgba(0,0,0,0.16);
    padding: 32px 20px 24px;
    text-align: center;
    font-family: inherit;
    cursor: default;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
}

/* Gold shimmer sweep across top on hover */
.sar-org__card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, var(--color-gold) 50%, transparent 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s ease;
}

/* Keyframe reveal — card slides up and fades in */
.sar-org__card--visible {
    animation: sarOrgReveal 0.65s cubic-bezier(0.22,1,0.36,1) forwards;
}

@keyframes sarOrgReveal {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Sizes */
.sar-org__card--lg { width: 260px; }
.sar-org__card--md { width: 228px; }
.sar-org__card--sm { width: 210px; }

/* Clickable variant */
.sar-org__card--clickable {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.sar-org__card--clickable:hover {
    box-shadow: 0 18px 56px rgba(0,0,0,0.4), 0 6px 20px rgba(0,0,0,0.22);
    transform: translateY(-7px);
    border-color: rgba(203,162,74,0.7);
}

.sar-org__card--clickable:hover::after { transform: scaleX(1); }

.sar-org__card--clickable:focus-visible {
    outline: 2px solid var(--color-gold);
    outline-offset: 3px;
}

/* ─── Photo frame ─── */
.sar-org__photo-wrap {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 16px;
    border: 2.5px solid rgba(203,162,74,0.4);
    box-shadow: 0 0 0 5px rgba(203,162,74,0.07);
    flex-shrink: 0;
    transition: border-color 0.28s ease, box-shadow 0.28s ease;
}

.sar-org__card--lg .sar-org__photo-wrap {
    width: 116px;
    height: 116px;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 7px rgba(203,162,74,0.1);
}

.sar-org__card--clickable:hover .sar-org__photo-wrap {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 9px rgba(203,162,74,0.16);
}

.sar-org__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Initials avatar fallback */
.sar-org__avatar {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-secondary), var(--color-primary));
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--color-gold);
}

.sar-org__card--lg .sar-org__avatar { font-size: 1.8rem; }

/* ─── Card body ─── */
.sar-org__card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.sar-org__card-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
    line-height: 1.3;
}

.sar-org__card--lg .sar-org__card-name { font-size: 1.1rem; }

/* Role pill badge */
.sar-org__card-badge {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-gold);
    background: rgba(203,162,74,0.08);
    border: 1px solid rgba(203,162,74,0.25);
    border-radius: 100px;
    padding: 4px 12px;
    line-height: 1.5;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.sar-org__card--clickable:hover .sar-org__card-badge {
    background: rgba(203,162,74,0.15);
    border-color: rgba(203,162,74,0.5);
}

/* "View profile" cue */
.sar-org__card-cue {
    display: inline-block;
    margin-top: 2px;
    font-family: var(--font-body);
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-gold);
    border-bottom: 1px solid rgba(203,162,74,0.4);
    padding-bottom: 1px;
    transition: border-color 0.2s;
}

.sar-org__card--clickable:hover .sar-org__card-cue { border-color: var(--color-gold); }

/* ─── Groups panel (dark green, always visible, 3-col grid) ─── */
.sar-org__groups {
    background: var(--color-primary);
    border-top: 2px solid rgba(203,162,74,0.2);
}

.sar-org__groups-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.sar-org__group {
    padding: 44px 36px;
    border-right: 1px solid rgba(203,162,74,0.12);
}

.sar-org__group:last-child { border-right: none; }

.sar-org__group-hd {
    font-family: var(--font-heading) !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: var(--color-gold) !important;
    margin: 0 0 18px !important;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(203,162,74,0.25);
    letter-spacing: 0 !important;
}

.sar-org__group-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.sar-org__group-item {
    position: relative;
    font-family: var(--font-body);
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(244,242,238,0.75);
    padding-left: 16px;
}

.sar-org__group-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 1px;
    background: var(--color-gold);
    opacity: 0.55;
}

/* ─── Bio Modal ─── */
.sar-org__modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sar-org__modal[hidden] { display: none; }

.sar-org__modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(10,20,15,0.82);
    cursor: pointer;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.sar-org__modal-box {
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 16px;
    border-top: 4px solid var(--color-gold);
    padding: 48px 36px 36px;
    width: 100%;
    max-width: 460px;
    text-align: center;
    box-shadow: 0 32px 80px rgba(0,0,0,0.38);
}

.sar-org__modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    color: #bbb;
    cursor: pointer;
    padding: 4px 8px;
    font-family: inherit;
    transition: color 0.2s;
}

.sar-org__modal-close:hover { color: var(--color-primary); }

.sar-org__modal-img {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 3px solid var(--color-gold);
    margin: 0 auto 20px;
    box-shadow: 0 0 0 6px rgba(203,162,74,0.12);
}

.sar-org__modal-name {
    font-family: var(--font-heading) !important;
    font-size: 1.45rem !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
    margin: 0 0 6px !important;
    letter-spacing: 0 !important;
}

.sar-org__modal-pos {
    font-family: var(--font-body);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 24px;
}

.sar-org__modal-bio {
    font-family: var(--font-body);
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
    background: var(--color-cream);
    border-radius: 8px;
    padding: 18px 20px;
    text-align: left;
}

/* ─── Responsive ─── */
@media (max-width: 1024px) {
    .sar-org__group { padding: 36px 28px; }
}

@media (max-width: 900px) {
    .sar-org__chart { padding: 56px 20px 48px; }
    .sar-org__card--lg { width: 230px; }
    .sar-org__card--md { width: 208px; }
    .sar-org__card--sm { width: 188px; }
    .sar-org__groups-inner { grid-template-columns: 1fr; }
    .sar-org__group {
        border-right: none;
        border-bottom: 1px solid rgba(203,162,74,0.12);
        padding: 32px 24px;
    }
    .sar-org__group:last-child { border-bottom: none; }
}

@media (max-width: 640px) {
    .sar-org__row { gap: 1rem; }
    .sar-org__card--lg { width: 210px; }
    .sar-org__card--md,
    .sar-org__card--sm { width: 155px; padding: 22px 12px 18px; }
    .sar-org__photo-wrap { width: 72px; height: 72px; }
    .sar-org__card--lg .sar-org__photo-wrap { width: 90px; height: 90px; }
    .sar-org__card-name { font-size: 0.86rem; }
    .sar-org__card-cue  { display: none; }
    .sar-org__header    { padding: 52px 20px 44px; }
}

@media (max-width: 480px) {
    .sar-org__chart    { padding: 40px 16px 36px; }
    .sar-org__row      { flex-direction: column; align-items: center; }
    .sar-org__card--lg { width: 260px; }
    .sar-org__card--md,
    .sar-org__card--sm { width: 260px; }
    .sar-org__header   { padding: 44px 16px 36px; }
    .sar-org__group    { padding: 28px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .sar-org__card        { animation: none; }
    .sar-org__card::after { transition: none; }
}

/* Hide WPBakery rows replaced by custom sections */
body.front-page .sar-info-bar,
body.page-id-7449 .sar-info-bar,
body.front-page .vc_custom_1777996410754,
body.page-id-7449 .vc_custom_1777996410754 {
    display: none !important;
}

/* Hide the contact row (no vc_row css class — target via :has) */
@supports selector(:has(*)) {
    body.front-page .vc_row:has(.vc_custom_1516095665984),
    body.page-id-7449 .vc_row:has(.vc_custom_1516095665984) {
        display: none !important;
    }
}

/* ═══════════════════════════════════════════════════════════
   Section 26 — Testimonials
   ═══════════════════════════════════════════════════════════ */

.sar-testimonials {
    background: var(--color-cream);
    border-top: 3px solid var(--color-gold);
}

/* ── Header ── */
.sar-testimonials__header {
    text-align: center;
    padding: 72px 24px 56px;
    max-width: 720px;
    margin: 0 auto;
}

.sar-testimonials__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 20px;
}

.sar-testimonials__eyebrow-dash {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--color-gold);
    flex-shrink: 0;
}

.sar-testimonials__title {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.9rem, 3vw, 2.8rem) !important;
    font-weight: 600 !important;
    color: var(--color-primary) !important;
    margin: 0 0 16px !important;
    letter-spacing: 0 !important;
    text-align: center !important;
}

.sar-testimonials__subtitle {
    font-family: var(--font-body);
    font-size: 1rem;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* ── Grid ── */
.sar-testimonials__body {
    padding: 0 48px 72px;
    max-width: 1280px;
    margin: 0 auto;
}

.sar-testimonials__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

/* ── Card ── */
.sar-testimonials__card {
    background: #fff;
    border-top: 3px solid var(--color-gold);
    padding: 40px 28px 28px;
    position: relative;
    box-shadow: 0 2px 20px rgba(30, 58, 47, 0.06);
    display: flex;
    flex-direction: column;
}

.sar-testimonials__qmark {
    position: absolute;
    top: 14px;
    left: 20px;
    font-family: var(--font-heading);
    font-size: 5.5rem;
    line-height: 1;
    color: var(--color-gold);
    opacity: 0.22;
    pointer-events: none;
    user-select: none;
}

.sar-testimonials__text {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 1.02rem;
    line-height: 1.85;
    color: #555;
    margin: 0 0 20px;
    flex: 1;
}

.sar-testimonials__stars {
    font-size: 1rem;
    letter-spacing: 2px;
    color: var(--color-gold);
    margin-bottom: 16px;
}

.sar-testimonials__author {
    border-top: 1px solid rgba(203, 162, 74, 0.22);
    padding-top: 16px;
    margin-top: auto;
}

.sar-testimonials__author-name {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0 0 3px;
}

.sar-testimonials__author-role {
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #999;
    margin: 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .sar-testimonials__body { padding: 0 32px 64px; }
}

@media (max-width: 900px) {
    .sar-testimonials__grid { grid-template-columns: repeat(2, 1fr); }
    .sar-testimonials__body { padding: 0 28px 56px; }
}

@media (max-width: 580px) {
    .sar-testimonials__grid { grid-template-columns: 1fr; }
    .sar-testimonials__header { padding: 52px 20px 40px; }
    .sar-testimonials__body { padding: 0 20px 48px; }
}

@media (max-width: 480px) {
    .sar-testimonials__card { padding: 32px 20px 22px; }
    .sar-testimonials__text { font-size: 0.95rem; }
}

/* ═══════════════════════════════════════════════════════════
   Section 27 — Contact  (Map left | Heading + Form right)
   ═══════════════════════════════════════════════════════════ */

.sar-contact {
    background: var(--color-primary);
    border-top: 3px solid var(--color-gold);
}

/* ── Outer wrapper: map on top, bottom row below ── */
.sar-contact__grid {
    display: flex;
    flex-direction: column;
}

/* ── Top: full-width map ── */
.sar-contact__map-col {
    position: relative;
    overflow: hidden;
    min-height: 380px;
    flex-shrink: 0;
}

.sar-contact__map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Gradient overlay at bottom of map */
.sar-contact__map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(30, 58, 47, 0.92) 0%,
        rgba(30, 58, 47, 0.45) 38%,
        transparent 62%
    );
    display: flex;
    align-items: flex-end;
    padding: 32px 28px;
    pointer-events: none;
    z-index: 1;
}

.sar-contact__map-badge {
    width: 100%;
}

.sar-contact__map-badge-label {
    display: block;
    font-family: var(--font-body);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin-bottom: 6px;
}

.sar-contact__map-badge-addr {
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: rgba(244, 242, 238, 0.92);
    line-height: 1.5;
    margin: 0;
}

/* ── Bottom row: flex container holds info + form side by side ── */
.sar-contact__bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border-top: 1px solid rgba(203, 162, 74, 0.28);
}

/* ── Bottom-left: heading + info ── */
.sar-contact__info-col {
    flex: 1 1 0;
    min-width: 0;
    padding: 48px 48px;
}

/* ── Bottom-right: form ── */
.sar-contact__form-col {
    flex: 1 1 0;
    min-width: 0;
    padding: 48px 48px;
    border-left: 3px solid var(--color-gold);
}

/* Heading block */
.sar-contact__head {
    margin-bottom: 24px;
}

.sar-contact__eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--color-gold);
    margin: 0 0 14px;
}

.sar-contact__eyebrow-dash {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--color-gold);
    flex-shrink: 0;
}

.sar-contact__title {
    font-family: var(--font-heading) !important;
    font-size: clamp(1.7rem, 2.2vw, 2.4rem) !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.18 !important;
    margin: 0 0 10px !important;
    letter-spacing: -0.01em !important;
}

.sar-contact__subtitle {
    font-family: var(--font-accent);
    font-style: italic;
    font-size: 0.98rem;
    color: rgba(244, 242, 238, 0.62);
    line-height: 1.65;
    margin: 0;
}

/* Info list */
.sar-contact__info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sar-contact__info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.sar-contact__info-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(203, 162, 74, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold);
    font-size: 13px;
    flex-shrink: 0;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.sar-contact__info-item:hover .sar-contact__info-icon {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--color-primary);
}

.sar-contact__info-text {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.sar-contact__info-label {
    display: block !important;
    font-family: var(--font-body);
    font-size: 0.63rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(203, 162, 74, 0.72);
    margin: 0 0 2px !important;
    padding: 0 !important;
    line-height: 1.1 !important;
}

.sar-contact__info-value {
    display: block !important;
    font-family: var(--font-body);
    font-size: 0.88rem;
    color: rgba(244, 242, 238, 0.9);
    text-decoration: none;
    line-height: 1.35 !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: color var(--transition);
}

a.sar-contact__info-value:hover { color: var(--color-gold); }


/* ── CF7 form ── */
.sar-contact__form .wpcf7 { margin: 0 !important; }
.sar-contact__form .wpcf7-form { margin: 0 !important; }
.sar-contact__form .wpcf7-form p { margin: 0 0 12px !important; }

/* Input / textarea base — override parent theme fully */
.sar-contact__form .wpcf7-form input[type="text"],
.sar-contact__form .wpcf7-form input[type="email"],
.sar-contact__form .wpcf7-form input[type="tel"],
.sar-contact__form .wpcf7-form select,
.sar-contact__form .wpcf7-form textarea {
    display: block !important;
    width: 100% !important;
    background: #f4f2ee !important;
    border: 1.5px solid rgba(203, 162, 74, 0.50) !important;
    border-radius: 3px !important;
    padding: 12px 16px !important;
    font-family: var(--font-body) !important;
    font-size: 0.92rem !important;
    color: #111111 !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-shadow: none !important;
    -webkit-appearance: none;
    appearance: none;
}

/* Placeholder — dark but muted so it reads as hint text */
.sar-contact__form .wpcf7-form input[type="text"]::placeholder,
.sar-contact__form .wpcf7-form input[type="email"]::placeholder,
.sar-contact__form .wpcf7-form input[type="tel"]::placeholder,
.sar-contact__form .wpcf7-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.38) !important;
    font-style: italic;
}

/* Focus state */
.sar-contact__form .wpcf7-form input[type="text"]:focus,
.sar-contact__form .wpcf7-form input[type="email"]:focus,
.sar-contact__form .wpcf7-form input[type="tel"]:focus,
.sar-contact__form .wpcf7-form textarea:focus {
    outline: none !important;
    border-color: var(--color-gold) !important;
    background: #f4f2ee !important;
    box-shadow: 0 0 0 3px rgba(203, 162, 74, 0.22) !important;
}

.sar-contact__form .wpcf7-form textarea {
    min-height: 110px !important;
    resize: vertical !important;
}

/* Span wrappers CF7 adds around inputs */
.sar-contact__form .wpcf7-form span.wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;
}

/* Submit button */
.sar-contact__form .wpcf7-form input[type="submit"] {
    display: block !important;
    width: 100% !important;
    background: var(--color-gold) !important;
    border: 2px solid var(--color-gold) !important;
    color: var(--color-primary) !important;
    font-family: var(--font-body) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
    padding: 14px 28px !important;
    cursor: pointer !important;
    border-radius: 2px !important;
    margin-top: 6px !important;
    transition: background 0.2s, color 0.2s !important;
    -webkit-appearance: none;
    appearance: none;
}

.sar-contact__form .wpcf7-form input[type="submit"]:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--color-primary) !important;
}

/* Validation error text */
.sar-contact__form .wpcf7-not-valid-tip {
    color: #f4a261 !important;
    font-size: 0.78rem !important;
    margin-top: 4px !important;
    display: block !important;
}

.sar-contact__form .wpcf7-response-output {
    margin: 12px 0 0 !important;
    padding: 10px 14px !important;
    border-radius: 3px !important;
    font-size: 0.85rem !important;
    border: 1.5px solid rgba(203, 162, 74, 0.5) !important;
    color: #f4f2ee !important;
    background: rgba(255,255,255,0.06) !important;
}

/* Responsive */
@media (max-width: 1100px) {
    .sar-contact__info-col,
    .sar-contact__form-col { padding: 40px 36px; }
}

@media (max-width: 768px) {
    .sar-contact__map-col { min-height: 260px; }
    .sar-contact__info-col,
    .sar-contact__form-col { padding: 36px 28px; }
}

/* Stack info above form on mobile */
@media (max-width: 560px) {
    .sar-contact__bottom { flex-direction: column; }
    .sar-contact__form-col {
        border-left: none;
        border-top: 1px solid rgba(203, 162, 74, 0.28);
        padding: 36px 20px;
    }
    .sar-contact__info-col { padding: 36px 20px; }
}

/* ═══════════════════════════════════════════════════════════
   Section 28 — Footer  (text brightness lifted to #fff range)
   ═══════════════════════════════════════════════════════════ */

.sar-footer {
    background: #12221A !important;
    color: rgba(244, 242, 238, 0.88) !important;
    font-family: var(--font-body) !important;
}

/* Force all text inside footer to be light — overrides parent theme */
.sar-footer p,
.sar-footer span,
.sar-footer li,
.sar-footer a {
    color: rgba(244, 242, 238, 0.88);
}

/* ── Main columns ── */
.sar-footer__main {
    padding: 72px 0 56px;
    border-top: 3px solid var(--color-gold);
}

.sar-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 56px;
    align-items: start;
}

/* ── Column headings ── */
.sar-footer__heading {
    font-family: var(--font-heading) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin: 0 0 20px !important;
    letter-spacing: 0 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(203, 162, 74, 0.3);
}

/* ── Brand column ── */
.sar-footer__logo-link {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
}

.sar-footer__logo-img {
    max-height: 72px;
    width: auto;
    display: block;
}

.sar-footer__wordmark {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.03em;
}

.sar-footer__dagger {
    color: var(--color-gold);
    margin-right: 4px;
}

.sar-footer__desc {
    font-size: 0.88rem;
    line-height: 1.8;
    color: rgba(244, 242, 238, 0.82) !important;
    margin: 0 0 24px;
}

.sar-footer__socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sar-footer__social-btn {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid rgba(203, 162, 74, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-gold) !important;
    text-decoration: none;
    font-size: 14px;
    transition: border-color var(--transition), color var(--transition), background var(--transition);
}

/* Icon inherits the button's color so hover works correctly */
.sar-footer__social-btn i,
.sar-footer__social-btn .fa {
    color: inherit !important;
    transition: color var(--transition);
}

.sar-footer__social-btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--color-primary) !important;
}

.sar-footer__social-btn:hover i,
.sar-footer__social-btn:hover .fa {
    color: var(--color-primary) !important;
}

/* ── Quick links ── */
.sar-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sar-footer__links a {
    font-size: 0.9rem;
    color: rgba(244, 242, 238, 0.88) !important;
    text-decoration: none !important;
    transition: color var(--transition), padding-left var(--transition);
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.sar-footer__links a::before {
    content: '→';
    position: absolute;
    left: -18px;
    color: var(--color-gold);
    opacity: 0;
    transition: opacity var(--transition), left var(--transition);
}

.sar-footer__links a:hover {
    color: var(--color-gold) !important;
    padding-left: 22px;
}

.sar-footer__links a:hover::before {
    opacity: 1;
    left: 0;
}

/* ── Contact list ── */
.sar-footer__contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sar-footer__contact-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 0.88rem;
    line-height: 1.55;
    color: rgba(244, 242, 238, 0.88) !important;
}

.sar-footer__contact-icon {
    color: var(--color-gold);
    font-size: 13px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.sar-footer__contact-item a {
    color: rgba(244, 242, 238, 0.88) !important;
    text-decoration: none !important;
    transition: color var(--transition);
}

.sar-footer__contact-item a:hover { color: var(--color-gold) !important; }

/* ── Motto column ── */
.sar-footer__motto {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.3;
    color: #ffffff;
    margin: 0 0 16px;
}

.sar-footer__motto-rule {
    width: 40px;
    height: 2px;
    background: var(--color-gold);
    margin: 0 0 16px;
}

.sar-footer__motto-sub {
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(244, 242, 238, 0.75) !important;
    margin: 0 0 24px;
}

.sar-footer__cta {
    display: inline-block;
    padding: 11px 24px;
    background: transparent;
    border: 1px solid rgba(203, 162, 74, 0.6);
    border-radius: 2px;
    color: var(--color-gold);
    font-family: var(--font-body);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background var(--transition), border-color var(--transition), color var(--transition);
}

.sar-footer__cta:hover {
    background: var(--color-gold);
    border-color: var(--color-gold);
    color: var(--color-primary);
}

/* ── Bottom bar ── */
.sar-footer__bottom {
    background: rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(203, 162, 74, 0.15);
    padding: 18px 0;
}

.sar-footer__bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.sar-footer__copyright {
    font-size: 0.82rem;
    color: rgba(244, 242, 238, 0.72) !important;
    margin: 0;
}

.sar-footer__bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.82rem;
}

.sar-footer__bottom-links a {
    color: rgba(244, 242, 238, 0.72) !important;
    text-decoration: none !important;
    transition: color var(--transition);
}

.sar-footer__bottom-links a:hover { color: var(--color-gold) !important; }

.sar-footer__bottom-links span { color: rgba(244, 242, 238, 0.3) !important; }

/* ── Responsive ── */
@media (max-width: 1100px) {
    .sar-footer__inner { grid-template-columns: 1fr 1fr; gap: 40px; padding: 0 40px; }
}

@media (max-width: 700px) {
    .sar-footer__inner { grid-template-columns: 1fr; gap: 32px; padding: 0 24px; }
    .sar-footer__main { padding: 48px 0 36px; }
    .sar-footer__bottom-inner { padding: 0 24px; flex-direction: column; align-items: flex-start; gap: 8px; }
    .sar-footer__links a:hover { padding-left: 14px; }
}

@media (max-width: 480px) {
    .sar-footer__inner { padding: 0 20px; }
    .sar-footer__bottom-inner { padding: 0 20px; }
}

/* ═══════════════════════════════════════════════════════════
   Standardised Hover — site-wide consistency
   ═══════════════════════════════════════════════════════════ */

/* All interactive elements use the same timing */
a, button,
.sar-vm__cta,
.sar-appt-btn,
.sar-hero__cta,
.sar-footer__cta,
.sar-footer__links a,
.sar-footer__social-btn,
.sar-footer__contact-item a {
    transition-duration: 0.25s;
    transition-timing-function: ease;
}

/* Appointment button in navbar */
.sar-appt-btn {
    transition: background-color var(--transition), color var(--transition),
                border-color var(--transition);
}

.sar-appt-btn:hover {
    background-color: #ffffff !important;
    color: var(--color-primary) !important;
    border-color: #ffffff !important;
}

/* ═══════════════════════════════════════════════════════════
   Very small phones (≤ 380px)
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 380px) {

    /* Header */
    .sar-topbar__inner    { padding: 0 12px; min-height: 60px; }
    .sar-logo__wordmark   { font-size: 1.15rem; letter-spacing: 0.08em; }
    .sar-logo__tagline    { display: none; }
    .sar-hamburger        { width: 40px; height: 40px; }

    /* Hero */
    .sar-hero__content-inner { padding: 44px 16px 40px; }
    .sar-hero__eyebrow       { font-size: 8px; gap: 8px; }
    .sar-hero__cta           { padding: 12px 20px; font-size: 9.5px; }

    /* About */
    .sar-about__inner    { padding: 0 16px; }
    .sar-about__lead     { font-size: 15px; }
    .sar-about__body     { font-size: 15px; }

    /* Vision / Mission */
    .sar-vm__vision-inner    { padding: 32px 16px; }
    .sar-vm__mission-content { padding: 32px 16px; }
    .sar-vm__heading         { font-size: 1.25rem !important; }
    .sar-vm__text            { font-size: 13.5px; }

    /* Org chart */
    .sar-org__chart    { padding: 36px 12px 32px; }
    .sar-org__card--lg,
    .sar-org__card--md,
    .sar-org__card--sm { width: 90%; max-width: 280px; }
    .sar-org__group    { padding: 24px 16px; }

    /* Testimonials */
    .sar-testimonials__card { padding: 28px 16px 20px; }

    /* Contact */
    .sar-contact__info-col,
    .sar-contact__form-col  { padding: 28px 16px; }

    /* Footer */
    .sar-footer__inner       { padding: 0 16px; }
    .sar-footer__bottom-inner { padding: 0 16px; }
    .sar-footer__wordmark    { font-size: 1.2rem; }
}

/* ═══════════════════════════════════════════════════════════
   Section 29 — Scroll Reveal & Premium Animation Layer
   ═══════════════════════════════════════════════════════════ */

/* ── Scroll-reveal base: hide until JS observes element ───── */
[data-sar-reveal] {
    opacity: 0;
    transition:
        opacity   0.72s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-sar-reveal="fade-up"]    { transform: translateY(44px); }
[data-sar-reveal="fade-down"]  { transform: translateY(-28px); }
[data-sar-reveal="fade-left"]  { transform: translateX(44px); }
[data-sar-reveal="fade-right"] { transform: translateX(-44px); }
[data-sar-reveal="fade-in"]    { transform: none; }

[data-sar-reveal].sar-revealed {
    opacity: 1 !important;
    transform: none !important;
}

/* Stagger delays — apply via data-sar-delay="1…5" */
[data-sar-delay="1"] { transition-delay: 0.10s; }
[data-sar-delay="2"] { transition-delay: 0.22s; }
[data-sar-delay="3"] { transition-delay: 0.34s; }
[data-sar-delay="4"] { transition-delay: 0.46s; }
[data-sar-delay="5"] { transition-delay: 0.58s; }

/* Reduced motion: reveal immediately, no movement */
@media (prefers-reduced-motion: reduce) {
    [data-sar-reveal] {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}

/* ── Testimonial card hover lift ─────────────────────────── */
.sar-testimonials__card {
    transition: box-shadow 0.32s ease, transform 0.32s ease;
}

.sar-testimonials__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 56px rgba(30, 58, 47, 0.14);
}

/* ── Nav appointment button hover lift ───────────────────── */
.sar-appt-btn {
    transition:
        background-color var(--transition),
        color            var(--transition),
        border-color     var(--transition),
        transform        0.25s ease,
        box-shadow       0.25s ease;
}

.sar-appt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
}

/* ── Top-bar social buttons scale ────────────────────────── */
.sar-social-btn {
    transition:
        background-color var(--transition),
        border-color     var(--transition),
        color            var(--transition),
        transform        0.25s ease;
}

.sar-social-btn:hover {
    transform: scale(1.1);
}

/* ── Footer social buttons lift ─────────────────────────── */
.sar-footer__social-btn {
    transition:
        border-color var(--transition),
        color        var(--transition),
        background   var(--transition),
        transform    0.25s ease;
}

.sar-footer__social-btn:hover {
    transform: translateY(-3px);
}

/* ── Contact info icon: scale on hover ───────────────────── */
.sar-contact__info-icon {
    transition:
        background     var(--transition),
        border-color   var(--transition),
        color          var(--transition),
        transform      0.25s ease;
}

.sar-contact__info-item:hover .sar-contact__info-icon {
    transform: scale(1.12);
}

/* ── Mission "Explore More" CTA nudge ────────────────────── */
.sar-vm__cta {
    transition:
        background-color var(--transition),
        color            var(--transition),
        border-color     var(--transition),
        transform        0.25s ease;
}

.sar-vm__cta:hover {
    transform: translateX(5px);
}

/* ── Org chart card: smooth cubic-bezier transition ─────── */
.sar-org__card {
    transition:
        box-shadow   0.32s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.32s ease,
        transform    0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Gold top shimmer transition already on ::after — speed it up a touch */
.sar-org__card::after {
    transition: transform 0.40s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Eyebrow dash grow-in animation ─────────────────────── */
@keyframes sar-dash-grow {
    from { transform: scaleX(0); opacity: 0; }
    to   { transform: scaleX(1); opacity: 1; }
}

.sar-revealed .sar-about__eyebrow-dash,
.sar-revealed .sar-org__eyebrow-dash,
.sar-revealed .sar-testimonials__eyebrow-dash,
.sar-revealed .sar-contact__eyebrow-dash {
    animation: sar-dash-grow 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.3s both;
    transform-origin: left center;
    display: inline-block;
}

@media (prefers-reduced-motion: reduce) {
    .sar-revealed .sar-about__eyebrow-dash,
    .sar-revealed .sar-org__eyebrow-dash,
    .sar-revealed .sar-testimonials__eyebrow-dash,
    .sar-revealed .sar-contact__eyebrow-dash {
        animation: none;
    }
}
