  :root {
    --navy: #1f3a4a;
    --nav-bg: #1f3a4a;
    --slate: #2d4a5e;
    --sea: #4a7c96;
    --mist: #8fb8cc;
    --seafoam: #b8d8e4;
    --sand: #e8dcc8;
    --dune: #c9b99a;
    --cream: #f7f3ec;
    --white: #fefefe;
    --warm-gray: #6b7c85;
  }

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

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Nunito', sans-serif;
    background: var(--cream);
    color: var(--navy);
    overflow-x: hidden;
  }

  .container {
    max-width: 1440px !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .navbar .container-fluid {
    max-width: 1600px;
    margin: 0 auto;
  }

  /* ─── NAVBAR ─── */
  .navbar {
    background: var(--nav-bg);
    min-height: 90px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .logo-image {
    max-height: 70px;
    width: auto;
    object-fit: contain;
  }

  .navbar-toggler {
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    padding: 0.4rem 0.65rem;
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }

  .navbar-nav .nav-link {
    color: rgba(255,255,255,0.85);
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    transition: color 0.2s;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus,
  .navbar-nav .nav-link.show {
    color: var(--seafoam);
  }

  .navbar-nav .dropdown-menu {
    --bs-dropdown-min-width: 180px;
    --bs-dropdown-bg: rgba(31,58,74,0.97);
    --bs-dropdown-border-color: rgba(255,255,255,0.12);
    --bs-dropdown-border-radius: 12px;
    --bs-dropdown-link-color: rgba(255,255,255,0.85);
    --bs-dropdown-link-hover-color: var(--seafoam);
    --bs-dropdown-link-hover-bg: rgba(255,255,255,0.06);
    --bs-dropdown-link-active-bg: rgba(255,255,255,0.08);
    --bs-dropdown-link-active-color: var(--seafoam);
    box-shadow: 0 16px 32px rgba(8,20,28,0.28);
    overflow: hidden;
  }
  .navbar-nav .dropdown-item {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.75rem 1.1rem;
  }

  .nav-cta {
    background: rgba(255,255,255,0.15) !important;
    border: 1px solid rgba(255,255,255,0.4) !important;
    border-radius: 100px !important;
    padding: 0.45rem 1.2rem !important;
    transition: background 0.2s !important;
  }
  .nav-cta:hover {
    background: rgba(255,255,255,0.28) !important;
    color: #fff !important;
  }

  @media (max-width: 991px) {
    .navbar-collapse {
      padding: 0.5rem 0 0.75rem;
    }
    .navbar-nav .nav-link {
      padding-left: 0;
      padding-right: 0;
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
    }
    .navbar-nav .dropdown-menu {
      --bs-dropdown-bg: rgba(255,255,255,0.06);
      border: none !important;
      box-shadow: none !important;
    }
    .nav-cta {
      display: inline-block !important;
      margin-top: 0.35rem;
    }
  }

  /* ─── HERO ─── */
  .hero {
    position: relative;
    height: 100vh;
    min-height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(13, 34, 47, 0.28) 0%, rgba(13, 34, 47, 0.42) 100%),
      linear-gradient(180deg, rgba(18, 52, 72, 0.18) 0%, rgba(18, 52, 72, 0.58) 100%),
      url('https://images.unsplash.com/photo-1686950429623-abb1ef6ea8e8?q=80&w=1074&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center center / cover no-repeat;
  }

  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0) 24%, rgba(17,45,61,0.28) 100%);
  }

  /* ─── HERO TEXT ─── */
  .hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 760px;
    transform: translateY(-3rem);
    margin: 0 auto;
  }

  .hero-eyebrow {
    font-family: 'Nunito', sans-serif;
    font-size: 0.72rem;
    font-weight: 400;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.8);
    margin-bottom: 1.2rem;
    animation: fadeUp 1s ease both 0.2s;
  }

  .hero-headline {
    font-family: 'Castoro', serif;
    font-size: clamp(2.8rem, 5.5vw, 5rem);
    font-weight: 400;
    line-height: 1.12;
    color: #fff;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 30px rgba(20,50,70,0.35);
    margin-bottom: 1.6rem;
    padding-bottom: 0.6rem;
    animation: fadeUp 1s ease both 0.5s;
  }

  .underline-wrap {
    position: relative;
    display: inline-block;
  }

  .squiggle-underline {
    position: absolute;
    left: 0;
    bottom: -0.15em;
    width: 100%;
    height: 0.25em;
    overflow: visible;
  }

  .hero-headline em {
    font-style: italic;
    font-weight: 400;
    color: var(--seafoam);
  }

  .hero-sub {
    font-size: 0.95rem;
    font-weight: 400;
    color: rgba(255,255,255,0.82);
    letter-spacing: 0.02em;
    line-height: 1.9;
    margin-bottom: 2.4rem;
    animation: fadeUp 1s ease both 0.8s;
  }

  .hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeUp 1s ease both 1.1s;
  }

  .btn-primary {
    background: var(--white);
    color: var(--navy);
    border: none;
    padding: 0.85rem 2rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }

  .btn-primary:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  }

  .btn-outline {
    background: rgba(255,255,255,0.15);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 0.85rem 2rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    backdrop-filter: blur(4px);
  }

  .btn-outline:hover {
    background: rgba(255,255,255,0.28);
    color: #fff;
    transform: scale(1.01);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  }

  @keyframes bounce {
    0%,100% { transform: rotate(45deg) translateY(0); }
    50%      { transform: rotate(45deg) translateY(5px); }
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  .general-link {
    list-style:none;
    color: var(--sea);
    text-decoration: none;
    transition: color 0.2s;
    font-size:1.1rem;
    padding-top:40px;
  }
  .general-link:hover {
    color: var(--slate);
  }
  /* ─── INTRO ─── */
  .intro {
    background: var(--cream);
    padding: 4rem 2rem 3.5rem;
  }

  .intro-row {
    display: flex;
    align-items: flex-start;
    gap: 14rem;
  }

  .intro-text {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .intro-text h2 {
    font-family: 'Castoro', serif;
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--navy);
    margin-bottom: 1.2rem;
  }

  .intro-text p {
    font-size: 1.1rem;
    line-height: 1.9;
    color: var(--slate);
    font-weight: 400;
  }

  .intro-ornament {
    flex: 0 0 340px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .headshot-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
    width: 100%;
  }

  .headshot-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
  }

  .headshot-caption {
    text-align: center;
    color: var(--navy);
    line-height: 1.35;
  }

  .headshot-caption strong {
    display: block;
    font-family: 'Castoro', serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.01em;
  }

  .headshot-caption span {
    display: block;
    font-size: 0.88rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--warm-gray);
  }

  @media (max-width: 767.98px) {
    .intro-row {
      flex-direction: column-reverse;
      gap: 2rem;
    }
    .intro-ornament {
      flex: 0 0 auto;
      width: 200px;
      justify-content: flex-start;
    }
  }

  /* ─── SERVICES ─── */
  .services {
    background: var(--navy);
    padding: 5rem 0 4rem;
  }

  .services-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 4rem;
  }

  .section-label {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mist);
    display: block;
    margin-bottom: 0.8rem;
  }

  .services-header h2 {
    font-family: 'Castoro', serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--white);
    line-height: 1.2;
  }

  /* ── condition list ── */
  .conditions-list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(255,255,255,0.1);
  }

  .condition-row {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 2rem 0.5rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    cursor: default;
    transition: background 0.2s;
    border-radius: 4px;
  }


  .condition-num {
    font-family: 'Castoro', serif;
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    color: var(--seafoam);
    opacity: 0.7;
    padding-left: 0.5rem;
  }

  .condition-body h3 {
    font-family: 'Castoro', serif;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    font-weight: 400;
    color: var(--white);
    margin: 0 0 0.35rem;
    line-height: 1.1;
  }

  .condition-body p {
    font-size: 0.88rem;
    line-height: 1.75;
    color: rgba(255,255,255,0.55);
    margin: 0;
    max-width: 520px;
  }

  .condition-icon {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    margin-right: 0.5rem;
    opacity: 0.55;
    transition: opacity 0.25s, transform 0.25s;
  }


  @media (max-width: 600px) {
    .condition-icon { display: none; }
  }

  /* ── two-up footer cards: Eval + Telepsychiatry ── */
  .services-footer-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 4px;
    overflow: hidden;
  }

  .sfc-card {
    padding: 3.5rem 3rem;
    position: relative;
    overflow: hidden;
  }

  .sfc-card:first-child {
    background: var(--seafoam);
  }

  .sfc-card:last-child {
    background: rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.08);
  }

  .sfc-card .sfc-label {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(0,0,0,0.45);
    display: block;
    margin-bottom: 1rem;
  }

  .sfc-card:last-child .sfc-label {
    color: rgba(255,255,255,0.4);
  }

  .sfc-card h3 {
    font-family: 'Castoro', serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 400;
    color: var(--navy);
    margin: 0 0 1rem;
    line-height: 1.15;
    max-width: 320px;
  }

  .sfc-card:last-child h3 {
    color: var(--white);
  }

  .sfc-card p {
    font-size: 0.93rem;
    line-height: 1.8;
    color: rgba(0,0,0,0.6);
    max-width: 340px;
  }

  .sfc-card:last-child p {
    color: rgba(255,255,255,0.6);
  }

  .sfc-card .sfc-icon {
    position: absolute;
    bottom: 2rem;
    right: 2.5rem;
    width: 48px;
    height: 48px;
    opacity: 0.2;
  }

  @media (max-width: 768px) {
    .condition-row { grid-template-columns: 2.5rem 1fr; }
    .services-footer-cards { grid-template-columns: 1fr; }
  }

  /* ─── QUOTE ─── */
  .quote-section {
    background: var(--seafoam);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
  }

  .quote-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.12'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
  }

  blockquote {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
  }

  blockquote p {
    font-family: 'Castoro', serif;
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    color: var(--navy);
    line-height: 1.4;
    margin-bottom: 1.2rem;
  }

  blockquote cite {
    font-size: 0.78rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--slate);
    font-style: normal;
  }

  /* ─── APPROACH ─── */
  .approach {
    background: var(--cream);
    padding: 5rem 2rem;
  }

  .approach-header {
    text-align: center;
    margin-bottom: 3.5rem;
  }

  .approach-header h2 {
    font-family: 'Castoro', serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--navy);
  }

  .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }

  .step {
    text-align: center;
  }

  .step-num {
    font-family: 'Castoro', serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: var(--mist);
    line-height: 1;
    margin-bottom: 0.8rem;
  }

  .step h3 {
    font-family: 'Castoro', serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--navy);
    margin-bottom: 0.5rem;
  }

  .step p {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--slate);
    font-weight: 400;
  }
    /* ─── PAGE HERO ─── */
  .page-hero {
    background: linear-gradient(175deg, #1f3a4a 0%, #152b39 60%, #1c3748 100%);
    padding: 5rem 2rem 3rem;
    position: relative;
    overflow: hidden;
  }
 
  .page-hero::before {
    content: '';
    position: absolute;
    bottom: -60px; left: -120px;
    width: 650px; height: 650px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(74,124,150,0.13) 0%, transparent 65%);
    pointer-events: none;
  }
 
  .page-hero::after {
    content: '';
    position: absolute;
    top: -60px; right: -60px;
    width: 480px; height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(184,216,228,0.055) 0%, transparent 65%);
    pointer-events: none;
  }
  .page-hero-content {
    max-width: 900px !important;
  }
  .page-hero-inner {
    display: flex;
    align-items: flex-end;
    gap: 5rem;
  }
 
  .page-hero-text {
    flex: 1 1 0;
    padding-bottom: 4rem;
  }
 
  .page-hero-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mist);
    display: block;
    margin-bottom: 1rem;
    animation: fadeUp 0.9s ease both 0.2s;
  }
 
  .page-hero-title {
    font-family: 'Castoro', serif;
    font-size: clamp(2.2rem, 3.8vw, 3.8rem);
    font-weight: 400;
    color: var(--white);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    animation: fadeUp 0.9s ease both 0.4s;
  }
 
  .page-hero-title em {
    font-style: italic;
    color: var(--seafoam);
  }
 
  .page-hero-sub {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(255,255,255,0.62);
    max-width: 480px;
    animation: fadeUp 0.9s ease both 0.6s;
  }
 
  .page-hero-image {
    flex: 0 0 340px;
    align-self: flex-end;
    animation: fadeUp 0.9s ease both 0.5s;
  }
 
  .page-hero-image img {
    width: 100%;
    display: block;
    border-radius: 4px;
    object-fit: cover;
  }
 
  .years-badge {
    display: inline-flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 2.2rem;
    padding: 1.1rem 1.8rem;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(184,216,228,0.2);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    animation: fadeUp 0.9s ease both 0.9s;
  }
 
  .years-badge-num {
    font-family: 'Castoro', serif;
    font-size: 3.8rem;
    font-weight: 400;
    color: var(--seafoam);
    line-height: 1;
  }
 
  .years-badge-label {
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
  }
 
  .hero-image-wrap {
    position: relative;
  }
 
  @media (max-width: 767px) {
    .page-hero-inner { flex-direction: column; gap: 2.5rem; }
    .page-hero-image { flex: 0 0 auto; width: 220px; }
    .page-hero-text { padding-bottom: 0; }
  }
  
  /* ─── INSURANCE SECTION ─── */
