.elementor-40304 .elementor-element.elementor-element-ab5eda3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-40304 .elementor-element.elementor-element-2accc6d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-40304 .elementor-element.elementor-element-acb9cfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-40304 .elementor-element.elementor-element-ab5eda3{--margin-top:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */.prm-page {
  /* Brand tokens */
  --prm-navy-950: #07111f;
  --prm-navy-900: #0b1730;
  --prm-navy-850: #101f3c;
  --prm-navy-800: #142746;
  --prm-red-500: #f21d33;
  --prm-red-600: #d80e26;
  --prm-red-soft: #ffe5e9;
  --prm-ink: #101a2c;
  --prm-muted: #647087;
  --prm-muted-light: #8b95a8;
  --prm-paper: #f4f5f7;
  --prm-white: #ffffff;
  --prm-gold: #ffbf36;
  --prm-line: rgba(14, 27, 49, 0.14);
  --prm-line-light: rgba(14, 27, 49, 0.08);
  --prm-line-dark: rgba(255, 255, 255, 0.14);

  --prm-font-display: "Manrope", "Helvetica Neue", Arial, sans-serif;
  --prm-font-body: "DM Sans", "Helvetica Neue", Arial, sans-serif;

  --prm-radius-xs: 10px;
  --prm-radius-sm: 16px;
  --prm-radius-md: 24px;
  --prm-radius-lg: 30px;
  --prm-radius-xl: 36px;
  --prm-radius-pill: 999px;

  --prm-shadow-card: 0 22px 65px rgba(7, 17, 31, 0.10);
  --prm-shadow-raised: 0 32px 90px rgba(7, 17, 31, 0.16);
  --prm-shadow-photo: 0 24px 55px rgba(7, 17, 31, 0.18);

  --prm-ease: cubic-bezier(.2, .8, .2, 1);
  --prm-dur-fast: 220ms;
  --prm-dur-ui: 350ms;

  --prm-container: min(1360px, calc(100vw - 56px));
  --prm-section-y: 112px;

  font-family: var(--prm-font-body);
  color: var(--prm-ink);
  background: var(--prm-paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

.prm-page *,
.prm-page *::before,
.prm-page *::after { box-sizing: border-box; }

.prm-page img { max-width: 100%; height: auto; display: block; }

.prm-page :focus-visible {
  outline: 3px solid var(--prm-red-500);
  outline-offset: 3px;
  border-radius: 6px;
}

.prm-container {
  width: var(--prm-container);
  margin-inline: auto;
}

.prm-section { padding-block: var(--prm-section-y); }
.prm-section--tight { padding-block: calc(var(--prm-section-y) * 0.62); }

.prm-section--dark {
  background:
    radial-gradient(circle at 78% 18%, #19345f 0, transparent 34%),
    var(--prm-navy-950);
  color: var(--prm-white);
}

/* ---------- Typography primitives ---------- */
.prm-page .prm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--prm-muted);
  margin: 0 0 18px;
}
.prm-eyebrow--light { color: rgba(255, 255, 255, .62); }
.prm-eyebrow__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--prm-red-500); flex: none;
}

.prm-page .prm-section__title {
  font-family: var(--prm-font-display);
  font-size: clamp(38px, 4.6vw, 68px);
  line-height: .99;
  font-weight: 700;
  letter-spacing: -.055em;
  margin: 0;
  color: inherit;
}
.prm-page .prm-section__title--sm {
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: -.04em;
}

.prm-section__head {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 56px;
}
.prm-section__intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--prm-muted);
  margin: 0;
}
.prm-section__intro--light { color: rgba(255, 255, 255, .72); }

.prm-page .prm-note {
  font-size: 14px;
  color: var(--prm-muted);
  margin: 18px 0 0;
}

.prm-textlink {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
  color: var(--prm-red-500);
  text-decoration: none;
  border-bottom: 2px solid rgba(242, 29, 51, .3);
  padding-bottom: 2px;
  transition: border-color var(--prm-dur-fast) var(--prm-ease);
}
.prm-textlink:hover { border-bottom-color: var(--prm-red-500); }

/* ---------- Buttons ---------- */
.prm-page .prm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 15px 22px 15px 26px;
  border-radius: var(--prm-radius-pill);
  font-family: var(--prm-font-body);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background var(--prm-dur-ui) var(--prm-ease),
              color var(--prm-dur-ui) var(--prm-ease),
              border-color var(--prm-dur-ui) var(--prm-ease),
              transform var(--prm-dur-fast) var(--prm-ease);
}
.prm-page .prm-button:hover { transform: translateY(-2px); }
.prm-page .prm-button--sm { min-height: 48px; font-size: 14px; padding: 12px 18px 12px 22px; }
.prm-page .prm-button--lg { min-height: 60px; font-size: 16px; padding: 18px 24px 18px 30px; }

