/* =========================================================
   PRIME TECH ENGINEERING — Single Service page
   Extends "Meridian" · same tokens, same voice
   Loaded AFTER styles.css — reuses all shared components
   ========================================================= */

:root {
  --danger: #c1443b;
  --danger-soft: #fbecea;
  --ok: #1f9d6b;
  --field-bg: #fbfdfd;
}

/* ============================== BREADCRUMB ============================== */
.crumb-bar {
  background: var(--surface);
  border-bottom: var(--hair);
}
.crumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 14px 0;
  font-size: 13.5px;
  color: var(--muted);
}
.crumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  transition: color var(--t-fast) var(--ease);
}
.crumb a:hover { color: var(--accent-deep); }
.crumb a .ico { width: 15px; height: 15px; color: var(--accent-deep); }
.crumb .sep { color: var(--dot-idle); font-weight: 600; user-select: none; }
.crumb [aria-current] { color: var(--ink); font-weight: 600; }

/* ============================== SERVICE HERO ============================== */
.svc-hero {
  position: relative;
  background: var(--surface-alt);
  overflow: hidden;
  border-bottom: var(--hair);
}
.svc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(11, 31, 42, 0.05) 0 1.4px, transparent 2px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(115deg, #000 8%, transparent 46%);
  mask-image: linear-gradient(115deg, #000 8%, transparent 46%);
  pointer-events: none;
}
.svc-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 56px;
  padding: 60px 0 68px;
}
.svc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  padding: 7px 15px 7px 11px;
  border-radius: var(--r-chip);
  background: var(--surface);
  border: var(--hair);
  box-shadow: var(--sh-rest);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--muted);
}
.svc-hero__badge .ico { width: 20px; height: 20px; color: var(--accent); }
.svc-hero__badge b { color: var(--ink); font-weight: 700; }
.svc-hero h1 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: -0.6px;
  color: var(--ink);
  text-wrap: balance;
}
.svc-hero h1 span { color: var(--accent); }
.svc-hero__lead {
  max-width: 520px;
  margin: 20px 0 26px;
  font-size: 18px;
  line-height: 1.62;
  color: var(--muted);
}

/* rating row under lead */
.svc-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  padding: 10px 16px;
  border-radius: var(--r-chip);
  background: var(--surface);
  border: var(--hair);
}
.svc-hero__stars { display: inline-flex; }
.svc-hero__stars .ico { width: 17px; height: 17px; color: var(--star); }
.svc-hero__rating b { font-family: "Fraunces", serif; font-weight: 600; color: var(--ink); font-feature-settings: "tnum" 1; }
.svc-hero__rating small { font-size: 12.5px; color: var(--muted); }
.svc-hero__rating .dot { color: var(--dot-idle); }

.svc-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: var(--hair);
  border-radius: var(--r-card);
  background: var(--surface);
  overflow: hidden;
  max-width: 520px;
  margin-bottom: 30px;
  box-shadow: var(--sh-rest);
}
.svc-facts__cell {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 15px 16px;
}
.svc-facts__cell + .svc-facts__cell { border-left: var(--hair); }
.svc-facts__cell .ico { width: 24px; height: 24px; color: var(--accent); flex: none; }
.svc-facts__cell b { display: block; font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.svc-facts__cell small { display: block; font-size: 12px; color: var(--muted); }

.svc-hero__actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }

/* hero media */
.svc-hero__media { position: relative; }
.svc-hero__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4 / 4.3;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(14, 124, 116, 0.45), var(--sh-float);
}
.svc-hero__frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 30%; }
.svc-hero__pricetag {
  position: absolute;
  top: 18px; left: -16px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: var(--r-card);
  box-shadow: var(--sh-float);
}
.svc-hero__pricetag .ico { width: 30px; height: 30px; color: var(--accent); }
.svc-hero__pricetag span { display: flex; flex-direction: column; line-height: 1.15; }
.svc-hero__pricetag small { font-size: 11.5px; color: var(--muted); font-weight: 600; }
.svc-hero__pricetag b { font-family: "Fraunces", serif; font-weight: 600; font-size: 22px; color: var(--ink); font-feature-settings: "tnum" 1; }
.svc-hero__seal {
  position: absolute;
  right: -14px; bottom: 22px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 15px;
  background: var(--base);
  color: var(--on-dark);
  border-radius: var(--r-card);
  box-shadow: var(--sh-float);
}
.svc-hero__seal .ico { width: 24px; height: 24px; color: var(--accent-on-dark); flex: none; }
.svc-hero__seal span { display: flex; flex-direction: column; line-height: 1.2; }
.svc-hero__seal b { font-size: 13.5px; font-weight: 700; color: #fff; }
.svc-hero__seal small { font-size: 11.5px; color: var(--on-dark-muted); }

/* ============================== OVERVIEW ============================== */
.overview__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: start;
}
.overview__body .kicker { margin-bottom: 18px; }
.overview__body h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.16;
  letter-spacing: -0.4px;
  color: var(--ink);
  text-wrap: balance;
}
.overview__body > p { margin: 18px 0 0; font-size: 16.5px; line-height: 1.7; color: var(--text); }
.overview__body > p + p { margin-top: 16px; }

.incl-list {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
}
.incl-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  color: var(--text);
  line-height: 1.5;
}
.incl-list .ico {
  width: 22px; height: 22px;
  flex: none;
  margin-top: 1px;
  color: var(--accent);
  background: var(--accent-soft);
  border-radius: 50%;
  padding: 3px;
  box-shadow: inset 0 0 0 1px rgba(10, 90, 83, 0.18);
  stroke-width: 2.4;
}

/* glance card */
.glance {
  position: sticky;
  top: 96px;
  background: #fff;
  border: var(--hair);
  border-radius: var(--r-card);
  box-shadow: var(--sh-rest);
  overflow: hidden;
}
.glance__head {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 24px;
  background: linear-gradient(180deg, var(--accent-soft), #fff);
  border-bottom: var(--hair);
}
.glance__icon {
  width: 46px; height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(10, 90, 83, 0.22);
  color: var(--accent);
}
.glance__icon .ico { width: 26px; height: 26px; }
.glance__head b { display: block; font-size: 16px; font-weight: 700; color: var(--ink); }
.glance__head small { font-size: 12.5px; color: var(--muted); }
.glance__rows { padding: 8px 24px; }
.glance__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 0;
  font-size: 14.5px;
}
.glance__row + .glance__row { border-top: var(--hair); }
.glance__row .k { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); }
.glance__row .k .ico { width: 18px; height: 18px; color: var(--accent-deep); }
.glance__row .v { font-weight: 700; color: var(--ink); text-align: right; }
.glance__row .v .from { font-weight: 600; color: var(--muted); font-size: 12.5px; margin-right: 4px; }
.glance__cta { padding: 8px 24px 24px; }
.glance__note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 12.5px;
  color: var(--muted);
}
.glance__note .ico { width: 15px; height: 15px; color: var(--accent); }

/* problems we fix */
.problems { margin-top: 64px; }
.problems__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--ink);
}
.problems__title .ico { width: 20px; height: 20px; color: var(--accent); }
.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--grid-gap);
}
.problem {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 20px;
  background: #fff;
  border: var(--hair);
  border-radius: var(--r-card);
  transition: transform var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
}
.problem:hover { transform: translateY(-3px); border-color: var(--accent); box-shadow: var(--sh-hover); }
.problem__ico {
  width: 40px; height: 40px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--accent-soft);
  box-shadow: inset 0 0 0 1px rgba(10, 90, 83, 0.18);
  color: var(--accent);
}
.problem__ico .ico { width: 22px; height: 22px; }
.problem b { display: block; font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.problem p { margin: 5px 0 0; font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ============================== GALLERY ============================== */
.svc-gallery { background: var(--surface); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 176px;
  gap: 16px;
}
.gallery-item {
  position: relative;
  display: block;
  width: 100%; height: 100%;
  padding: 0;
  border: 0;
  border-radius: var(--r-card);
  overflow: hidden;
  cursor: zoom-in;
  background: var(--surface-alt);
  box-shadow: var(--sh-rest);
}
.gallery-item--wide { grid-column: span 2; }
.gallery-item--tall { grid-row: span 2; }
.gallery-item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item__veil {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
  background: linear-gradient(0deg, rgba(8, 22, 30, 0.72), rgba(8, 22, 30, 0.05) 46%, transparent 70%);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
}
.gallery-item:hover .gallery-item__veil,
.gallery-item:focus-visible .gallery-item__veil { opacity: 1; }
.gallery-item__cap {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transform: translateY(6px);
  transition: transform var(--t-base) var(--ease);
}
.gallery-item:hover .gallery-item__cap { transform: none; }
.gallery-item__cap .ico { width: 18px; height: 18px; color: var(--accent-on-dark); }
.gallery-item__tag {
  position: absolute;
  top: 12px; left: 12px;
  padding: 5px 11px;
  border-radius: var(--r-chip);
  background: rgba(255, 255, 255, 0.94);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--accent-deep);
}
.gallery-foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 14.5px;
  color: var(--muted);
}
.gallery-foot .ico { width: 18px; height: 18px; color: var(--accent); }

/* lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(8, 22, 30, 0.94);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.lightbox.is-open { display: grid; }
.lightbox__stage {
  position: relative;
  max-width: min(1040px, 94vw);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox__img {
  max-width: 100%;
  max-height: 74vh;
  border-radius: 12px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
  background: var(--base);
}
.lightbox__cap {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--on-dark);
  font-size: 14.5px;
  font-weight: 600;
}
.lightbox__cap .count { color: var(--on-dark-muted); font-weight: 500; font-feature-settings: "tnum" 1; }
.lightbox__btn {
  position: absolute;
  display: grid;
  place-items: center;
  width: 48px; height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.lightbox__btn:hover { background: var(--accent); border-color: var(--accent); }
.lightbox__btn .ico { width: 22px; height: 22px; stroke-width: 2; }
.lightbox__close { top: -8px; right: -8px; }
/* prev/next overlay the image edges at every width so they never fall into a gutter that isn't there */
.lightbox__prev,
.lightbox__next { top: 50%; transform: translateY(-50%); background: rgba(8, 22, 30, 0.6); }
.lightbox__prev { left: 10px; }
.lightbox__next { right: 10px; }
.lightbox__prev:hover,
.lightbox__next:hover { transform: translateY(-50%) scale(1.05); }
.lightbox__next .ico { transform: scaleX(-1); }

/* ============================== SERVICE PRICING ============================== */
.svc-pricing { background: var(--surface-alt); }
.svc-price__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: start;
}
.rate-panel {
  background: #fff;
  border: var(--hair);
  border-radius: var(--r-card);
  box-shadow: var(--sh-rest);
  overflow: hidden;
}
.rate-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 20px 26px;
  border-bottom: var(--hair);
  background: var(--surface);
}
.rate-panel__head h3 { font-size: 18px; font-weight: 700; color: var(--ink); }
.rate-panel__head span { font-size: 12.5px; color: var(--muted); }
.rate-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 16px 26px;
}
.rate-row + .rate-row { border-top: var(--hair); }
.rate-row__job b { display: block; font-size: 15px; font-weight: 600; color: var(--ink); }
.rate-row__job small { font-size: 12.5px; color: var(--muted); }
.rate-row__price {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--accent-deep);
  white-space: nowrap;
  font-feature-settings: "tnum" 1;
}
.rate-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px 26px;
  background: var(--accent-soft);
  border-top: var(--hair);
  font-size: 13px;
  color: var(--accent-deep);
  line-height: 1.5;
}
.rate-note .ico { width: 18px; height: 18px; flex: none; margin-top: 1px; color: var(--accent); }

/* ============================== BOOKING FORM ============================== */
.book {
  position: relative;
  background:
    radial-gradient(120% 130% at 88% 0%, rgba(14, 124, 116, 0.06), transparent 52%),
    var(--surface);
  border-top: var(--hair);
}
.book__grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 30px;
  align-items: stretch;
}
.book__form {
  position: relative;
  padding: 34px;
  background: #fff;
  border: var(--hair);
  border-radius: var(--r-banner);
  box-shadow: var(--sh-rest);
}
.book__form-head { margin-bottom: 24px; }
.book__form-head h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.14;
  letter-spacing: -0.3px;
  color: var(--ink);
}
.book__form-head p { margin: 8px 0 0; font-size: 15px; color: var(--muted); }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.field { display: flex; flex-direction: column; gap: 7px; margin-bottom: 18px; }
.field:last-of-type { margin-bottom: 0; }
.field > label {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: 0.1px;
}
.field .req { color: var(--accent); }
.field .opt { color: var(--muted); font-weight: 500; }

