@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/ibm-plex-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/ibm-plex-serif-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/ibm-plex-serif-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/ibm-plex-serif-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Serif";
  src: url("../fonts/ibm-plex-serif-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --sz-hillsborough-ink: hsl(47 24% 14%);
  --sz-hillsborough-ink-soft: hsl(48 10% 31%);
  --sz-hillsborough-bronze: hsl(37 43% 31%);
  --sz-hillsborough-action: hsl(74 58% 46%);
  --sz-hillsborough-surface: hsl(217 18% 96%);
  --sz-hillsborough-surface-2: hsl(231 22% 90%);
  --sz-hillsborough-paper: hsl(42 24% 98%);
  --sz-hillsborough-line: hsl(107 16% 76%);
  --sz-hillsborough-success: hsl(149 65% 43%);
  --sz-hillsborough-deep: hsl(205 19% 18%);
  --sz-hillsborough-white: #fff;
  --sz-hillsborough-radius: 8px;
  --sz-hillsborough-radius-sm: 4px;
  --sz-hillsborough-shell: 1120px;
  --sz-hillsborough-reading: 760px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--sz-hillsborough-paper);
  color: var(--sz-hillsborough-ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

img,
iframe {
  max-width: 100%;
}

img {
  display: block;
  height: auto;
}

a {
  color: var(--sz-hillsborough-bronze);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--sz-hillsborough-deep);
}

p {
  margin: 0 0 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: var(--sz-hillsborough-ink);
  font-family: "IBM Plex Serif", Georgia, serif;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  max-width: 12.5ch;
  font-size: 4.4rem;
  font-weight: 600;
}

h2 {
  max-width: 15ch;
  font-size: 3rem;
  font-weight: 600;
}

h3 {
  font-size: 1.22rem;
  font-weight: 600;
}

ul,
ol {
  margin: 0;
  padding-left: 1.1rem;
}

li + li {
  margin-top: 0.5rem;
}

.sz-hillsborough-shell {
  width: min(100% - 36px, var(--sz-hillsborough-shell));
  margin-inline: auto;
}

.sz-hillsborough-reading {
  width: min(100% - 36px, var(--sz-hillsborough-reading));
  margin-inline: auto;
}

.sz-hillsborough-skip {
  position: absolute;
  left: 16px;
  top: 12px;
  z-index: 30;
  transform: translateY(-140%);
  background: var(--sz-hillsborough-white);
  color: var(--sz-hillsborough-ink);
  padding: 8px 12px;
  border: 1px solid var(--sz-hillsborough-line);
}

.sz-hillsborough-skip:focus {
  transform: translateY(0);
}

.sz-hillsborough-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(255 255 255 / 0.93);
  border-bottom: 1px solid rgb(138 153 133 / 0.38);
  backdrop-filter: blur(14px);
}

.sz-hillsborough-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 76px;
}

.sz-hillsborough-brand {
  display: inline-flex;
  align-items: center;
  min-width: 210px;
  color: var(--sz-hillsborough-ink);
  text-decoration: none;
}

.sz-hillsborough-brand__mark {
  width: 48px;
  height: 48px;
  margin-right: 11px;
  border-radius: var(--sz-hillsborough-radius);
  object-fit: cover;
  background: var(--sz-hillsborough-surface-2);
}

.sz-hillsborough-brand__name {
  display: block;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.1;
}

.sz-hillsborough-brand__meta {
  display: block;
  margin-top: 3px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sz-hillsborough-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 0.92rem;
}

.sz-hillsborough-nav a {
  color: var(--sz-hillsborough-ink);
  text-decoration: none;
}

.sz-hillsborough-nav a[aria-current="page"] {
  color: var(--sz-hillsborough-bronze);
  font-weight: 600;
}

.sz-hillsborough-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.sz-hillsborough-google-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius-sm);
  background: rgb(255 255 255 / 0.94);
  color: var(--sz-hillsborough-ink);
  font-size: 0.86rem;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgb(32 36 28 / 0.08);
}

.sz-hillsborough-google-rating strong {
  color: var(--sz-hillsborough-ink);
  font-weight: 800;
}

.sz-hillsborough-google-rating > span:last-child {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.78rem;
}

.sz-hillsborough-google-rating--compact {
  padding: 6px 8px;
  font-size: 0.78rem;
}