.insurance-section {
  background: var(--cream);
  padding: 5.5rem 2rem;
}

.insurance-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 6rem;
  align-items: start;
}

.insurance-sidebar h2 {
  font-family: 'Castoro', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.insurance-sidebar p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--slate);
  margin-bottom: 1.2rem;
}

.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sea);
  display: block;
  margin-bottom: 0.8rem;
}

.insurance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(31,58,74,0.1);
  border-radius: 4px;
  overflow: hidden;
}

.insurance-card {
  background: var(--white);
  padding: 1.8rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: background 0.2s;
}

.insurance-card-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--seafoam);
  flex-shrink: 0;
  transition: background 0.2s;
}

.insurance-card span {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.3;
}

.all-commercial {
  grid-column: 1 / -1;
  background: var(--navy);
  padding: 2rem 1.6rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.all-commercial span {
  font-family: 'Castoro', serif;
  font-size: 1.1rem;
  color: var(--white);
}

.all-commercial-note {
  font-family: 'Nunito', sans-serif !important;
  font-size: 0.82rem !important;
  color: rgba(255,255,255,0.5) !important;
  margin-left: auto;
}

@media (max-width: 900px) {
  .insurance-inner { grid-template-columns: 1fr; gap: 3rem; }
  .insurance-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .insurance-grid { grid-template-columns: 1fr; }
}

/* ─── OUT OF POCKET ─── */
.oop-section {
  background: var(--navy);
  padding: 5rem 2rem;
}

.oop-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.oop-text h2 {
  font-family: 'Castoro', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 1.2rem;
}

.oop-text p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: rgba(255,255,255,0.55);
  margin-bottom: 1rem;
}