.prm-button__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px; height: 30px;
  border-radius: 50%;
  flex: none;
  transition: background var(--prm-dur-ui) var(--prm-ease),
              color var(--prm-dur-ui) var(--prm-ease);
}

.prm-page .prm-button--primary {
  background: var(--prm-red-500);
  color: #fff;
  border-color: var(--prm-red-500);
}
.prm-page .prm-button--primary .prm-button__arrow { background: #fff; color: var(--prm-navy-900); }
.prm-page .prm-button--primary:hover {
  background: #fff; color: var(--prm-navy-900); border-color: #fff;
}
.prm-page .prm-button--primary:hover .prm-button__arrow { background: var(--prm-navy-900); color: #fff; }

.prm-page .prm-button--navy {
  background: var(--prm-navy-900);
  color: #fff;
  border-color: var(--prm-navy-900);
}
.prm-page .prm-button--navy .prm-button__arrow { background: var(--prm-red-500); color: #fff; }
.prm-page .prm-button--navy:hover { background: var(--prm-navy-800); border-color: var(--prm-navy-800); }

.prm-page .prm-button--ghost {
  background: transparent;
  color: #fff;
  border-color: var(--prm-line-dark);
}
.prm-page .prm-button--ghost:hover { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .34); }

.prm-page .prm-button--ghost-dark {
  background: transparent;
  color: var(--prm-navy-900);
  border-color: var(--prm-line);
}
.prm-page .prm-button--ghost-dark:hover { background: var(--prm-navy-900); color: #fff; border-color: var(--prm-navy-900); }

/* ---------- HERO ---------- */
.prm-hero {
  background: var(--prm-white);
  padding-block: 86px 96px;
}
.prm-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 68px;
  align-items: center;
}
.prm-page .prm-hero__title {
  font-family: var(--prm-font-display);
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: .96;
  font-weight: 700;
  letter-spacing: -.062em;
  margin: 0 0 24px;
  color: var(--prm-navy-950);
}
.prm-hero__lead {
  font-size: 18px;
  line-height: 1.62;
  color: var(--prm-muted);
  margin: 0 0 32px;
  max-width: 54ch;
}
.prm-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 44px;
}
.prm-page .prm-hero__proof {
  list-style: none;
  margin: 0;
  padding: 28px 0 0;
  border-top: 1px solid var(--prm-line-light);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}
.prm-hero__proof li { display: flex; flex-direction: column; gap: 6px; }
.prm-hero__proof strong {
  font-family: var(--prm-font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--prm-navy-950);
  line-height: 1;
}
.prm-hero__proof span { font-size: 13px; line-height: 1.45; color: var(--prm-muted); }
.prm-star { color: var(--prm-gold); font-size: 20px; margin-left: 2px; }

.prm-hero__media { position: relative; }
.prm-page .prm-hero__card {
  position: relative;
  margin: 0;
  border-radius: var(--prm-radius-xl);
  overflow: hidden;
  box-shadow: var(--prm-shadow-photo);
  aspect-ratio: 4 / 3;
}
.prm-hero__card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.prm-hero__caption {
  position: absolute;
  left: 22px; right: 22px; bottom: 22px;
  background: rgba(7, 17, 31, .82);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  color: #fff;
  padding: 16px 20px;
  border-radius: var(--prm-radius-sm);
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.4;
}
.prm-hero__caption-label {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--prm-red-500);
  margin-bottom: 5px;
}
.prm-hero__badge {
  position: absolute;
  top: -18px; right: -14px;
  background: var(--prm-red-500);
  color: #fff;
  border-radius: var(--prm-radius-sm);
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0 14px 34px rgba(242, 29, 51, .32);
}
.prm-hero__badge strong {
  display: block;
  font-family: var(--prm-font-display);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.03em;
}
.prm-hero__badge span { font-size: 11.5px; opacity: .9; }

/* ---------- TL;DR ---------- */
.prm-tldr { background: var(--prm-white); }
.prm-tldr .prm-section__title { margin-bottom: 42px; }
.prm-tldr__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.prm-tldr__item {
  background: var(--prm-paper);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-md);
  padding: 26px 24px;
}
.prm-page .prm-tldr__item h3 {
  font-family: var(--prm-font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.02em;
  margin: 0 0 10px;
  color: var(--prm-navy-950);
}
.prm-tldr__item p { font-size: 14.5px; line-height: 1.6; color: var(--prm-muted); margin: 0; }

/* ---------- PRICING TABS ---------- */
.prm-pricing { background: var(--prm-paper); }
.prm-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.prm-page .prm-tabs__btn {
  appearance: none;
  font-family: var(--prm-font-body);
  font-size: 14.5px;
  font-weight: 700;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: var(--prm-radius-pill);
  border: 1.5px solid var(--prm-line);
  background: var(--prm-white);
  color: var(--prm-navy-900);
  cursor: pointer;
  transition: background var(--prm-dur-ui) var(--prm-ease),
              color var(--prm-dur-ui) var(--prm-ease),
              border-color var(--prm-dur-ui) var(--prm-ease);
}
.prm-page .prm-tabs__btn:hover { border-color: var(--prm-navy-900); }
.prm-page .prm-tabs__btn.is-active {
  background: var(--prm-navy-900);
  border-color: var(--prm-navy-900);
  color: #fff;
}

.prm-tabs__panel {
  background: var(--prm-white);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-lg);
  padding: 34px;
  box-shadow: var(--prm-shadow-card);
}
.prm-tabs__panel[hidden] { display: none; }
.prm-page .prm-tabs__heading {
  font-family: var(--prm-font-display);
  font-size: clamp(21px, 2.2vw, 28px);
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0 0 22px;
  color: var(--prm-navy-950);
}