.input,
.select,
.textarea {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--field-bg);
  border: 1px solid var(--line);
  border-radius: 11px;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
  appearance: none;
  -webkit-appearance: none;
}
.textarea { height: auto; min-height: 118px; padding: 13px 15px; line-height: 1.55; resize: vertical; }
.input::placeholder,
.textarea::placeholder { color: #9aa8ad; }
.input:hover,
.select:hover,
.textarea:hover { border-color: #cbd6d7; }
.input:focus,
.select:focus,
.textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: #fff;
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.select-wrap { position: relative; }
.select-wrap::after {
  content: "";
  position: absolute;
  right: 16px; top: 50%;
  width: 9px; height: 9px;
  border-right: 2px solid var(--accent-deep);
  border-bottom: 2px solid var(--accent-deep);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.select { padding-right: 40px; cursor: pointer; }

.field__err {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: var(--danger);
}
.field__err .ico { width: 14px; height: 14px; color: var(--danger); }
.field.is-invalid .input,
.field.is-invalid .select,
.field.is-invalid .textarea { border-color: var(--danger); background: var(--danger-soft); }
.field.is-invalid .field__err { display: flex; }

.form-consent-field { margin: 4px 0 22px; }
.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}
.form-consent input {
  width: 18px; height: 18px;
  margin: 2px 0 0;
  flex: none;
  accent-color: var(--accent);
}
.form-consent a { color: var(--accent-deep); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.form-consent-field .field__err { margin-top: 9px; }
.form-consent-field.is-invalid .field__err { display: flex; }
.form-consent-field.is-invalid .form-consent { color: var(--danger); }
.form-consent-field.is-invalid input { outline: 2px solid var(--danger); outline-offset: 3px; border-radius: 3px; }

.book__submit .btn { width: 100%; }
.form-reassure {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: var(--hair);
}
.form-reassure span { display: inline-flex; align-items: center; gap: 7px; font-size: 12.5px; font-weight: 600; color: var(--muted); }
.form-reassure .ico { width: 16px; height: 16px; color: var(--accent); stroke-width: 2.4; }

/* success state */
.form-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 10px;
}
.book__form.is-sent .form-body { display: none; }
.book__form.is-sent .form-success { display: flex; }
.form-success__mark {
  width: 66px; height: 66px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(10, 90, 83, 0.2);
}
.form-success__mark .ico { width: 34px; height: 34px; stroke-width: 2.4; }
.form-success h3 { font-family: "Fraunces", serif; font-weight: 600; font-size: 24px; color: var(--ink); }
.form-success p { margin: 10px 0 22px; max-width: 40ch; font-size: 15px; color: var(--muted); }

/* aside panel */
.book__aside {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 32px 30px;
  border-radius: var(--r-banner);
  background:
    radial-gradient(120% 130% at 100% 0%, rgba(14, 124, 116, 0.32), transparent 56%),
    var(--base);
  color: var(--on-dark);
  box-shadow: var(--sh-float), var(--sh-banner-inset);
  border-top: 1px solid rgba(63, 166, 156, 0.5);
}
.book__aside-status {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 7px 14px 7px 12px;
  border-radius: var(--r-chip);
  background: rgba(63, 166, 156, 0.12);
  border: 1px solid rgba(63, 166, 156, 0.32);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent-on-dark);
}
.book__aside-status .pulse {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #46d3a0;
  animation: ctapulse 2.2s var(--ease) infinite;
}
.book__aside h3 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.18;
  color: #fff;
  text-wrap: balance;
}
.book__aside > p { margin: 10px 0 22px; font-size: 14.5px; color: var(--on-dark-muted); line-height: 1.6; }

.book__phone {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 12px;
  font-family: "Fraunces", Georgia, serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  transition: color var(--t-fast) var(--ease);
}
.book__phone .ico { width: 24px; height: 24px; color: var(--accent-on-dark); }
.book__phone:hover { color: var(--accent-on-dark); }
.book__hours {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 13px;
  color: var(--on-dark-muted);
}
.book__hours .ico { width: 16px; height: 16px; color: var(--accent-on-dark); }