.oop-text .section-label { color: var(--mist); }

.oop-cards {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 4px;
  overflow: hidden;
}

.oop-card {
  background: rgba(255,255,255,0.05);
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.8rem 2rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: start;
}

.oop-card:first-child { border-top: none; }

.oop-card-icon {
  width: 36px;
  height: 36px;
  opacity: 0.5;
  margin-top: 0.1rem;
}

.oop-card h3 {
  font-family: 'Castoro', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 0.35rem;
}

.oop-card p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.45);
}

@media (max-width: 768px) {
  .oop-inner { grid-template-columns: 1fr; gap: 3rem; }
}
/* ─── CONDITIONS SECTION ─── */
.conditions-section {
  background: var(--cream);
  padding: 5.5rem 2rem;
}

.conditions-header {
  margin-bottom: 4rem;
}

.conditions-header h2 {
  font-family: 'Castoro', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  max-width: 520px;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(31,58,74,0.1);
  border-radius: 4px;
  overflow: hidden;
}

.condition-card {
  background: var(--white);
  padding: 2.8rem 2.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
}

.condition-card-icon {
  width: 52px;
  height: 52px;
  opacity: 0.6;
  margin-top: 0.2rem;
}

.condition-card-body h3 {
  font-family: 'Castoro', serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 0.6rem;
  line-height: 1.15;
}

