/* ============================================================================
   TILEK WALKS DOGS — STYLES
   You normally don't need to edit this file. Content lives in config.js.
   Brand colors and fonts are defined once below in :root.
   ========================================================================== */

:root {
  /* Core Palette — Variant B (exact) */
  --blue:       #4D7DFF;
  --lavender:   #BBA9FF;
  --orange:     #FF6A21;
  --lime:       #C6E23B;
  --warm-white: #F8F4EF;
  --charcoal:   #1D1D1D;

  --ink:        #1D1D1D;
  --ink-soft:   #5b5b57;
  --line:       #e7e0d6;
  --card:       #ffffff;

  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body:    "Inter", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1140px;

  /* Spacing scale (8px base) */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px;
  --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 88px; --s-10: 120px;
  --section-y: clamp(60px, 8vw, 104px);

  /* Type scale */
  --fs-display: clamp(38px, 5vw, 60px);
  --fs-h2:      clamp(28px, 3.4vw, 42px);
  --fs-h3:      20px;
  --fs-lead:    clamp(16px, 1.1vw, 18px);

  /* Radii */
  --radius:    16px;
  --radius-lg: 24px;
  --r-sm:      10px;

  /* Shadows — soft + diffuse for a premium feel */
  --shadow-sm: 0 1px 2px rgba(29,29,29,.04), 0 6px 20px rgba(29,29,29,.05);
  --shadow-md: 0 20px 50px -16px rgba(29,29,29,.18);
}

/* ---------- Reset ---------- */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--warm-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: var(--section-y) 0; }
.section--tight { padding: var(--s-9) 0; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; }
.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink-soft);
  margin-bottom: var(--s-4);
}
.display { font-size: var(--fs-display); }
.h2 { font-size: var(--fs-h2); }
.lead { font-size: var(--fs-lead); color: var(--ink-soft); max-width: 48ch; line-height: 1.65; }
.text-blue { color: var(--blue); }
.text-lime { color: var(--lime); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px;
  font-weight: 600; font-size: 15px; letter-spacing: -0.01em;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, opacity .18s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
/* Primary = blue. One primary action per screen. */
.btn--blue   { background: var(--blue); color: #fff; }
.btn--blue:hover { box-shadow: 0 10px 24px -8px rgba(77,112,255,.55); transform: translateY(-1px); }
/* Secondary = quiet outline */
.btn--ghost  { background: transparent; color: var(--ink); border: 1.5px solid rgba(29,29,29,.22); }
.btn--ghost:hover { border-color: var(--ink); background: rgba(29,29,29,.03); }
/* Accent buttons kept for rare, intentional use */
.btn--lime   { background: var(--lime); color: var(--charcoal); border: 1.5px solid var(--charcoal); }
.btn--lime:hover { box-shadow: var(--shadow-sm); transform: translateY(-1px); }
.btn--orange { background: var(--orange); color: #fff; }
.btn--orange:hover { box-shadow: 0 10px 24px -8px rgba(255,106,33,.5); transform: translateY(-1px); }
.btn--block  { width: 100%; justify-content: center; padding: 15px; font-size: 16px; }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,244,239,.85);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 9px; }
.logo__mark {
  font-family: var(--font-display); font-weight: 800; line-height: .92;
  font-size: 15px; letter-spacing: -.01em; text-transform: uppercase;
  padding: 7px 10px; border-radius: 8px;
}
.logo__mark span { display: block; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav__links { display: flex; gap: 26px; list-style: none; }
.nav__links a { font-size: 14.5px; font-weight: 500; color: var(--ink); opacity: .82; transition: opacity .15s; }
.nav__links a:hover { opacity: 1; }
.nav__toggle { display: none; background: none; font-size: 24px; line-height: 1; }

/* ---------- Hero ---------- */
.hero { padding: 64px 0 40px; }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(34px, 4.4vw, 54px); line-height: 1.07; }
.hero__intro { margin: 18px 0 26px; font-size: 16.5px; color: var(--ink-soft); max-width: 40ch; line-height: 1.6; }
.hero__ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-soft);
  background: #fff; border: 1px solid var(--line);
  padding: 6px 12px; border-radius: 999px;
}
/* ---------- Brand icon system (Variant B) ---------- *
 * One stroke weight, one size scale, monochrome by default.
 * Colour pops (blue/lime) are used rarely and intentionally. */