.prm-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.prm-page .prm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  min-width: 480px;
}
.prm-table__caption {
  caption-side: top;
  text-align: left;
  font-size: 13.5px;
  color: var(--prm-muted);
  padding-bottom: 14px;
}
.prm-page .prm-table th,
.prm-page .prm-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--prm-line-light);
}
.prm-page .prm-table thead th {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--prm-muted);
  border-bottom: 1.5px solid var(--prm-line);
}
.prm-page .prm-table tbody th {
  font-weight: 700;
  color: var(--prm-navy-950);
}
.prm-page .prm-table tbody td { color: var(--prm-ink); font-variant-numeric: tabular-nums; }
.prm-page .prm-table tbody tr:hover { background: rgba(242, 29, 51, .035); }
.prm-page .prm-table tbody tr:last-child th,
.prm-page .prm-table tbody tr:last-child td { border-bottom: 0; }

.prm-pricing__cta {
  margin-top: 34px;
  background: var(--prm-white);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-lg);
  padding: 28px 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.prm-pricing__cta p {
  margin: 0;
  font-family: var(--prm-font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--prm-navy-950);
}
.prm-pricing__cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- SERVICES ---------- */
.prm-services { background: var(--prm-white); }
.prm-services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.prm-service-card {
  background: var(--prm-paper);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--prm-dur-ui) var(--prm-ease),
              box-shadow var(--prm-dur-ui) var(--prm-ease);
}
.prm-service-card:hover { transform: translateY(-4px); box-shadow: var(--prm-shadow-card); }
.prm-service-card__media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--prm-navy-900); }
.prm-service-card__media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms var(--prm-ease);
}
.prm-service-card:hover .prm-service-card__media img { transform: scale(1.045); }
.prm-service-card__body { padding: 26px 26px 30px; display: flex; flex-direction: column; flex: 1; }
.prm-page .prm-service-card__body h3 {
  font-family: var(--prm-font-display);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.032em;
  margin: 0 0 12px;
  color: var(--prm-navy-950);
}
.prm-service-card__body p { font-size: 15px; line-height: 1.6; color: var(--prm-muted); margin: 0 0 14px; }
.prm-service-card__price {
  margin-top: auto !important;
  font-size: 14px !important;
  color: var(--prm-navy-900) !important;
  padding-top: 14px;
  border-top: 1px solid var(--prm-line-light);
}
.prm-service-card__price strong { color: var(--prm-red-500); font-weight: 800; }
.prm-service-card--flat {
  background: var(--prm-navy-950);
  border-color: var(--prm-navy-950);
  justify-content: center;
}
.prm-service-card--flat .prm-service-card__body { padding: 34px 30px; }
.prm-page .prm-service-card--flat h3 { color: #fff; }
.prm-service-card--flat p { color: rgba(255, 255, 255, .72); margin-bottom: 22px; }
.prm-service-card--flat .prm-button { align-self: flex-start; }

/* ---------- PROCESS ---------- */
.prm-section__head--dark { border-bottom: 1px solid var(--prm-line-dark); padding-bottom: 40px; }
.prm-page .prm-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}
.prm-process__list li {
  border-top: 2px solid var(--prm-red-500);
  padding-top: 22px;
}
.prm-process__num {
  display: block;
  font-family: var(--prm-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--prm-red-500);
  margin-bottom: 14px;
}
.prm-page .prm-process__list h3 {
  font-family: var(--prm-font-display);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -.03em;
  margin: 0 0 10px;
  color: #fff;
}
.prm-process__list p { font-size: 14.5px; line-height: 1.6; color: rgba(255, 255, 255, .66); margin: 0; }