.condition-card-body p {
  font-size: 0.92rem;
  line-height: 1.85;
  color: var(--slate);
  margin-bottom: 1rem;
}

.condition-symptoms {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.2rem;
}

.symptom-tag {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--sea);
  background: rgba(74,124,150,0.08);
  border: 1px solid rgba(74,124,150,0.18);
  border-radius: 100px;
  padding: 0.25rem 0.75rem;
}
.contact-section {
  background: var(--cream);
  padding: 5.5rem 2rem;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 680px;
}

.contact-info-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sea);
  display: block;
  margin-bottom: 0.8rem;
}

.contact-info h2 {
  font-family: 'Castoro', serif;
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--navy);
  line-height: 1.15;
  margin-bottom: 1rem;
}

.contact-info p {
  font-size: 0.95rem;
  line-height: 1.85;
  color: var(--slate);
  margin-bottom: 2rem;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 1px;
  border-radius: 4px;
  overflow: hidden;
}

.contact-item {
  background: var(--white);
  padding: 1.6rem 1.8rem;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 1.2rem;
  align-items: center;
  text-decoration: none;
  transition: background 0.2s;
}

a.contact-item:hover { background: var(--seafoam); }

.contact-item-icon {
  width: 40px;
  height: 40px;
  background: rgba(74,124,150,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s;
}

a.contact-item:hover .contact-item-icon { background: rgba(31,58,74,0.12); }
.contact-item-icon svg { width: 18px; height: 18px; }

.contact-item-label {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--warm-gray);
  display: block;
  margin-bottom: 0.2rem;
}