/* Filled, brand-coloured icons. Colour comes from .ico--KEY; size per context. */
.ico { display: inline-flex; }
.ico--ball    { color: var(--lime); }
.ico--sparkle { color: var(--lavender); }
.ico--heart   { color: var(--orange); }
.ico--leash   { color: var(--blue); }
.ico--paw     { color: var(--blue); }
.ico--chat    { color: var(--blue); }
.ico--star    { color: var(--orange); }
.ico--doc     { color: var(--blue); }
.ico--check   { color: var(--lime); }
.ico--shield  { color: var(--blue); }
.chip .ico { flex: 0 0 auto; }
.chip svg { width: 16px; height: 16px; }
.eyebrow-ico { vertical-align: -3px; margin-right: 8px; }
.eyebrow-ico svg { width: 16px; height: 16px; }
.hero-paw { vertical-align: -0.08em; }
.hero-paw svg { width: 0.72em; height: 0.72em; }
.head-ico { vertical-align: -0.06em; }
.head-ico svg { width: 0.78em; height: 0.78em; }
/* Brand squiggle / wavy underline — used sparingly, lime accent */
.hl { position: relative; display: inline-block; }
.squiggle { position: absolute; left: 0; right: 0; bottom: -0.18em; height: 0.26em; color: var(--lime); pointer-events: none; }
.squiggle svg { width: 100%; height: 100%; display: block; }
/* service-card icon (next to each name) */
.scard-ico { vertical-align: -3px; margin-right: 8px; }
.scard-ico svg { width: 18px; height: 18px; }
.footer__line { opacity: .9; font-size: 13.5px; font-weight: 600; margin-top: 8px; }
.hero__card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  aspect-ratio: 4/3.4; box-shadow: var(--shadow-md);
}
.hero__card .caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: linear-gradient(transparent, rgba(29,29,29,.78));
  color: #fff; padding: 22px 20px 18px; font-weight: 600; font-size: 15px;
}