.book__steps {
  list-style: none;
  margin: 26px 0 0;
  margin-top: auto;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 18px;
  counter-reset: bstep;
}
.book__steps li {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.book__steps li::before {
  counter-increment: bstep;
  content: counter(bstep);
  flex: none;
  width: 30px; height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(63, 166, 156, 0.16);
  border: 1px solid rgba(63, 166, 156, 0.4);
  color: var(--accent-on-dark);
  font-size: 13px;
  font-weight: 700;
  font-family: "Fraunces", serif;
}
.book__steps b { display: block; font-size: 14.5px; font-weight: 700; color: #fff; }
.book__steps small { font-size: 13px; color: var(--on-dark-muted); line-height: 1.5; }

/* ============================== WHY (compact) ============================== */
.svc-why { background: var(--surface); }
.svc-why__grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 56px;
}
.svc-why__copy .kicker { margin-bottom: 18px; }
.svc-why__copy h2 {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.16;
  letter-spacing: -0.4px;
  color: var(--ink);
}
.svc-why__copy h2 span { color: var(--accent); box-shadow: inset 0 -2px 0 var(--accent); }
.svc-why__copy p { margin: 18px 0 26px; font-size: 16px; color: var(--muted); line-height: 1.62; }

/* ============================== RELATED ============================== */
.svc-related { background: var(--surface-alt); }
.related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--grid-gap);
  max-width: 820px;
  margin: 0 auto;
}

/* ============================== RESPONSIVE ============================== */
@media (max-width: 1080px) {
  .svc-hero h1 { font-size: 46px; }
  .overview__grid { gap: 40px; }
  .svc-why__grid { grid-template-columns: 1fr; gap: 36px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .svc-hero__inner { grid-template-columns: 1fr; gap: 36px; padding: 40px 0 48px; }
  .svc-hero__media { order: -1; max-width: 440px; margin-inline: auto; }
  .svc-hero h1 { font-size: 42px; }
  .svc-facts { max-width: 100%; }

  .overview__grid { grid-template-columns: 1fr; gap: 34px; }
  .glance { position: static; max-width: 460px; margin-inline: auto; }
  .incl-list { grid-template-columns: 1fr 1fr; }

  .gallery-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 150px; }

  .svc-price__grid { grid-template-columns: 1fr; gap: 26px; max-width: 620px; margin: 0 auto; }
  .book__grid { grid-template-columns: 1fr; gap: 22px; max-width: 640px; margin: 0 auto; }
  .book__aside { order: -1; }
}

@media (max-width: 640px) {
  .svc-hero__inner { padding: 30px 0 40px; }
  .svc-hero h1 { font-size: clamp(30px, 8.4vw, 38px); }
  .svc-hero__lead { font-size: 15.5px; }
  .svc-hero__actions { flex-direction: column; align-items: stretch; }
  .svc-hero__actions .btn { width: 100%; }
  .svc-facts { grid-template-columns: 1fr; max-width: 300px; }
  .svc-facts__cell + .svc-facts__cell { border-left: 0; border-top: var(--hair); }
  .svc-hero__pricetag { left: 10px; top: 12px; padding: 9px 13px; }
  .svc-hero__seal { right: 10px; bottom: 12px; }

  .overview__body h2 { font-size: 27px; }
  .incl-list { grid-template-columns: 1fr; }
  .problems { margin-top: 44px; }
  .problem-grid { grid-template-columns: 1fr; }

  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 130px; gap: 12px; }
  .gallery-item--tall { grid-row: span 1; }
  .gallery-item--wide { grid-column: span 2; }
  .lightbox { padding: 16px; }
  .lightbox__close { top: -4px; right: 0; }

  .book__form { padding: 24px 20px; }
  .book__form-head h3 { font-size: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .book__aside { padding: 26px 22px; }

  .rate-row { padding: 14px 20px; }
  .rate-panel__head { padding: 16px 20px; }

  .svc-why__copy h2 { font-size: 27px; }
  .related-grid { grid-template-columns: 1fr; max-width: 460px; }
}

@media (max-width: 380px) {
  .svc-hero h1 { font-size: 29px; }
  .overview__body h2 { font-size: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-item img { transition: none !important; }
  .book__aside-status .pulse { animation: none !important; }
}