.contact-item-value {
  font-family: 'Castoro', serif;
  font-size: 1.1rem;
  color: var(--navy);
  display: block;
  line-height: 1.2;
}

@media (max-width: 860px) {
  .conditions-grid { grid-template-columns: 1fr; }
}
/* ─── CTA ─── */
.cta-section {
  background: var(--cream);
  padding: 6rem 2rem;
  text-align: center;
}

.cta-section h2 {
  font-family: 'Castoro', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: var(--navy);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-section p {
  font-size: 1rem;
  color: var(--slate);
  max-width: 440px;
  margin: 0 auto 2.5rem;
  line-height: 1.8;
}
 
  /* ─── BIO SECTION ─── */
  .bio-section {
    background: var(--cream);
    padding: 5.5rem 2rem;
  }
 
  .bio-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 6rem;
    align-items: start;
  }
 
  .bio-sidebar {
    position: static;
  }
 
  .bio-sidebar-label {
    font-size: 0.68rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--sea);
    display: block;
    margin-bottom: 0.8rem;
  }
 
  .bio-sidebar h2 {
    font-family: 'Castoro', serif;
    font-size: 2.4rem;
    font-weight: 400;
    color: var(--navy);
    line-height: 1.15;
    margin-bottom: 2rem;
  }
 
  .stat-stack {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border-top: 1px solid rgba(31,58,74,0.12);
    padding-top: 2rem;
  }
  
  .stat-num {
    font-family: 'Castoro', serif;
    font-size: 2.8rem;
    font-weight: 400;
    color: var(--navy);
    line-height: 1;
  }
 
  .stat-num span {
    color: var(--sea);
  }
 
  .stat-label {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--warm-gray);
    margin-top: 0.25rem;
    display: block;
  }
 
  .bio-body p {
    font-size: 1.08rem;
    line-height: 1.95;
    color: var(--slate);
    margin-bottom: 1.6rem;
  }
 
  .bio-body p:last-child { margin-bottom: 0; }
 
  @media (max-width: 900px) {
    .bio-inner { grid-template-columns: 1fr; gap: 3rem; }
    .bio-sidebar { position: static; }
  }
 
  /* ─── CREDENTIALS ─── */
  .credentials-section {
    background: var(--navy);
    padding: 5rem 0;
  }
 
  .credentials-header {
    text-align: center;
    margin-bottom: 4rem;
  }
 
  .credentials-header h2 {
    font-family: 'Castoro', serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--white);
  }
 
  .section-label {
    font-size: 0.7rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mist);
    display: block;
    margin-bottom: 0.8rem;
  }
 
  .credentials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255,255,255,0.1);
  }
 
  .cred-card {
    padding: 2.5rem 2rem;
    border-right: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
 
  .cred-card:nth-child(3n) { border-right: none; }
 
  .cred-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 1.2rem;
    opacity: 0.6;
  }
 
  .cred-card h3 {
    font-family: 'Castoro', serif;
    font-size: 1.15rem;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
 
  .cred-card p {
    font-size: 0.85rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.5);
  }
 
  @media (max-width: 768px) {
    .credentials-grid { grid-template-columns: 1fr 1fr; }
    .cred-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,0.08); }
    .cred-card:nth-child(2n) { border-right: none; }
  }
 
  @media (max-width: 480px) {
    .credentials-grid { grid-template-columns: 1fr; }
    .cred-card { border-right: none !important; }
  }
 
  /* ─── PHILOSOPHY ─── */
  .philosophy-section {
    background: var(--cream);
    padding: 5.5rem 2rem;
  }
 
  .philosophy-header {
    margin-bottom: 4rem;
  }
 
  .philosophy-header h2 {
    font-family: 'Castoro', serif;
    font-size: 2.4rem;
    font-weight: 300;
    color: var(--navy);
    max-width: 520px;
    line-height: 1.2;
  }
 
  .philosophy-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
 
  .pillar {
    border-top: 2px solid var(--seafoam);
    padding-top: 1.8rem;
  }
 
  .pillar-num {
    font-family: 'Castoro', serif;
    font-size: 0.75rem;
    letter-spacing: 0.18em;
    color: var(--mist);
    display: block;
    margin-bottom: 0.8rem;
  }
 
  .pillar h3 {
    font-family: 'Castoro', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 0.8rem;
    line-height: 1.2;
  }
 
  .pillar p {
    font-size: 0.92rem;
    line-height: 1.85;
    color: var(--slate);
  }
 
  @media (max-width: 768px) {
    .philosophy-pillars { grid-template-columns: 1fr; gap: 2rem; }
  }
 
  /* ─── EDUCATION ─── */
  .education-section {
    background: var(--sand);
    padding: 5rem 2rem;
  }
 
  .education-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
 
  .edu-col h2 {
    font-family: 'Castoro', serif;
    font-size: 2rem;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 2.5rem;
    line-height: 1.2;
  }
 
  .timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
 
  .timeline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.5rem;
    padding-bottom: 2rem;
    position: relative;
  }
 
  .timeline-dot-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
 
  .timeline-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--sea);
    flex-shrink: 0;
    margin-top: 0.35rem;
  }
 
  .timeline-line {
    width: 1px;
    flex: 1;
    background: rgba(31,58,74,0.15);
    margin-top: 4px;
  }
 
  .timeline-item:last-child .timeline-line { display: none; }
 
  .timeline-content h4 {
    font-family: 'Castoro', serif;
    font-size: 1.05rem;
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 0.25rem;
  }
 
  .timeline-content .timeline-sub {
    font-size: 0.82rem;
    color: var(--warm-gray);
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 0.4rem;
  }
 
  .timeline-content p {
    font-size: 0.88rem;
    line-height: 1.7;
    color: var(--slate);
  }
 
  @media (max-width: 768px) {
    .education-inner { grid-template-columns: 1fr; gap: 3rem; }
  }
 
  /* ─── CTA ─── */
  .cta-section {
    background: var(--cream);
    padding: 6rem 2rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
 
  .cta-section::before {
    content: none;
  }
 
  .cta-section h2 {
    font-family: 'Castoro', serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 400;
    color: var(--navy);
    margin-bottom: 1rem;
    line-height: 1.2;
    position: relative;
  }
 
  .cta-section p {
    font-size: 1rem;
    color: var(--slate);
    max-width: 440px;
    margin: 0 auto 2.5rem;
    line-height: 1.8;
    position: relative;
  }
 
  .btn-primary {
    background: var(--navy);
    color: var(--white);
    border: none;
    padding: 0.9rem 2.2rem;
    font-family: 'Nunito', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    display: inline-block;
    position: relative;
  }
 
  .btn-primary:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
  }
 
  /* ─── FOOTER ─── */
  footer {
    background: var(--navy);
    color: rgba(255,255,255,0.55);
    padding: 3rem 2rem 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
 
  footer .container { text-align: center; }
 
  .footer-logo {
    font-family: 'Castoro', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.6rem;
  }
 
  .footer-tagline {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    color: var(--mist);
  }
 
  .footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    list-style: none;
    padding: 0;
  }
 
  .footer-links a {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s;
  }
 
  .footer-links a:hover { color: var(--seafoam); }
 
  .footer-copy {
    font-size: 0.9rem;
    line-height: 1.8;
    color: rgba(255,255,255,0.76);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
  }
 
  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(22px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  /* ─── FOOTER ─── */
  footer {
    background: var(--navy);
    color: rgba(255,255,255,0.55);
    padding: 3rem 2rem 2rem;
  }

  footer .container {
    text-align: center;
  }

  .footer-logo {
    font-family: 'Castoro', serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin-bottom: 0.6rem;
  }

  .footer-tagline {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    color: var(--mist);
  }

  .footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    list-style: none;
  }

  .footer-links a {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.2s;
  }

  .footer-links a:hover { color: var(--seafoam); }

  .footer-copy {
    font-size: 0.9rem;
    line-height: 1.8;
    font-weight: 400;
    color: rgba(255,255,255,0.76);
    opacity: 1;
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 1.5rem;
  }

  @media (max-width: 768px) {
    .steps { grid-template-columns: 1fr 1fr; }
    .hero-headline { font-size: 2.6rem; }
  }

  @media (max-width: 480px) {
  }

  /* Desktop: open dropdown on hover */
  @media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover > .dropdown-menu {
      display: block;
      margin-top: 0;
    }
  }

  /* ─── MOBILE ─── */