.sz-hillsborough-google-rating--compact > span:last-child {
  display: none;
}

.sz-hillsborough-google-rating--hero {
  margin-bottom: 17px;
}

.sz-hillsborough-hero .sz-hillsborough-google-rating--hero {
  border-color: rgb(255 255 255 / 0.22);
  background: rgb(255 255 255 / 0.92);
}

.sz-hillsborough-google-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background:
    conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0);
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 1px 2px rgb(0 0 0 / 0.22);
}

.sz-hillsborough-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sz-hillsborough-line);
  border-radius: var(--sz-hillsborough-radius-sm);
  background: var(--sz-hillsborough-white);
  color: var(--sz-hillsborough-ink);
}

.sz-hillsborough-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.sz-hillsborough-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid var(--sz-hillsborough-bronze);
  border-radius: var(--sz-hillsborough-radius-sm);
  background: var(--sz-hillsborough-bronze);
  color: var(--sz-hillsborough-white);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.sz-hillsborough-button:hover {
  background: var(--sz-hillsborough-deep);
  border-color: var(--sz-hillsborough-deep);
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-button--light {
  background: var(--sz-hillsborough-paper);
  color: var(--sz-hillsborough-ink);
  border-color: rgb(255 255 255 / 0.64);
}

.sz-hillsborough-button--line {
  background: transparent;
  color: var(--sz-hillsborough-ink);
  border-color: var(--sz-hillsborough-line);
}

.sz-hillsborough-button--line:hover,
.sz-hillsborough-button--light:hover {
  background: var(--sz-hillsborough-action);
  border-color: var(--sz-hillsborough-action);
  color: var(--sz-hillsborough-ink);
}

.sz-hillsborough-phone {
  color: var(--sz-hillsborough-ink);
  font-weight: 700;
  text-decoration: none;
}

.sz-hillsborough-floating-contact {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 25;
  display: none;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgb(138 153 133 / 0.48);
  border-radius: var(--sz-hillsborough-radius);
  background: rgb(255 255 255 / 0.95);
  box-shadow: 0 14px 30px rgb(32 36 28 / 0.18);
  backdrop-filter: blur(12px);
}

.sz-hillsborough-floating-contact .sz-hillsborough-button {
  min-height: 42px;
  padding: 9px 13px;
}

.sz-hillsborough-hero {
  position: relative;
  display: grid;
  min-height: 660px;
  overflow: hidden;
  color: var(--sz-hillsborough-white);
  background: var(--sz-hillsborough-deep);
  isolation: isolate;
}

.sz-hillsborough-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.sz-hillsborough-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sz-hillsborough-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgb(22 26 29 / 0.88), rgb(22 26 29 / 0.58) 45%, rgb(22 26 29 / 0.18)),
    linear-gradient(0deg, rgb(22 26 29 / 0.58), rgb(22 26 29 / 0.06) 46%);
}

.sz-hillsborough-hero__body {
  align-self: end;
  padding: 118px 0 54px;
}