/* image placeholders — intentional branded fill until a real photo is added */
.ph {
  position: relative; width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  text-align: center; padding: 16px; overflow: hidden;
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.22), transparent 46%),
              linear-gradient(135deg, var(--blue), var(--lavender));
  color: rgba(255,255,255,.96);
}
.ph::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.16) 1.4px, transparent 1.5px);
  background-size: 22px 22px;
}
.ph--lime {
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.35), transparent 46%),
              linear-gradient(135deg, var(--lime), #a9d23a);
  color: rgba(29,29,29,.78);
}
.ph--lime::after { background-image: radial-gradient(rgba(29,29,29,.10) 1.4px, transparent 1.5px); }
.ph--orange {
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.28), transparent 46%),
              linear-gradient(135deg, var(--orange), #ff9457);
}
.ph--lavender {
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.30), transparent 46%),
              linear-gradient(135deg, var(--lavender), #a978f0);
}
.ph--blue {
  background: radial-gradient(circle at 28% 22%, rgba(255,255,255,.22), transparent 46%),
              linear-gradient(135deg, var(--blue), #2746c9);
}
.ph__paw { position: relative; font-size: 34px; line-height: 1; filter: drop-shadow(0 2px 6px rgba(0,0,0,.12)); }
.ph__label { position: relative; font-size: 12.5px; font-weight: 600; letter-spacing: .02em; max-width: 24ch; }

/* ---------- Services carousel ---------- */
.services__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: 36px; }
.carousel { position: relative; }
.carousel__track {
  display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 2px 22px; scrollbar-width: none;
}
.carousel__track::-webkit-scrollbar { display: none; }
/* Circular service photos — same family as the Tilek circle in About */
.scard {
  scroll-snap-align: start; flex: 0 0 220px; max-width: 220px;
  background: transparent; border: none; box-shadow: none;
  display: flex; flex-direction: column; align-items: flex-start; text-align: left;
  transition: transform .18s; cursor: pointer; padding-top: 4px;
}
.scard:hover { transform: translateY(-4px); }
.scard__img { width: 168px; height: 168px; border-radius: 999px; overflow: hidden; border: 4px solid #fff; box-shadow: var(--shadow-md); margin: 0; }
.scard:hover .scard__img { box-shadow: 0 24px 50px -16px rgba(29,29,29,.28); }
.scard__body { padding: 16px 2px 6px; display: flex; flex-direction: column; align-items: flex-start; flex: 1; }
.scard__body h3 { font-size: 16px; margin-bottom: 6px; line-height: 1.25; min-height: 2.5em; }
.scard__desc { font-size: 13.5px; color: var(--ink-soft); line-height: 1.45; margin-bottom: 10px; flex: 1; }
.scard__body p { font-size: 14px; color: var(--ink-soft); }
.scard__more { margin-top: 2px; font-size: 13px; font-weight: 700; color: var(--blue); }
.carousel__nav { display: flex; gap: 10px; }
.carousel__btn {
  width: 44px; height: 44px; border-radius: 999px; background: #fff;
  border: 1.5px solid var(--ink); font-size: 18px; display: grid; place-items: center;
  transition: background .15s, color .15s;
}
.carousel__btn:hover { background: var(--ink); color: #fff; }

/* ---------- Approach ---------- */
.approach__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: start; }
.approach .lead.accent { color: var(--blue); font-weight: 600; margin: 14px 0 0; }
.points { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.points li { display: flex; gap: 14px; align-items: flex-start; font-size: 15px; color: var(--ink); line-height: 1.55; }
.points li > span { padding-top: 8px; }
.points li strong { font-weight: 700; }
.point-ico { flex: 0 0 42px; height: 42px; border-radius: 13px; background: rgba(29,29,29,.045); display: inline-flex; align-items: center; justify-content: center; }
.point-ico svg { width: 23px; height: 23px; }
/* smooth transition into the "Your Partner…" statement */
.approach__partner { text-align: center; max-width: 60ch; margin: var(--s-8) auto 0; padding-top: var(--s-7); border-top: 1px solid var(--line); }
.approach__partner .partner-squiggle { display: block; width: 64px; height: 12px; color: var(--lime); margin: 0 auto 18px; }
.approach__partner .partner-squiggle svg { width: 100%; height: 100%; display: block; }
.approach__partner h2 { margin-bottom: var(--s-4); }
.approach__partner p { color: var(--ink-soft); font-size: var(--fs-lead); line-height: 1.7; }
/* About — Tilek photo beside the text */
.about__lead { display: grid; grid-template-columns: 248px 1fr; gap: 52px; align-items: center; }
.about__photo { position: relative; width: 248px; height: 248px; border-radius: 999px; overflow: hidden; border: 5px solid #fff; box-shadow: var(--shadow-md); margin: 0 auto; }
.about__photo .ph { font-size: 46px; }
.about__role { position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(transparent, rgba(29,29,29,.72)); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: center; padding: 22px 8px 10px; }
.about__text h2 { margin: 4px 0 18px; }
.about__text p { color: var(--ink-soft); font-size: var(--fs-lead); line-height: 1.7; margin-bottom: 14px; max-width: 58ch; }
.about__more { margin-top: var(--s-8); }

/* ---------- How it works (dark) ---------- */
.how { background: var(--warm-white); color: var(--ink); }
.how__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-bottom: var(--s-7); }
.how .eyebrow { color: var(--ink-soft); }
.how h2 { font-size: var(--fs-h2); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s-4); }
.step { background: #fff; border-radius: var(--radius); padding: 28px 24px 30px; border: 1px solid var(--line); min-height: 230px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); }
.step__num { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: rgba(29,29,29,.16); line-height: 1; margin-bottom: var(--s-4); }
.step h3 { font-size: var(--fs-h3); margin-bottom: 10px; }
.step p { font-size: 14px; line-height: 1.6; color: var(--ink-soft); }
/* A single quiet accent: a thin colored rule on top of each card */
.step--blue     { border-top: 3px solid var(--blue); }
.step--lavender { border-top: 3px solid var(--lavender); }
.step--orange   { border-top: 3px solid var(--orange); }
.step--lime     { border-top: 3px solid var(--lime); }
.step--blue     .step__num { color: var(--blue); }
.step--lavender .step__num { color: var(--lavender); }
.step--orange   .step__num { color: var(--orange); }
.step--lime     .step__num { color: var(--lime); }

/* ---------- About / team ---------- */
.team { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 48px; }
.member { text-align: center; }
.member__photo { width: 168px; height: 168px; border-radius: 999px; overflow: hidden; margin: 0 auto 20px; border: 4px solid #fff; box-shadow: var(--shadow-sm); }
.member__photo .ph { font-size: 36px; }
.member h3 { font-size: 20px; }
.member .role { font-size: 11.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin: 6px 0 12px; }
.member p { font-size: 14px; color: var(--ink-soft); max-width: 30ch; margin: 0 auto; }

/* ---------- Reviews ---------- */
.reviews__head { max-width: 720px; }
.reviews__stats { display: flex; gap: 38px; margin: 28px 0 8px; flex-wrap: wrap; }
.stat { display: flex; align-items: baseline; gap: 9px; }
.stat__v { font-family: var(--font-display); font-weight: 800; font-size: 26px; }
.stat__l { font-size: 13px; color: var(--ink-soft); }
.reviews__grid { columns: 3; column-gap: 20px; margin-top: 38px; }
.review { break-inside: avoid; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 20px; box-shadow: var(--shadow-sm); }
.review__stars { color: #ffb800; font-size: 14px; letter-spacing: 2px; margin-bottom: 12px; }
.review__quote { font-size: 14.5px; color: var(--ink); margin-bottom: 16px; }
.review__foot { display: flex; align-items: center; gap: 11px; }
.review__avatar { width: 38px; height: 38px; border-radius: 999px; overflow: hidden; flex: 0 0 38px; }
.review__avatar .ph { font-size: 14px; }
.review__name { font-size: 14px; font-weight: 700; }
.review__meta { font-size: 12px; color: var(--ink-soft); }
.review__tag { margin-left: auto; font-size: 11px; font-weight: 600; color: var(--blue); background: rgba(77,112,255,.08); padding: 4px 10px; border-radius: 999px; }

/* ---------- Contact / form ---------- */
.contact { background: var(--warm-white); }
.contact__head { text-align: left; margin-bottom: var(--s-6); }
.contact__head h2 { font-size: var(--fs-h2); }
.contact__head .lead { color: var(--ink-soft); max-width: 54ch; }
.formcard { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 40px; box-shadow: var(--shadow-sm); max-width: 820px; }
.form__group-title { font-family: var(--font-display); font-weight: 800; font-size: 20px; margin: 4px 0 18px; }
.form__divider { border: none; border-top: 1px solid var(--line); margin: 30px 0 26px; }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form__field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.form__field label { font-size: 13.5px; font-weight: 600; }
.form__field label .hint { color: var(--ink-soft); font-weight: 400; }
.req { color: var(--orange); }
.form__field input, .form__field select, .form__field textarea {
  font-family: inherit; font-size: 15px; color: var(--ink);
  padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; transition: border-color .15s, box-shadow .15s;
}
.form__field input:focus, .form__field select:focus, .form__field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(77,112,255,.15);
}
.form__field textarea { resize: vertical; min-height: 84px; }
.dogblock { background: var(--warm-white); border-radius: var(--radius); padding: 22px; margin-bottom: 8px; }
.dogblock__title { font-size: 13.5px; font-weight: 700; margin-bottom: 16px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tag {
  font-size: 14px; font-weight: 600; color: var(--ink);
  background: #fff; border: 1.5px solid var(--line); padding: 9px 18px; border-radius: 999px;
  transition: all .15s;
}
.tag.is-active, .tag:hover { border-color: var(--charcoal); }
.tag.is-active { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }
.form__note { text-align: center; font-size: 13px; color: var(--ink-soft); margin-top: 14px; }
.form__status { margin-top: 14px; font-size: 14px; font-weight: 600; text-align: center; }
.form__status.error { color: var(--orange); }
.form-success { text-align: center; padding: 30px 10px; }
.form-success__icon { width: 64px; height: 64px; border-radius: 999px; background: var(--lime); border: 2px solid var(--charcoal); display: grid; place-items: center; font-size: 30px; margin: 0 auto 18px; }
.form-success h3 { font-size: 24px; margin-bottom: 10px; }
.form-success p { color: var(--ink-soft); }

/* ---------- Footer ---------- */
.footer { background: var(--charcoal); color: #fff; padding: var(--s-8) 0 var(--s-7); }
.footer__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 24px; flex-wrap: wrap; }
.footer__brand h3 { font-family: var(--font-display); font-size: 28px; }
.footer__brand p { opacity: .85; font-size: 15px; margin-top: 6px; }
.footer__divider { border: none; border-top: 1px solid rgba(255,255,255,.3); margin: 28px 0 22px; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer__links { display: flex; gap: 24px; list-style: none; flex-wrap: wrap; }
.footer__links a { font-size: 14.5px; opacity: .9; }
.footer__links a:hover { opacity: 1; text-decoration: underline; }
.footer__ig { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; }
.footer__ig::first-letter { font-size: 22px; }
.footer .btn--lime { border-color: #fff; }

/* ---------- Modal ---------- */
.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: rgba(29,29,29,.55); backdrop-filter: blur(3px);
  align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 16px;
}
.modal-overlay.is-open { display: flex; }
.modal {
  background: #fff; border-radius: var(--radius-lg); max-width: 760px; width: 100%;
  padding: 34px; position: relative; box-shadow: var(--shadow-md); margin: auto;
}
.modal__close {
  position: absolute; top: 16px; right: 16px; width: 38px; height: 38px;
  border-radius: 999px; background: var(--warm-white); font-size: 20px; line-height: 1;
  display: grid; place-items: center;
}
.modal__close:hover { background: var(--line); }
.modal h2 { font-size: 30px; margin-bottom: 6px; }
.modal__sub { color: var(--ink-soft); font-size: 15px; margin-bottom: 24px; }
body.modal-open { overflow: hidden; }

/* ---------- Coverage page ---------- */
.cov-hero { padding-top: 56px; }
.cov-hero h1 { font-size: clamp(40px,6.5vw,80px); }
.cov-hero .lead { margin-top: 22px; max-width: 56ch; }
.cov-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.cov-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.cov-card__icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 18px; }
.cov-card__icon svg { width: 26px; height: 26px; }
.ic-shield { background: rgba(77,125,255,.12); color: var(--blue); }
.ic-heart  { background: rgba(255,106,33,.12); color: var(--orange); }
.ic-check  { background: rgba(198,226,59,.28); color: #5e7a13; }
.cov-check { display: flex; align-items: center; gap: 8px; margin: 16px 0 4px; font-weight: 700; font-size: 14px; color: var(--charcoal); }
.cov-check .ico svg { width: 18px; height: 18px; }
.cov-card h3 { font-size: 20px; margin-bottom: 12px; }
.cov-card p { font-size: 14px; color: var(--ink-soft); flex: 1; }
.cov-card__foot { display: flex; justify-content: space-between; align-items: center; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.cov-card__meta { font-size: 12.5px; color: var(--ink-soft); }
.cov-card__meta.ok::before { content: "● "; color: #3bb24a; }
.cov-card__link { font-size: 13px; font-weight: 700; color: var(--blue); }
.cov-note { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 20px 24px; margin-top: 22px; display: flex; gap: 14px; font-size: 14px; color: var(--ink-soft); }
.cov-note strong { color: var(--ink); }
.cov-area { background: #fff; }
.cov-area__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.hoods { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 26px; }
.hood { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 500; }
.hood::before { content: "📍"; font-size: 15px; }
.cov-map { border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
.cov-map iframe { display: block; width: 100%; height: 400px; border: 0; }
.final-cta { text-align: center; }
.final-cta h2 { font-size: clamp(32px,5vw,52px); margin-bottom: 14px; }
.final-cta p { color: var(--ink-soft); margin-bottom: 26px; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; margin: 36px auto 0; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; background: none; padding: 22px 0; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-family: var(--font-display); font-weight: 800; font-size: 18px; color: var(--ink); }
.faq-q span.icon { font-size: 22px; color: var(--blue); transition: transform .2s; flex: 0 0 auto; }
.faq-item.is-open .faq-q span.icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; }
.faq-a p { padding: 0 0 22px; color: var(--ink-soft); font-size: 15px; max-width: 64ch; }

/* ---------- Page header (standalone pages) ---------- */
.pagehead { padding-top: 56px; padding-bottom: 8px; }
.pagehead h1 { font-size: clamp(40px, 6.5vw, 80px); }
.pagehead .lead { margin-top: 20px; max-width: 56ch; }
.nav__links a.is-active { opacity: 1; font-weight: 700; color: var(--blue); }

/* ---------- CTA band (reused across pages) ---------- */
.ctaband { background: var(--charcoal); color: #fff; }
.ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.ctaband h2 { font-size: clamp(30px, 4vw, 48px); max-width: 16ch; }
.ctaband h2 .text-lime { color: var(--lime); }
.ctaband p { color: rgba(255,255,255,.7); margin-top: 12px; max-width: 46ch; font-size: 16px; }

/* ---------- Hero (two-column) + carousel photo card ---------- */
.hero { padding: 40px 0 24px; }
.hero__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.hcar__viewport { overflow: hidden; }
.hcar__track { display: flex; transition: transform .6s cubic-bezier(.4, 0, .2, 1); will-change: transform; }
.hcar__slide { position: relative; flex: 0 0 100%; aspect-ratio: 3 / 2; }
.hcar__overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(29,29,29,.55), transparent 46%); }
.hcar__label { position: absolute; left: 0; right: 0; bottom: 0; color: #fff; padding: 22px 22px 18px; font-family: var(--font-display); font-weight: 800; font-size: clamp(22px, 2.4vw, 30px); line-height: 1; }
.hcar__dots { position: absolute; right: 16px; bottom: 16px; display: flex; gap: 7px; }
.hcar__dot { width: 8px; height: 8px; border-radius: 999px; background: rgba(255,255,255,.55); transition: width .2s, background .2s; }
.hcar__dot.is-active { background: #fff; width: 22px; }

/* ---------- Service card 'See more' ---------- */
.scard__more { margin-top: 14px; align-self: flex-start; background: none; padding: 0; font-size: 13px; font-weight: 700; color: var(--blue); cursor: pointer; }
.scard__more:hover { text-decoration: underline; }

/* ---------- Form: grid + dynamic fields ---------- */
.form__grid { display: flex; flex-wrap: wrap; gap: 0 18px; }
.form__grid .form__field { flex: 1 1 100%; }
.form__grid .form__field.is-half { flex: 1 1 calc(50% - 9px); }
.link-add { background: none; color: var(--blue); font-weight: 700; font-size: 14px; padding: 8px 0 2px; cursor: pointer; }
.dogblock__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.dog-remove { background: none; color: var(--orange); font-size: 13px; font-weight: 600; cursor: pointer; }
.radio-row { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 4px; }
.radio { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 500; cursor: pointer; border: 1.5px solid var(--line); border-radius: 999px; padding: 9px 16px; }
.radio input { accent-color: var(--blue); }
.chip-select { display: flex; flex-wrap: wrap; gap: 9px; padding-top: 4px; }
.chiptag { font-size: 14px; font-weight: 600; background: #fff; border: 1.5px solid var(--line); padding: 8px 15px; border-radius: 999px; color: var(--ink); cursor: pointer; transition: all .15s; }
.chiptag:hover { border-color: var(--charcoal); }
.chiptag.is-active { background: var(--blue); color: #fff; border-color: var(--blue); }
.multidate { display: flex; gap: 10px; }
.multidate .md-input { flex: 1; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 15px; }
.multidate .md-add { padding: 10px 18px; }
.md-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.md-chip { display: inline-flex; align-items: center; gap: 7px; background: var(--warm-white); border: 1px solid var(--line); padding: 6px 12px; border-radius: 999px; font-size: 13px; font-weight: 500; }
.md-chip button { background: none; font-size: 16px; line-height: 1; color: var(--ink-soft); cursor: pointer; }
.form__note-box { background: rgba(255,106,33,.08); border: 1px solid rgba(255,106,33,.25); color: #9a3d12; border-radius: 12px; padding: 13px 16px; font-size: 13.5px; line-height: 1.5; margin-top: 14px; }
.svc-fields:empty { display: none; }

/* ---------- Service modal extras ---------- */
.modal__media { border-radius: 16px; overflow: hidden; aspect-ratio: 16 / 8; margin-bottom: 22px; }
.modal__title { font-size: 30px; }
.modal__price { display: flex; flex-direction: column; gap: 5px; margin: 22px 0 24px; }
.modal__price span { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--blue); line-height: 1.15; }
.modal__includes { margin: 22px 0 26px; }
.modal__includes h4 { font-family: var(--font-display); font-weight: 800; font-size: 16px; margin-bottom: 13px; }
.modal__includes ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.modal__includes li { position: relative; padding-left: 30px; font-size: 14.5px; color: var(--ink-soft); }
.modal__includes li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 20px; height: 20px; background: var(--lime); border: 1.5px solid var(--charcoal); border-radius: 999px; font-size: 11px; font-weight: 900; color: var(--charcoal); display: grid; place-items: center; }

/* ---------- Services: 'See pricing & add-ons' link (right of heading) ---------- */
.svc-pricing-link { align-self: flex-end; font-weight: 700; font-size: 14px; color: var(--blue); white-space: nowrap; }
.svc-pricing-link:hover { text-decoration: underline; }

/* Honeypot field (spam trap) — hidden from people */
.hp-field { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Coverage + pricing modals ---------- */
.svc-pricing-link { background: none; border: none; cursor: pointer; }
.cov-card__link { background: none; border: none; cursor: pointer; }
.covm-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.covm-icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: 0 0 46px; }
.covm-icon svg { width: 22px; height: 22px; }
.covm-status { display: inline-block; font-size: 12px; font-weight: 700; color: #2f8a3e; margin-top: 3px; }
.covm-meta { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.covm-meta__l { flex: 0 0 130px; color: var(--ink-soft); font-weight: 600; }
.covm-sec { margin-top: 20px; }
.covm-sec h4, .pm-sec h4 { font-family: var(--font-display); font-weight: 800; font-size: 15px; margin-bottom: 12px; }
.covm-covers { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.covm-covers li { position: relative; padding-left: 28px; font-size: 14.5px; color: var(--ink-soft); }
.covm-covers li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: rgba(77,112,255,.12); color: var(--blue); border-radius: 999px; font-size: 12px; font-weight: 800; display: grid; place-items: center; }
.covm-limits { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.covm-row { display: flex; justify-content: space-between; gap: 14px; padding: 11px 14px; font-size: 14px; border-bottom: 1px solid var(--line); }
.covm-row:last-child { border-bottom: none; }
.covm-row span { color: var(--ink-soft); }
.covm-row strong { color: var(--ink); text-align: right; }
.covm-sec + .btn, .pm-body + .btn { margin-top: 24px; }

.pm-body { margin: 6px 0 4px; }
.pm-sec { margin-bottom: 22px; }
.pm-sec h4 { padding-bottom: 7px; border-bottom: 2px solid var(--lime); display: inline-block; }
.pm-row { display: flex; justify-content: space-between; gap: 14px; padding: 8px 0; font-size: 14.5px; border-bottom: 1px solid var(--line); }
.pm-row span { color: var(--ink-soft); }
.pm-row strong { color: var(--blue); white-space: nowrap; }
.pm-note { font-size: 13px; color: var(--ink-soft); margin-top: 10px; line-height: 1.55; }
.footer__pay { opacity: .85; font-size: 13px; margin-top: 6px; }

/* ---------- Modal entrance + form states + success ---------- */
@keyframes overlayFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modalPop { from { opacity: 0; transform: translateY(10px) scale(.985); } to { opacity: 1; transform: none; } }
.modal-overlay.is-open { animation: overlayFade .18s ease; }
.modal-overlay.is-open .modal { animation: modalPop .28s cubic-bezier(.2,.7,.2,1); }

.btn.is-loading { opacity: .9; cursor: progress; pointer-events: none; }
.btn-spin { width: 16px; height: 16px; border-radius: 50%; border: 2px solid rgba(255,255,255,.45); border-top-color: #fff; display: inline-block; animation: spin .7s linear infinite; }
.btn--lime .btn-spin { border-color: rgba(29,29,29,.3); border-top-color: var(--charcoal); }
@keyframes spin { to { transform: rotate(360deg); } }

.success-pop { text-align: center; padding: 14px 8px 4px; }
.success-pop__icon { width: 78px; height: 78px; border-radius: 999px; background: rgba(77,125,255,.12); color: var(--blue); display: grid; place-items: center; margin: 0 auto 22px; animation: popIcon .42s .05s both cubic-bezier(.2,.8,.2,1.2); }
.success-pop__icon svg { width: 42px; height: 42px; }
.success-pop h2 { font-size: 28px; margin-bottom: 12px; }
.success-pop p { color: var(--ink-soft); font-size: 16px; max-width: 34ch; margin: 0 auto 26px; }
@keyframes popIcon { from { opacity: 0; transform: scale(.4); } to { opacity: 1; transform: scale(1); } }
.form-inline-done { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; font-weight: 600; color: var(--ink); }

/* ---------- Compact nav button + header on scroll ---------- */
.btn--sm { padding: 9px 18px; font-size: 14px; }
.header { transition: box-shadow .2s ease; }
.header.is-scrolled { box-shadow: 0 10px 30px -20px rgba(29,29,29,.4); }

/* ---------- Scroll reveal (Stage 4) ---------- */
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.7,.2,1); }
.reveal--in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

@media (prefers-reduced-motion: reduce) {
  .modal-overlay.is-open, .modal-overlay.is-open .modal, .success-pop__icon, .btn-spin { animation: none !important; }
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav__links, .nav .btn { display: none; }
  .nav__toggle { display: block; }
  .nav.is-open .nav__links {
    display: flex; flex-direction: column; gap: 18px;
    position: absolute; top: 72px; left: 0; right: 0;
    background: var(--warm-white); padding: 24px; border-bottom: 1px solid var(--line);
  }
  .nav.is-open .nav__links a { font-size: 18px; }
  .hero__grid, .approach__grid, .cov-area__grid { grid-template-columns: 1fr; }
  .about__lead { grid-template-columns: 1fr; text-align: center; gap: 28px; }
  .about__photo { width: 200px; height: 200px; }
  .about__text p { margin-left: auto; margin-right: auto; }
  .hero__card { aspect-ratio: 16/11; }
  .steps { grid-template-columns: 1fr 1fr; }
  .team { grid-template-columns: 1fr; gap: 40px; }
  .reviews__grid { columns: 2; }
  .cov-cards { grid-template-columns: 1fr; }
  .section { padding: 72px 0; }
}
@media (max-width: 560px) {
  .steps { grid-template-columns: 1fr; }
  .reviews__grid { columns: 1; }
  .form__row { grid-template-columns: 1fr; }
  .form__grid .form__field.is-half { flex: 1 1 100%; }
  .multidate { flex-direction: column; }
  .multidate .md-add { width: 100%; }
  .hcar__arrow { width: 40px; height: 40px; font-size: 20px; }
  .hcar__prev { left: 10px; } .hcar__next { right: 10px; }
  .hoods { grid-template-columns: 1fr; }
  .formcard, .modal { padding: 24px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; }
}
