:root {
    --green:       #88b050;
    --green-dark:  #5e7c38;
    --green-pale:  #f0f7e6;
    --green-light: #d6eabc;
    --blue:        #4ea3cf;
    --blue-dark:   #2e7aa8;
    --blue-pale:   #e8f4fb;
    --blue-light:  #b8ddf0;
    --magenta:     #d63384;
    --magenta-dark:#a8255e;
    --magenta-pale:#fce8f1;
    --slate:       #2d3e4e;
    --slate-mid:   #445566;
    --text:        #3a3a3a;
    --text-soft:   #6a7a82;
    --border:      #e2e8ed;
    --bg:          #ffffff;
    --bg-off:      #f8fafb;
    --nav-h:       68px;
    --r:           8px;
    --r-lg:        14px;
    --r-xl:        20px;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body { font-family: 'Nunito', sans-serif; font-size: 16px; line-height: 1.7; color: var(--text); background: var(--bg); }
  h1, h2, h3 { font-family: 'Lora', Georgia, serif; line-height: 1.25; color: var(--slate); }
  a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  .container { max-width: 1080px; margin: 0 auto; padding: 0 28px; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    height: var(--nav-h); background: var(--bg);
    border-bottom: 1px solid var(--border);
    box-shadow: 0 1px 12px rgba(0,0,0,.06);
  }
  .nav-inner {
    height: 100%; display: flex; align-items: center; justify-content: space-between;
    max-width: 1080px; margin: 0 auto; padding: 0 28px;
  }
  .nav-logo { display: flex; align-items: center; gap: 10px; }
  .nav-logo img { height: 42px; width: auto; }
  .nav-logo-text {
    display: none;
    font-family: 'Lora', serif; font-size: 19px; font-weight: 600; color: var(--slate);
  }

  .nav-links { display: flex; align-items: center; list-style: none; gap: 0; }
  .nav-links a {
    font-size: 14px; font-weight: 700; color: var(--text-soft);
    padding: 6px 13px; border-radius: var(--r); transition: all .18s;
  }
  .nav-links a:hover { color: var(--slate); background: var(--bg-off); }

  .nav-right { display: flex; align-items: center; gap: 12px; }
  .nav-phone { font-size: 14px; font-weight: 800; color: var(--slate); white-space: nowrap; }

  .btn {
    display: inline-flex; align-items: center; padding: 9px 20px;
    border-radius: var(--r); font-family: 'Nunito', sans-serif; font-size: 14px; font-weight: 800;
    cursor: pointer; border: 2px solid transparent; transition: all .18s; white-space: nowrap;
  }
  .btn-green  { background: var(--green); color: #fff; border-color: var(--green); }
  .btn-green:hover  { background: var(--green-dark); border-color: var(--green-dark); }
  .btn-blue   { background: var(--blue); color: #fff; border-color: var(--blue); }
  .btn-blue:hover   { background: var(--blue-dark); border-color: var(--blue-dark); }
  .btn-ghost-green  { background: transparent; color: var(--green-dark); border-color: var(--green); }
  .btn-ghost-green:hover { background: var(--green-pale); }
  .btn-ghost-blue   { background: transparent; color: var(--blue-dark); border-color: var(--blue); }
  .btn-ghost-blue:hover  { background: var(--blue-pale); }
  .btn-ghost-slate  { background: transparent; color: var(--slate); border-color: var(--border); }
  .btn-ghost-slate:hover { background: var(--bg-off); }
  .btn-lg { padding: 13px 28px; font-size: 15px; border-radius: 10px; }

  .nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 6px; }
  .nav-toggle span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; }

  /* ── HERO ── */
  .hero { padding-top: var(--nav-h); background: var(--bg); }
  .hero-inner {
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    padding: 72px 28px 80px; max-width: 1080px; margin: 0 auto;
  }

  .hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--bg-off); border: 1px solid var(--border);
    padding: 5px 14px; border-radius: 20px; margin-bottom: 20px;
    font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--text-soft);
  }
  .badge-dot-g { width: 8px; height: 8px; background: var(--green); border-radius: 50%; }
  .badge-dot-b { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; }

  .hero h1 { font-size: clamp(34px, 4vw, 50px); color: var(--slate); margin-bottom: 18px; }
  .hero h1 .g { color: var(--green); }
  .hero h1 .b { color: var(--blue); }
  .hero-desc { font-size: 16.5px; color: var(--text-soft); max-width: 460px; margin-bottom: 32px; line-height: 1.75; }

  .hero-btns { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 36px; }

  .hero-trust { display: flex; flex-wrap: wrap; gap: 10px 0; }
  .trust-item {
    display: flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; color: var(--text-soft);
    width: 50%;
  }
  .trust-item::before {
    content: '✓'; width: 18px; height: 18px; border-radius: 50%; font-size: 10px; font-weight: 900;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff;
  }
  .trust-item.g::before { background: var(--green); }
  .trust-item.b::before { background: var(--blue); }

  /* hero right — two-tone card grid */
  .hero-right { display: flex; flex-direction: column; gap: 14px; }
  .hero-dog-photo {
    width: 100%; height: 320px; object-fit: cover; object-position: center 20%;
    border-radius: var(--r-xl); box-shadow: 0 8px 32px rgba(0,0,0,.12);
  }
  .hero-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .hc {
    border-radius: var(--r-lg); padding: 22px 18px;
    border: 1.5px solid var(--border);
    background: var(--bg); transition: box-shadow .2s;
  }
  .hc:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
  .hc-wide { grid-column: span 2; display: flex; gap: 18px; align-items: center; }
  .hc-icon {
    width: 38px; height: 38px; border-radius: 8px; display: flex;
    align-items: center; justify-content: center; margin-bottom: 10px; flex-shrink: 0;
  }
  .hc-icon svg { width: 20px; height: 20px; }
  .hc.green .hc-icon { background: var(--green-pale); }
  .hc.green .hc-icon svg { fill: var(--green); }
  .hc.green { border-top: 3px solid var(--green); }
  .hc.blue .hc-icon  { background: var(--blue-pale); }
  .hc.blue .hc-icon svg  { fill: var(--blue); }
  .hc.blue  { border-top: 3px solid var(--blue); }
  .hc.neutral { border-top: 3px solid var(--slate); }
  .hc.neutral .hc-icon { background: #eef1f4; }
  .hc.neutral .hc-icon svg { fill: var(--slate); }
  .hc.magenta { border-top: 3px solid var(--magenta); }
  .hc.magenta .hc-icon { background: var(--magenta-pale); }
  .hc.magenta .hc-icon svg { fill: var(--magenta); }
  .hc h3 { font-size: 16px; color: var(--slate); margin-bottom: 4px; }
  .hc p  { font-size: 13px; color: var(--text-soft); line-height: 1.55; }

  /* ── DIVIDER STRIP ── */
  .div-strip {
    display: grid; grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  }
  .ds-item {
    padding: 16px 20px; display: flex; align-items: center; gap: 9px;
    font-size: 12.5px; font-weight: 800; color: var(--text-soft);
    border-right: 1px solid var(--border);
  }
  .ds-item:last-child { border-right: none; }
  .ds-item .ds-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
  .ds-item .g { background: var(--green); }
  .ds-item .b { background: var(--blue); }

  /* ── SECTIONS ── */
  .section { padding: 88px 0; }
  .section-alt { background: var(--bg-off); }

  .eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; margin-bottom: 10px; }
  .eyebrow.g { color: var(--green-dark); }
  .eyebrow.b { color: var(--blue-dark); }
  .sec-title { font-size: clamp(26px, 3vw, 40px); color: var(--slate); margin-bottom: 14px; max-width: 540px; }
  .sec-sub { font-size: 16px; color: var(--text-soft); max-width: 540px; line-height: 1.75; margin-bottom: 50px; }

  /* ── SERVICES ── */
  .svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .svc-card {
    background: var(--bg); border: 1.5px solid var(--border);
    border-radius: var(--r-xl); padding: 36px 32px; transition: box-shadow .2s;
  }
  .svc-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.07); }
  .svc-card.green { border-top: 4px solid var(--green); }
  .svc-card.blue  { border-top: 4px solid var(--blue); }
  .svc-icon {
    width: 48px; height: 48px; border-radius: 10px; display: flex;
    align-items: center; justify-content: center; margin-bottom: 18px;
  }
  .svc-icon svg { width: 24px; height: 24px; }
  .svc-card.green .svc-icon { background: var(--green-pale); }
  .svc-card.green .svc-icon svg { fill: var(--green); }
  .svc-card.blue  .svc-icon { background: var(--blue-pale); }
  .svc-card.blue  .svc-icon svg { fill: var(--blue); }
  .svc-card h3 { font-size: 24px; margin-bottom: 5px; }
  .svc-label { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 13px; }
  .svc-card.green .svc-label { color: var(--green-dark); }
  .svc-card.blue  .svc-label { color: var(--blue-dark); }
  .svc-card > p { font-size: 15px; color: var(--text-soft); line-height: 1.75; margin-bottom: 18px; }
  .svc-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; }
  .svc-list li { font-size: 14.5px; color: var(--text); display: flex; align-items: flex-start; gap: 9px; }
  .svc-list li::before {
    content: ''; width: 7px; height: 7px; border-radius: 50%;
    flex-shrink: 0; margin-top: 8px;
  }
  .svc-card.green .svc-list li::before { background: var(--green); }
  .svc-card.blue  .svc-list li::before { background: var(--blue); }

  /* ── RATES ── */
  .rates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 32px; }
  .rate-card {
    background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-xl);
    padding: 28px 20px; text-align: center; position: relative; transition: box-shadow .2s;
  }
  .rate-card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.07); }
  .rate-card.pop {
    border-color: var(--green); background: var(--bg);
    box-shadow: 0 0 0 3px var(--green-light);
    transform: scale(1.04);
  }
  .pop-badge {
    position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
    background: var(--green); color: #fff; font-size: 11px; font-weight: 800;
    letter-spacing: .07em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; white-space: nowrap;
  }
  .rate-card h3 { font-size: 17px; color: var(--slate); margin-bottom: 4px; }
  .rate-time { font-size: 12.5px; font-weight: 600; color: var(--text-soft); margin-bottom: 14px; }
  .price { font-family: 'Lora', serif; font-size: 50px; font-weight: 600; line-height: 1; margin-bottom: 4px; }
  .price sup { font-size: 22px; vertical-align: top; margin-top: 9px; display: inline-block; }
  .rate-card:nth-child(1) .price { color: var(--blue); }
  .rate-card:nth-child(2) .price { color: var(--green); }
  .rate-card:nth-child(3) .price { color: var(--blue); }
  .rate-note { font-size: 12px; color: var(--text-soft); }

  .rate-extras {
    background: var(--bg-off); border: 1.5px solid var(--border); border-radius: var(--r-lg);
    padding: 24px 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px;
  }
  .re { display: flex; gap: 11px; align-items: flex-start; }
  .re-dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; margin-top: 6px; }
  .re:nth-child(odd)  .re-dot { background: var(--green); }
  .re:nth-child(even) .re-dot { background: var(--blue); }
  .re strong { display: block; font-size: 14px; color: var(--slate); margin-bottom: 2px; }
  .re p { font-size: 13px; color: var(--text-soft); line-height: 1.5; margin: 0; }

  /* ── AREA ── */
  .area-sec {
    background: var(--slate); padding: 80px 0;
  }
  .area-sec .eyebrow.g { color: var(--green); }
  .area-sec .sec-title { color: #fff; }
  .area-sec .sec-sub { color: rgba(255,255,255,.55); }
  .chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
  .chip {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 24px;
    padding: 6px 16px; font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.8); transition: all .18s;
  }
  .chip:nth-child(odd):hover  { background: rgba(136,176,80,.3); border-color: var(--green); color: #c8e09a; }
  .chip:nth-child(even):hover { background: rgba(78,163,207,.3); border-color: var(--blue);  color: #a8d8f0; }

  /* ── TEAM ── */
  .team-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 16px; }
  .tcard {
    background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg);
    padding: 24px 20px; transition: box-shadow .2s;
  }
  .tcard:hover { box-shadow: 0 4px 18px rgba(0,0,0,.06); }
  .tcard.owner {
    background: var(--bg); border-color: var(--border);
    grid-column: span 2;
    display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: start;
    border-left: 4px solid var(--magenta);
  }
  .ava {
    width: 48px; height: 48px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-family: 'Lora', serif; font-size: 18px; font-weight: 600; color: #fff;
    flex-shrink: 0; margin-bottom: 12px;
  }
  .tcard.owner .ava { width: 60px; height: 60px; font-size: 22px; margin-bottom: 0; }
  .tcard:nth-child(2n)   .ava { background: var(--green); }
  .tcard:nth-child(2n+1) .ava { background: var(--blue); }
  .tcard.owner .ava { background: var(--magenta); }
  .tcard h3 { font-size: 19px; margin-bottom: 3px; }
  .t-role { font-size: 11.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 9px; }
  .tcard:nth-child(2n)   .t-role { color: var(--green-dark); }
  .tcard:nth-child(2n+1) .t-role { color: var(--blue-dark); }
  .tcard.owner .t-role { color: var(--magenta-dark); }
  .tcard p { font-size: 13.5px; color: var(--text-soft); line-height: 1.7; }

  /* ── CTA ── */
  .cta-sec { padding: 88px 0; background: var(--bg); }
  .cta-inner {
    border-radius: var(--r-xl); padding: 56px 48px;
    background: var(--bg-off); border: 1.5px solid var(--border);
    display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
  }
  .cta-inner h2 { font-size: clamp(24px, 3vw, 36px); color: var(--slate); margin-bottom: 10px; }
  .cta-inner p  { font-size: 15px; color: var(--text-soft); line-height: 1.7; }
  .cta-actions  { display: flex; flex-direction: column; gap: 10px; }
  .cta-phone { font-size: 14px; font-weight: 800; color: var(--slate); text-align: center; }

  /* ── FOOTER ── */
  footer { background: var(--slate); padding: 52px 0 26px; color: rgba(255,255,255,.45); }
  .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 40px; }
  .f-brand { margin-bottom: 12px; }
  .f-brand img { height: 34px; filter: brightness(0) invert(1) opacity(.85); }
  .f-brand-text { display: none; font-family: 'Lora', serif; font-size: 17px; font-weight: 600; color: #fff; }
  .f-desc { font-size: 13.5px; line-height: 1.75; max-width: 250px; margin-bottom: 16px; }
  .f-phone { font-size: 15px; font-weight: 800; }
  .f-phone .g { color: var(--green); }
  .f-phone .b { color: var(--blue); }
  .footer-col h4 { font-family: 'Lora', serif; font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 13px; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
  .footer-col ul a { font-size: 13px; color: rgba(255,255,255,.4); transition: color .18s; }
  .footer-col ul a:hover { color: #fff; }
  .f-bottom {
    border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px;
    display: flex; justify-content: space-between; font-size: 12px; flex-wrap: wrap; gap: 8px;
  }
  .f-bottom a { color: rgba(255,255,255,.5); }
  .f-bottom a:hover { color: #fff; }

  /* ── RESPONSIVE ── */
  @media (max-width: 880px) {
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .nav-right .btn { display: none; }
    nav.open .nav-links {
      display: flex; flex-direction: column; position: absolute;
      top: var(--nav-h); left: 0; right: 0; background: #fff;
      padding: 12px 20px 20px; border-bottom: 1px solid var(--border);
      box-shadow: 0 4px 12px rgba(0,0,0,.07); gap: 2px;
    }
    nav.open .nav-links a { padding: 9px 12px; }
  }
  @media (max-width: 860px) {
    .tq-grid { grid-template-columns: 1fr 1fr; }
    .hero-inner { grid-template-columns: 1fr; gap: 40px; padding: 50px 28px 60px; }
    .hero-right { grid-template-columns: 1fr 1fr; }
    .hc-wide { grid-column: span 2; }
    .div-strip { grid-template-columns: 1fr 1fr; }
    .ds-item:nth-child(5) { border-right: none; }
    .svc-grid { grid-template-columns: 1fr; }
    .rates-grid { grid-template-columns: 1fr; }
    .rate-card.pop { transform: none; box-shadow: none; }
    .tcard.owner { grid-column: span 1; grid-template-columns: 1fr; border-left: none; border-top: 4px solid var(--magenta); }
    .cta-inner { grid-template-columns: 1fr; gap: 24px; padding: 36px 28px; }
    .cta-actions { flex-direction: row; justify-content: center; flex-wrap: wrap; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 580px) {
    .tq-grid { grid-template-columns: 1fr; }
    .hero-right { grid-template-columns: 1fr; }
    .hc-wide { grid-column: span 1; flex-direction: column; }
    .div-strip { grid-template-columns: 1fr; }
    .ds-item { border-right: none; border-bottom: 1px solid var(--border); }
    .rate-extras { grid-template-columns: 1fr; }
    .trust-item { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
  }

  .reveal { opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
  .reveal.vis { opacity: 1; transform: none; }

  /* ── TESTIMONIALS ── */
  .tq-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .tq-card {
    background: var(--bg); border: 1.5px solid var(--border); border-radius: var(--r-lg);
    padding: 24px 20px; transition: box-shadow .2s; display: flex; flex-direction: column; gap: 14px;
  }
  .tq-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,.06); }
  .tq-card:nth-child(3n+1) { border-top: 3px solid var(--green); }
  .tq-card:nth-child(3n+2) { border-top: 3px solid var(--blue); }
  .tq-card:nth-child(3n)   { border-top: 3px solid var(--magenta); }
  .tq-quote { font-size: 14.5px; color: var(--text); line-height: 1.8; font-style: italic; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; }
  .tq-quote.expanded { display: block; overflow: visible; }
  .tq-quote::before { content: '\201C'; }
  .tq-quote::after  { content: '\201D'; }
  .tq-read-more { background: none; border: none; color: var(--blue); font-size: 12.5px; font-weight: 700; cursor: pointer; padding: 0; margin-top: 4px; text-align: left; }
  .tq-attr { font-size: 12.5px; font-weight: 800; color: var(--text-soft); }

  /* ── FAQ ── */
  .faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 720px; }
  .faq-item { border: 1.5px solid var(--border); border-radius: var(--r-lg); overflow: hidden; }
  .faq-q {
    width: 100%; background: none; border: none; cursor: pointer; text-align: left;
    padding: 20px 24px; font-family: 'Nunito', sans-serif; font-size: 15px; font-weight: 700;
    color: var(--slate); display: flex; justify-content: space-between; align-items: center; gap: 16px;
  }
  .faq-q:hover { background: var(--bg-off); }
  .faq-chevron { width: 18px; height: 18px; flex-shrink: 0; fill: var(--text-soft); transition: transform .2s; }
  .faq-item.open .faq-chevron { transform: rotate(180deg); }
  .faq-a { display: none; padding: 0 24px 20px; font-size: 14.5px; color: var(--text-soft); line-height: 1.75; }
  .faq-item.open .faq-a { display: block; }
  .price-plus { font-size: 20px; }
