/* Quick Dry — service page styles. Loads AFTER styles.css and reuses its tokens. */

/* preview switcher (design tool — not part of the production page) */
.svc-switch {
  position: fixed; top: 50%; right: 14px; transform: translateY(-50%); z-index: 80;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 12px 13px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 7px; width: 190px;
}
.svc-switch small { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }
.svc-switch select { width: 100%; padding: 9px 10px; border: 1.5px solid var(--line); border-radius: var(--r-sm); font-family: var(--font-body); font-size: 14px; color: var(--ink); background: var(--surface-2); }
@media (max-width: 1100px) { .svc-switch { display: none; } }

/* breadcrumb */
.crumb { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--muted); font-family: var(--font-display); font-weight: 600; margin-bottom: 22px; flex-wrap: wrap; }
.crumb a { color: var(--brand-700); }
.crumb a:hover { text-decoration: underline; }
.crumb span.sep { color: var(--line); }
.crumb .here { color: var(--ink-soft); }

/* service hero */
.svc-hero { position: relative; overflow: hidden;
  background: radial-gradient(120% 90% at 90% -10%, var(--teal-tint), transparent 58%), linear-gradient(180deg, var(--surface-2), var(--bg)); }
.svc-hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 72px); align-items: center; padding-block: clamp(40px, 5vw, 76px); }
.svc-hero .eyebrow { margin-bottom: 16px; }
.svc-hero .tag-ic { width: 58px; height: 58px; border-radius: 15px; display: grid; place-items: center; background: var(--navy-900); color: var(--teal); margin-bottom: 20px; }
.svc-hero .tag-ic svg { width: 30px; height: 30px; }
.svc-hero h1 { font-size: clamp(34px, 5vw, 58px); letter-spacing: -0.03em; }
.svc-hero .lede { font-size: clamp(17px, 2vw, 20px); color: var(--ink-soft); margin-top: 20px; max-width: 42ch; }
.svc-hero .hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.svc-hero .hero-assure { display: flex; flex-wrap: wrap; gap: 14px 24px; margin-top: 28px; padding: 0; margin-bottom: 0; }
.svc-hero .hero-assure li { list-style: none; display: flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; color: var(--ink-soft); }
.svc-hero .hero-assure svg { width: 19px; height: 19px; color: var(--teal); flex: none; }
.svc-hero-media { position: relative; }
.svc-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-hero-photo { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 5/4; box-shadow: var(--shadow-lg); background: var(--tint); }
.svc-hero-media .float {
  position: absolute; left: -22px; bottom: -22px; background: #fff; border-radius: var(--r); padding: 14px 18px;
  box-shadow: var(--shadow-lg); display: flex; align-items: center; gap: 12px; border: 1px solid var(--line-soft);
}
.svc-hero-media .float .ring { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--teal-tint); color: var(--brand-700); flex: none; }
.svc-hero-media .float .ring svg { width: 22px; height: 22px; }
.svc-hero-media .float b { font-family: var(--font-display); font-size: 17px; display: block; line-height: 1.1; color: var(--ink); }
.svc-hero-media .float small { font-size: 12px; color: var(--muted); }
@media (max-width: 940px) {
  .svc-hero .wrap { grid-template-columns: 1fr; }
  .svc-hero-media { max-width: 520px; }
  .svc-hero-photo { aspect-ratio: 16/10; }
}

/* overview: text + image */
.svc-overview .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(32px, 5vw, 68px); align-items: center; }
.svc-overview .ov-img { border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow); background: var(--tint); }
.svc-overview .ov-img img { width: 100%; height: 100%; object-fit: cover; }
.svc-overview h2 { font-size: clamp(26px, 3.4vw, 40px); }
.svc-overview p { color: var(--ink-soft); font-size: 18px; margin-top: 18px; }
@media (max-width: 900px) { .svc-overview .wrap { grid-template-columns: 1fr; } .svc-overview .ov-img { order: -1; } }

/* "what's included" checklist */
.svc-included { background: var(--surface-2); }
.incl-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 40px; }
.incl {
  display: flex; align-items: flex-start; gap: 14px; padding: 20px 22px; background: #fff;
  border: 1px solid var(--line-soft); border-radius: var(--r); font-size: 16.5px; font-weight: 600; color: var(--ink);
}
.incl .tick { flex: none; width: 26px; height: 26px; border-radius: 50%; background: var(--teal-tint); color: var(--brand-700); display: grid; place-items: center; margin-top: 1px; }
.incl .tick svg { width: 15px; height: 15px; }
@media (max-width: 680px) { .incl-grid { grid-template-columns: 1fr; } }

/* related services */
.rel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.rel {
  display: flex; flex-direction: column; gap: 12px; padding: 22px; background: var(--surface);
  border: 1px solid var(--line-soft); border-radius: var(--r-lg); transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
.rel:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--brand-300); }
.rel .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: var(--teal-tint); color: var(--brand-700); }
.rel .ic svg { width: 24px; height: 24px; }
.rel h3 { font-size: 17px; letter-spacing: -0.01em; }
.rel .go { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 13.5px; color: var(--brand-700); font-family: var(--font-display); }
.rel .go svg { width: 14px; height: 14px; transition: transform .18s; }
.rel:hover .go svg { transform: translateX(4px); }
@media (max-width: 1000px) { .rel-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .rel-grid { grid-template-columns: 1fr; } }

/* service FAQ reuses .qa/.faq-list; give it a centered head + single column */
.svc-faq .faq-list { max-width: 820px; margin-inline: auto; }
