      *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

      :root {
        --navy: #1a2332;
        --navy-light: #243044;
        --gold: #b8923f;
        --gold-light: #d4ad5a;
        --cream: #f8f6f1;
        --white: #ffffff;
        --gray-100: #f3f4f6;
        --gray-200: #e5e7eb;
        --gray-400: #9ca3af;
        --gray-600: #4b5563;
        --gray-800: #1f2937;
        --serif: 'Cormorant Garamond', Georgia, serif;
        --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
      }

      html {
        scroll-behavior: smooth;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
      }

      body {
        font-family: var(--sans);
        color: var(--gray-800);
        line-height: 1.6;
        background: var(--white);
        -webkit-font-smoothing: antialiased;
        overflow-x: hidden;
      }

      img, iframe, svg { max-width: 100%; }

      a, button {
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation;
      }

      a:focus-visible,
      button:focus-visible {
        outline: 2px solid var(--gold-light);
        outline-offset: 2px;
      }

      /* ─── NAV ─── */
      nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: rgba(26, 35, 50, 0.95);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(184, 146, 63, 0.2);
        transition: box-shadow 0.3s;
      }

      nav.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,0.15); }

      .nav-inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 72px;
      }

      .nav-brand {
        font-family: var(--serif);
        font-size: 1.68rem;
        font-weight: 700;
        color: var(--gold);
        text-decoration: none;
        letter-spacing: 0.08em;
        font-variant: small-caps;
        text-transform: capitalize;
        line-height: 1.1;
      }

      .nav-brand small {
        display: block;
        font-family: var(--sans);
        font-size: 0.5rem;
        font-weight: 400;
        color: rgba(255,255,255,0.6);
        letter-spacing: 0.08em;
        font-variant: normal;
        text-transform: uppercase;
      }

      .nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }

      .nav-links a,
      .nav-team-link {
        color: rgba(255,255,255,0.75);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 500;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        transition: color 0.2s;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
      }

      .nav-links a:hover,
      .nav-team-link:hover { color: var(--gold-light); }

      .nav-dropdown {
        position: relative;
      }

      .nav-team-row {
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
      }

      .nav-team-toggle {
        background: none;
        border: 0;
        color: rgba(255,255,255,0.75);
        transition: color 0.2s;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-family: var(--sans);
        padding: 0;
        min-width: 20px;
      }

      .nav-team-link:hover,
      .nav-team-toggle:hover,
      .nav-dropdown.open .nav-team-link,
      .nav-dropdown.open .nav-team-toggle,
      .nav-dropdown:focus-within .nav-team-link,
      .nav-dropdown:focus-within .nav-team-toggle {
        color: var(--gold-light);
      }

      .nav-team-toggle::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid currentColor;
        margin-top: 2px;
      }

      .nav-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 220px;
        background: var(--navy);
        border: 1px solid rgba(184, 146, 63, 0.25);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
        list-style: none;
        padding: 0.4rem 0;
        margin: 0;
        display: none;
        z-index: 150;
      }

      .nav-submenu li {
        margin: 0;
      }

      .nav-submenu a {
        width: 100%;
        min-height: 40px;
        padding: 0.4rem 0.85rem;
        font-size: 0.78rem;
        letter-spacing: 0.04em;
        color: rgba(255,255,255,0.8);
        text-transform: none;
      }

      .nav-submenu a:hover {
        background: rgba(184, 146, 63, 0.12);
        color: var(--gold-light);
      }

      .nav-dropdown.open .nav-submenu,
      .nav-dropdown:hover .nav-submenu,
      .nav-dropdown:focus-within .nav-submenu {
        display: block;
      }

      .nav-toggle {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0.5rem;
        min-height: 44px;
        min-width: 44px;
      }

      .nav-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: var(--white);
        margin: 5px 0;
        transition: 0.3s;
      }

      /* ─── HERO ─── */
      .hero {
        min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(160deg, var(--navy) 0%, #0f1923 60%, #0a1118 100%);
        position: relative;
        overflow: hidden;
      }

      .hero::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, rgba(184,146,63,0.06) 0%, transparent 70%);
        pointer-events: none;
      }

      .hero::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 120px;
        background: linear-gradient(
          to top,
          rgba(248, 246, 241, 0.92) 0%,
          rgba(248, 246, 241, 0.42) 34%,
          rgba(248, 246, 241, 0.12) 66%,
          transparent 100%
        );
        pointer-events: none;
      }

      .hero-content {
        max-width: 900px;
        padding: 2rem;
        text-align: center;
        position: relative;
        z-index: 1;
      }

      .hero-overline {
        font-family: var(--serif);
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: var(--gold);
        margin-bottom: 1rem;
      }

      .hero h1 {
        font-family: var(--serif);
        font-size: clamp(2.5rem, 6vw, 4.5rem);
        font-weight: 700;
        color: var(--white);
        line-height: 1.15;
        margin-bottom: 1.1rem;
        text-wrap: balance;
      }

      .hero-divider {
        display: flex;
        justify-content: center;
        margin: 0 auto 1.5rem;
      }

      .hero-divider span {
        position: relative;
        display: block;
        width: 164px;
        height: 2px;
        overflow: visible;
        background: linear-gradient(
          to right,
          transparent 0,
          rgba(184, 146, 63, 0.95) 12%,
          rgba(184, 146, 63, 0.95) 42%,
          transparent 42%,
          transparent 58%,
          rgba(184, 146, 63, 0.95) 58%,
          rgba(184, 146, 63, 0.95) 88%,
          transparent 100%
        );
      }

      .hero-divider span::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 12px;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(184, 146, 63, 0.95);
        background: rgba(184, 146, 63, 0.3);
        border-radius: 50%;
        box-shadow: 0 0 0 4px rgba(184, 146, 63, 0.08);
      }

      .hero p {
        font-size: 1.125rem;
        color: rgba(255,255,255,0.6);
        max-width: 600px;
        margin: 0 auto 3.2rem;
        line-height: 1.7;
        font-weight: 300;
        text-align: center;
        text-align-last: center;
        hyphens: none;
        word-break: normal;
        overflow-wrap: normal;
      }

      .hero-cta {
        display: inline-flex;
        align-items: center;
        gap: 0.75rem;
        background: var(--gold);
        color: var(--white);
        padding: 1rem 2.25rem;
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        border: none;
        transition: background 0.3s, color 0.3s, border-color 0.3s, transform 0.2s;
        min-height: 44px;
      }

      .hero-cta:hover {
        background: var(--gold-light);
        transform: translateY(-1px);
      }

      .hero-cta svg {
        width: 16px;
        height: 16px;
        transition: transform 0.2s;
      }

      .hero-cta:hover svg { transform: translateX(3px); }

      /* ─── SECTIONS ─── */
      section { padding: 6rem 2rem; }

      .container {
        max-width: 1100px;
        margin: 0 auto;
      }

      .section-label {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.25em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 1rem;
      }

      .section-title {
        font-family: var(--serif);
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 700;
        color: var(--navy);
        margin-bottom: 1.25rem;
        line-height: 1.2;
      }

      .section-subtitle {
        font-size: 1.05rem;
        color: var(--gray-600);
        max-width: 620px;
        line-height: 1.7;
        font-weight: 300;
      }

      /* ─── ABOUT ─── */
      #about { background: var(--white); }

      .about-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        align-items: center;
        margin-top: 3rem;
      }

      .about-text p {
        color: var(--gray-600);
        margin-bottom: 1.25rem;
        line-height: 1.8;
      }

      .about-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 2.5rem;
      }

      .stat {
        border-left: 2px solid var(--gold);
        padding-left: 1.25rem;
      }

      .stat-number {
        font-family: var(--serif);
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--navy);
        line-height: 1;
      }

      .stat-label {
        font-size: 0.8rem;
        color: var(--gray-400);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-top: 0.5rem;
      }

      .about-visual {
        background: var(--cream);
        padding: 3rem;
        position: relative;
      }

      .about-visual::before {
        content: '';
        position: absolute;
        top: -12px;
        left: -12px;
        right: 12px;
        bottom: 12px;
        border: 2px solid var(--gold);
        z-index: 0;
      }

      .about-visual-inner {
        position: relative;
        z-index: 1;
      }

      .about-visual blockquote {
        font-family: var(--serif);
        font-size: 1.5rem;
        font-style: italic;
        color: var(--navy);
        line-height: 1.5;
        margin-bottom: 1.5rem;
      }

    .about-visual cite {
      font-family: var(--serif);
      font-style: normal;
      font-size: 1.1rem;
      color: var(--gold);
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .about-help-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
    }

    .about-help-btn {
      width: 100%;
      text-align: left;
      font-size: 0.95rem;
      color: var(--navy);
      line-height: 1.4;
      padding: 0.45rem 0.2rem 0.45rem 1.25rem;
      position: relative;
      background: transparent;
      border: 0;
      cursor: pointer;
      font-family: var(--sans);
      min-height: 44px;
      transition: color 0.2s, transform 0.2s;
    }

    .about-help-btn::before {
      content: '\25B6';
      position: absolute;
      left: 0;
      color: var(--gold);
      font-size: 0.82rem;
      top: 50%;
      transform: translateY(-50%);
    }

    .about-help-btn:hover {
      color: var(--gold);
      transform: translateX(2px);
    }

    .about-help-btn:focus-visible {
      outline: 2px solid rgba(184, 146, 63, 0.45);
      outline-offset: 2px;
    }

      /* ─── PRACTICE AREAS ─── */
      #practice { background: var(--cream); }

      .practice-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        margin-top: 3rem;
      }

      .practice-card {
        background: var(--white);
        padding: 2.5rem;
        border: 1px solid var(--gray-200);
        transition: border-color 0.3s, box-shadow 0.3s, transform 0.2s;
        cursor: pointer;
        display: grid;
        grid-template-columns: 48px 1fr;
        grid-template-areas:
          "icon title"
          "body body"
          "link link";
        column-gap: 1rem;
        row-gap: 0.75rem;
        align-items: center;
      }

      .practice-card:hover {
        border-color: var(--gold);
        box-shadow: 0 8px 32px rgba(0,0,0,0.06);
        transform: translateY(-2px);
      }

      .practice-card .read-more {
        display: inline-block;
        margin-top: 1rem;
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--gold);
        letter-spacing: 0.05em;
        text-transform: uppercase;
      }

      /* ─── LIGHTBOX ─── */
      .lightbox-overlay {
        position: fixed;
        inset: 0;
        background: rgba(6, 16, 31, 0.82);
        backdrop-filter: blur(10px);
        z-index: 10000;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        padding: 2rem;
      }

      .lightbox-overlay.active {
        opacity: 1;
        visibility: visible;
      }

      .lightbox-content {
        background: var(--white);
        max-width: 640px;
        width: 100%;
        max-height: 85vh;
        max-height: 85dvh;
        overflow-y: auto;
        padding: 3rem;
        position: relative;
        transform: translateY(20px);
        transition: transform 0.3s;
        border-radius: 14px;
        border: 1px solid rgba(184, 146, 63, 0.18);
        box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
      }

      .lightbox-overlay.active .lightbox-content {
        transform: translateY(0);
      }

      .lightbox-close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: rgba(248, 246, 241, 0.95);
        border: 1px solid rgba(184, 146, 63, 0.2);
        border-radius: 999px;
        font-size: 1.4rem;
        color: var(--gray-600);
        cursor: pointer;
        line-height: 1;
        padding: 0.25rem;
        min-width: 44px;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .lightbox-close:hover {
        color: var(--navy);
        border-color: rgba(184, 146, 63, 0.42);
        background: var(--white);
      }

      .lightbox-content:not(.profile-lightbox-content) {
        padding: 3.25rem 2.4rem 2.2rem;
      }

      .lightbox-content:not(.profile-lightbox-content)::before {
        content: 'What We Do';
        display: inline-block;
        margin-bottom: 0.8rem;
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: var(--gold);
      }

      #lightbox-disclaimer .lightbox-content::before {
        content: 'Important Notice';
      }

      .lightbox-content h3 {
        font-family: var(--serif);
        font-size: 1.75rem;
        color: var(--navy);
        margin-bottom: 0.9rem;
        line-height: 1.16;
      }

      .lightbox-content:not(.profile-lightbox-content) h3 {
        padding-bottom: 0.9rem;
        border-bottom: 1px solid rgba(184, 146, 63, 0.22);
        margin-bottom: 1.15rem;
      }

      .lightbox-content p {
        font-size: 0.97rem;
        color: var(--gray-600);
        line-height: 1.78;
        margin-bottom: 1.05rem;
      }

      .lightbox-content ul {
        padding-left: 1.15rem;
        margin-bottom: 1.15rem;
      }

      .lightbox-content li {
        font-size: 0.96rem;
        color: var(--gray-600);
        line-height: 1.72;
        margin-bottom: 0.5rem;
      }

      .lightbox-content .lightbox-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin-top: 1.35rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0.82rem 1.6rem;
        background: linear-gradient(180deg, var(--navy-light) 0%, var(--navy) 100%);
        color: var(--white);
        text-decoration: none;
        font-size: 0.85rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        transition: background 0.3s, transform 0.2s, box-shadow 0.2s;
        min-height: 44px;
        border-radius: 999px;
        box-shadow: 0 12px 26px rgba(26, 35, 50, 0.18);
      }

      .lightbox-content .lightbox-cta:hover {
        background: linear-gradient(180deg, var(--gold-light) 0%, var(--gold) 100%);
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(184, 146, 63, 0.22);
      }

      .profile-lightbox-content {
        max-width: 980px;
      }

      .profile-lightbox-actions {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0.8rem;
        padding-right: 2.2rem;
      }

      .profile-print-btn {
        border: 1px solid rgba(26, 35, 50, 0.2);
        background: var(--cream);
        color: var(--navy);
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        padding: 0.45rem 0.7rem;
        min-height: 40px;
        cursor: pointer;
        font-family: var(--sans);
      }

      .profile-print-btn:hover {
        background: var(--navy);
        color: var(--white);
        border-color: var(--navy);
      }

      #profileLightboxBody .team-member,
      #profileLightboxBody .team-staff-card {
        border: 0;
        padding: 0;
        background: var(--white);
      }

      #profileLightboxBody .team-member-header {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
      }

      #profileLightboxBody .team-header-actions {
        display: none;
      }

      @media print {
        body.printing-profile > *:not(#profile-lightbox) {
          display: none !important;
        }

        body.printing-profile #profile-lightbox {
          position: static !important;
          display: block !important;
          inset: auto !important;
          background: #fff !important;
          padding: 0 !important;
          opacity: 1 !important;
          visibility: visible !important;
        }

        body.printing-profile #profile-lightbox .lightbox-content {
          max-width: none !important;
          width: 100% !important;
          max-height: none !important;
          height: auto !important;
          overflow: visible !important;
          box-shadow: none !important;
          transform: none !important;
          transition: none !important;
          padding: 0 !important;
        }

        body.printing-profile #profile-lightbox .lightbox-close,
        body.printing-profile #profile-lightbox .profile-lightbox-actions {
          display: none !important;
        }

        body.printing-profile #profileLightboxBody details {
          break-inside: avoid;
          page-break-inside: avoid;
        }
      }

      #profileLightboxBody,
      #profileLightboxBody * {
        opacity: 1 !important;
      }

      #profileLightboxBody,
      #profileLightboxBody p,
      #profileLightboxBody li,
      #profileLightboxBody a,
      #profileLightboxBody .team-bio,
      #profileLightboxBody .team-contact-link,
      #profileLightboxBody .team-phone,
      #profileLightboxBody .team-header-detail li,
      #profileLightboxBody .team-detail-group li,
      #profileLightboxBody .ross-dropdown-content li {
        color: var(--gray-800) !important;
      }

      #profileLightboxBody .team-title,
      #profileLightboxBody .team-header-detail h5,
      #profileLightboxBody .team-detail-group h4,
      #profileLightboxBody .ross-dropdown summary {
        color: var(--navy) !important;
      }

      .practice-icon {
        width: 48px;
        height: 48px;
        background: var(--navy);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        grid-area: icon;
      }

      .practice-icon svg {
        width: 24px;
        height: 24px;
        color: var(--gold);
      }

      .practice-card h3 {
        font-family: var(--serif);
        font-size: 1.35rem;
        font-weight: 700;
        color: var(--navy);
        margin-bottom: 0;
        grid-area: title;
      }

      .practice-card p {
        font-size: 0.92rem;
        color: var(--gray-600);
        line-height: 1.7;
        grid-area: body;
        margin-top: 0.2rem;
      }

      .practice-card .read-more {
        grid-area: link;
      }

      /* ─── TEAM ─── */
      #team-section { background: var(--white); }

      .scroll-target {
        scroll-margin-top: 92px;
      }

      .team-list {
        margin-top: 3rem;
        display: flex;
        flex-direction: column;
        gap: 3rem;
      }

      .team-member,
      .team-staff-card {
        border: 1px solid var(--gray-200);
        transition: border-color 0.3s;
      }

      .team-member {
        padding: 3rem;
      }

      .team-member:hover,
      .team-staff-card:hover { border-color: var(--gold); }

      .team-member-header {
        display: flex;
        align-items: flex-start;
        gap: 1.5rem;
        margin-bottom: 1.75rem;
        padding-bottom: 1.75rem;
        border-bottom: 1px solid var(--gray-200);
      }

      .team-member-header > div:last-child {
        flex: 1;
        min-width: 0;
      }

      .team-avatar {
        background: var(--navy);
        color: var(--gold);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--serif);
        font-size: 1.4rem;
        font-weight: 700;
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 4px;
      }

      .team-avatar img {
        display: block;
        width: auto;
        height: auto;
        max-height: 220px;
      }

      .team-photo-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
        flex-shrink: 0;
      }

      .team-member .team-photo-block {
        width: 150px;
      }

      .team-member .team-avatar {
        width: 100%;
        background: transparent;
      }

      .team-member .team-avatar img {
        width: 100%;
        height: auto;
        max-height: none;
      }

      .team-name {
        font-family: var(--serif);
        font-size: 1.6rem;
        font-weight: 700;
        color: var(--navy);
      }

      .team-name-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.75rem;
      }

      .team-name-row .team-name {
        flex: 1;
        min-width: 0;
      }

      .team-title {
        font-size: 0.8rem;
        color: var(--gold);
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: 600;
        margin-top: 0.2rem;
      }

      .team-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
        margin-top: 0.55rem;
      }

      .team-meta-row {
        display: flex;
        align-items: baseline;
        gap: 0.4rem;
        flex-wrap: wrap;
      }

      .team-meta-label {
        font-size: 0.74rem;
        color: var(--gray-600);
        font-weight: 600;
        letter-spacing: 0.03em;
        font-variant: small-caps;
      }

      .team-header-details {
        display: flex;
        flex-wrap: wrap;
        gap: 1.25rem;
        margin-top: 1rem;
        padding-top: 0.75rem;
        border-top: 1px solid var(--gray-200);
      }

      .team-header-detail {
        flex: 1;
        min-width: 160px;
      }

      .team-header-detail h5 {
        font-size: 0.65rem;
        font-weight: 600;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 0.35rem;
      }

      .team-header-detail ul {
        list-style: none;
      }

      .team-header-detail li {
        font-size: 0.78rem;
        color: var(--gray-600);
        line-height: 1.5;
      }

      .team-contact-link,
      .team-phone {
        font-size: 0.85rem;
        color: var(--gray-600);
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
      }

      .team-contact-link:hover,
      .team-phone:hover { color: var(--gold); }

      .team-meta .team-phone,
      .team-meta .team-contact-link {
        min-height: 0;
        display: inline;
      }

      .team-vcard-link,
      .team-profile-btn {
        font-size: 0.68rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 0.16rem 0.5rem;
        min-height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        transition: background 0.2s, color 0.2s, border-color 0.2s;
      }

      .team-vcard-link {
        color: var(--gold);
        text-decoration: none;
        border: 1px solid rgba(184, 146, 63, 0.45);
      }

      .team-profile-btn {
        color: var(--navy);
        background: var(--cream);
        border: 1px solid rgba(26, 35, 50, 0.2);
        cursor: pointer;
        font-family: var(--sans);
      }

      .team-profile-btn:hover {
        background: var(--navy);
        color: var(--white);
        border-color: var(--navy);
      }

      .team-header-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 0.4rem;
        flex-shrink: 0;
        white-space: nowrap;
        width: 100%;
        margin-top: 0.5rem;
      }

      .team-header-actions .team-vcard-link {
        flex-shrink: 0;
      }

      .team-vcard-link:hover {
        background: var(--cream);
        border-color: var(--gold);
        color: var(--navy);
      }

      .team-bio {
        font-size: 0.92rem;
        color: var(--gray-600);
        line-height: 1.8;
      }

      .team-bio p {
        margin-bottom: 1rem;
      }

      .team-bio p:last-child {
        margin-bottom: 0;
      }

      .ross-dropdowns {
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
      }

      .ross-dropdown {
        border: 1px solid var(--gray-200);
        background: var(--white);
      }

      .ross-dropdown summary {
        list-style: none;
        cursor: pointer;
        padding: 0.75rem 0.9rem;
        font-size: 0.74rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--navy);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
      }

      .ross-dropdown summary::-webkit-details-marker {
        display: none;
      }

      .ross-dropdown summary::after {
        content: '+';
        color: var(--gold);
        font-size: 1rem;
        line-height: 1;
      }

      .ross-dropdown[open] summary::after {
        content: '-';
      }

      .ross-dropdown-content {
        padding: 0 0.9rem 0.85rem;
        border-top: 1px solid var(--gray-200);
      }

      .ross-dropdown-content ul {
        margin-top: 0.7rem;
        padding-left: 1rem;
        display: flex;
        flex-direction: column;
        gap: 0.4rem;
      }

      .ross-dropdown-content li {
        font-size: 0.86rem;
        color: var(--gray-600);
        line-height: 1.6;
      }

      .team-details {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
        margin-top: 1.75rem;
        padding-top: 1.75rem;
        border-top: 1px solid var(--gray-200);
      }

      .team-detail-group h4 {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 0.5rem;
      }

      .team-detail-group ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
      }

      .team-detail-group li {
        font-size: 0.82rem;
        color: var(--gray-600);
        line-height: 1.5;
      }

      .team-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        margin-top: 1.5rem;
      }

      .team-tag {
        font-size: 0.7rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        background: var(--cream);
        color: var(--gray-600);
        padding: 0.35rem 0.75rem;
      }

      /* Staff cards (smaller, side by side) */
      .team-staff-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
        margin-top: 2.5rem;
      }

      .team-staff-card {
        padding: 2.25rem;
      }

      .team-staff-card .team-member-header {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
      }

      .team-staff-card .team-name {
        font-size: 1.3rem;
      }

      .team-staff-card .team-avatar {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 1.15rem;
      }

      /* ─── CONTACT ─── */
      #contact-section {
        background: var(--navy);
        color: var(--white);
      }

      .contact-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5rem;
        margin-top: 3rem;
      }

      #contact-section .section-label { color: var(--gold); }
      #contact-section .section-title { color: var(--white); }
      #contact-section .section-subtitle { color: rgba(255,255,255,0.5); }

      .contact-info { display: flex; flex-direction: column; gap: 2rem; }

      .contact-item { display: flex; gap: 1.25rem; }

      .contact-item-icon {
        width: 44px;
        height: 44px;
        border: 1px solid rgba(184,146,63,0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
      }

      .contact-item-icon svg {
        width: 18px;
        height: 18px;
        color: var(--gold);
      }

      .contact-item-label {
        font-size: 0.7rem;
        font-weight: 600;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--gold);
        margin-bottom: 0.35rem;
      }

      .contact-item-value {
        color: rgba(255,255,255,0.8);
        font-size: 0.95rem;
        line-height: 1.6;
      }

      .contact-item-value a {
        color: rgba(255,255,255,0.8);
        text-decoration: none;
        transition: color 0.2s;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
      }

      .contact-item-value a:hover { color: var(--gold-light); }

      .contact-map {
        background: var(--navy-light);
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 320px;
        border: 1px solid rgba(255,255,255,0.08);
        position: relative;
        overflow: hidden;
      }

      .contact-map iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        filter: grayscale(1) invert(0.92) contrast(0.85);
      }

      /* ─── FOOTER ─── */
      footer {
        background: #0f1620;
        padding: 2.5rem 2rem;
        border-top: 1px solid rgba(255,255,255,0.06);
        padding-bottom: calc(2.5rem + env(safe-area-inset-bottom));
      }

      .footer-inner {
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .footer-copy {
        font-size: 0.92rem;
        color: rgba(255,255,255,0.95);
      }

      .footer-disclaimer {
        font-size: 0.92rem;
        color: rgba(255,255,255,0.9);
        max-width: 500px;
        text-align: right;
        line-height: 1.5;
      }

      .footer-disclaimer-link {
        color: inherit;
        text-decoration: none;
        cursor: pointer;
      }

      .footer-disclaimer-link:hover {
        color: var(--gold-light);
        text-decoration: underline;
      }

      .scroll-down-btn {
        position: fixed;
        right: max(1rem, env(safe-area-inset-right));
        bottom: calc(1rem + env(safe-area-inset-bottom));
        width: 42px;
        height: 42px;
        border: 1px solid rgba(184, 146, 63, 0.7);
        background: rgba(26, 35, 50, 0.95);
        color: var(--gold);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 120;
        transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, visibility 0.2s ease;
        opacity: 1;
        visibility: visible;
      }

      .scroll-down-btn svg {
        width: 18px;
        height: 18px;
      }

      .scroll-down-btn:hover {
        background: var(--navy-light);
        border-color: var(--gold);
      }

      .scroll-down-btn.hidden {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
      }

      /* ─── RESPONSIVE ─── */
      @media (max-width: 900px) {
        .about-grid,
        .contact-grid {
          grid-template-columns: 1fr;
          gap: 3rem;
        }

        .practice-grid,
        .team-staff-grid {
          grid-template-columns: 1fr;
        }

        .team-details {
          grid-template-columns: 1fr;
        }
      }

      @media (max-width: 768px) {
        nav {
          padding-top: env(safe-area-inset-top);
        }

        .nav-inner {
          padding: 0 max(0.95rem, env(safe-area-inset-right)) 0 max(0.95rem, env(safe-area-inset-left));
          height: 64px;
        }

        .nav-brand {
          font-size: 1.48rem;
          max-width: calc(100% - 64px);
          letter-spacing: 0.006em;
          line-height: 1.08;
          white-space: nowrap;
        }

        .nav-brand small {
          display: none;
        }

        .nav-links { display: none; }
        .nav-links.open {
          display: flex;
          flex-direction: column;
          position: absolute;
          top: calc(64px + env(safe-area-inset-top));
          left: 0;
          right: 0;
          background: var(--navy);
          padding: 1rem max(1rem, env(safe-area-inset-right)) 1.5rem max(1rem, env(safe-area-inset-left));
          gap: 0.5rem;
          border-bottom: 1px solid rgba(184,146,63,0.2);
          max-height: calc(100dvh - 64px - env(safe-area-inset-top));
          overflow-y: auto;
        }
        .nav-links > li {
          width: 100%;
        }

        .nav-links > li > a,
        .nav-team-row {
          width: 100%;
        }

        .nav-team-link,
        .nav-team-toggle {
          justify-content: space-between;
        }

        .nav-team-link {
          flex: 1;
        }

        .nav-team-toggle {
          min-width: 44px;
        }

        .nav-dropdown {
          width: 100%;
        }

        .nav-submenu {
          position: static;
          border: 0;
          border-left: 2px solid rgba(184,146,63,0.35);
          box-shadow: none;
          margin-top: 0.15rem;
          margin-left: 0.35rem;
          min-width: 0;
          width: calc(100% - 0.35rem);
          background: transparent;
          padding: 0.2rem 0 0.3rem;
        }

        .nav-submenu a {
          padding-left: 0.8rem;
          font-size: 0.82rem;
        }
        .nav-toggle { display: block; }

        .hero {
          align-items: flex-start;
          padding-top: calc(88px + env(safe-area-inset-top));
        }

        .hero::after {
          height: 136px;
          background: linear-gradient(
            to top,
            rgba(248,246,241,0.66) 0%,
            rgba(248,246,241,0.38) 18%,
            rgba(248,246,241,0.18) 38%,
            rgba(248,246,241,0.08) 60%,
            rgba(248,246,241,0.03) 78%,
            transparent 100%
          );
        }

        .hero-content {
          padding: 1.1rem 1rem 0.8rem;
        }

        .hero h1 {
          font-size: clamp(1.72rem, 8.2vw, 2.35rem);
          max-width: 8.8em;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.12;
          margin-bottom: 1.45rem;
        }

        .hero-divider {
          margin-bottom: 1.55rem;
        }

        .hero-divider span {
          width: 138px;
          height: 2px;
          background: rgba(184, 146, 63, 0.92);
          background-image: linear-gradient(
            to right,
            transparent 0,
            rgba(184, 146, 63, 0.98) 10%,
            rgba(184, 146, 63, 0.98) 42%,
            transparent 42%,
            transparent 58%,
            rgba(184, 146, 63, 0.98) 58%,
            rgba(184, 146, 63, 0.98) 90%,
            transparent 100%
          );
          box-shadow: 0 0 12px rgba(184, 146, 63, 0.14);
        }

        .hero-divider span::after {
          width: 13px;
          height: 13px;
          border-width: 1.5px;
          background: rgba(184, 146, 63, 0.44);
          box-shadow: 0 0 0 4px rgba(184, 146, 63, 0.12);
        }

        .hero p {
          font-size: 1rem;
          color: rgba(255,255,255,0.78);
          max-width: 36ch;
          margin-bottom: 1.45rem;
          line-height: 1.8;
          text-align: center;
          text-align-last: center;
          hyphens: none;
          word-break: normal;
          overflow-wrap: normal;
        }

        section {
          padding: 2.7rem max(1rem, env(safe-area-inset-right)) 3.2rem max(1rem, env(safe-area-inset-left));
        }

        .about-visual,
        .practice-card,
        .team-member,
        .team-staff-card,
        .lightbox-content {
          padding: 1.25rem;
        }

        .about-stats { grid-template-columns: 1fr 1fr; gap: 1.5rem; }

      .team-member-header {
        flex-direction: column;
        gap: 0.9rem;
      }

      .team-member .team-member-header {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.95rem;
      }

      .scroll-target {
        scroll-margin-top: calc(82px + env(safe-area-inset-top));
      }

      .team-name-row {
        display: block;
      }

      .team-name-row .team-name {
        display: block;
        margin-bottom: 0.5rem;
      }

      .team-header-actions { justify-content: flex-start; }

      .team-member .team-header-actions {
        flex-wrap: wrap;
        gap: 0.3rem;
        margin-top: 0.4rem;
      }

      .team-member .team-avatar {
        width: 92px;
        height: auto;
        min-width: 92px;
        background: transparent;
      }

      .team-member .team-avatar img {
        display: block;
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: none;
      }

      .team-member .team-photo-block {
        width: 92px;
      }

      .team-member .team-name {
        font-size: 1.28rem;
        line-height: 1.18;
      }

      .team-member .team-title {
        margin-top: 0.1rem;
      }

      .team-member .team-meta {
        margin-top: 0.35rem;
      }

      .team-member .team-meta-row {
        width: 100%;
        display: grid;
        grid-template-columns: max-content minmax(0, 1fr);
        align-items: baseline;
        column-gap: 0.28rem;
        row-gap: 0;
        flex-wrap: nowrap;
      }

      .team-member .team-meta-label {
        white-space: nowrap;
        font-size: 0.7rem;
      }

      .team-member .team-meta .team-contact-link,
      .team-member .team-meta .team-phone {
        font-size: 0.74rem;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
        line-height: 1.35;
      }

      .team-member .team-profile-btn,
      .team-member .team-vcard-link {
        font-size: 0.62rem;
        padding: 0.12rem 0.42rem;
        min-height: 28px;
      }

      #EugeneGormakh .team-avatar img {
        transform: scale(1.04);
        transform-origin: top center;
      }

        .team-header-detail {
          min-width: 100%;
        }

        .team-vcard-link { width: fit-content; }

        .contact-map {
          min-height: 220px;
        }

        .lightbox-overlay {
          padding: 0.75rem;
        }

        .lightbox-content {
          max-height: calc(100dvh - 1.5rem);
        }

        .lightbox-content:not(.profile-lightbox-content) {
          padding: 3rem 1.35rem 1.45rem;
          border-radius: 12px;
        }

        .lightbox-content:not(.profile-lightbox-content)::before {
          margin-bottom: 0.7rem;
          font-size: 0.64rem;
          letter-spacing: 0.18em;
        }

        .lightbox-content:not(.profile-lightbox-content) h3 {
          font-size: 1.48rem;
          padding-bottom: 0.8rem;
          margin-bottom: 1rem;
        }

        .lightbox-close {
          top: 0.75rem;
          right: 0.75rem;
          font-size: 2rem;
        }

        .lightbox-content .lightbox-cta {
          width: 100%;
          margin-top: 1.15rem;
        }

        .footer-inner {
          flex-direction: column;
          gap: 1rem;
          text-align: center;
        }

        .footer-disclaimer { text-align: center; }

        .scroll-down-btn {
          left: 50%;
          right: auto;
          bottom: calc(0.7rem + env(safe-area-inset-bottom));
          width: 34px;
          height: 34px;
          transform: translateX(-50%);
          background: rgba(26, 35, 50, 0.82);
          border-color: rgba(184, 146, 63, 0.52);
        }

        .scroll-down-btn svg {
          width: 14px;
          height: 14px;
        }
      }

      @media (max-width: 390px) {
        .nav-brand {
          font-size: 1.34rem;
          letter-spacing: 0.005em;
        }

        .section-title { font-size: 1.65rem; }
        .about-stats { grid-template-columns: 1fr; gap: 1rem; }
      }

      @media (max-height: 500px) and (orientation: landscape) and (hover: none) {
        nav {
          padding-top: env(safe-area-inset-top);
        }

        .nav-inner {
          padding: 0 max(0.95rem, env(safe-area-inset-right)) 0 max(0.95rem, env(safe-area-inset-left));
          height: 60px;
        }

        .nav-brand {
          font-size: 1.28rem;
          max-width: calc(100% - 60px);
          letter-spacing: 0.012em;
          line-height: 1.1;
          white-space: nowrap;
        }

        .nav-brand small {
          display: none;
        }

        .nav-links {
          display: none;
        }

        .nav-links.open {
          display: flex;
          flex-direction: column;
          position: absolute;
          top: calc(60px + env(safe-area-inset-top));
          left: 0;
          right: 0;
          background: var(--navy);
          padding: 0.85rem max(1rem, env(safe-area-inset-right)) 1.1rem max(1rem, env(safe-area-inset-left));
          gap: 0.4rem;
          border-bottom: 1px solid rgba(184,146,63,0.2);
          max-height: calc(100dvh - 60px - env(safe-area-inset-top));
          overflow-y: auto;
        }

        .nav-links > li,
        .nav-links > li > a,
        .nav-team-row {
          width: 100%;
        }

        .nav-team-link,
        .nav-team-toggle {
          justify-content: space-between;
        }

        .nav-team-link {
          flex: 1;
        }

        .nav-team-toggle {
          min-width: 44px;
        }

        .nav-dropdown {
          width: 100%;
        }

        .nav-submenu {
          position: static;
          border: 0;
          border-left: 2px solid rgba(184,146,63,0.35);
          box-shadow: none;
          margin-top: 0.15rem;
          margin-left: 0.35rem;
          min-width: 0;
          width: calc(100% - 0.35rem);
          background: transparent;
          padding: 0.2rem 0 0.3rem;
        }

        .nav-submenu a {
          padding-left: 0.8rem;
          font-size: 0.8rem;
        }

        .nav-toggle {
          display: block;
        }

        .hero {
          min-height: auto;
          align-items: flex-start;
          padding-top: calc(76px + env(safe-area-inset-top));
          padding-bottom: 1.5rem;
        }

        .hero-content {
          max-width: min(100%, 980px);
          padding: 0.85rem 1.25rem 0.35rem;
        }

        .hero h1 {
          font-size: clamp(1.75rem, 5.8vw, 3rem);
          max-width: 11.5em;
          line-height: 1.03;
          margin-bottom: 0.7rem;
        }

        .hero-divider {
          margin-bottom: 0.8rem;
        }

        .hero p {
          font-size: 0.94rem;
          max-width: 62ch;
          line-height: 1.55;
          margin-bottom: 1rem;
        }

        .hero-cta {
          padding: 0.85rem 1.85rem;
        }

        .scroll-down-btn {
          display: none;
        }
      }

      @media (hover: none) {
        nav {
          backdrop-filter: none;
        }

        .practice-card:hover,
        .team-member:hover,
        .team-staff-card:hover,
        .hero-cta:hover {
          transform: none;
          box-shadow: none;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        html {
          scroll-behavior: auto;
        }

        *, *::before, *::after {
          animation: none !important;
          transition: none !important;
        }
      }

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

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

      body.menu-open {
        overflow: hidden;
      }