/* ---------- STORE ---------- */
.prm-store { background: var(--prm-white); }
.prm-store__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 30px;
  align-items: stretch;
}
.prm-store__panel {
  background: var(--prm-navy-950);
  color: #fff;
  border-radius: var(--prm-radius-lg);
  padding: 38px 34px;
}
.prm-page .prm-store__name {
  font-family: var(--prm-font-display);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin: 0 0 20px;
}
.prm-page .prm-store__address {
  font-style: normal;
  font-family: var(--prm-font-display);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.028em;
  margin: 0 0 26px;
  color: #fff;
}
.prm-store__meta {
  display: block;
  font-family: var(--prm-font-body);
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, .58);
  margin-top: 6px;
}
.prm-page .prm-store__list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  border-top: 1px solid var(--prm-line-dark);
}
.prm-store__list li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--prm-line-dark);
}
.prm-store__label {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  flex: none;
}
.prm-store__value { font-size: 15px; font-weight: 600; text-align: right; color: #fff; }
.prm-page .prm-store__value--link {
  color: var(--prm-red-500);
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
}
.prm-page .prm-store__value--link:hover { color: #fff; }

.prm-store__hours { margin-bottom: 28px; }
.prm-page .prm-store__hours-title {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
  margin: 0 0 12px;
}
.prm-page .prm-hours { width: 100%; border-collapse: collapse; font-size: 14px; }
.prm-page .prm-hours th,
.prm-page .prm-hours td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  color: rgba(255, 255, 255, .82);
  font-weight: 500;
  text-align: left;
}
.prm-page .prm-hours td { text-align: right; font-variant-numeric: tabular-nums; }
.prm-page .prm-hours tr:last-child th,
.prm-page .prm-hours tr:last-child td { border-bottom: 0; }

.prm-store__actions { display: flex; flex-wrap: wrap; gap: 12px; }

.prm-store__map {
  border-radius: var(--prm-radius-lg);
  overflow: hidden;
  min-height: 480px;
  box-shadow: var(--prm-shadow-card);
  background: var(--prm-paper);
}
.prm-store__map iframe { width: 100%; height: 100%; min-height: 480px; border: 0; display: block; }

/* ---------- AREAS ---------- */
.prm-areas { background: var(--prm-paper); }
.prm-areas__intro {
  font-size: 17px;
  line-height: 1.65;
  color: var(--prm-muted);
  margin: 20px 0 30px;
  max-width: 70ch;
}
.prm-page .prm-areas__list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.prm-areas__list li {
  background: var(--prm-white);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-pill);
  padding: 10px 20px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--prm-navy-900);
}
.prm-areas__note {
  font-size: 16px;
  line-height: 1.68;
  color: var(--prm-muted);
  margin: 0;
  max-width: 78ch;
  border-left: 3px solid var(--prm-red-500);
  padding-left: 22px;
}

/* ---------- REVIEWS ---------- */
.prm-reviews { background: var(--prm-white); }
.prm-reviews__panel {
  display: grid;
  grid-template-columns: .34fr .66fr;
  gap: 44px;
  align-items: start;
  background: var(--prm-paper);
  border-radius: var(--prm-radius-xl);
  padding: 46px 44px;
  margin-bottom: 26px;
}
.prm-reviews__score { text-align: center; }
.prm-reviews__stars { display: block; font-size: 26px; color: var(--prm-gold); letter-spacing: 3px; }
.prm-page .prm-reviews__number {
  display: block;
  font-family: var(--prm-font-display);
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: 1;
  color: var(--prm-navy-950);
  margin: 10px 0 12px;
}
.prm-reviews__label { font-size: 14px; line-height: 1.5; color: var(--prm-muted); }
.prm-reviews__body p { font-size: 16.5px; line-height: 1.66; color: var(--prm-muted); margin: 18px 0 20px; }
.prm-page .prm-reviews__themes { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.prm-reviews__themes li {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--prm-muted);
  padding-left: 24px;
  position: relative;
}
.prm-reviews__themes li::before {
  content: "";
  position: absolute;
  left: 0; top: 9px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--prm-red-500);
}
.prm-reviews__themes strong { color: var(--prm-navy-950); font-weight: 700; }

.prm-reviews__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.prm-page .prm-reviews__gallery figure { margin: 0; }
.prm-reviews__gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--prm-radius-md);
}
.prm-reviews__gallery figcaption {
  font-size: 13px;
  font-weight: 600;
  color: var(--prm-muted);
  margin-top: 10px;
}

/* ---------- FAQ ---------- */
.prm-faq-section { background: var(--prm-paper); }
.prm-faq__wrap {
  display: grid;
  grid-template-columns: .42fr .58fr;
  gap: 56px;
  align-items: start;
}
.prm-faq__intro { position: sticky; top: 110px; }
.prm-faq__intro p { font-size: 16px; line-height: 1.65; color: var(--prm-muted); margin: 20px 0 0; }
.prm-page .prm-faq__intro a { color: var(--prm-red-500); font-weight: 700; text-decoration: none; }
.prm-page .prm-faq__intro a:hover { text-decoration: underline; }

