:root {
  --navy: #113156;
  --navy-dark: #113156;
  --blue-top-bar: #218ec2;
  --blue-light: #d7e7f2;
  --blue-mid: #90c6e0;
  --sky: #218ec2;
  --sky-bg: #d7e7f2;
  --sky-section: #d7e7f2;
  --orange: #fc9a23;
  --orange-hover: #e8881a;
  --white: #ffffff;
  --off-white: #f8f8f8;
  --gray-light: #e6e6e6;
  --gray-bg: #e6e6e6;
  --text-dark: #1a1a1a;
  --text-body: #000000;
}
/* Use operetta-8 for headings, calluna-sans for everything else */
h1, h2, h3, h4, .operetta {
  font-family: operetta-8, serif;
  font-weight: 600;
  font-style: normal;
}
h1 {
  font-size: 90px;
  line-height: 90px;
}
h2 {
  font-size: 60px;
  line-height: 60px;
}
h3 {
  font-size: 45px;
  line-height: 60px;
}
h4 {
  font-size: 32px;
  line-height: 34px;
}
body {
  font-family: "calluna-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-body);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
p {
  font-size: 18px;
  line-height: 28px;
}
/* ===== TOP BAR ===== */
.top-bar {
  background: var(--blue-top-bar);
  padding: 10px 0;
}
.top-bar .container-fluid {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding-right: 40px;
}
.top-bar .btn-phone {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  border-radius: 50px;
  padding: 6px 22px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}
.top-bar .btn-phone:hover {
  background: #fff;
  color: var(--navy);
}
.top-bar .btn-cta {
  background: var(--orange);
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  border: none;
}
.top-bar .btn-cta:hover {
  background: var(--orange-hover);
  color: #fff;
}
/* ===== SITE HEADER ===== */
#site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  transition: box-shadow 0.3s ease;
}
#site-header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.12);
}
#site-header.sticky .top-bar {
  display: none;
}
/* ===== NAVBAR ===== */
.main-nav {
  background: rgba(255, 255, 255, 0.0);
  width: 100%;
  z-index: 100;
  padding: 16px 40px;
  transition: background 0.3s ease;
}
.main-nav .navbar-brand img {
  height: 120px;
}
.main-nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0 14px !important;
}
.main-nav .nav-link:hover {
  color: var(--sky) !important;
}
.nav-espanol {
  background: #fff;
  color: var(--navy) !important;
  padding: 6px 16px !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.nav-search {
  color: #fff;
  font-size: 16px;
}
/* ===== NAVBAR SCROLLED STATE ===== */
.main-nav.scrolled {
  background: #fff !important;
}
.main-nav.scrolled .nav-link {
  color: var(--navy) !important;
}
.main-nav.scrolled .nav-link:hover {
  color: var(--orange) !important;
}
.main-nav.scrolled .nav-espanol {
  background: var(--sky) !important;
  color: #fff !important;
}
/* Logo swap */
.logo-white {
  display: block;
}
.logo-color {
  display: none;
}
.main-nav.scrolled .logo-white {
  display: none;
}
.main-nav.scrolled .logo-color {
  display: block;
}
.main-nav .navbar-brand img.logo-color {
  height: 60px;
}
/* ===== HERO SLIDER ===== */
.hero-wrapper {
  position: relative;
}
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* Slides stack absolutely */
.hero-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 0;
}
.hero-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: #113156;
  background: linear-gradient(270deg, rgba(17, 49, 86, 0.95) 0%, rgba(17, 49, 86, 0.25) 100%);
}
.hero-slide.active {
  opacity: 1;
  z-index: 1;
}
/* Content sits above slides */
.hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 15px;
}
.hero-content .hero-inner {
  text-align: left;
}
.hero-content .hero-inner h1,
.hero-content .hero-inner p {
  text-align: left;
}
.hero-subheading {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: 400;
}
.hero h1 {
  color: #fff;
  font-size: 90px;
  line-height: 90px;
}
/* Slide nav dots */
.hero-dots {
  display: none;
}
/* Swoosh mask at bottom */
.hero-swoosh {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  z-index: 20;
  line-height: 0;
}
.hero-swoosh svg {
  display: block;
  width: 100%;
  height: auto;
}
/* ===== SECTION LABEL (orange with underline) ===== */
.section-label {
  font-family: "calluna-sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: var(--orange);
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 10px;
}
.section-label-line {
  width: 200px;
  height: 3px;
  background: var(--orange);
  margin-top: 6px;
  margin-bottom: 15px;
}
/* ===== WHO WE ARE ===== */
.who-we-are {
  padding: 80px 0 80px 0;
  background: #fff;
  overflow: visible;
}
.who-we-are .photo-col {
  position: relative;
  top: -225px;
  margin-bottom: -225px;
  z-index: 99;
}
.who-we-are .law-photo {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 4px;
}
.btn-outline-orange {
  border: 2px solid var(--orange);
  color: var(--text-dark);
  background: transparent;
  padding: 12px 32px;
  font-weight: 700;
  font-size: 15px;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.btn-outline-orange:hover {
  background: var(--orange);
  color: #fff;
  text-decoration: none;
}
    /* ===== RECENT RESULTS ===== */
    .results-section {
      background: var(--sky-bg);
      padding: 80px 0;
    }
    .results-section h2 {
      text-align: center;
      margin-bottom: 48px;
      color: var(--text-dark);
      font-size: 60px;
    }
    .result-card {
      background: #fff;
      border-radius: 16px;
      padding: 36px 32px 28px;
      margin-bottom: 28px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    }
    .result-card .label {
      font-size: 11px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      font-weight: 600;
      color: var(--text-dark);
      margin-bottom: 8px;
    }
    .result-card .amount {
      font-family: operetta-8, serif;
      font-size: 42px;
      font-weight: 700;
      color: #218ec2;
      margin-bottom: 16px;
      line-height: 1;
    }
    .result-card .icon-row {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 20px;
    }
    .result-card .case-icon {
      font-size: 36px;
      color: var(--orange);
      min-width: 44px;
    }
    .result-card .case-desc {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-dark);
      line-height: 1.4;
    }
    .result-card .learn-more {
      font-size: 11px;
      letter-spacing: 0.12em;
      font-weight: 700;
      text-transform: uppercase;
      color: var(--text-dark);
      text-decoration: none;
      border-top: 1px solid var(--gray-light);
      padding-top: 16px;
      display: block;
    }
    .result-card .learn-more:hover { color: var(--orange); }
    .results-section .btn-outline-orange { margin-top: 16px; }

    /* ===== TEAM ===== */
    .team-section {
      padding: 80px 0;
      background: #fff;
    }
    .team-section .team-photo-card {
      position: relative;
      overflow: hidden;
      border-radius: 4px;
    }
    .team-photo-card img {
      width: 100%;
      height: 320px;
      object-fit: cover;
      object-position: top;
      display: block;
    }
    .team-photo-card .name-bar {
      background: var(--blue-mid);
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      padding: 10px 16px 2px;
      text-align: center;
    }
    .team-photo-card .role-bar {
      background: var(--blue-light);
      color: #fff;
      font-size: 14px;
      padding: 4px 16px 10px;
      text-align: center;
    }

    /* ===== CASES WE HANDLE ===== */
    .cases-section {
      position: relative;
      padding: 80px 0 60px;
      background: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
        url('https://placehold.co/1600x700/1a2e4a/ffffff?text=Cases+Background') center/cover no-repeat;
      text-align: center;
      color: #fff;
    }
    .cases-section h2 {
      color: #fff;
      margin-bottom: 8px;
    }
    .cases-section .sub-stat {
      font-size: 22px;
      font-weight: 400;
      margin-bottom: 48px;
    }
    .cases-section .sub-stat span {
      font-family: operetta-8, serif;
      font-size: 36px;
      font-weight: 700;
    }
    .case-card {
      background: var(--navy);
      border-radius: 16px;
      padding: 32px 16px 24px;
      text-align: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      transition: background 0.25s ease, color 0.25s ease;
      cursor: pointer;
    }
    .case-card:hover {
      background: #fff;
      color: var(--navy);
    }
    .case-card:hover .case-icon {
      color: var(--navy);
      opacity: 1;
    }
    .case-card:hover .case-name {
      color: var(--navy);
    }
    .case-card .case-icon {
      font-size: 48px;
      margin-bottom: 16px;
      color: #fff;
      opacity: 0.85;
    }
    .case-card .case-name {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .cases-section .cases-row {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      justify-content: center;
      align-items: stretch;
      margin-bottom: 0;
    }
    .cases-section .cases-row .case-col {
      flex: 1 1 0;
      min-width: 180px;
      max-width: 260px;
      display: flex;
    }
      color: #fff;
      margin-top: 16px;
    }
    .cases-section .btn-outline-orange:hover { color: #fff; }

    /* ===== AWARDS ===== */
    .awards-section {
      padding: 80px 0;
      background: #fff;
    }
    .awards-section .awards-photo {
      width: 100%;
      height: 420px;
      object-fit: cover;
      border-radius: 4px;
    }
    .awards-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .awards-list li {
      padding: 5px 0;
      font-size: 15px;
      font-weight: 700;
    }
    .awards-list li::before {
      content: "• ";
      color: var(--text-dark);
      font-weight: 900;
    }

    /* ===== TESTIMONIALS ===== */
    .testimonials-section {
      background: #90c6e0;
      padding: 80px 0;
      text-align: center;
    }
    .testimonials-slider {
      position: relative;
      height: 220px;
      margin-bottom: 32px;
    }
    .testimonial-slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      opacity: 0;
      transition: opacity 0.9s ease;
      pointer-events: none;
    }
    .testimonial-slide.active {
      opacity: 1;
      pointer-events: auto;
    }
    .testimonials-section blockquote {
      font-family: operetta-8, serif;
      font-size: 38px;
      line-height: 1.25;
      color: var(--text-dark);
      max-width: 780px;
      margin: 0 auto 16px;
      font-weight: 600;
    }
    .testimonial-client {
      font-size: 14px;
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 0;
    }

    /* ===== LOCATIONS ===== */
    .locations-section {
      padding: 80px 0;
      background: #fff;
    }
    .locations-section .map-placeholder {
      width: 100%;
      height: 340px;
      background: #c8d8e8;
      position: relative;
      border-radius: 4px;
      overflow: hidden;
    }
    .locations-section .map-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* ===== FEATURED IN CAROUSEL ===== */
    .featured-in {
      background: var(--gray-bg);
      padding: 48px 0;
      text-align: center;
    }
    .featured-in h4 {
      font-family: operetta-8, serif;
      font-size: 26px;
      font-weight: 700;
      margin-bottom: 36px;
    }
    .logo-carousel-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0;
    }
    .logo-carousel-viewport {
      overflow: hidden;
      width: 640px; /* shows 4 logos at 160px each */
    }
    .logo-carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
      will-change: transform;
    }
    .logo-box {
      flex: 0 0 160px;
      border: 1px solid #c8c8c8;
      background: #fff;
      padding: 20px 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 80px;
      box-sizing: border-box;
    }
    .logo-box .logo-text {
      font-weight: 900;
      font-size: 13px;
      letter-spacing: 0.04em;
      color: #111;
      text-align: center;
      line-height: 1.3;
    }
    .featured-nav {
      background: none;
      border: none;
      font-size: 20px;
      color: var(--orange);
      cursor: pointer;
      padding: 0 20px;
      line-height: 1;
    }
    .featured-nav:hover { color: var(--orange-hover); }

    /* ===== WHAT TO EXPECT (Accordion) ===== */
    .what-to-expect {
      padding: 80px 0;
      background: #fff;
    }
    .accordion-item-custom {
      border-bottom: 1px solid #ccc;
    }
    .accordion-item-custom .acc-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0;
      font-size: 20px;
      font-weight: 700;
      color: var(--navy-dark);
      cursor: pointer;
      user-select: none;
    }
    .accordion-item-custom .acc-header:hover { color: var(--blue-mid); }
    .accordion-item-custom .acc-icon {
      font-size: 16px;
      color: var(--navy-dark);
      transition: transform 0.35s ease;
      flex-shrink: 0;
    }
    /* When open, chevron rotates to point up */
    .accordion-item-custom.open .acc-icon {
      transform: rotate(180deg);
    }
    .accordion-item-custom .acc-body-wrap {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.35s ease;
      overflow: hidden;
    }
    .accordion-item-custom.open .acc-body-wrap {
      grid-template-rows: 1fr;
    }
    .accordion-item-custom .acc-body-inner {
      overflow: hidden;
      padding-bottom: 0;
      transition: padding-bottom 0.35s ease;
    }
    .accordion-item-custom.open .acc-body-inner {
      padding-bottom: 20px;
    }
    .accordion-item-custom .acc-body-inner p {
      font-size: 15px;
      line-height: 1.6;
      color: #444;
      margin: 0;
    }

    /* Ready to Talk card */
    .ready-card {
      background: #218ec2;
      border-radius: 16px;
      padding: 48px 40px;
      margin-top: 0;
    }
    .ready-card h3 {
      font-size: 42px;
      line-height: 1.1;
      margin-bottom: 16px;
      color: #fff;
    }
    .ready-card p {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 28px;
      color: rgba(255,255,255,0.9);
    }
    .btn-solid-orange {
      background: var(--orange);
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 12px 32px;
      font-weight: 700;
      font-size: 15px;
      text-decoration: none;
      display: inline-block;
      transition: background 0.2s;
    }
    .btn-solid-orange:hover { background: var(--orange-hover); color: #fff; text-decoration: none; }

    /* ===== FOOTER ===== */
    .site-footer {
      background: var(--navy-dark);
      color: #fff;
      padding: 60px 0 32px;
    }
    .site-footer .footer-logo img {
      height: 80px;
      margin-bottom: 20px;
    }
    .site-footer .footer-logo .logo-text-main {
      font-family: operetta-8, serif;
      font-size: 22px;
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
    }
    .site-footer .footer-logo .logo-text-sub {
      font-size: 11px;
      letter-spacing: 0.2em;
      color: rgba(255,255,255,0.7);
      text-transform: uppercase;
    }
    .site-footer p, .site-footer a {
      font-size: 14px;
      color: rgba(255,255,255,0.85);
    }
    .site-footer a { text-decoration: none; }
    .site-footer a:hover { color: #fff; }
    .site-footer .footer-email {
      color: #fff;
      font-weight: 500;
      border-bottom: 2px solid var(--orange);
      padding-bottom: 2px;
      display: inline-block;
      margin-bottom: 24px;
    }
    .footer-social a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: var(--blue-light);
      color: #fff;
      font-size: 16px;
      margin-right: 8px;
    }
    .footer-social a:hover { background: var(--orange); }
    .footer-offices h6 {
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      margin-bottom: 20px;
    }
    .footer-offices .office-city {
      font-weight: 700;
      font-size: 15px;
      color: #fff;
      margin-bottom: 2px;
    }
    .footer-offices .office-addr {
      font-size: 13px;
      color: rgba(255,255,255,0.75);
      margin-bottom: 20px;
    }
    .footer-offices .btn-phone-footer {
      border: 2px solid #fff;
      color: #fff;
      border-radius: 50px;
      padding: 8px 22px;
      font-weight: 700;
      font-size: 14px;
      text-decoration: none;
      margin-right: 12px;
      display: inline-block;
    }
    .footer-offices .btn-phone-footer:hover { background: #fff; color: var(--navy); }
    .footer-member h6 {
      font-size: 12px;
      letter-spacing: 0.15em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      margin-bottom: 20px;
    }
    .footer-member .member-badge {
      background: rgba(255,255,255,0.12);
      border-radius: 8px;
      padding: 10px 16px;
      margin-bottom: 12px;
      font-size: 13px;
      font-weight: 700;
      color: #fff;
      text-align: center;
      letter-spacing: 0.05em;
    }
    .footer-bottom {
      background: #218ec2;
      padding: 20px 0;
    }
    .footer-bottom p {
      font-size: 11px;
      color: rgba(255,255,255,0.9);
      margin: 0 0 0;
      line-height: 1.6;
    }
    .footer-bottom .footer-copy {
      font-size: 12px;
      color: rgba(255,255,255,0.95);
      margin-top: 12px;
    }
    .footer-bottom a { color: rgba(255,255,255,0.95); }


    /* responsive tweaks */
    @media (max-width: 768px) {
      h1 { font-size: 48px; line-height: 52px; }
      h2 { font-size: 36px; line-height: 40px; }
      h3 { font-size: 28px; line-height: 34px; }
      .hero-content { padding-top: 130px; padding-left: 20px; }
      .testimonials-section blockquote { font-size: 24px; }
    }