  :root {
    /* Brand palette extracted from the official AYA logo (green→blue→purple→magenta) */
    --green-fresh: #3b82f6;     /* gradient start / decorative blue */
    --green: #2f5bea;           /* primary interactive blue */
    --green-dark: #1b2447;      /* navy — headings & contrast (AYA wordmark) */
    --green-deep: #121a33;      /* deep navy — dark sections & footer */
    --lime: #16cfa3;            /* teal-green accent (the smile / sparkles) */
    --lime-soft: #cdf7ed;
    --mint: #eef1ff;            /* light lavender-blue respiro */
    --mint-2: #f6f7ff;
    --blue-soft: #cfe0ff;
    --purple-soft: #e7ddff;
    --orange: #ff9a5a;          /* pontual CTA detail */
    --ink: #1d2647;
    --muted: #5d6488;
    --line: #e7eaf6;
    --white: #ffffff;
    --gray-bg: #f5f6fb;
    /* extra brand stops */
    --blue: #2f5bea;
    --indigo: #6d28d9;
    --purple: #7c3aed;
    --magenta: #c026d3;
    --teal: #16cfa3;
    --brand-grad: linear-gradient(135deg, #22c55e 0%, #2f5bea 34%, #7c3aed 68%, #c026d3 100%);
    --shadow-sm: 0 6px 18px rgba(27, 36, 71, 0.07);
    --shadow: 0 18px 45px rgba(27, 36, 71, 0.12);
    --shadow-lg: 0 30px 70px rgba(27, 36, 71, 0.18);
    --radius: 22px;
    --radius-lg: 32px;
    --maxw: 1200px;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: hidden; }
  body {
    font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; display: block; }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
  section { position: relative; }

  .eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
    color: var(--green); background: var(--mint);
    padding: 8px 16px; border-radius: 100px;
  }
  .eyebrow.light { background: rgba(255,255,255,.12); color: var(--lime); }

  h1, h2, h3 { line-height: 1.12; letter-spacing: -0.02em; color: var(--green-dark); font-weight: 800; }
  h2 { font-size: clamp(30px, 4vw, 48px); }
  .lead { color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); }

  .btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    font-weight: 700; font-size: 15px; padding: 15px 26px; border-radius: 100px;
    cursor: pointer; border: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
  }
  .btn svg { width: 18px; height: 18px; }
  .btn-primary { background: var(--brand-grad); color: #fff; box-shadow: 0 12px 26px rgba(47,91,234,.34); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(124,58,237,.42); }
  .btn-lime { background: var(--lime); color: #04332a; box-shadow: 0 12px 26px rgba(22,207,163,.4); }
  .btn-lime:hover { transform: translateY(-2px); }
  .btn-ghost { background: #fff; color: var(--green-dark); border: 1.5px solid var(--line); }
  .btn-ghost:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
  .btn-outline-light { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.4); }
  .btn-outline-light:hover { background: rgba(255,255,255,.12); }

  /* ===== HEADER ===== */
  .topbar {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    padding: 14px 0; transition: padding .25s ease;
  }
  .nav {
    display: flex; align-items: center; gap: 24px;
    background: rgba(255,255,255,.78); backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.7);
    box-shadow: var(--shadow-sm);
    border-radius: 100px; padding: 10px 14px 10px 22px;
  }
  .logo { display: flex; align-items: center; gap: 11px; font-weight: 800; font-size: 19px; color: var(--green-dark); }
  .logo-img { height: 52px; width: auto; }
  .foot-logo { background: #fff; padding: 14px 20px; border-radius: 18px; display: inline-flex; }
  .foot-logo img { height: 52px; width: auto; }
  .menu { display: flex; gap: 4px; margin: 0 auto; list-style: none; }
  .menu a { font-weight: 600; font-size: 15px; color: var(--ink); padding: 9px 14px; border-radius: 100px; transition: background .2s, color .2s; }
  .menu a:hover, .menu a.active { background: var(--mint); color: var(--green); }
  .nav-right { display: flex; align-items: center; gap: 14px; }
  .phone { display: flex; align-items: center; gap: 8px; font-weight: 700; color: var(--green-dark); font-size: 15px; }
  .phone svg { width: 17px; height: 17px; color: var(--green); }
  .menu-toggle { display: none; background: var(--mint); border: none; width: 44px; height: 44px; border-radius: 50%; cursor: pointer; }
  .menu-toggle svg { width: 22px; height: 22px; color: var(--green-dark); margin: 0 auto; }

  /* ===== HERO ===== */
  .hero {
    padding: 150px 0 90px;
    background:
      radial-gradient(900px 500px at 85% -5%, rgba(22,207,163,.22), transparent 60%),
      radial-gradient(800px 600px at 5% 20%, rgba(47,91,234,.16), transparent 55%),
      radial-gradient(900px 700px at 60% 110%, rgba(124,58,237,.16), transparent 55%),
      linear-gradient(180deg, #eef2ff 0%, #f6f8ff 60%, #ffffff 100%);
  }
  .hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 50px; align-items: center; }
  .hero h1 { font-size: clamp(44px, 6vw, 76px); }
  .hero h1 .accent { background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .hero .sub { font-size: clamp(18px, 1.7vw, 22px); font-weight: 600; color: var(--green-dark); margin: 22px 0 14px; }
  .hero .support { color: var(--muted); max-width: 480px; font-size: 17px; }
  .hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }

  .hero-visual { position: relative; }
  .hero-photo {
    border-radius: 36px; overflow: hidden; position: relative; aspect-ratio: 4/4.3;
    box-shadow: var(--shadow-lg);
    background: var(--brand-grad);
  }
  .hero-photo img, .hero-photo video { width: 100%; height: 100%; object-fit: cover; display: block; }
  .hero-blob {
    position: absolute; inset: -30px -30px auto auto; width: 220px; height: 220px; z-index: -1;
    background: radial-gradient(circle, rgba(22,207,163,.5), transparent 70%); filter: blur(8px);
  }
  .float-card {
    position: absolute; background: #fff; border-radius: 18px; padding: 13px 16px;
    box-shadow: var(--shadow); display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 14px;
    animation: floaty 5s ease-in-out infinite;
  }
  .float-card .ic { width: 36px; height: 36px; border-radius: 10px; display: grid; place-items: center; color: #fff; flex-shrink: 0; }
  .float-card .ic svg { width: 19px; height: 19px; }
  .float-card small { display: block; font-weight: 500; color: var(--muted); font-size: 12px; }
  .fc-1 { top: 8%; left: -34px; }
  .fc-2 { top: 42%; right: -30px; animation-delay: .8s; }
  .fc-3 { bottom: 12%; left: -42px; animation-delay: 1.6s; }
  .fc-4 { bottom: -18px; right: 30px; animation-delay: 2.2s; }
  @keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

  .sparkle { position: absolute; color: var(--lime); opacity: .9; animation: twinkle 3s ease-in-out infinite; }
  @keyframes twinkle { 0%,100% { transform: scale(1); opacity:.4;} 50% { transform: scale(1.25); opacity:1;} }

  /* ===== SERVICE NAV STRIP ===== */
  .strip { margin-top: -46px; position: relative; z-index: 5; }
  .strip-card {
    background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow);
    padding: 10px 16px; display: flex; gap: 6px; align-items: center; justify-content: space-between;
  }
  .strip-item {
    display: flex; align-items: center; justify-content: center; text-align: center;
    padding: 14px 18px; border-radius: 100px; transition: background .2s, color .2s; color: var(--ink);
    flex: 1;
  }
  .strip-item:hover { background: var(--mint); color: var(--green); }
  .strip-item span { font-weight: 700; font-size: 14px; }

  /* ===== SECTION SPACING ===== */
  .sec { padding: 90px 0; }
  .sec-head { text-align: center; max-width: 680px; margin: 0 auto 52px; }
  .sec-head .lead { margin-top: 16px; }

  /* ===== ABOUT ===== */
  .about { position: relative; overflow: hidden; }
  .about-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
  .about-bg-mask { position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.62) 40%, rgba(255,255,255,.78) 100%); }
  .about > .wrap { position: relative; z-index: 2; }
  .about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center; }
  .about-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5/4.4; box-shadow: var(--shadow); }
  .about-photo img { width: 100%; height: 100%; object-fit: cover; }
  .about h2 { margin: 16px 0 8px; }
  .about .quote { font-size: 22px; font-weight: 800; background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; margin: 22px 0; }
  .metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 28px; }
  .metric { background: var(--mint-2); border: 1px solid var(--line); border-radius: 18px; padding: 20px; }
  .metric b { display: block; font-size: 30px; font-weight: 800; color: var(--green-dark); letter-spacing: -.02em; }
  .metric span { font-size: 13.5px; color: var(--muted); font-weight: 600; }
  .about-float {
    position: absolute; bottom: 20px; left: 20px; right: 20px;
    background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-radius: 18px;
    padding: 16px 18px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
  }
  .about-float .stars { color: #ffb020; font-size: 15px; letter-spacing: 2px; }
  .about-float b { color: var(--green-dark); font-size: 19px; }

  /* ===== SOLUTIONS ===== */
  .solutions { background: linear-gradient(180deg, #fff7f2, #f6f8ff 55%, #ffffff); position: relative; overflow: hidden; }
  .solutions > .wrap { position: relative; z-index: 1; }
  .sol-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
  .sol-card {
    background: #fff; border: 1px solid var(--line); border-radius: 24px; overflow: hidden;
    box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column;
  }
  .sol-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
  .sol-img { aspect-ratio: 4/3; overflow: hidden; position: relative; }
  .sol-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
  .sol-card:hover .sol-img img { transform: scale(1.06); }
  .sol-body { padding: 32px 22px 24px; flex: 1; display: flex; flex-direction: column; }
  .sol-body h3 { font-size: 20px; margin-bottom: 8px; }
  .sol-body p { color: var(--muted); font-size: 14.5px; flex: 1; }
  .learn { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; color: var(--green); font-weight: 700; font-size: 14px; }
  .learn + .learn { margin-left: 18px; }
  .learn svg { width: 16px; height: 16px; transition: transform .2s; }
  .sol-card:hover .learn svg { transform: translateX(4px); }

  /* ===== PROCESS ===== */
  .process { background: var(--gray-bg); }
  .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
  .step { text-align: center; }
  .step-num {
    font-size: 64px; font-weight: 800; color: var(--green); line-height: 1;
    letter-spacing: -.04em; opacity: .9;
  }
  .step h3 { font-size: 22px; margin: 14px 0 8px; }
  .step p { color: var(--muted); font-size: 15px; max-width: 300px; margin: 0 auto 22px; }
  .step-img { border-radius: 24px; overflow: hidden; aspect-ratio: 5/3.4; box-shadow: var(--shadow-sm); }
  .step-img img { width: 100%; height: 100%; object-fit: cover; }

  /* ===== WHY ===== */
  .why {
    position: relative; overflow: hidden; color: #fff;
    background: linear-gradient(120deg,
      #0f1630 0%, #2f5bea 16%, #14193a 30%, #7c3aed 46%,
      #161438 60%, #c026d3 74%, #122a2a 86%, #16cfa3 96%, #0f1630 100%);
    background-size: 320% 320%;
    animation: whyGradient 20s ease-in-out infinite;
  }
  @keyframes whyGradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  /* subtle dark veil so white text/cards stay legible over bright stops */
  .why::before {
    content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: linear-gradient(160deg, rgba(15,22,48,.45), rgba(18,16,52,.55));
  }
  .why > .wrap { position: relative; z-index: 1; }
  @media (prefers-reduced-motion: reduce) { .why { animation: none; } }
  .why .sec-head h2, .why .sec-head { color: #fff; }
  .why .sec-head h2 { color: #fff; }
  .why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .why-card {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
    backdrop-filter: blur(10px); border-radius: 22px; padding: 30px 24px; transition: transform .25s, background .25s;
  }
  .why-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.12); }
  .why-card .wc-ic { width: 54px; height: 54px; border-radius: 16px; background: rgba(22,207,163,.2); color: var(--lime); display: grid; place-items: center; margin-bottom: 18px; }
  .why-card .wc-ic svg { width: 27px; height: 27px; }
  .why-card h3 { color: #fff; font-size: 19px; margin-bottom: 8px; }
  .why-card p { color: rgba(255,255,255,.72); font-size: 14.5px; }

  /* ===== LOCATIONS ===== */
  .loc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
  .map-card {
    position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 5/4;
    background: linear-gradient(160deg, #eef2ff, #e7ddff); box-shadow: var(--shadow); border: 1px solid var(--line);
  }
  .map-card svg.map { width: 100%; height: 100%; }
  .map-card #serviceMap.map { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; background: #eef2ff; }
  .leaflet-container { font: inherit; }
  .pin {
    position: absolute; display: flex; flex-direction: column; align-items: center;
  }
  .pin .pin-dot { width: 18px; height: 18px; border-radius: 50%; background: var(--green); border: 4px solid #fff; box-shadow: 0 4px 10px rgba(31,175,94,.5); animation: pulse 2s infinite; }
  @keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(31,175,94,.5);} 70%{ box-shadow: 0 0 0 14px rgba(31,175,94,0);} 100%{ box-shadow: 0 0 0 0 rgba(31,175,94,0);} }
  .map-tag {
    position: absolute; top: 16px; left: 16px; transform: none; z-index: 500;
    background: #fff; border-radius: 14px; padding: 10px 15px; box-shadow: var(--shadow); font-weight: 800; color: var(--green-dark);
    display: flex; align-items: center; gap: 9px; pointer-events: none;
  }
  .map-tag svg { width: 18px; height: 18px; color: var(--green); }

  /* ===== REVIEWS ===== */
  .reviews { background: linear-gradient(180deg, #ffffff, #f6f8ff); }
  .rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .rev-stars { color: #ffb020; letter-spacing: 2px; margin-bottom: 14px; }
  .rev-author { display: flex; align-items: center; gap: 13px; }
  .rev-avatar { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; flex-shrink: 0; border: 3px solid #fff; box-shadow: 0 3px 10px rgba(18,26,51,.14); }
  .rev-author b { display: block; color: var(--green-dark); font-size: 15px; }
  .rev-author span { font-size: 13px; color: var(--muted); }

  /* ===== TESTIMONIAL CARDS (photo) ===== */
  .rev-card {
    position: relative; background: #fff; border: 1px solid var(--line); border-radius: 24px;
    padding: 30px 26px 28px; box-shadow: var(--shadow-sm); transition: transform .25s, box-shadow .25s;
    display: flex; flex-direction: column;
  }
  .rev-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
  .rev-quote { position: absolute; top: 24px; right: 26px; width: 34px; height: 34px; color: var(--lime); opacity: .55; }
  .rev-card .rev-stars { margin-bottom: 16px; }
  .rev-card p { font-size: 15.5px; line-height: 1.6; color: var(--ink); margin-bottom: 22px; font-style: italic; flex: 1; }
  .rev-card .rev-author { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }


  /* ===== FINAL CTA ===== */
  .final { padding: 90px 0; }
  .final-card {
    position: relative; border-radius: var(--radius-lg); overflow: hidden; padding: 70px 40px; text-align: center;
    background:
      radial-gradient(600px 400px at 12% 8%, rgba(22,207,163,.45), transparent 60%),
      radial-gradient(600px 500px at 88% 92%, rgba(192,38,211,.55), transparent 58%),
      radial-gradient(500px 400px at 92% 5%, rgba(47,91,234,.5), transparent 55%),
      linear-gradient(135deg, #2f5bea 0%, #6d28d9 55%, #c026d3 100%);
    box-shadow: var(--shadow-lg);
  }
  .final-inner {
    position: relative; z-index: 2; max-width: 620px; margin: 0 auto;
    background: rgba(255,255,255,.12); backdrop-filter: blur(6px); border: 1px solid rgba(255,255,255,.25);
    border-radius: 28px; padding: 48px 36px;
  }
  .final h2 { color: #fff; font-size: clamp(30px, 4vw, 46px); }
  .final p { color: rgba(255,255,255,.9); font-size: 18px; margin: 16px 0 30px; }
  .final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

  /* ===== FOOTER ===== */
  footer { background: var(--green-deep); color: rgba(255,255,255,.72); padding: 84px 0 30px; position: relative; overflow: hidden; }
  .foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
  footer .logo { color: #fff; }
  footer .logo small { color: var(--lime); }
  .foot-about { max-width: 280px; margin-top: 18px; font-size: 15px; }
  .foot-col h4 { color: #fff; font-size: 15px; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 18px; }
  .foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
  .foot-col a { font-size: 15px; transition: color .2s; }
  .foot-col a:hover { color: var(--lime); }
  .foot-contact a { display: flex; align-items: center; gap: 10px; }
  .foot-contact svg { width: 16px; height: 16px; color: var(--lime); flex-shrink: 0; }
  .socials { display: flex; gap: 10px; margin-top: 20px; }
  .socials a { width: 42px; height: 42px; border-radius: 12px; background: rgba(255,255,255,.08); display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 13px; transition: background .2s, transform .2s; }
  .socials a:hover { background: var(--green); transform: translateY(-3px); }
  .foot-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 48px; padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 14px; }

  /* ===== METHOD CHECKLIST ===== */
  .method-note {
    margin-top: 56px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center;
    background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
    padding: 40px; box-shadow: var(--shadow-sm);
  }
  .method-copy h3 { font-size: 26px; margin-bottom: 12px; }
  .method-copy p { color: var(--muted); font-size: 15.5px; }
  .method-copy .quote { font-size: 18px; font-weight: 800; background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; display: inline-block; margin-top: 16px; }
  .checklist { list-style: none; display: grid; gap: 14px; }
  .checklist li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--green-dark); font-size: 15.5px; }
  .checklist li .ck { flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px; background: rgba(22,207,163,.16); color: #0d9e7d; display: grid; place-items: center; }
  .checklist li .ck svg { width: 15px; height: 15px; }
  .checklist li small { display: block; font-weight: 500; color: var(--muted); font-size: 13.5px; margin-top: 2px; }

  /* ===== PET FRIENDLY ===== */
  .pets { background: linear-gradient(180deg, #ffffff, #fff7f2); position: relative; overflow: hidden; }
  .pets > .wrap { position: relative; z-index: 1; }
  .pet-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
  .pet-photo { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 3/2; box-shadow: var(--shadow); border: 1px solid var(--line); }
  .pet-photo img { width: 100%; height: 100%; object-fit: cover; }
  .pet-badge { display: inline-flex; align-items: center; gap: 8px; background: #fff3ea; color: #d9701f; border: 1px solid #ffe0c9; padding: 8px 16px; border-radius: 100px; font-weight: 700; font-size: 13px; }
  .pet-list { list-style: none; display: grid; gap: 16px; margin-top: 24px; }
  .pet-list li { display: flex; gap: 13px; align-items: flex-start; }
  .pet-list .pic { flex-shrink: 0; width: 40px; height: 40px; border-radius: 12px; background: var(--mint); color: var(--green); display: grid; place-items: center; }
  .pet-list .pic svg { width: 20px; height: 20px; }
  .pet-list b { display: block; color: var(--green-dark); font-size: 15.5px; }
  .pet-list span { color: var(--muted); font-size: 14px; }

  /* ===== BEFORE / AFTER ===== */
  .ba-wrap { margin-top: 56px; }
  .ba-head { text-align: center; max-width: 620px; margin: 0 auto 34px; }
  .ba-head h3 { font-size: clamp(24px, 3vw, 34px); }
  .ba-head p { color: var(--muted); margin-top: 10px; font-size: 15.5px; }
  .ba-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 880px; margin: 0 auto; }
  .ba-card { position: relative; border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); background: #fff; }
  /* hover-to-clean reveal: default shows BEFORE (left half); on hover/tap it slides to the clean AFTER (right half) */
  .ba-reveal { position: relative; overflow: hidden; aspect-ratio: 3/4; cursor: pointer; }
  .ba-reveal img { position: absolute; top: 0; left: 0; height: 100%; width: auto; max-width: none; display: block;
    transition: transform 1.1s cubic-bezier(.65,0,.2,1); will-change: transform; }
  .ba-card:hover .ba-reveal img, .ba-card.revealed .ba-reveal img { transform: translateX(-50%); }
  .ba-hint { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 2;
    display: inline-flex; align-items: center; gap: 6px; background: rgba(18,26,51,.74); color: #fff;
    font-size: 12px; font-weight: 700; padding: 7px 13px; border-radius: 100px; backdrop-filter: blur(4px);
    transition: opacity .35s; pointer-events: none; white-space: nowrap; }
  .ba-card:hover .ba-hint, .ba-card.revealed .ba-hint { opacity: 0; }
  .ba-caption { padding: 16px 20px; font-weight: 700; color: var(--green-dark); font-size: 15px; display: flex; align-items: center; gap: 8px; }
  .ba-caption svg { width: 17px; height: 17px; color: var(--green); }

  /* ===== BOOKING FORM ===== */
  .booking { background: linear-gradient(180deg, #f6f8ff, #eef2ff); position: relative; overflow: hidden; }
  .booking > .wrap { position: relative; z-index: 1; }
  .book-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 44px; align-items: start; }
  .book-perks { list-style: none; display: grid; gap: 16px; margin-top: 24px; }
  .book-perks li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--green-dark); font-size: 15px; }
  .book-perks .pic { flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px; background: #fff; box-shadow: var(--shadow-sm); color: var(--green); display: grid; place-items: center; }
  .book-perks .pic svg { width: 19px; height: 19px; }
  .book-perks small { display: block; font-weight: 500; color: var(--muted); font-size: 13.5px; }
  .book-form { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 34px; box-shadow: var(--shadow); }
  .book-form .row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .field { margin-bottom: 18px; }
  .field label { display: block; font-weight: 700; font-size: 13.5px; color: var(--green-dark); margin-bottom: 7px; }
  .field input, .field select, .field textarea {
    width: 100%; font-family: inherit; font-size: 15px; color: var(--ink);
    padding: 13px 15px; border: 1.5px solid var(--line); border-radius: 14px; background: #fbfcff; transition: border-color .2s, box-shadow .2s;
  }
  .field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,91,234,.12); }
  .field textarea { resize: vertical; min-height: 84px; }
  .slots { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .slot { position: relative; }
  .slot input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
  .slot span {
    display: flex; align-items: center; justify-content: center; gap: 7px; text-align: center;
    padding: 12px 8px; border: 1.5px solid var(--line); border-radius: 14px; font-weight: 700; font-size: 14px;
    color: var(--green-dark); background: #fbfcff; cursor: pointer; transition: all .18s;
  }
  .slot input:checked + span { border-color: var(--green); background: var(--mint); color: var(--green); box-shadow: 0 0 0 3px rgba(47,91,234,.1); }
  .slot input:focus-visible + span { box-shadow: 0 0 0 3px rgba(47,91,234,.25); }
  .book-note { font-size: 13px; color: var(--muted); margin-top: 14px; text-align: center; }
  .book-ok { display: none; text-align: center; padding: 30px 10px; }
  .book-ok.show { display: block; }
  .book-ok .tick { width: 62px; height: 62px; border-radius: 50%; background: rgba(22,207,163,.16); color: #0d9e7d; display: grid; place-items: center; margin: 0 auto 16px; }
  .book-ok .tick svg { width: 30px; height: 30px; }
  .book-ok h3 { font-size: 22px; margin-bottom: 8px; }
  .book-ok p { color: var(--muted); font-size: 15px; }

  /* ===== ORGANIC / WAVE DECOR (warmth, less clinical) ===== */
  .sec-wave { position: absolute; left: 0; width: 100%; line-height: 0; z-index: 4; pointer-events: none; }
  .sec-wave svg { display: block; width: 100%; height: 66px; }
  .sec-wave.top { top: -1px; }
  .sec-wave.bottom { bottom: -1px; transform: rotate(180deg); }
  @media (max-width: 640px) { .sec-wave svg { height: 38px; } }

  /* soft organic blobs that add gentle movement (kept very subtle) */
  .blob-deco { position: absolute; border-radius: 50%; filter: blur(46px); opacity: .5; z-index: 0; pointer-events: none; animation: drift 16s ease-in-out infinite; }
  .blob-deco.warm { background: radial-gradient(circle, rgba(255,154,90,.5), transparent 70%); }
  .blob-deco.mint { background: radial-gradient(circle, rgba(22,207,163,.45), transparent 70%); }
  .blob-deco.lav  { background: radial-gradient(circle, rgba(124,58,237,.32), transparent 70%); }
  @keyframes drift { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(24px,-20px) scale(1.12); } }
  @media (prefers-reduced-motion: reduce) { .blob-deco { animation: none; } }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 1024px) {
    .hero-grid, .about-grid, .loc-grid { grid-template-columns: 1fr; }
    .hero-visual { max-width: 460px; margin: 0 auto; }
    .sol-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
    .strip-card { flex-wrap: wrap; justify-content: center; }
    .strip-item { flex: 1 1 28%; }
    .steps { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; gap: 40px; }
    .menu, .phone { display: none; }
    .menu-toggle { display: grid; place-items: center; }
    .foot-grid { grid-template-columns: 1fr 1fr; }
    .method-note, .pet-grid, .book-grid, .ba-grid { grid-template-columns: 1fr; }
    .method-note { padding: 30px; }
    /* nav layout + working mobile dropdown */
    .nav { justify-content: space-between; flex-wrap: wrap; }
    .nav.open .menu {
      display: flex; flex-direction: column; gap: 2px; order: 3;
      width: 100%; margin: 12px 0 4px; padding: 10px;
      background: rgba(255,255,255,.96); border: 1px solid var(--line);
      border-radius: 18px; box-shadow: var(--shadow-sm);
    }
    .nav.open .menu a { display: block; width: 100%; padding: 13px 16px; font-size: 16px; }
  }
  @media (max-width: 640px) {
    .wrap { padding: 0 18px; }
    .sol-grid, .why-grid, .rev-grid, .metrics, .foot-grid { grid-template-columns: 1fr; }
    .strip-item { flex: 1 1 calc(50% - 6px); }
    .book-form .row { grid-template-columns: 1fr; }
    .book-form { padding: 24px; }
    .metrics { grid-template-columns: repeat(3, 1fr); }
    .hero { padding: 116px 0 64px; }
    .float-card { display: none; }
    .hero-blob { display: none; }
    .nav { padding: 8px 10px 8px 16px; gap: 10px; }
    .logo-img { height: 40px; }
    .final-inner { padding: 36px 20px; }
    .sec { padding: 64px 0; }
    .sec-head { margin-bottom: 38px; }
    .foot-bottom { flex-direction: column; text-align: center; }
  }
  @media (max-width: 460px) {
    .nav-right .btn-primary { padding: 12px 16px; font-size: 14px; }
    .metrics { grid-template-columns: 1fr 1fr; }
    .btn { padding: 14px 20px; }
    .hero-cta .btn { width: 100%; }
    .logo-img { height: 36px; }
  }

/* ===== INTERNAL PAGES ===== */
.page-hero {
  padding: 150px 0 72px; position: relative; overflow: hidden; text-align: center;
  background:
    radial-gradient(800px 460px at 85% -10%, rgba(22,207,163,.20), transparent 60%),
    radial-gradient(700px 520px at 5% 20%, rgba(47,91,234,.14), transparent 55%),
    linear-gradient(180deg, #eef2ff 0%, #f6f8ff 60%, #ffffff 100%);
}
.page-hero > .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(38px, 5vw, 60px); }
.page-hero h1 .accent { background: var(--brand-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero p { max-width: 640px; margin: 18px auto 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 19px); }
.crumbs { display: inline-flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 600; color: var(--muted); margin-bottom: 16px; }
.crumbs a { color: var(--green); }

/* service detail rows */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.svc-detail + .svc-detail { margin-top: 72px; }
.svc-detail[id] { scroll-margin-top: 100px; }
.svc-detail.rev .svc-video-glass { order: 2; }
.svc-detail h3 { font-size: clamp(24px, 3vw, 32px); margin: 12px 0 10px; }
.svc-detail p { color: var(--muted); font-size: 16px; }
.svc-detail .btn { margin-top: 26px; }

/* service video — glassmorphism highlight, native 9:16, no autoplay */
.svc-video-glass {
  position: relative;
  padding: clamp(14px, 2.5vw, 22px);
  border-radius: calc(var(--radius-lg) + 10px);
  background: linear-gradient(145deg, rgba(255,255,255,.62) 0%, rgba(238,242,255,.38) 100%);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 10px 40px rgba(47,91,234,.10), inset 0 1px 0 rgba(255,255,255,.85);
}
.svc-video-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 70% 55% at 18% 12%, rgba(22,207,163,.18), transparent 58%),
    radial-gradient(ellipse 60% 50% at 88% 88%, rgba(124,58,237,.14), transparent 55%);
  pointer-events: none;
}
.svc-video-inner {
  position: relative;
  z-index: 1;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0c1124;
  max-width: min(100%, 380px);
  margin: 0 auto;
  box-shadow: 0 16px 48px rgba(18,26,51,.22);
}
.svc-video-el {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  vertical-align: top;
  background: #0c1124;
}
.svc-video-label {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--green);
}
.svc-video-label svg { width: 15px; height: 15px; flex-shrink: 0; }

/* faq */
.faq-list { max-width: 780px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 2px 22px; box-shadow: var(--shadow-sm); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 0; font-weight: 700; color: var(--green-dark); font-size: 16px; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 24px; color: var(--green); font-weight: 700; transition: transform .2s; line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { color: var(--muted); font-size: 15px; padding: 0 0 20px; margin: 0; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.contact-cards { display: grid; gap: 16px; }
.contact-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px; box-shadow: var(--shadow-sm); }
.contact-card .ic { flex-shrink: 0; width: 46px; height: 46px; border-radius: 12px; background: var(--mint); color: var(--green); display: grid; place-items: center; }
.contact-card .ic svg { width: 22px; height: 22px; }
.contact-card b { display: block; color: var(--green-dark); font-size: 16px; margin-bottom: 4px; }
.contact-card a, .contact-card span { color: var(--muted); font-size: 15px; }
.contact-card a:hover { color: var(--green); }

/* gift card placeholder */
.soon { text-align: center; max-width: 640px; margin: 0 auto; }
.soon .pill { display: inline-block; background: var(--mint); color: var(--green); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 100px; margin-bottom: 22px; }
.gc-visual { width: 100%; max-width: 430px; margin: 0 auto 34px; aspect-ratio: 16/10; border-radius: 24px; background: var(--brand-grad); box-shadow: var(--shadow-lg); display: grid; place-items: center; color: #fff; position: relative; overflow: hidden; }
.gc-visual::after { content: ""; position: absolute; inset: 0; background: radial-gradient(400px 240px at 80% 10%, rgba(255,255,255,.35), transparent 60%); }
.gc-visual .gc-inner { position: relative; z-index: 1; text-align: center; }
.gc-visual b { font-size: 28px; display: block; letter-spacing: .02em; }
.gc-visual span { font-size: 12px; opacity: .9; letter-spacing: .22em; text-transform: uppercase; }

@media (max-width: 1024px) {
  .svc-detail, .contact-grid { grid-template-columns: 1fr; }
  .svc-detail.rev .svc-video-glass { order: 0; }
  .page-hero { padding: 128px 0 56px; }
}

/* ===== ANIMATED HERO WAVE (movement accent) ===== */
.wave-line { width: 100%; max-width: 320px; height: 30px; overflow: hidden; margin: 26px 0 2px; }
.wave-line svg { width: 200%; height: 100%; display: block; animation: waveTravel 4s linear infinite; }
.wave-line path { fill: none; stroke: url(#ayaWaveGrad); stroke-width: 6; stroke-linecap: round; }
@keyframes waveTravel { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .wave-line svg { animation: none; } }

/* ===== ANIMATED WAVE ACCENT UNDER TITLES ===== */
.sec-head h2::after,
.page-hero h1::after,
.about-grid h2::after,
.pet-grid h2::after,
.loc-grid h2::after,
.ba-head h3::after,
.method-copy h3::after,
.final h2::after {
  content: ""; display: block; height: 15px; width: 92px; margin-top: 15px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20120%2024'%20preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='0'%20y1='0'%20x2='120'%20y2='0'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20offset='0'%20stop-color='%232f5bea'/%3E%3Cstop%20offset='.25'%20stop-color='%237c3aed'/%3E%3Cstop%20offset='.5'%20stop-color='%23c026d3'/%3E%3Cstop%20offset='.75'%20stop-color='%237c3aed'/%3E%3Cstop%20offset='1'%20stop-color='%232f5bea'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d='M0,12%20Q30,4%2060,12%20T120,12'%20fill='none'%20stroke='url(%23g)'%20stroke-width='5'%20stroke-linecap='round'/%3E%3C/svg%3E") repeat-x left center;
  background-size: 92px 15px;
  animation: titleWaveMove 4s linear infinite;
}
/* centered titles get a centered accent */
.sec-head h2::after,
.page-hero h1::after,
.ba-head h3::after,
.final h2::after { margin-left: auto; margin-right: auto; }
@keyframes titleWaveMove { from { background-position-x: 0; } to { background-position-x: 92px; } }
@media (prefers-reduced-motion: reduce) {
  .sec-head h2::after, .page-hero h1::after, .about-grid h2::after, .pet-grid h2::after,
  .loc-grid h2::after, .ba-head h3::after, .method-copy h3::after, .final h2::after { animation: none; }
}

/* ===== SERVICE AGREEMENT VIDEOS (booking) ===== */
.agreements { background: #fff; }
.agreements .sec-head .lead { max-width: 680px; margin-left: auto; margin-right: auto; }

.page-hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 28px; }

.agr-grid { display: grid; gap: 22px; max-width: 940px; margin: 0 auto; }

/* the agreement videos are shot vertical (9:16), so each card is a row:
   the phone-shaped video on the left, the terms and the acceptance on the right */
.agr-card {
  display: grid; grid-template-columns: clamp(210px, 22vw, 272px) 1fr;
  min-height: 470px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.agr-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.agr-card.accepted { border-color: var(--lime); box-shadow: 0 0 0 3px rgba(22,207,163,.16), var(--shadow); }

/* the video fills its whole column, however tall the terms next to it run */
.agr-video { position: relative; background: var(--green-deep); }
.agr-video-el { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; background: var(--green-deep); }
.agr-badge {
  position: absolute; top: 12px; left: 12px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--green-dark); background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  padding: 7px 12px; border-radius: 100px; box-shadow: var(--shadow-sm);
  pointer-events: none;
}
.agr-badge svg { width: 14px; height: 14px; color: var(--green); }

.agr-body { padding: 26px 28px 28px; display: flex; flex-direction: column; }
.agr-kicker { font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--green); }
.agr-kicker .agr-dur {
  display: inline-flex; align-items: center; gap: 5px;
  margin-left: 8px; padding: 3px 9px; border-radius: 100px;
  background: var(--mint); color: var(--green-dark); letter-spacing: .03em;
}
.agr-kicker .agr-dur svg { width: 12px; height: 12px; }
.agr-body h3 { font-size: 24px; margin: 8px 0 12px; }
.agr-body > p { color: var(--muted); font-size: 14.5px; }

.agr-accept {
  position: relative;
  display: flex; gap: 13px; align-items: flex-start;
  margin-top: 20px; padding: 15px 16px;
  border: 1.5px solid var(--line); border-radius: 16px; background: var(--mint-2);
  cursor: pointer; transition: border-color .2s ease, background .2s ease, opacity .2s ease;
}
.agr-accept:has(.agr-check:disabled) { cursor: not-allowed; opacity: .58; }
.agr-accept:has(.agr-check:not(:disabled)):hover { border-color: var(--green); }
.agr-accept:has(.agr-check:focus-visible) { border-color: var(--green); box-shadow: 0 0 0 3px rgba(47,91,234,.2); }
.agr-check { position: absolute; opacity: 0; width: 0; height: 0; }
.agr-tick {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 9px;
  border: 1.5px solid var(--line); background: #fff;
  display: grid; place-items: center; color: transparent;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.agr-tick svg { width: 15px; height: 15px; }
.agr-accept-text { font-size: 13.5px; font-weight: 500; color: var(--muted); line-height: 1.5; }
.agr-accept-text strong { color: var(--green-dark); font-weight: 700; }

.agr-card.accepted .agr-accept { border-color: var(--lime); background: var(--lime-soft); }
.agr-card.accepted .agr-tick { background: var(--lime); border-color: var(--lime); color: #04332a; transform: scale(1.06); }
.agr-card.accepted .agr-accept-text { color: var(--green-dark); }

.agr-hint { font-size: 12.5px; color: var(--muted); margin: 10px 0 20px; display: flex; align-items: center; gap: 7px; }
.agr-hint::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--muted); flex-shrink: 0; }
.agr-card.unlocked .agr-hint::before { background: var(--green); }
.agr-card.accepted .agr-hint { color: #0d9e7d; font-weight: 600; }
.agr-card.accepted .agr-hint::before { background: var(--lime); }

.agr-cta { margin-top: auto; align-self: flex-start; padding-top: 15px; padding-bottom: 15px; }
.agr-cta[aria-disabled="true"] { background: var(--line); color: #9aa1c0; box-shadow: none; cursor: not-allowed; }
.agr-cta[aria-disabled="true"]:hover { transform: none; box-shadow: none; }
.agr-card.nudge { animation: agr-nudge .4s ease; }
@keyframes agr-nudge { 0%,100% { transform: translateX(0); } 25% { transform: translateX(-7px); } 75% { transform: translateX(7px); } }
@media (prefers-reduced-motion: reduce) { .agr-card.nudge { animation: none; } .agr-card:hover { transform: none; } }

.agr-legal { max-width: 760px; margin: 34px auto 0; text-align: center; font-size: 13px; color: var(--muted); }
.agr-legal a { color: var(--green); font-weight: 600; text-decoration: underline; }

/* agreement carried into the form */
.agr-chip {
  display: flex; align-items: flex-start; gap: 11px;
  background: var(--lime-soft); border: 1.5px solid var(--lime);
  border-radius: 16px; padding: 13px 15px; margin-bottom: 20px;
  font-size: 13.5px; color: var(--green-dark); font-weight: 500;
}
.agr-chip[hidden] { display: none; }
.agr-chip-tick { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--lime); color: #04332a; display: grid; place-items: center; }
.agr-chip-tick svg { width: 13px; height: 13px; }

.form-alert {
  background: #fff1f1; border: 1.5px solid #f5b5b5; color: #a52424;
  border-radius: 14px; padding: 12px 15px; font-size: 13.5px; font-weight: 600;
  margin-bottom: 16px;
}
.form-alert[hidden] { display: none; }
.book-ok-agreement { margin-top: 10px; font-size: 13.5px; color: #0d9e7d; font-weight: 600; }
.book-ok-agreement[hidden] { display: none; }

@media (max-width: 760px) {
  /* stack: the vertical video sits on top, capped so it never eats the screen */
  .agr-card { grid-template-columns: 1fr; min-height: 0; }
  .agr-video { position: relative; aspect-ratio: 9 / 16; width: 100%; max-width: 260px; margin: 22px auto 0; border-radius: 20px; overflow: hidden; }
  .agr-grid { max-width: 520px; }
}
@media (max-width: 640px) {
  .agr-body { padding: 22px 20px 24px; }
  .agr-cta { width: 100%; }
  .page-hero-cta .btn { width: 100%; }
}

/* ===== UX / ACCESSIBILITY PASS ===== */

/* the header is fixed — keep anchor targets clear of it */
section[id], [id="main"] { scroll-margin-top: 104px; }
@media (max-width: 640px) { section[id], [id="main"] { scroll-margin-top: 88px; } }

/* keyboard users get straight to the content */
.skip-link {
  position: absolute; left: 16px; top: -100px; z-index: 200;
  background: var(--green-dark); color: #fff;
  padding: 12px 20px; border-radius: 0 0 14px 14px;
  font-weight: 700; font-size: 14px;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; outline: 3px solid var(--lime); outline-offset: 2px; }

/* one visible focus style for every interactive element */
a:focus-visible, button:focus-visible, summary:focus-visible,
input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(47,91,234,.55);
  outline-offset: 2px;
  border-radius: 10px;
}

/* the phone number stays reachable inside the mobile dropdown */
.menu-phone { display: none; }
@media (max-width: 1024px) {
  .nav.open .menu-phone { display: block; margin-top: 4px; border-top: 1px solid var(--line); padding-top: 6px; }
  .nav.open .menu-phone a { display: flex; align-items: center; gap: 9px; color: var(--green); font-weight: 700; }
  .nav.open .menu-phone svg { width: 17px; height: 17px; flex-shrink: 0; }
}

/* the radio group is a real fieldset now — keep the old label look */
.slots-field { border: 0; padding: 0; margin: 0 0 18px; min-width: 0; }
.slots-field legend { display: block; font-weight: 700; font-size: 13.5px; color: var(--green-dark); margin-bottom: 7px; padding: 0; }

.book-note-link { display: inline-block; margin-top: 6px; color: var(--green); font-weight: 700; text-decoration: underline; }

/* ===== WP THEME ONLY: services page uses images, not the heavy videos ===== */
.svc-detail.rev .svc-media { order: 2; }
.svc-media { border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); border: 1px solid var(--line); }
.svc-media img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 1024px) { .svc-detail.rev .svc-media { order: 0; } }