.prm-faq__item {
  background: var(--prm-white);
  border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-md);
  margin-bottom: 12px;
  overflow: hidden;
}
.prm-page .prm-faq__item h3 { margin: 0; font-size: inherit; font-weight: inherit; }
.prm-page .prm-faq__q {
  appearance: none;
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  text-align: left;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 20px 24px;
  font-family: var(--prm-font-display);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.35;
  color: var(--prm-navy-950);
}
.prm-faq__icon {
  position: relative;
  width: 22px; height: 22px;
  flex: none;
}
.prm-faq__icon::before,
.prm-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  background: var(--prm-red-500);
  border-radius: 2px;
  transform: translate(-50%, -50%);
  transition: transform var(--prm-dur-ui) var(--prm-ease), opacity var(--prm-dur-ui) var(--prm-ease);
}
.prm-faq__icon::before { width: 15px; height: 2.5px; }
.prm-faq__icon::after  { width: 2.5px; height: 15px; }
.prm-faq__q[aria-expanded="true"] .prm-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.prm-faq__a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--prm-dur-ui) var(--prm-ease);
}
.prm-faq__a > p { overflow: hidden; margin: 0; }
.prm-faq__item.is-open .prm-faq__a { grid-template-rows: 1fr; }
.prm-page .prm-faq__a p {
  font-size: 15.5px;
  line-height: 1.68;
  color: var(--prm-muted);
  padding: 0 24px;
}
.prm-faq__item.is-open .prm-faq__a p { padding-bottom: 24px; }
.prm-page .prm-faq__a a { color: var(--prm-red-500); font-weight: 600; }

/* ---------- FINAL CTA ---------- */
.prm-final__inner { text-align: center; }
.prm-page .prm-final__title {
  font-family: var(--prm-font-display);
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: .98;
  font-weight: 700;
  letter-spacing: -.06em;
  margin: 0 0 22px;
  color: #fff;
}
.prm-final__lead {
  font-size: 18px;
  line-height: 1.62;
  color: rgba(255, 255, 255, .72);
  max-width: 60ch;
  margin: 0 auto 36px;
}
.prm-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-bottom: 50px;
}
.prm-page .prm-final__links {
  list-style: none;
  margin: 0;
  padding: 30px 0 0;
  border-top: 1px solid var(--prm-line-dark);
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  justify-content: center;
}
.prm-page .prm-final__links a {
  font-size: 14.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, .66);
  text-decoration: none;
  transition: color var(--prm-dur-fast) var(--prm-ease);
}
.prm-page .prm-final__links a:hover { color: #fff; }

/* ---------- DISCLAIMER ---------- */
.prm-disclaimer { background: var(--prm-navy-950); padding-block: 0 44px; }
.prm-disclaimer p {
  font-size: 12.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .42);
  margin: 0;
  max-width: 96ch;
}