@media (max-width: 767px) {

  /* Container */
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  /* Hero */
  .hero-headline {
    font-size: 2.4rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: center;
  }

  .btn-primary,
  .btn-outline {
    width: 100%;
    text-align: center;
  }

  /* Intro */
  .intro {
    padding: 3rem 1.25rem;
  }

  .intro-row {
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .intro-ornament {
    flex: 0 0 auto;
    width: 100%;
    justify-content: center;
  }

  .headshot-wrap {
    width: 220px;
    margin: 0 auto;
  }

  .intro-text {
    width: 100%;
  }

  /* Services */
  .services {
    padding: 3.5rem 0 3rem;
  }

  .services-header {
    padding: 0 1.25rem;
    margin-bottom: 2rem;
  }

  .services-header h2 {
    font-size: 1.8rem;
  }

  .condition-row {
    grid-template-columns: 1fr;
    padding: 1.5rem 1rem;
    gap: 0.75rem;
  }

  .condition-icon {
    display: none;
  }

  .condition-body h3 {
    font-size: 1.4rem;
  }

  .services-footer-cards {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
    border-radius: 0;
  }

  .sfc-card {
    padding: 2.5rem 1.5rem;
  }

  /* Approach */
  .approach {
    padding: 3.5rem 1.25rem;
  }

  .approach-header h2 {
    font-size: 1.8rem;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-headline {
    font-size: 2rem;
  }
}
/* ─── ABOUT PAGE MOBILE ─── */
@media (max-width: 767px) {

  /* Hero */
  .page-hero {
    padding: 3.5rem 1.25rem 2.5rem;
  }

  .page-hero-inner {
    flex-direction: column-reverse;
    gap: 2.5rem;
    align-items: center;
  }

  .page-hero-text {
    padding-bottom: 0;
    text-align: center;
    align-items: center;
  }

  .page-hero-title {
    font-size: 2.2rem;
  }

  .page-hero-sub {
    margin: 0 auto;
    max-width: 480px;
  }

  .years-badge {
    margin: 2rem auto 0;
  }

  .page-hero-image {
    flex: 0 0 auto;
    width: 220px;
    margin: 0 auto;
  }

  /* Bio */
  .bio-section {
    padding: 3.5rem 1.25rem;
  }

  .bio-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .bio-sidebar h2 {
    font-size: 1.8rem;
  }

  .stat-stack {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.2rem;
    padding-top: 1.5rem;
  }

  .stat-item {
    flex: 1 1 120px;
  }

  .stat-num {
    font-size: 2rem;
  }

  /* Credentials */
  .credentials-section {
    padding: 3.5rem 1.25rem;
  }

  .credentials-header h2 {
    font-size: 1.8rem;
  }

  .credentials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cred-card {
    padding: 1.8rem 1.4rem;
  }

  /* CTA */
  .cta-section {
    padding: 4rem 1.25rem;
  }

  .cta-section h2 {
    font-size: 1.8rem;
  }

  .btn-primary {
    width: 100%;
    text-align: center;
    display: block;
  }
}

@media (max-width: 480px) {
  .credentials-grid {
    grid-template-columns: 1fr;
  }

  .cred-card:nth-child(3n) {
    border-right: none;
  }

  .page-hero-title {
    font-size: 1.9rem;
  }
}
/* ─── CONTACT MOBILE ─── */
@media (max-width: 767px) {
  .contact-section {
    padding: 3.5rem 1.25rem;
  }

  .contact-inner {
    max-width: 100%;
  }

  .contact-info h2 {
    font-size: 1.8rem;
  }

  .contact-item {
    padding: 1.3rem 1.2rem;
  }

  .contact-item-value {
    word-break: break-all;
    font-size: 0.95rem;
  }
}