        /* ===== RESET & BASE ===== */
        *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

        :root {
            --black: #000000;
            --dark: #1a1a1a;
            --dark-gray: #2d2d2d;
            --gray: #666666;
            --light-gray: #f5f5f5;
            --white: #ffffff;
            --teal: #486088;
            --teal-dark: #3a4d72;
            --navy: #061e46;
            --navy-light: rgba(6, 30, 70, 0.05);
            --gold: #c5a55a;
            --font-he: 'Heebo', 'Assistant', Arial, sans-serif;
            --font-en: 'Assistant', Arial, sans-serif;
            --transition: all 0.3s ease;
        }

        html { scroll-behavior: smooth; }

        /* v2.3.58 — reserve top space for the sticky .main-header (+ WP admin
           bar when present) so hash links like /#team /#practice land on the
           section *header*, not hidden behind the bar. */
        section[id] { scroll-margin-top: 100px; }
        body.admin-bar section[id] { scroll-margin-top: 132px; }

        body {
            font-family: var(--font-he);
            color: var(--dark);
            background: var(--white);
            line-height: 1.7;
            overflow-x: hidden;
        }

        /* RTL/LTR toggle */
        [dir="ltr"] { font-family: var(--font-en); }

        a { text-decoration: none; color: inherit; transition: var(--transition); }
        img { max-width: 100%; height: auto; }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 30px;
        }

        /* ===== TOP BAR ===== */
        .top-bar {
            background: var(--black);
            padding: 8px 0;
            font-size: 13px;
            color: rgba(255,255,255,0.7);
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }

        .top-bar .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .top-bar-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .top-bar-left {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .top-bar a {
            color: rgba(255,255,255,0.7);
            font-size: 13px;
        }

        .top-bar a:hover { color: #486088; }

        .lang-switch {
            background: transparent;
            border: 1px solid rgba(255,255,255,0.3);
            color: var(--white);
            padding: 3px 12px;
            border-radius: 3px;
            cursor: pointer;
            font-size: 12px;
            font-family: var(--font-en);
            transition: var(--transition);
        }

        .lang-switch:hover {
            border-color: #486088;
            color: #486088;
        }

        .social-links { display: flex; gap: 12px; }
        .social-links a { font-size: 14px; }

        /* ===== MAIN HEADER / NAV ===== */
        .main-header {
            background: var(--black);
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            transition: var(--transition);
        }

        .main-header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 75px;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .logo-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .logo-main {
            font-size: 22px;
            font-weight: 800;
            color: var(--white);
            letter-spacing: 4px;
            font-family: var(--font-en);
  padding-inline-end:14px; border-inline-end:2px solid var(--teal); flex-shrink:0; align-self:center;
}

        .logo-sub {
            font-size: 9px;
            color: rgba(255,255,255,0.5);
            letter-spacing: 6px;
            text-transform: uppercase;
            font-family: var(--font-en);
        }
.logo-names { display:flex; flex-direction:column; line-height:1.2; gap:2px; min-width:0; }
.logo-firm { font-size:13px; color:var(--white); font-weight:700; white-space:nowrap; font-family:var(--font-he); overflow:hidden; text-overflow:ellipsis; }
.logo-kind { font-size:10.5px; color:rgba(255,255,255,0.55); font-weight:300; font-family:var(--font-he); letter-spacing:.02em; white-space:nowrap; }
body.lang-en .logo-firm { font-family:var(--font-en); letter-spacing:.01em; }
body.lang-en .logo-kind { font-family:var(--font-en); letter-spacing:.08em; text-transform:uppercase; }
.logo, .logo-text { display:flex; flex-direction:row; align-items:center; gap:12px; text-decoration:none; min-width:0; }
.logo-text { gap:14px; }
.main-nav { flex-shrink:0; }
.main-nav a { position:relative; z-index:2; pointer-events:auto; }
@media (max-width:1200px) { .logo-names { display:none; } }

        .main-nav {
            display: flex;
            align-items: center;
            gap: 35px;
        }

        .main-nav a {
            color: var(--white);
            font-size: 15px;
            font-weight: 500;
            position: relative;
            padding: 5px 0;
        }

        .main-nav a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            right: 0;
            width: 0;
            height: 2px;
            background: #486088;
            transition: width 0.3s ease;
        }

        .main-nav a:hover::after { width: 100%; }
        .main-nav a:hover { color: #486088; }

        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: var(--white);
            font-size: 24px;
            cursor: pointer;
        }

        /* ===== HERO SECTION ===== */
        .hero {
            position: relative;
            height: 85vh;
            min-height: 550px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow: hidden;
        }

        .hero-bg {
            position: absolute;
            inset: 0;
            /* v2.3.93 (HOTFIX) — restored the designed Unsplash buildings hero.
             * v2.3.90 swapped this to about-office.webp but that bundled asset was an
             * interior office shot — not the buildings image the site was designed
             * around, so the homepage was shipping with the wrong visual. Matches the
             * preload hint in <head> so the browser starts fetching before CSS parse. */
            background:
                linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)),
                url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=80') center/cover no-repeat;
            z-index: 1;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            color: var(--white);
            max-width: 800px;
            padding: 0 30px;
        }

        .hero-tagline {
            font-size: 18px;
            font-weight: 300;
            letter-spacing: 3px;
            margin-bottom: 20px;
            color: rgba(255,255,255,0.7);
            font-family: var(--font-en);
            text-transform: uppercase;
        }

        .hero h1 {
            font-size: 52px;
            font-weight: 800;
            line-height: 1.15;
            margin-bottom: 25px;
            text-shadow: 0 2px 20px rgba(0,0,0,0.3);
        }

        .hero-subtitle {
            font-size: 18px;
            font-weight: 300;
            line-height: 1.8;
            margin-bottom: 40px;
            color: rgba(255,255,255,0.85);
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .btn-primary {
            display: inline-block;
            background: #486088;
            color: var(--white);
            padding: 14px 45px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: var(--transition);
            font-family: var(--font-he);
            letter-spacing: 0.5px;
        }

        .btn-primary:hover {
            background: #3a4d72;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(78, 173, 181, 0.3);
        }

        .btn-outline {
            display: inline-block;
            border: 2px solid var(--white);
            color: var(--white);
            padding: 12px 40px;
            font-size: 15px;
            font-weight: 500;
            transition: var(--transition);
            margin-right: 15px;
        }

        .btn-outline:hover {
            background: var(--white);
            color: var(--black);
        }

        /* ===== ABOUT SECTION ===== */
        .about-section {
            padding: 100px 0;
            background: var(--white);
        }

        .section-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid var(--navy-light);
        }

        /* v2.3.96 a11y: section-title is now an <h2> (was <span>) to provide
           semantic sectioning. Reset browser defaults so the flex layout is
           preserved. */
        .section-title {
            font-size: 14px;
            font-weight: 600;
            color: var(--dark);
            letter-spacing: 1px;
            margin: 0;
            line-height: inherit;
        }

        .section-link {
            font-size: 13px;
            color: #486088;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .section-link:hover { color: var(--teal-dark); }

        .about-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-top: 50px;
            align-items: center;
        }

        .about-text h2 {
            font-size: 36px;
            font-weight: 800;
            color: var(--black);
            margin-bottom: 25px;
            line-height: 1.3;
        }

        .about-text p {
            font-size: 16px;
            color: var(--gray);
            line-height: 1.9;
            margin-bottom: 30px;
        }

        .about-image {
            position: relative;
        }

        .about-image .about-image-frame {
            position: relative;
            overflow: hidden;
        }

        .about-image img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            display: block;
            filter: brightness(0.92) contrast(1.18) saturate(0.88);
        }

        .about-image .about-image-frame::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(6,30,70,0.18) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.35) 100%),
                radial-gradient(ellipse at center, rgba(0,0,0,0) 55%, rgba(0,0,0,0.35) 100%);
            pointer-events: none;
            z-index: 1;
        }

        .about-image .about-badge {
            z-index: 3;
        }

        .about-badge {
            position: absolute;
            bottom: -30px;
            left: 30px;
            background: var(--black);
            color: var(--gold);
            padding: 20px 25px;
            text-align: center;
            line-height: 1.3;
        }

        .about-badge .number {
            font-size: 38px;
            font-weight: 800;
            display: block;
            font-family: var(--font-en);
        }

        .about-badge .label {
            font-size: 12px;
            color: rgba(255,255,255,0.7);
            letter-spacing: 1px;
        }

        /* ===== THREE PILLARS ===== */
        .pillars-section {
            padding: 80px 0;
            background: var(--navy);
            color: var(--white);
        }

        .pillars-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            margin-top: 50px;
        }

        .pillar-card {
            text-align: center;
            padding: 40px 30px;
            border: 1px solid rgba(255,255,255,0.1);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .pillar-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 4px;
            height: 0;
            background: #486088;
            transition: height 0.4s ease;
        }

        .pillar-card:hover::before { height: 100%; }

        .pillar-card:hover {
            border-color: rgba(78, 173, 181, 0.3);
            transform: translateY(-5px);
        }

        .pillar-icon {
            font-size: 36px;
            color: #486088;
            margin-bottom: 20px;
        }

        .pillar-card h3 {
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .pillar-card p {
            font-size: 14px;
            line-height: 1.8;
            color: rgba(255,255,255,0.7);
        }

        /* ===== PRACTICE AREAS ===== */
        .practice-section {
            padding: 100px 0;
            background: var(--light-gray);
        }

        .practice-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 0;
            margin-top: 50px;
        }

        a.practice-item { display: block; color: inherit; text-decoration: none; }
        .practice-item {
            background: var(--white);
            padding: 35px 20px;
            text-align: center;
            border: 1px solid rgba(0,0,0,0.06);
            transition: var(--transition);
            cursor: pointer;
        }

        .practice-item:hover {
            background: var(--black);
            color: var(--white);
            transform: scale(1.02);
            z-index: 2;
            box-shadow: 0 10px 40px rgba(0,0,0,0.15);
        }

        .practice-item:hover .practice-icon { color: #486088; }

        .practice-icon {
            font-size: 28px;
            color: var(--dark);
            margin-bottom: 15px;
            transition: var(--transition);
        }

        .practice-item h3 {
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5;
        }

        /* ===== TEAM SECTION ===== */
        .team-section {
            padding: 100px 0;
            background: var(--white);
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-top: 50px;
        }

        .team-card {
            text-align: center;
            transition: var(--transition);
        }

        .team-card:hover { transform: translateY(-5px); }
        a.team-card, a.associate-card { display: block; color: inherit; text-decoration: none; }

        .team-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--navy) 0%, var(--dark) 100%);
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 32px;
            font-weight: 700;
            transition: var(--transition);
            border: 3px solid transparent;
            overflow: hidden;
        }

        .team-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .associate-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .team-card:hover .team-avatar {
            border-color: #486088;
            box-shadow: 0 0 0 5px rgba(78, 173, 181, 0.15);
        }

        /* v2.3.96 a11y: partner names demoted h3→h4 to match associates as
           siblings. Selector widened to target both. */
        .team-card h3,
        .team-card h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--black);
            margin-bottom: 5px;
        }

        .team-card .role {
            font-size: 13px;
            color: var(--gray);
        }

        .team-subtitle {
            font-size: 20px;
            font-weight: 700;
            color: var(--dark);
            margin-top: 50px;
            margin-bottom: 30px;
            padding-bottom: 10px;
            border-bottom: 2px solid var(--navy-light);
            display: inline-block;
        }

        .team-associates {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
        }

        .associate-card {
            text-align: center;
            transition: var(--transition);
        }
        .associate-card:hover { transform: translateY(-5px); }

        .associate-avatar {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--navy) 0%, var(--dark) 100%);
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 32px;
            font-weight: 700;
            transition: var(--transition);
            border: 3px solid transparent;
            overflow: hidden;
        }
        .associate-card:hover .associate-avatar {
            border-color: #486088;
            box-shadow: 0 0 0 5px rgba(78, 173, 181, 0.15);
        }

        .associate-card h4 {
            font-size: 16px;
            font-weight: 700;
            color: var(--black);
            margin-bottom: 5px;
        }

        .associate-card .role {
            font-size: 13px;
            color: var(--gray);
        }

        /* ===== CTA / CAREER SECTION ===== */
        .cta-section {
            padding: 80px 0;
            background: var(--black);
            color: var(--white);
            text-align: center;
        }

        .cta-section h2 {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 15px;
        }

        .cta-section p {
            font-size: 16px;
            color: rgba(255,255,255,0.7);
            margin-bottom: 35px;
        }

        .cta-section .btn-primary { padding: 16px 50px; }

        /* ===== CONTACT SECTION ===== */
        .contact-section {
            padding: 80px 0;
            background: var(--dark);
            color: var(--white);
        }

        .contact-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 50px;
            margin-top: 40px;
        }

        .contact-info h3 {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #486088;
        }

        .contact-info p {
            font-size: 14px;
            color: rgba(255,255,255,0.7);
            line-height: 2;
        }

        .contact-info a {
            color: rgba(255,255,255,0.7);
        }

        .contact-info a:hover { color: #486088; }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 12px;
        }

        .contact-item i {
            color: #486088;
            width: 20px;
            text-align: center;
        }

        /* ===== FOOTER ===== */
        .footer {
            background: var(--black);
            padding: 30px 0;
            border-top: 1px solid rgba(255,255,255,0.08);
        }

        .footer .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .footer-text {
            font-size: 13px;
            color: rgba(255,255,255,0.4);
        }

        .footer-links {
            display: flex;
            gap: 25px;
        }

        .footer-links a {
            font-size: 13px;
            color: rgba(255,255,255,0.4);
        }

        .footer-links a:hover { color: #486088; }

        /* ===== SCROLL TO TOP ===== */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            left: 30px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: var(--black);
            color: var(--white);
            border: 2px solid rgba(255,255,255,0.3);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 999;
            font-size: 16px;
        }

        .scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-top:hover {
            background: #486088;
            border-color: #486088;
        }

        /* ===== ANIMATIONS ===== */
        .fade-in {
            opacity: 1;
            transform: translateY(0);
            transition: opacity 0.6s ease, transform 0.6s ease;
        }

        .js-loaded .fade-in {
            opacity: 0;
            transform: translateY(30px);
        }

        .js-loaded .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== MOBILE MENU ===== */
        .mobile-menu {
            display: none;
            position: fixed;
            inset: 0;
            background: var(--black);
            z-index: 9999;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 30px;
        }

        .mobile-menu.open { display: flex; }

        .mobile-menu a {
            color: var(--white);
            font-size: 22px;
            font-weight: 600;
        }

        .mobile-menu a:hover { color: #486088; }

        .mobile-close {
            position: absolute;
            top: 25px;
            left: 25px;
            background: none;
            border: none;
            color: var(--white);
            font-size: 28px;
            cursor: pointer;
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 1024px) {
            .practice-grid { grid-template-columns: repeat(3, 1fr); }
            .team-grid { grid-template-columns: repeat(3, 1fr); }
            .team-associates { grid-template-columns: repeat(3, 1fr); }
        }

        @media (max-width: 768px) {
            .main-nav { display: none; }
            .nav-toggle { display: block; }

            .hero h1 { font-size: 34px; }
            .hero { height: 70vh; }

            .about-content { grid-template-columns: 1fr; gap: 40px; }
            .pillars-grid { grid-template-columns: 1fr; }
            .practice-grid { grid-template-columns: repeat(2, 1fr); }
            .team-grid { grid-template-columns: repeat(2, 1fr); }
            .team-associates { grid-template-columns: repeat(2, 1fr); }
            .contact-grid { grid-template-columns: 1fr; }

            .footer .container { flex-direction: column; gap: 15px; text-align: center; }

            .top-bar-right { display: none; }

            .section-header { flex-direction: column; gap: 10px; align-items: flex-start; }
        }

        @media (max-width: 480px) {
            .practice-grid { grid-template-columns: 1fr; }
            .team-grid { grid-template-columns: 1fr; }
            .team-associates { grid-template-columns: 1fr; }
            .hero h1 { font-size: 28px; }
        }

        /* ===== ENGLISH VERSION ===== */
        .en-content { display: none; }
        body.lang-en .he-content { display: none; }
        body.lang-en .en-content { display: block; }
        body.lang-en .en-flex { display: flex !important; }
        body.lang-en .en-grid { display: grid !important; }
        body.lang-en { direction: ltr; }

        /* Section pillar grid needs special handling */
        body.lang-en .pillars-grid { display: grid !important; }
        body.lang-en .practice-grid { display: grid !important; }
        body.lang-en .team-grid { display: grid !important; }
        body.lang-en .team-associates { display: grid !important; }
        body.lang-en .contact-grid { display: grid !important; }
    


/* EKYNEW UPSCALE v1.8 — associate avatars match partners; typography tuned */
.container { max-width:1520px !important; }
.expertise-wrap, .profile-wrap { max-width:1520px !important; padding:100px 60px !important; }
body { font-size:21px !important; line-height:1.8 !important; }

/* ---- Internal page hero (expertise / lawyer) ---- */
.page-hero { padding:95px 50px !important; }
.page-hero h1 { font-size:64px !important; line-height:1.15 !important; }
.hero-subtitle, .page-hero .subtitle { font-size:22px !important; line-height:1.8 !important; }
.breadcrumb, .page-hero .breadcrumb { font-size:17px !important; letter-spacing:3px !important; }

/* ---- Lawyer hero ---- */
.hero-name { font-size:58px !important; line-height:1.15 !important; }
.hero-role { font-size:22px !important; }
.hero-contact-row, .hero-contact-row a, .hero-contact-row span, .hero-contact-row i { font-size:19px !important; }

/* ---- Content ---- */
.expertise-main h1, .content-body h1 { font-size:42px !important; }
.expertise-main h2, .content-body h2, .profile-main h2 { font-size:34px !important; margin-bottom:24px !important; }
.expertise-main h3, .content-body h3, .profile-main h3 { font-size:24px !important; }
.expertise-main p, .content-text p, .content-body p, .profile-main p { font-size:20px !important; line-height:1.95 !important; }

/* ---- Sidebar ---- */
.sidebar-card { padding:38px !important; }
.sidebar-card h3, .sidebar-title, .sidebar-card .label { font-size:19px !important; letter-spacing:1.5px !important; margin-bottom:18px !important; }
.sidebar-card p { font-size:18px !important; line-height:1.85 !important; }
.sidebar-card ul li { font-size:18px !important; line-height:1.9 !important; }

/* ---- Tags and buttons ---- */
.expertise-tag, .tag { font-size:17px !important; padding:12px 26px !important; }
.expertise-tag-small { font-size:16px !important; padding:10px 22px !important; }
.related-link, .all-areas-link { font-size:18px !important; }
.cta-button, .btn, .btn-primary, .btn-outline { font-size:17px !important; padding:18px 38px !important; }

/* ---- Top nav / header ---- */
.main-nav a { font-size:17px !important; letter-spacing:1.5px !important; padding:10px 4px !important; }
.logo-main, .logo-text { font-size:26px !important; }
.logo-sub { font-size:11px !important; }
.top-bar, .top-bar a, .top-bar span { font-size:15px !important; }
.social-links a { font-size:18px !important; }

/* ---- HOME PAGE — Hero ---- */
.hero h1 { font-size:64px !important; line-height:1.15 !important; }
.hero-tagline { font-size:17px !important; letter-spacing:4px !important; }
.hero-subtitle { font-size:22px !important; line-height:1.8 !important; }

/* ---- HOME — Section eyebrow ---- */
.section-title { font-size:19px !important; letter-spacing:3px !important; }
.section-link { font-size:16px !important; }

/* ---- HOME — About ---- */
.about-text h2 { font-size:44px !important; line-height:1.2 !important; margin-bottom:22px !important; }
.about-text p { font-size:19px !important; line-height:1.9 !important; }
.about-badge .number { font-size:46px !important; }
.about-badge .label { font-size:15px !important; letter-spacing:2px !important; }

/* ---- HOME — Pillars ---- */
.pillar-card { padding:55px 40px !important; }
.pillar-icon { font-size:44px !important; }
.pillar-card h3 { font-size:24px !important; margin-bottom:16px !important; }
.pillar-card p { font-size:17px !important; line-height:1.8 !important; }

/* ---- HOME — Practice areas grid ---- */
.practice-section { padding:110px 0 !important; }
.practice-item { padding:45px 24px !important; }
.practice-icon { font-size:38px !important; margin-bottom:20px !important; }
.practice-item h3 { font-size:18px !important; font-weight:600 !important; line-height:1.5 !important; }

/* ---- HOME — Team ---- */
.team-section { padding:110px 0 !important; }
.team-avatar { width:150px !important; height:150px !important; font-size:40px !important; margin-bottom:26px !important; }
.team-card h3, .team-card h4 { font-size:22px !important; margin-bottom:6px !important; }
.team-card .role { font-size:16px !important; }
.team-subtitle { font-size:18px !important; margin-top:22px !important; }
/* Associate avatars — SAME SIZE as partner avatars (150px) per user request */
.associate-avatar { width:150px !important; height:150px !important; font-size:40px !important; margin-bottom:26px !important; }
.associate-card h4 { font-size:22px !important; margin-bottom:6px !important; }
.associate-card .role { font-size:16px !important; }
/* Make associate cards identical in layout weight to partner cards */
.associate-card { text-align:center !important; }
.associate-card h4, .associate-card .role { display:block !important; }
.associate-card h4.en-content, .associate-card .role.en-content { display:none !important; }
body.lang-en .associate-card h4.en-content, body.lang-en .associate-card .role.en-content { display:block !important; }
body.lang-en .associate-card h4.he-content, body.lang-en .associate-card .role.he-content { display:none !important; }

/* ---- HOME — CTA ---- */
.cta-section { padding:110px 0 !important; }
.cta-section h2 { font-size:40px !important; margin-bottom:18px !important; }
.cta-section p { font-size:20px !important; margin-bottom:32px !important; }

/* ---- HOME — Contact ---- */
.contact-section { padding:110px 0 !important; }
.contact-info h3 { font-size:28px !important; margin-bottom:22px !important; }
.contact-info p { font-size:18px !important; line-height:1.9 !important; }
.contact-item { font-size:18px !important; }
.contact-item i { font-size:22px !important; }

/* ---- Footer ---- */
.footer { padding:45px 0 !important; }
.footer-text { font-size:15px !important; }
.footer-links a { font-size:15px !important; }
.footer-col h4 { font-size:17px !important; }
.footer-col a, .footer-col p { font-size:16px !important; }
.copyright { font-size:14px !important; }

/* ---- Archive ---- */
.archive-item h3, .archive-post h2 { font-size:24px !important; }
.archive-item p, .archive-post p { font-size:18px !important; }

/* ---- Responsive ---- */
@media (max-width:1024px) {
  body { font-size:18px !important; }
  .hero h1 { font-size:44px !important; }
  .page-hero h1 { font-size:44px !important; }
  .hero-name { font-size:40px !important; }
  .about-text h2 { font-size:32px !important; }
  .practice-grid { grid-template-columns:repeat(3, 1fr) !important; }
  .team-grid { grid-template-columns:repeat(3, 1fr) !important; }
  .practice-item h3 { font-size:16px !important; }
  .expertise-wrap, .profile-wrap { padding:60px 30px !important; }
  .team-avatar, .associate-avatar { width:120px !important; height:120px !important; font-size:32px !important; }
}
@media (max-width:768px) {
  body { font-size:16px !important; }
  .hero h1 { font-size:34px !important; }
  .page-hero h1 { font-size:34px !important; }
  .practice-grid { grid-template-columns:repeat(2, 1fr) !important; }
  .team-grid { grid-template-columns:repeat(2, 1fr) !important; }
  .team-avatar, .associate-avatar { width:100px !important; height:100px !important; font-size:26px !important; }
}