/* ---------- MOBILE STICKY BAR ---------- */
.prm-sticky { display: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */

/* Laptop */
@media (max-width: 1199px) {
  .prm-page { --prm-section-y: 92px; --prm-container: min(1360px, calc(100vw - 48px)); }
  .prm-hero__grid { gap: 48px; }
  .prm-tldr__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prm-process__list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prm-reviews__gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Tablet */
@media (max-width: 1024px) {
  .prm-page { --prm-section-y: 84px; --prm-container: min(1360px, calc(100vw - 48px)); }

  .prm-hero { padding-block: 56px 68px; }
  .prm-hero__grid { grid-template-columns: 1fr; gap: 44px; }
  .prm-hero__badge { top: -14px; right: 12px; }

  .prm-section__head { grid-template-columns: 1fr; gap: 22px; align-items: start; margin-bottom: 40px; }

  .prm-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .prm-store__grid { grid-template-columns: 1fr; }
  .prm-store__map { min-height: 380px; }
  .prm-store__map iframe { min-height: 380px; }

  .prm-reviews__panel { grid-template-columns: 1fr; gap: 30px; padding: 36px 30px; }
  .prm-reviews__score { text-align: left; }

  /* Sticky FAQ intro harms usability on touch — disable */
  .prm-faq__wrap { grid-template-columns: 1fr; gap: 36px; }
  .prm-faq__intro { position: static; }
}

/* Mobile */
@media (max-width: 767px) {
  .prm-page { --prm-section-y: 68px; --prm-container: min(1360px, calc(100vw - 36px)); }

  .prm-page .prm-hero__title { font-size: clamp(38px, 11vw, 56px); letter-spacing: -.05em; }
  .prm-hero__lead { font-size: 16.5px; }
  .prm-hero__actions { gap: 10px; }
  .prm-page .prm-hero__proof { grid-template-columns: 1fr; gap: 18px; padding-top: 24px; }
  .prm-hero__proof li { flex-direction: row; align-items: baseline; gap: 14px; }
  .prm-hero__proof strong { font-size: 24px; min-width: 92px; }
  .prm-hero__proof span br { display: none; }

  .prm-page .prm-section__title { font-size: clamp(32px, 9.4vw, 46px); letter-spacing: -.045em; }
  .prm-page .prm-section__title--sm { font-size: clamp(27px, 8vw, 36px); }

  .prm-tldr__grid { grid-template-columns: 1fr; }
  .prm-services__grid { grid-template-columns: 1fr; }
  .prm-process__list { grid-template-columns: 1fr; gap: 26px; }

  .prm-tabs__panel { padding: 24px 18px; }
  .prm-tabs__nav { gap: 8px; }
  .prm-page .prm-tabs__btn { font-size: 13.5px; padding: 11px 18px; min-height: 46px; }
  .prm-page .prm-table { font-size: 14px; min-width: 440px; }
  .prm-page .prm-table th,
  .prm-page .prm-table td { padding: 12px 12px; }

  .prm-pricing__cta { flex-direction: column; align-items: stretch; padding: 24px 20px; text-align: center; }
  .prm-pricing__cta-actions { flex-direction: column; }

  .prm-store__panel { padding: 30px 22px; }
  .prm-page .prm-store__address { font-size: 20px; }
  .prm-store__list li { flex-direction: column; align-items: flex-start; gap: 4px; }
  .prm-store__value { text-align: left; }

  .prm-reviews__gallery { grid-template-columns: 1fr; }
  .prm-areas__note { padding-left: 16px; }

  .prm-page .prm-faq__q { font-size: 15.5px; padding: 18px 18px; }
  .prm-page .prm-faq__a p { padding-inline: 18px; }

  .prm-final__actions { flex-direction: column; }
  .prm-page .prm-button--lg { width: 100%; }
  .prm-page .prm-final__links { gap: 10px 20px; }

  /* Sticky call bar on mobile only */
  .prm-sticky {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 900;
    background: rgba(7, 17, 31, .96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--prm-line-dark);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
  }
  .prm-page .prm-sticky__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 52px;
    border-radius: var(--prm-radius-xs);
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, .07);
  }
  .prm-page .prm-sticky__btn--primary { background: var(--prm-red-500); }

  /* Stop the bar covering the final CTA / disclaimer */
  .prm-disclaimer { padding-bottom: 96px; }
}

/* Small mobile */
@media (max-width: 480px) {
  .prm-page { --prm-container: min(1360px, calc(100vw - 30px)); }
  .prm-hero__badge { display: none; }
  .prm-hero__caption { left: 14px; right: 14px; bottom: 14px; padding: 13px 16px; font-size: 13.5px; }
  .prm-areas__list li { font-size: 13.5px; padding: 9px 16px; }
  .prm-page .prm-table { min-width: 400px; }
}

/* =========================================================
   MOTION — reveal states.
   Elements are VISIBLE by default. JS adds .prm-anim only when
   GSAP is present, so content never hides if JS fails.
   ========================================================= */
.prm-page.prm-anim [data-prm-reveal] {
  opacity: 0;
  transform: translateY(28px);
}
.prm-page.prm-anim [data-prm-split] {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .prm-page.prm-anim [data-prm-reveal],
  .prm-page.prm-anim [data-prm-split] {
    opacity: 1 !important;
    transform: none !important;
  }
  .prm-page *,
  .prm-page *::before,
  .prm-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .prm-service-card:hover { transform: none; }
  .prm-page .prm-button:hover { transform: none; }
}

/* =========================================================
   PAGE-SPECIFIC ADDITIONS — Davenport
   ========================================================= */

/* Text-only service cards (no photo available for these services) */
.prm-service-card--text { justify-content: center; }
.prm-service-card--text .prm-service-card__body { padding: 34px 30px; }

/* Second table stacked inside the same tab panel */
.prm-table-wrap--stacked {
  margin-top: 34px;
  padding-top: 34px;
  border-top: 1px solid var(--prm-line-light);
}

/* 3-step process variant */
.prm-page .prm-process__list--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Review panel: two buttons side by side */
.prm-reviews__actions { display: flex; flex-wrap: wrap; gap: 12px; }