.sz-hillsborough-kicker {
  margin: 0 0 18px;
  color: var(--sz-hillsborough-action);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sz-hillsborough-hero h1,
.sz-hillsborough-hero p,
.sz-hillsborough-dark h2,
.sz-hillsborough-dark h3,
.sz-hillsborough-dark p {
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-hero h1 {
  max-width: 900px;
  font-size: 4.05rem;
}

.sz-hillsborough-hero__answer {
  max-width: 820px;
  margin-top: 20px;
  font-size: 1.06rem;
  line-height: 1.52;
}

.sz-hillsborough-hero__ctas,
.sz-hillsborough-cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sz-hillsborough-cta-row--compact {
  flex-wrap: nowrap;
  gap: 8px;
  margin-top: 0;
}

.sz-hillsborough-cta-row--compact .sz-hillsborough-button {
  min-height: 42px;
  padding: 9px 13px;
}

.sz-hillsborough-hero__note {
  max-width: 520px;
  margin-top: 24px;
  color: rgb(255 255 255 / 0.76);
  font-size: 0.88rem;
}

.sz-hillsborough-section {
  padding: 74px 0;
}

.sz-hillsborough-section--tight {
  padding: 48px 0;
}

.sz-hillsborough-section--surface {
  background: var(--sz-hillsborough-surface);
}

.sz-hillsborough-section--deep {
  background: var(--sz-hillsborough-deep);
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-section__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 34px;
}

.sz-hillsborough-section__intro p {
  color: var(--sz-hillsborough-ink-soft);
}

.sz-hillsborough-section--deep .sz-hillsborough-section__intro p {
  color: rgb(255 255 255 / 0.76);
}

.sz-hillsborough-eyebrow {
  margin: 0 0 12px;
  color: var(--sz-hillsborough-bronze);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sz-hillsborough-grid {
  display: grid;
  gap: 18px;
}

.sz-hillsborough-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sz-hillsborough-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sz-hillsborough-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.sz-hillsborough-tile,
.sz-hillsborough-proof,
.sz-hillsborough-fact,
.sz-hillsborough-contact-panel,
.sz-hillsborough-quote,
.sz-hillsborough-step,
.sz-hillsborough-price {
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-tile {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.sz-hillsborough-tile h3 {
  margin-bottom: 13px;
}

.sz-hillsborough-tile p {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.96rem;
}

.sz-hillsborough-tile a {
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
}

.sz-hillsborough-proof {
  overflow: hidden;
}

.sz-hillsborough-proof img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sz-hillsborough-proof figcaption {
  margin: 0;
  padding: 14px 16px 16px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.9rem;
}

.sz-hillsborough-media-pair {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 32px;
  align-items: center;
}

.sz-hillsborough-media-pair img {
  width: 100%;
  border-radius: var(--sz-hillsborough-radius);
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.sz-hillsborough-photo-note {
  margin-top: 9px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.88rem;
}

.sz-hillsborough-route {
  display: grid;
  grid-template-columns: repeat(7, minmax(110px, 1fr));
  gap: 10px;
  counter-reset: route;
}

.sz-hillsborough-step {
  position: relative;
  min-height: 162px;
  padding: 16px;
}

.sz-hillsborough-step::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--sz-hillsborough-action);
  color: var(--sz-hillsborough-ink);
  content: counter(route);
  counter-increment: route;
  font-weight: 700;
}

.sz-hillsborough-step h3 {
  margin-bottom: 8px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.95rem;
}

.sz-hillsborough-step p {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.86rem;
  line-height: 1.45;
}

.sz-hillsborough-callout {
  margin-top: 22px;
  padding: 22px;
  border-left: 5px solid var(--sz-hillsborough-action);
  background: var(--sz-hillsborough-surface);
}

.sz-hillsborough-callout strong {
  color: var(--sz-hillsborough-bronze);
}

.sz-hillsborough-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sz-hillsborough-fact {
  padding: 18px;
}

.sz-hillsborough-fact strong {
  display: block;
  margin-bottom: 6px;
  color: var(--sz-hillsborough-bronze);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.05;
}

.sz-hillsborough-fact span {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.89rem;
}

.sz-hillsborough-reviews-section {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0.7), rgb(255 255 255 / 0)),
    var(--sz-hillsborough-paper);
}

.sz-hillsborough-reviews-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 28px;
  align-items: end;
  margin-bottom: 24px;
}

.sz-hillsborough-reviews-head h2 {
  max-width: 17ch;
}

.sz-hillsborough-review-score {
  padding: 18px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-review-score p {
  margin: 8px 0 0;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.88rem;
}

.sz-hillsborough-stars {
  display: inline-block;
  margin-top: 9px;
  color: #b46f1f;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
}

.sz-hillsborough-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sz-hillsborough-review-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 20px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.sz-hillsborough-review-card__top .sz-hillsborough-stars {
  margin-top: 0;
}

.sz-hillsborough-review-card__top span:last-child {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.78rem;
  text-align: right;
}

.sz-hillsborough-review-card p {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.95rem;
}

.sz-hillsborough-review-card strong {
  margin-top: auto;
  color: var(--sz-hillsborough-ink);
  font-size: 0.92rem;
}

.sz-hillsborough-quote {
  padding: 28px;
}

.sz-hillsborough-quote blockquote {
  margin: 0;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 2rem;
  line-height: 1.18;
}

.sz-hillsborough-quote p {
  margin-top: 16px;
  color: var(--sz-hillsborough-ink-soft);
}

.sz-hillsborough-list {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.sz-hillsborough-list li {
  margin: 0;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgb(138 153 133 / 0.45);
}

.sz-hillsborough-list li::marker {
  color: var(--sz-hillsborough-bronze);
}

.sz-hillsborough-checks {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.sz-hillsborough-checks li {
  position: relative;
  margin: 0;
  padding-left: 29px;
}

.sz-hillsborough-checks li::before {
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 13px;
  height: 13px;
  border: 2px solid var(--sz-hillsborough-success);
  border-radius: 50%;
  content: "";
}

.sz-hillsborough-price {
  padding: 24px;
}

.sz-hillsborough-price strong {
  display: block;
  color: var(--sz-hillsborough-bronze);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.7rem;
  line-height: 1;
}

.sz-hillsborough-price span {
  display: block;
  margin-top: 9px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.93rem;
}

.sz-hillsborough-direct {
  display: grid;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-direct__text {
  max-width: 980px;
  margin: 0;
  color: var(--sz-hillsborough-ink);
  font-family: "IBM Plex Serif", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.32;
}

.sz-hillsborough-direct__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sz-hillsborough-direct__facts li,
.sz-hillsborough-answer-card,
.sz-hillsborough-case {
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-direct__facts li {
  margin: 0;
  padding: 15px;
}

.sz-hillsborough-direct__facts strong {
  display: block;
  color: var(--sz-hillsborough-bronze);
}

.sz-hillsborough-direct__facts span {
  display: block;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.9rem;
}

.sz-hillsborough-answer-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 22px;
}

.sz-hillsborough-answer-card h3 {
  margin-bottom: 12px;
}

.sz-hillsborough-answer-card p {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.96rem;
}

.sz-hillsborough-answer-card a {
  margin-top: auto;
  font-weight: 700;
  text-decoration: none;
}

.sz-hillsborough-table-wrap {
  max-width: 100%;
  overflow-x: auto;
}

.sz-hillsborough-faq {
  display: grid;
  gap: 10px;
}

.sz-hillsborough-faq details {
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-faq summary {
  padding: 17px 18px;
  color: var(--sz-hillsborough-ink);
  font-weight: 700;
  cursor: pointer;
}

.sz-hillsborough-faq details p {
  padding: 0 18px 18px;
  color: var(--sz-hillsborough-ink-soft);
}

.sz-hillsborough-cta {
  padding: 42px;
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-deep);
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-cta h2 {
  max-width: 16ch;
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-cta p {
  max-width: 740px;
  color: rgb(255 255 255 / 0.78);
}

.sz-hillsborough-cta a:not(.sz-hillsborough-button) {
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-map-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 28px;
  align-items: center;
}

.sz-hillsborough-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-surface-2);
}

.sz-hillsborough-map iframe {
  display: block;
  width: 100%;
  height: 390px;
  border: 0;
  filter: saturate(0.85) contrast(0.96);
}

.sz-hillsborough-map__outline {
  position: absolute;
  inset: 16% 18% 20% 19%;
  border: 3px solid var(--sz-hillsborough-action);
  border-radius: 42% 58% 51% 49% / 44% 43% 57% 56%;
  box-shadow: 0 0 0 999px rgb(22 26 29 / 0.06);
  pointer-events: none;
}

.sz-hillsborough-map__label {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: min(300px, calc(100% - 32px));
  padding: 9px 11px;
  border-radius: var(--sz-hillsborough-radius-sm);
  background: rgb(255 255 255 / 0.92);
  color: var(--sz-hillsborough-ink);
  font-size: 0.83rem;
}

.sz-hillsborough-breadcrumbs {
  padding: 20px 0 0;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.86rem;
}

.sz-hillsborough-breadcrumbs a {
  color: var(--sz-hillsborough-ink-soft);
  text-decoration: none;
}

.sz-hillsborough-page-hero {
  padding: 58px 0 38px;
}

.sz-hillsborough-page-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 42px;
  align-items: end;
}

.sz-hillsborough-page-hero h1 {
  max-width: 780px;
  font-size: 3.35rem;
}

.sz-hillsborough-page-hero__summary {
  margin-top: 20px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 1.08rem;
}

.sz-hillsborough-page-hero img {
  width: 100%;
  border-radius: var(--sz-hillsborough-radius);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.sz-hillsborough-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.sz-hillsborough-meta-strip span {
  padding: 7px 9px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius-sm);
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.83rem;
}

.sz-hillsborough-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 54px;
  align-items: start;
}

.sz-hillsborough-article__body {
  min-width: 0;
}

.sz-hillsborough-article__body h2 {
  max-width: 18ch;
  margin-top: 2.1rem;
  margin-bottom: 1rem;
  font-size: 2.35rem;
}

.sz-hillsborough-article__body h3 {
  margin-top: 1.35rem;
  margin-bottom: 0.55rem;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.sz-hillsborough-article__body p {
  color: var(--sz-hillsborough-ink-soft);
}

.sz-hillsborough-article__aside {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 14px;
}

.sz-hillsborough-aside-box {
  padding: 18px;
  border: 1px solid rgb(138 153 133 / 0.55);
  border-radius: var(--sz-hillsborough-radius);
  background: var(--sz-hillsborough-white);
}

.sz-hillsborough-aside-box h3 {
  margin-bottom: 10px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 1rem;
}

.sz-hillsborough-aside-box p,
.sz-hillsborough-aside-box li {
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.88rem;
}

.sz-hillsborough-mini-nav {
  display: grid;
  gap: 8px;
}

.sz-hillsborough-mini-nav a {
  color: var(--sz-hillsborough-ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.sz-hillsborough-table {
  width: 100%;
  margin: 18px 0;
  border-collapse: collapse;
  font-size: 0.94rem;
}

.sz-hillsborough-table caption {
  caption-side: bottom;
  padding-top: 10px;
  color: var(--sz-hillsborough-ink-soft);
  font-size: 0.84rem;
  text-align: left;
}

.sz-hillsborough-table th,
.sz-hillsborough-table td {
  padding: 12px 11px;
  border-bottom: 1px solid rgb(138 153 133 / 0.42);
  text-align: left;
  vertical-align: top;
}

.sz-hillsborough-table th {
  color: var(--sz-hillsborough-bronze);
  font-weight: 700;
}

.sz-hillsborough-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.sz-hillsborough-case {
  padding: 18px;
}

.sz-hillsborough-case h3 {
  margin-bottom: 10px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

.sz-hillsborough-case p {
  margin-bottom: 0.65rem;
  font-size: 0.91rem;
}

.sz-hillsborough-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 28px;
  align-items: start;
}

.sz-hillsborough-contact-panel {
  padding: 24px;
}

.sz-hillsborough-footer {
  background: var(--sz-hillsborough-ink);
  color: rgb(255 255 255 / 0.74);
  padding: 48px 0 24px;
}

.sz-hillsborough-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(160px, 1fr));
  gap: 26px;
}

.sz-hillsborough-footer h2,
.sz-hillsborough-footer h3,
.sz-hillsborough-footer a {
  color: var(--sz-hillsborough-white);
}

.sz-hillsborough-footer h2 {
  max-width: 12ch;
  font-size: 2rem;
}

.sz-hillsborough-footer h3 {
  margin-bottom: 12px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sz-hillsborough-footer ul {
  display: grid;
  gap: 8px;
  padding: 0;
  list-style: none;
}

.sz-hillsborough-footer li {
  margin: 0;
}

.sz-hillsborough-footer a {
  text-decoration: none;
}

.sz-hillsborough-footer .sz-hillsborough-button--light {
  color: var(--sz-hillsborough-ink);
}

.sz-hillsborough-footer .sz-hillsborough-button--light:hover,
.sz-hillsborough-footer .sz-hillsborough-button--light:focus {
  color: var(--sz-hillsborough-ink);
}

.sz-hillsborough-local-office {
  max-width: 260px;
  margin-top: 14px;
  color: rgb(255 255 255 / 0.44);
  font-size: 0.72rem;
  line-height: 1.42;
}

.sz-hillsborough-local-office strong {
  color: rgb(255 255 255 / 0.62);
  font-weight: 600;
}

.sz-hillsborough-disclaimer {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgb(255 255 255 / 0.16);
  color: rgb(255 255 255 / 0.52);
  font-size: 0.78rem;
}

@media (max-width: 1120px) {
  body {
    padding-bottom: 78px;
  }

  .sz-hillsborough-route {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sz-hillsborough-actions {
    display: none;
  }

  .sz-hillsborough-floating-contact {
    display: flex;
  }
}

@media (max-width: 880px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 3.1rem;
  }

  h2 {
    font-size: 2.3rem;
  }

  .sz-hillsborough-hero h1,
  .sz-hillsborough-page-hero h1 {
    font-size: 3rem;
  }

  .sz-hillsborough-article__body h2 {
    font-size: 2rem;
  }

  .sz-hillsborough-quote blockquote {
    font-size: 1.55rem;
  }

  .sz-hillsborough-topbar__inner {
    min-height: 68px;
  }

  .sz-hillsborough-menu-toggle {
    display: inline-block;
  }

  .sz-hillsborough-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 8px;
    border: 1px solid rgb(138 153 133 / 0.55);
    border-radius: var(--sz-hillsborough-radius);
    background: var(--sz-hillsborough-white);
    box-shadow: 0 18px 32px rgb(32 36 28 / 0.16);
  }

  .sz-hillsborough-nav.is-open {
    display: flex;
  }

  .sz-hillsborough-nav a {
    padding: 12px 10px;
    border-radius: var(--sz-hillsborough-radius-sm);
  }

  .sz-hillsborough-nav a:hover {
    background: var(--sz-hillsborough-surface);
  }

  .sz-hillsborough-brand__name {
    font-size: 0.94rem;
  }

  .sz-hillsborough-hero {
    min-height: 610px;
  }

  .sz-hillsborough-hero::after {
    background:
      linear-gradient(0deg, rgb(22 26 29 / 0.88), rgb(22 26 29 / 0.38)),
      linear-gradient(90deg, rgb(22 26 29 / 0.52), rgb(22 26 29 / 0.12));
  }

  .sz-hillsborough-hero__body {
    padding: 92px 0 42px;
  }

  .sz-hillsborough-section,
  .sz-hillsborough-section--tight {
    padding: 54px 0;
  }

  .sz-hillsborough-section__intro,
  .sz-hillsborough-reviews-head,
  .sz-hillsborough-media-pair,
  .sz-hillsborough-map-grid,
  .sz-hillsborough-page-hero__grid,
  .sz-hillsborough-article,
  .sz-hillsborough-contact-grid {
    grid-template-columns: 1fr;
  }

  .sz-hillsborough-grid--2,
  .sz-hillsborough-grid--3,
  .sz-hillsborough-grid--4,
  .sz-hillsborough-facts,
  .sz-hillsborough-direct__facts,
  .sz-hillsborough-review-grid,
  .sz-hillsborough-case-grid,
  .sz-hillsborough-footer__grid {
    grid-template-columns: 1fr;
  }

  .sz-hillsborough-route {
    grid-template-columns: 1fr;
  }

  .sz-hillsborough-page-hero {
    padding: 42px 0 28px;
  }

  .sz-hillsborough-page-hero img {
    aspect-ratio: 16 / 10;
  }

  .sz-hillsborough-article__aside {
    position: static;
  }

  .sz-hillsborough-cta {
    padding: 28px;
  }
}

@media (max-width: 520px) {
  .sz-hillsborough-shell,
  .sz-hillsborough-reading {
    width: min(100% - 28px, var(--sz-hillsborough-shell));
  }

  h1,
  .sz-hillsborough-hero h1,
  .sz-hillsborough-page-hero h1 {
    font-size: 2.28rem;
  }

  h2 {
    font-size: 2rem;
  }

  .sz-hillsborough-brand {
    min-width: 0;
  }

  .sz-hillsborough-brand__mark {
    width: 42px;
    height: 42px;
    margin-right: 9px;
  }

  .sz-hillsborough-brand__meta {
    display: none;
  }

  .sz-hillsborough-hero {
    min-height: 620px;
  }

  .sz-hillsborough-hero__answer {
    font-size: 0.95rem;
    line-height: 1.42;
  }

  .sz-hillsborough-button {
    width: 100%;
  }

  .sz-hillsborough-hero__ctas,
  .sz-hillsborough-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .sz-hillsborough-map iframe {
    height: 320px;
  }

  .sz-hillsborough-floating-contact {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .sz-hillsborough-floating-contact .sz-hillsborough-button {
    flex: 1;
    width: auto;
  }

  .sz-hillsborough-google-rating {
    gap: 7px;
    padding: 7px 8px;
    font-size: 0.78rem;
  }

  .sz-hillsborough-google-rating > span:last-child {
    display: none;
  }

  .sz-hillsborough-review-card {
    padding: 18px;
  }
}
