  :root {
    --cream:   #FAF8F5;
    --teal:    #0E8577;
    --teal-dk: #0A5F53;
    --teal-lt: #D9F1EB;
    --blue:    #2882BE;
    --blue-dk: #1B6291;
    --blue-lt: #DCEEF7;
    --coral:   #E8846A;
    --coral-lt:#F5D5CB;
    --charcoal:#2D2D2D;
    --gray:    #5A5A5A;
    --white:   #FFFFFF;
    --radius:  12px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: var(--cream); color: var(--charcoal); line-height: 1.6; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    background: rgba(250,248,245,0.96); backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(26,110,102,0.12);
    display: flex; align-items: center; justify-content: space-between;
    padding: 0 5%;
    height: 72px;
  }
  .nav-logo img { height: 62px; width: auto; }
  .nav-links { display: flex; gap: 2rem; list-style: none; }
  .nav-links a {
    text-decoration: none; color: var(--charcoal); font-size: 0.92rem;
    letter-spacing: 0.02em; font-weight: 500; transition: color 0.2s;
  }
  .nav-links a:hover { color: var(--teal); }
  .nav-links a[aria-current="page"] { color: var(--teal); }
  .nav-cta {
    background: var(--teal); color: var(--white); border: none;
    padding: 0.6rem 1.4rem; border-radius: 50px; font-size: 0.88rem;
    font-weight: 600; cursor: pointer; text-decoration: none; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--teal-dk); }
  .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; }
  .hamburger span { width: 24px; height: 2px; background: var(--charcoal); border-radius: 2px; transition: all 0.3s; display: block; }

  /* ── PAGES ── */
  .page { display: none; padding-top: 72px; min-height: 100vh; }
  .page.active { display: block; }

  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, var(--teal-dk) 0%, var(--teal) 55%, var(--blue-dk) 100%);
    color: white; text-align: center;
    padding: 100px 5% 120px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; top: -50%; left: -10%;
    width: 500px; height: 500px; border-radius: 50%;
    background: rgba(255,255,255,0.04); pointer-events: none;
  }
  .hero::after {
    content: ''; position: absolute; bottom: -60px; left: 0; right: 0; height: 120px;
    background: var(--cream);
    clip-path: ellipse(55% 100% at 50% 100%);
  }
  .hero-eyebrow {
    font-size: 0.82rem; letter-spacing: 0.18em; text-transform: uppercase;
    color: rgba(255,255,255,0.88); margin-bottom: 1rem; font-weight: 500;
  }
  .hero h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.2rem, 5vw, 3.8rem); font-weight: normal;
    line-height: 1.2; margin-bottom: 1.2rem; max-width: 720px; margin-inline: auto;
  }
  .hero h1 em { font-style: italic; color: #A8D8D4; }
  .hero p { font-size: 1.1rem; color: rgba(255,255,255,0.82); max-width: 520px; margin: 0 auto 2.5rem; }
  .hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }
  .btn-primary {
    background: var(--coral); color: white; padding: 0.85rem 2rem;
    border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.95rem;
    transition: transform 0.2s, background 0.2s; display: inline-block;
  }
  .btn-primary:hover { background: #d4724f; transform: translateY(-2px); }
  .btn-outline {
    background: transparent; color: white; padding: 0.85rem 2rem;
    border-radius: 50px; text-decoration: none; font-weight: 600; font-size: 0.95rem;
    border: 2px solid rgba(255,255,255,0.65); transition: border-color 0.2s, transform 0.2s;
  }
  .btn-outline:hover { border-color: white; transform: translateY(-2px); }

  /* ── TRUST BAR ── */
  .trust-bar {
    background: var(--white); border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 1.2rem 5%;
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 0.9rem 2rem;
    max-width: 1240px; margin: 0 auto;
  }
  .trust-item { display: flex; align-items: flex-start; gap: 0.55rem; font-size: 0.88rem; color: var(--gray); text-align: left; flex: 1 1 210px; max-width: 260px; }
  .trust-item strong { color: var(--charcoal); }
  .trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; margin-top: 0.5em; }

  /* ── SECTIONS ── */
  section { padding: 80px 5%; scroll-margin-top: 88px; }
  section > * { max-width: 1240px; margin-inline: auto; }
  .section-teal { background: var(--teal-lt); }
  .section-blue { background: var(--blue-lt); }
  .section-white { background: var(--white); }
  .section-white + .section-white { padding-top: 0; }
  .section-label {
    font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--coral); font-weight: 600; margin-bottom: 0.6rem;
  }
  .section-title {
    font-family: Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    font-weight: normal; color: var(--charcoal); margin-bottom: 1rem; line-height: 1.25;
  }
  .section-sub { font-size: 1.05rem; color: var(--gray); max-width: 580px; line-height: 1.7; }
  .centered { text-align: center; }
  .centered .section-sub { margin-inline: auto; }

  /* ── SERVICES GRID ── */
  .services-grid {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 1.5rem; margin-top: 3rem;
    max-width: 1240px; margin-inline: auto;
  }
  .service-card {
    display: block; background: var(--white); border-radius: var(--radius); padding: 2rem;
    border: 1px solid rgba(26,110,102,0.1); transition: box-shadow 0.2s, transform 0.2s;
    cursor: pointer; text-decoration: none; color: inherit;
    flex: 1 1 260px; max-width: 300px;
  }
  .service-card:hover { box-shadow: 0 8px 32px rgba(26,110,102,0.12); transform: translateY(-3px); }
  .service-icon { font-size: 2rem; margin-bottom: 1rem; }
  .service-card h3 { font-family: Georgia, serif; font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--teal-dk); }
  .service-card p { font-size: 0.92rem; color: var(--gray); line-height: 1.6; margin-bottom: 0.8rem; }
  .service-card .service-link { font-size: 0.85rem; color: var(--teal); font-weight: 600; }

  /* ── ABOUT / TWO-COL ── */
  .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
  .two-col.reverse { direction: rtl; }
  .two-col.reverse > * { direction: ltr; }
  .about-img-wrap {
    border-radius: var(--radius); overflow: hidden;
    background: var(--teal-lt); aspect-ratio: 4/3;
    display: flex; align-items: center; justify-content: center;
  }
  .about-img-placeholder {
    font-family: Georgia, serif; color: var(--teal); font-size: 1.1rem; text-align: center; padding: 2rem;
  }
  .feature-list { list-style: none; margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.8rem; }
  .feature-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; color: var(--charcoal); }
  .feature-list li::before { content: '✓'; color: var(--teal); font-weight: 700; flex-shrink: 0; margin-top: 0.1em; }

  /* ── REVIEWS ── */
  .reviews-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; margin-top: 3rem; }
  .reviews-grid > * { flex: 1 1 300px; max-width: 380px; }
  .review-card {
    background: var(--white); border-radius: var(--radius); padding: 1.8rem;
    border: 1px solid rgba(0,0,0,0.07);
  }
  .stars { color: #7A5A08; font-size: 1rem; margin-bottom: 0.8rem; letter-spacing: 2px; }
  .review-text { font-size: 0.93rem; color: var(--charcoal); line-height: 1.7; margin-bottom: 1rem; font-style: italic; }
  .review-author { font-size: 0.83rem; font-weight: 600; color: var(--teal); }

  /* ── CTA BAND ── */
  .cta-band {
    background: linear-gradient(135deg, var(--teal) 0%, var(--teal-dk) 100%);
    color: white; text-align: center; padding: 80px 5%;
  }
  .cta-band h2 { font-family: Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: normal; margin-bottom: 1rem; }
  .cta-band p { color: rgba(255,255,255,0.8); margin-bottom: 2rem; font-size: 1.05rem; }

  /* ── FOOTER ── */
  footer {
    background: var(--charcoal); color: rgba(255,255,255,0.75);
    padding: 3rem 5% 2rem;
    display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  }
  .footer-brand img { height: 52px; margin-bottom: 1rem; filter: brightness(0) invert(1); }
  .footer-brand p { font-size: 0.88rem; line-height: 1.7; color: rgba(255,255,255,0.6); }
  .footer-col h4 { color: white; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
  .footer-col a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
  .footer-col a:hover { color: white; }
  .footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1.5rem; text-align: center; font-size: 0.82rem; color: rgba(255,255,255,0.6); }

  /* ── FORM ── */
  .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
  .form-full { grid-column: 1/-1; }
  label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--charcoal); margin-bottom: 0.4rem; }
  input, select, textarea {
    width: 100%; padding: 0.75rem 1rem; border: 1.5px solid rgba(0,0,0,0.15);
    border-radius: 8px; font-size: 0.95rem; font-family: inherit; background: var(--white);
    color: var(--charcoal); transition: border-color 0.2s;
  }
  input:focus, select:focus, textarea:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(14,133,119,0.3); }
  textarea { resize: vertical; min-height: 120px; }
  .form-submit {
    background: var(--teal); color: white; border: none; padding: 0.9rem 2.5rem;
    border-radius: 50px; font-size: 1rem; font-weight: 600; cursor: pointer;
    margin-top: 0.5rem; transition: background 0.2s; font-family: inherit;
  }
  .form-submit:hover { background: var(--teal-dk); }
  .form-submit:disabled { opacity: 0.7; cursor: not-allowed; }
  .form-success { background: var(--teal-lt); border-radius: var(--radius); padding: 2.5rem 2rem; margin-top: 2rem; text-align: center; }
  .form-success p { color: var(--teal-dk); font-size: 1.1rem; font-weight: 600; }

  /* ── INFO CARDS ── */
  .info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
  .info-grid-3col { grid-template-columns: repeat(3, 1fr); }
  .info-grid.centered-cards { display: flex; flex-wrap: wrap; justify-content: center; }
  .info-grid.centered-cards > .info-card { flex: 0 1 320px; }
  .info-grid.centered-cards.compact > .info-card { flex: 1 1 230px; max-width: 260px; }
  .info-card { background: var(--white); border-radius: var(--radius); padding: 1.8rem; border: 1px solid rgba(26,110,102,0.1); text-align: center; }
  .info-card h3 { font-family: Georgia, serif; font-size: 1.05rem; color: var(--teal-dk); margin-bottom: 0.6rem; }
  .info-card p, .info-card a { font-size: 0.92rem; color: var(--gray); line-height: 1.6; text-decoration: none; }
  .info-card a:hover { color: var(--teal); }

  /* ── TEAM ── */
  .team-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 3rem; }
  .team-card { text-align: center; flex: 1 1 240px; max-width: 280px; }
  .team-photo { width: 160px; height: 160px; border-radius: 50%; background: var(--teal-lt); margin: 0 auto 1.2rem; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
  .team-card h3 { font-family: Georgia, serif; font-size: 1.15rem; color: var(--charcoal); margin-bottom: 0.3rem; }
  .team-card .role { font-size: 0.85rem; color: var(--blue-dk); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 0.6rem; }
  .team-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.6; }
  .team-card h3 a { color: var(--charcoal); text-decoration: none; transition: color 0.2s; }
  .team-card h3 a:hover { color: var(--teal); }
  .team-group { margin-top: 3.5rem; }
  .team-group-title { font-family: Georgia, serif; font-size: 1.5rem; color: var(--charcoal); text-align: center; margin-bottom: 0.6rem; }
  .team-group-sub { font-size: 0.95rem; color: var(--gray); max-width: 560px; line-height: 1.6; text-align: center; margin: 0 auto; }

  /* ── BIO MODAL ── */
  .bio-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 1000;
    background: rgba(0,0,0,0.55); backdrop-filter: blur(4px);
    align-items: center; justify-content: center; padding: 1.5rem;
  }
  .bio-modal-overlay.open { display: flex; }
  .bio-modal {
    background: var(--white); border-radius: 16px; max-width: 700px; width: 100%;
    max-height: 88vh; overflow-y: auto; padding: 2.5rem;
    position: relative; box-shadow: 0 24px 80px rgba(0,0,0,0.22);
    animation: modalIn 0.25s ease;
  }
  @keyframes modalIn { from { opacity:0; transform:translateY(20px); } to { opacity:1; transform:translateY(0); } }
  .bio-modal-close {
    position: absolute; top: 1.2rem; right: 1.2rem;
    background: var(--teal-lt); border: none; border-radius: 50%; width: 36px; height: 36px;
    font-size: 1.1rem; cursor: pointer; color: var(--teal); display: flex; align-items: center; justify-content: center;
    transition: background 0.2s;
  }
  .bio-modal-close:hover { background: var(--teal); color: white; }
  .bio-modal-photo { width: 168px; height: 168px; border-radius: 50%; object-fit: cover; object-position: center top; margin-bottom: 1.2rem; border: 4px solid var(--teal-lt); box-shadow: 0 8px 24px rgba(0,0,0,0.16); }
  .bio-modal-name { font-family: Georgia, serif; font-size: 1.7rem; color: var(--charcoal); margin-bottom: 0.3rem; }
  .bio-modal-role { font-size: 0.85rem; color: var(--blue-dk); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1.5rem; }
  .bio-modal-divider { border: none; border-top: 1.5px solid var(--teal-lt); margin-bottom: 1.5rem; }
  .bio-modal-text p { font-size: 0.97rem; color: var(--charcoal); line-height: 1.8; margin-bottom: 1.1rem; }

  /* ── PROCEDURE PAGES ── */
  .procedure-content { max-width: 720px; margin: 0 auto; }
  .procedure-content h2 { font-family: Georgia, serif; font-size: 1.5rem; color: var(--teal-dk); margin: 2.2rem 0 0.8rem; }
  .procedure-content h2:first-child { margin-top: 0; }
  .procedure-content p { font-size: 1rem; color: var(--charcoal); line-height: 1.8; margin-bottom: 1.1rem; }
  .procedure-content ul { margin: 0 0 1.1rem 1.3rem; }
  .procedure-content li { font-size: 1rem; color: var(--charcoal); line-height: 1.8; margin-bottom: 0.4rem; }
  .procedure-content strong { color: var(--teal-dk); }

  /* ── CHERRY CALCULATOR THEME ── */
  #calculator { max-width: 640px; margin: 0 auto; }
  [class*="calculator-month_option_container-"] { transition: box-shadow 0.2s, transform 0.2s; }
  [class*="calculator-month_option_container-"]:hover { box-shadow: 0 6px 20px rgba(26,110,102,0.15); transform: translateY(-2px); }
  #calculator section[aria-label="See an example of what you could pay"] { padding-top: 24px !important; }

  /* ── MAP PLACEHOLDER ── */
  .map-placeholder {
    background: var(--teal-lt); border-radius: var(--radius); height: 320px;
    display: flex; align-items: center; justify-content: center; margin-top: 2rem;
    font-family: Georgia, serif; color: var(--teal); font-size: 1rem;
  }
  .contact-map {
    border-radius: var(--radius); overflow: hidden; height: 320px; margin-top: 2rem;
    position: relative;
  }
  .contact-map iframe { width: 100%; height: 100%; border: 0; display: block; pointer-events: none; }
  .contact-map-link { position: absolute; inset: 0; }

  /* ── ACCORDION ── */
  .accordion { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
  .acc-item { background: var(--white); border-radius: var(--radius); border: 1px solid rgba(0,0,0,0.08); overflow: hidden; }
  .acc-trigger {
    width: 100%; text-align: left; background: none; border: none; padding: 1.2rem 1.5rem;
    font-size: 1rem; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between;
    align-items: center; color: var(--charcoal); font-family: inherit;
  }
  .acc-trigger:hover { color: var(--teal); }
  .acc-trigger .chevron { transition: transform 0.3s; font-style: normal; }
  .acc-item.open .chevron { transform: rotate(180deg); }
  .acc-body { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
  .acc-item.open .acc-body { max-height: 400px; }
  .acc-body-inner { padding: 0 1.5rem 1.2rem; font-size: 0.93rem; color: var(--gray); line-height: 1.7; }

  /* ── MOBILE SERVICES TOGGLE ── */
  .services-toggle { display: none; }

  /* ── RESPONSIVE ── */
  /* Nav switches to hamburger well before the content breakpoint below —
     the logo + all 7 links + CTA don't fit in one row until ~1180px. */
  @media (max-width: 1180px) {
    nav { gap: 0.6rem; padding: 0 4%; }
    .nav-logo img { height: 46px; }
    .nav-links { display: none; }
    .hamburger { display: flex; }
    .nav-cta { padding: 0.55rem 1.1rem; font-size: 0.82rem; white-space: nowrap; }
    .nav-links.open {
      display: flex; flex-direction: column; position: fixed;
      top: 72px; left: 0; right: 0; background: var(--cream);
      padding: 2rem 5%; border-bottom: 1px solid rgba(0,0,0,0.1); gap: 1.2rem;
    }
  }
  @media (max-width: 768px) {
    .two-col { grid-template-columns: 1fr; gap: 2.5rem; }
    .two-col.reverse { direction: ltr; }
    footer { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1; grid-row: 1; }
    .footer-col:nth-child(2) { grid-column: 1; grid-row: 2; }
    .footer-col:nth-child(3) { grid-column: 2; grid-row: 1; }
    .footer-col:nth-child(4) { grid-column: 2; grid-row: 2; }
    .form-grid { grid-template-columns: 1fr; }
    .info-grid-3col { grid-template-columns: 1fr; }
    .services-toggle {
      display: flex; align-items: center; justify-content: center; gap: 0.4rem;
      width: 100%; margin-top: 1.5rem; padding: 0.8rem 1.5rem;
      background: var(--white); border: 1.5px solid var(--teal); border-radius: 50px;
      color: var(--teal); font-weight: 600; font-size: 0.92rem; cursor: pointer; font-family: inherit;
    }
    .services-toggle .chevron { transition: transform 0.3s; font-style: normal; }
    .services-toggle.open .chevron { transform: rotate(180deg); }
    .services-collapse { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
    .services-collapse.open { max-height: 4000px; }
    .services-collapse .services-grid { margin-top: 1.5rem; }
  }
  @media (max-width: 480px) {
    footer { grid-template-columns: 1fr; }
    .footer-brand,
    .footer-col:nth-child(2),
    .footer-col:nth-child(3),
    .footer-col:nth-child(4) { grid-column: auto; grid-row: auto; }
    .hero { padding: 70px 5% 100px; }
    .services-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; }
    .services-grid-4 .service-card {
      max-width: none; padding: 0.7rem 0.35rem; text-align: center;
    }
    .services-grid-4 .service-icon { font-size: 1.5rem; margin-bottom: 0.35rem; }
    .services-grid-4 .service-card h3 { font-size: 0.66rem; line-height: 1.25; margin-bottom: 0; }
    .services-grid-4 .service-card p { display: none; }
  }
  @media (max-width: 500px) {
    [class*="calculator-month_option_container-"] { height: auto !important; overflow: visible !important; }
    [class*="calculator-month_option_header_container"] {
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 0.6rem !important;
      width: 100% !important;
    }
    [class*="calculator-month_option_header-"] {
      flex: none !important; width: 100% !important; height: auto !important;
    }
    [class*="calculator-month_option_clickable_wrapper"] {
      flex: none !important; width: 100% !important; height: auto !important;
      justify-content: space-between !important;
    }
    [class*="calculator-payment_amount_container"] { white-space: nowrap; }
  }

  /* ── ACCESSIBILITY ── */
  .skip-link {
    position: absolute; top: -48px; left: 0.5rem; z-index: 2000;
    background: var(--teal-dk); color: white; padding: 0.75rem 1.25rem;
    border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.92rem;
    transition: top 0.2s;
  }
  .skip-link:focus { top: 0.5rem; }

  a:focus-visible,
  button:focus-visible,
  [tabindex]:focus-visible {
    outline: 3px solid var(--coral);
    outline-offset: 2px;
  }
  .nav-cta:focus-visible,
  .btn-primary:focus-visible,
  .form-submit:focus-visible {
    outline: 3px solid var(--charcoal);
    outline-offset: 2px;
  }
  footer a:focus-visible,
  .bio-modal-close:focus-visible,
  .cta-band a:focus-visible {
    outline: 3px solid white;
    outline-offset: 2px;
  }

  @media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