@media (max-width: 1024px) {
  .prm-page .prm-process__list--three { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .prm-service-card--text .prm-service-card__body { padding: 28px 22px; }
  .prm-table-wrap--stacked { margin-top: 26px; padding-top: 26px; }
  .prm-reviews__actions { flex-direction: column; }
  .prm-reviews__actions .prm-button { width: 100%; }
}

/* =========================================================
   PAGE-SPECIFIC — Wesley Chapel spoke pages
   ========================================================= */
.prm-page .prm-eyebrow__link {
  color: inherit; text-decoration: none;
  border-bottom: 1px solid rgba(100,112,135,.4);
  transition: color var(--prm-dur-fast) var(--prm-ease), border-color var(--prm-dur-fast) var(--prm-ease);
}
.prm-page .prm-eyebrow__link:hover { color: var(--prm-red-500); border-bottom-color: var(--prm-red-500); }

/* Intro / local context */
.prm-intro { background: var(--prm-white); }
.prm-intro__wrap { display: grid; grid-template-columns: .4fr .6fr; gap: 52px; align-items: start; }
.prm-intro__body p { font-size: 16.5px; line-height: 1.7; color: var(--prm-muted); margin: 0 0 18px; }
.prm-intro__body p:last-child { margin-bottom: 0; }
.prm-intro__body strong { color: var(--prm-navy-950); font-weight: 700; }

/* Symptom grid */
.prm-symptoms { background: var(--prm-paper); }
.prm-symptoms__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.prm-symptoms__grid--four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.prm-symptom {
  background: var(--prm-white); border: 1px solid var(--prm-line-light);
  border-left: 3px solid var(--prm-red-500); border-radius: var(--prm-radius-md);
  padding: 26px 24px; display: flex; flex-direction: column;
  transition: transform var(--prm-dur-ui) var(--prm-ease), box-shadow var(--prm-dur-ui) var(--prm-ease);
}
.prm-symptom:hover { transform: translateY(-3px); box-shadow: var(--prm-shadow-card); }
.prm-page .prm-symptom h3 {
  font-family: var(--prm-font-display); font-size: 19px; font-weight: 700;
  letter-spacing: -.03em; line-height: 1.25; margin: 0 0 12px; color: var(--prm-navy-950);
}
.prm-symptom p { font-size: 14.5px; line-height: 1.6; color: var(--prm-muted); margin: 0 0 16px; }
.prm-page .prm-symptom__list {
  list-style: none; margin: auto 0 0; padding: 16px 0 0;
  border-top: 1px solid var(--prm-line-light); display: grid; gap: 8px;
}
.prm-symptom__list li {
  font-size: 13.5px; color: var(--prm-navy-900); font-weight: 600;
  padding-left: 18px; position: relative;
}
.prm-symptom__list li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 6px; height: 6px; border-radius: 50%; background: var(--prm-red-500);
}

/* Deep-dive split section */
.prm-deep { background: var(--prm-white); }
.prm-deep__wrap { display: grid; grid-template-columns: .42fr .58fr; gap: 52px; align-items: start; }
.prm-deep__media img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: var(--prm-radius-lg); box-shadow: var(--prm-shadow-card);
}
.prm-deep__body p { font-size: 16px; line-height: 1.68; color: var(--prm-muted); margin: 18px 0; }
.prm-deep__body strong { color: var(--prm-navy-950); font-weight: 700; }
.prm-page .prm-deep__list { margin: 22px 0; padding: 0 0 0 22px; display: grid; gap: 16px; }
.prm-deep__list li { font-size: 15.5px; line-height: 1.65; color: var(--prm-muted); padding-left: 6px; }
.prm-deep__list li::marker { color: var(--prm-red-500); font-weight: 800; }
.prm-page .prm-deep__bullets {
  list-style: none; margin: 22px 0 0; padding: 22px 0 0;
  border-top: 1px solid var(--prm-line-light); display: grid; gap: 10px;
}
.prm-deep__bullets li {
  font-size: 14.5px; line-height: 1.55; color: var(--prm-muted);
  padding-left: 20px; position: relative;
}
.prm-deep__bullets li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--prm-red-500);
}
.prm-deep__bullets strong { color: var(--prm-red-500); font-weight: 800; }
.prm-deep__note {
  font-size: 14.5px !important; color: var(--prm-muted-light) !important;
  border-left: 3px solid var(--prm-red-500); padding-left: 18px; margin-top: 24px !important;
}

/* Safe checks */
.prm-checks { background: var(--prm-white); }
.prm-checks__wrap { display: grid; grid-template-columns: .38fr .62fr; gap: 52px; align-items: start; }
.prm-checks__intro p { font-size: 16px; line-height: 1.65; color: var(--prm-muted); margin: 18px 0 0; }
.prm-checks__lists { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.prm-checks__col { border-radius: var(--prm-radius-md); padding: 26px 24px; border: 1px solid var(--prm-line-light); }
.prm-checks__col--do { background: rgba(31,157,105,.05); border-color: rgba(31,157,105,.2); }
.prm-checks__col--dont { background: rgba(242,29,51,.04); border-color: rgba(242,29,51,.18); }
.prm-page .prm-checks__col h3 {
  font-family: var(--prm-font-display); font-size: 15px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase; margin: 0 0 16px;
}
.prm-page .prm-checks__col--do h3 { color: var(--prm-success); }
.prm-page .prm-checks__col--dont h3 { color: var(--prm-red-600); }
.prm-page .prm-checks__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.prm-checks__col li { font-size: 14.5px; line-height: 1.58; color: var(--prm-muted); padding-left: 22px; position: relative; }
.prm-checks__col li::before { position: absolute; left: 0; top: 0; font-weight: 800; }
.prm-checks__col--do li::before { content: "\2713"; color: var(--prm-success); }
.prm-checks__col--dont li::before { content: "\2715"; color: var(--prm-red-500); }

/* What-we-repair cards */
.prm-what__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.prm-what__card {
  background: var(--prm-paper); border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-lg); padding: 34px 32px;
}
.prm-page .prm-what__card h3 {
  font-family: var(--prm-font-display); font-size: 24px; font-weight: 700;
  letter-spacing: -.035em; margin: 0 0 14px; color: var(--prm-navy-950);
}
.prm-what__card p { font-size: 15px; line-height: 1.65; color: var(--prm-muted); margin: 0 0 16px; }
.prm-what__card strong { color: var(--prm-navy-950); font-weight: 700; }
.prm-page .prm-what__list {
  list-style: none; margin: 0; padding: 18px 0 0;
  border-top: 1px solid var(--prm-line-light); display: grid; gap: 9px;
}
.prm-what__list li {
  font-size: 14.5px; color: var(--prm-navy-900); font-weight: 600;
  padding-left: 20px; position: relative;
}
.prm-what__list li::before {
  content: ""; position: absolute; left: 0; top: 8px;
  width: 7px; height: 7px; border-radius: 50%; background: var(--prm-red-500);
}

/* Honest / data-protection grid */
.prm-honest { background: var(--prm-paper); }
.prm-honest__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-top: 34px; }
.prm-honest__col {
  background: var(--prm-white); border: 1px solid var(--prm-line-light);
  border-radius: var(--prm-radius-lg); padding: 32px 30px;
}
.prm-honest__col--alt { background: var(--prm-navy-950); border-color: var(--prm-navy-950); }
.prm-page .prm-honest__col h3 {
  font-family: var(--prm-font-display); font-size: 13px; font-weight: 800;
  letter-spacing: .14em; text-transform: uppercase; margin: 0 0 20px; color: var(--prm-red-500);
}
.prm-page .prm-honest__col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.prm-honest__col li { font-size: 15px; line-height: 1.6; color: var(--prm-muted); padding-left: 22px; position: relative; }
.prm-honest__col li::before {
  content: ""; position: absolute; left: 0; top: 9px;
  width: 8px; height: 2px; background: var(--prm-red-500);
}
.prm-honest__col li strong { color: var(--prm-navy-950); font-weight: 700; }
.prm-honest__col--alt li { color: rgba(255,255,255,.72); }
.prm-honest__col--alt li strong { color: #fff; }
.prm-honest__note {
  margin: 26px 0 0; font-size: 16px; line-height: 1.65; color: var(--prm-muted);
  border-left: 3px solid var(--prm-red-500); padding-left: 22px; max-width: 70ch;
}

/* Areas inline */
.prm-areas__inline { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--prm-line-light); }
.prm-page .prm-areas__inline h3 {
  font-family: var(--prm-font-display); font-size: 20px; font-weight: 700;
  letter-spacing: -.03em; margin: 0 0 20px; color: var(--prm-navy-950);
}

/* Process variants + note */
.prm-page .prm-process__list--four { grid-template-columns: repeat(4, minmax(0,1fr)); }
.prm-process__note {
  margin: 34px 0 0; padding-top: 26px; border-top: 1px solid var(--prm-line-dark);
  font-size: 15px; line-height: 1.65; color: rgba(255,255,255,.66); max-width: 80ch;
}
.prm-table-wrap--stacked { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--prm-line-light); }

@media (max-width: 1199px) {
  .prm-symptoms__grid, .prm-symptoms__grid--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .prm-page .prm-process__list--four { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 1024px) {
  .prm-intro__wrap, .prm-deep__wrap, .prm-checks__wrap { grid-template-columns: 1fr; gap: 32px; }
  .prm-what__grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .prm-symptoms__grid, .prm-symptoms__grid--four { grid-template-columns: 1fr; }
  .prm-checks__lists { grid-template-columns: 1fr; }
  .prm-page .prm-process__list--four { grid-template-columns: 1fr; }
  .prm-honest__grid { grid-template-columns: 1fr; }
  .prm-what__card { padding: 28px 22px; }
  .prm-honest__col { padding: 26px 22px; }
  .prm-honest__note, .prm-deep__note { padding-left: 16px; }
  .prm-symptom { padding: 22px 20px; }
  .prm-table-wrap--stacked { margin-top: 26px; padding-top: 26px; }
}/* End custom CSS */