:root {
  --ink: #151515;
  --ink-soft: #2d2a2a;
  --muted: #6f6765;
  --line: #e7dedb;
  --paper: #ffffff;
  --paper-soft: #fbf7f5;
  --blue: #151515;
  --blue-dark: #050505;
  --red: #c83b3b;
  --red-dark: #a92d2d;
  --green: #c83b3b;
  --green-dark: #b93232;
  --gold: #b48862;
  --shadow: 0 18px 60px rgba(31, 17, 14, 0.13);
  --radius: 8px;
  --shell: min(1180px, calc(100vw - 40px));
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #1769aa;
  outline-offset: 3px;
}

img,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 78px;
  padding: 9px max(20px, calc((100vw - 1180px) / 2));
  color: var(--paper);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(17, 19, 25, 0.08);
  backdrop-filter: blur(18px);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px max(20px, calc((100vw - 1180px) / 2));
  color: var(--muted);
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 700;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus-visible {
  color: var(--red-dark);
}

.breadcrumbs [aria-current="page"] {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 104px;
}

.site-header .brand-text {
  display: none;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.brand-logo {
  width: 96px;
  height: auto;
}

.brand-text {
  display: grid;
  line-height: 1.1;
}

.brand-text strong {
  font-size: 1rem;
}

.brand-text small {
  max-width: 210px;
  color: var(--blue-dark);
  font-size: 0.74rem;
  font-weight: 800;
}

.header-contact {
  display: grid;
  gap: 2px;
  margin-left: auto;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.2;
}

.header-contact a:first-child {
  color: var(--red);
  font-size: 1rem;
}

.header-contact a:hover {
  color: var(--red-dark);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 0.92rem;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 12px;
  color: var(--ink-soft);
  border-radius: 0;
  font-weight: 800;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--red-dark);
  background: transparent;
}

.site-nav a:not(.nav-cta)::after {
  position: absolute;
  right: 12px;
  bottom: 3px;
  left: 12px;
  height: 2px;
  background: var(--red);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:not(.nav-cta):hover::after,
.site-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav .nav-cta {
  color: var(--paper);
  background: var(--red);
  border-radius: 4px;
}

.site-nav .nav-cta:hover {
  color: var(--paper);
  background: var(--red-dark);
}

.menu-button {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  padding: 10px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(700px, calc(82svh - 4px));
  padding: 48px max(20px, calc((100vw - 1180px) / 2));
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.8) 45%, rgba(7, 7, 7, 0.25) 78%, rgba(7, 7, 7, 0.08) 100%),
    var(--hero-image) center / cover;
}

.hero--home {
  grid-template-columns: minmax(0, 820px);
  align-items: end;
  min-height: min(720px, calc(86svh - 4px));
  padding-bottom: 76px;
}

.hero--subpage {
  min-height: min(610px, calc(78svh - 4px));
  grid-template-columns: minmax(0, 760px);
}

.hero__content {
  max-width: 760px;
}

.kicker {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero .kicker {
  color: #ff8781;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.05;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.45rem, 5.2vw, 4.6rem);
  font-weight: 900;
}

h2 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 880;
}

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

p {
  margin: 0;
}

.hero__intro {
  max-width: 710px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 850;
  text-align: center;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button--primary {
  color: var(--paper);
  background: var(--red);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--ghost {
  color: var(--ink);
  border-color: rgba(21, 21, 21, 0.24);
  background: transparent;
}

.hero .button--ghost {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(12, 12, 12, 0.18);
}

.button--ghost:hover {
  color: var(--paper);
  background: var(--ink);
}

.button--light {
  color: var(--ink);
  background: var(--paper);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(10, 10, 10, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.88rem;
}

.hero__form {
  align-self: end;
  color: var(--ink);
}

.quick-inquiry {
  display: grid;
  grid-template-columns: minmax(230px, 0.48fr) minmax(0, 1.52fr);
  gap: 30px;
  align-items: center;
  padding: 34px max(20px, calc((100vw - 1180px) / 2));
  color: var(--paper);
  background: var(--ink);
  border-top: 4px solid var(--red);
}

.quick-inquiry__intro {
  display: grid;
  gap: 8px;
}

.quick-inquiry__intro .kicker {
  color: #ff8781;
}

.quick-inquiry__intro h2 {
  font-size: 1.65rem;
}

.quick-inquiry__intro p:not(.kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  width: 100%;
  padding: 24px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.lead-form--compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 22px;
  box-shadow: none;
}

.lead-form--compact .lead-form__headline {
  display: none;
}

.lead-form__headline {
  grid-column: 1 / -1;
  display: grid;
  gap: 4px;
}

.lead-form__headline strong {
  font-size: 1.1rem;
}

.lead-form__headline span {
  color: var(--muted);
  font-size: 0.92rem;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form__trap {
  position: absolute;
  top: 0;
  left: -10000px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  pointer-events: none;
}

.lead-form label > span {
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 850;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: var(--red);
  background: var(--paper);
  box-shadow: 0 0 0 3px rgba(218, 59, 54, 0.18);
}

.lead-form__wide,
.lead-form__contact-help,
.lead-form .button,
.form-privacy,
.form-status {
  grid-column: 1 / -1;
}

.lead-form__contact-help {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.lead-form__note small {
  color: var(--muted);
  font: inherit;
}

.form-status[data-state="success"] {
  color: #147a3d;
}

.form-status[data-state="error"] {
  color: #b3261e;
}

.lead-form button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.form-privacy {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.form-privacy a {
  color: var(--ink);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lead-form__selected-service {
  display: grid;
  align-content: center;
  gap: 4px;
  min-height: 68px;
  padding: 10px 12px;
  background: #fff0ef;
  border: 1px solid rgba(223, 66, 66, 0.2);
  border-radius: 6px;
}

.lead-form__selected-service span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lead-form__selected-service strong {
  font-size: 0.92rem;
}

.form-status {
  min-height: 22px;
  color: var(--red);
  font-size: 0.88rem;
  font-weight: 750;
}

.section {
  padding: 88px max(20px, calc((100vw - 1180px) / 2));
}

.section--tight {
  padding-top: 48px;
  padding-bottom: 48px;
}

.not-found {
  display: grid;
  align-items: center;
  min-height: 62vh;
}

.not-found > div {
  max-width: 720px;
}

.not-found h1 {
  margin: 8px 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 0.98;
}

.section--band {
  background: var(--paper-soft);
  border-block: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 14px;
  max-width: 800px;
  margin-bottom: 34px;
}

.section-heading p:not(.kicker),
.split > div > p:not(.kicker),
.proof-grid p,
.process-list p,
.process-cards p,
.audience-grid p,
.case-grid p,
.content-grid p,
.detail-grid p {
  color: var(--muted);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.trust-strip div {
  display: grid;
  gap: 3px;
  min-height: 96px;
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, #fff8f7 100%);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  font-size: 1.08rem;
}

.trust-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

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

.service-card,
.process-cards article,
.proof-grid article,
.content-grid article,
.audience-grid article,
.case-grid article,
.location-grid a {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
}

.service-card {
  position: relative;
  display: grid;
  gap: 18px;
  min-height: 290px;
  padding: 22px;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  width: auto;
  height: 4px;
  background: var(--red);
}

.service-card p {
  color: var(--muted);
}

.service-card h3 a:hover,
.text-link:hover,
.related-links a:hover,
.location-grid a:hover {
  color: var(--red);
}

.service-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
}

.service-card__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  color: var(--red);
  background: #fff0ef;
  border: 1px solid rgba(223, 66, 66, 0.18);
  border-radius: 8px;
}

.service-card__icon svg,
.compact-service-link__icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  color: var(--blue-dark);
  background: #fff0ef;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.text-link {
  align-self: end;
  color: var(--ink);
  font-weight: 850;
}

.additional-services {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  margin-top: 22px;
  padding: 28px 0;
  background: transparent;
  border-block: 1px solid var(--line);
  border-radius: 0;
}

.additional-services > div:first-child {
  display: grid;
  align-content: start;
  gap: 10px;
}

.additional-services p:not(.kicker) {
  color: var(--muted);
}

.compact-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compact-service-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 820;
}

.compact-service-link:hover {
  color: var(--red);
  border-color: rgba(223, 66, 66, 0.28);
}

.compact-service-link__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  aspect-ratio: 1;
  color: var(--red);
  background: #fff0ef;
  border-radius: 7px;
}

.compact-service-link__icon svg {
  width: 19px;
  height: 19px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 48px;
  align-items: start;
}

.split > div {
  display: grid;
  gap: 16px;
}

.proof-panel {
  padding: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-list {
  display: grid;
  gap: 14px;
}

.process-list div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 14px;
  row-gap: 4px;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.process-list span,
.process-cards span,
.case-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  color: var(--paper);
  background: var(--red);
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
}

.process-list p {
  grid-column: 2;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.location-grid a {
  display: grid;
  gap: 8px;
  min-height: 145px;
  padding: 22px;
}

.location-grid strong {
  font-size: 1.12rem;
}

.location-grid span {
  color: var(--muted);
}

.location-regions {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.location-regions article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.location-regions article > span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.location-regions h2 {
  margin-bottom: 8px;
  font-size: 1.45rem;
}

.location-regions p {
  max-width: 800px;
  color: var(--muted);
}

.location-regions .text-link {
  display: inline-flex;
  margin-top: 12px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.proof-grid article {
  display: grid;
  gap: 12px;
  min-height: 190px;
  padding: 24px;
}

.content-grid,
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.content-grid article,
.detail-grid article {
  display: grid;
  gap: 16px;
  padding: 28px;
}

.detail-grid article {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.audience-grid,
.case-grid,
.visual-grid {
  display: grid;
  gap: 16px;
}

.audience-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.visual-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
}

.section--visuals {
  color: var(--paper);
  background: #101010;
}

.section--visuals .section-heading p:not(.kicker) {
  color: rgba(255, 255, 255, 0.7);
}

.section--visuals .kicker {
  color: #ff8781;
}

.audience-grid article,
.case-grid article {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 210px;
  padding: 24px;
}

.visual-grid article {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
  border: 0;
  border-radius: 6px;
}

.visual-grid article:first-child {
  grid-row: span 2;
  min-height: 636px;
}

.visual-grid picture,
.visual-grid img {
  width: 100%;
  height: 100%;
}

.visual-grid picture {
  display: block;
}

.visual-grid img {
  object-fit: cover;
}

.visual-grid div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 8px;
  padding: 50px 22px 22px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.86));
}

.visual-grid p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

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

.check-list li {
  position: relative;
  padding-left: 24px;
  color: var(--ink-soft);
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--red);
  border-radius: 50%;
}

.process-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.process-cards article {
  display: grid;
  gap: 14px;
  min-height: 220px;
  padding: 22px;
}

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

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 22px;
  font-weight: 850;
}

.faq-list p {
  padding: 0 22px 20px;
  color: var(--muted);
}

.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.related-links a {
  min-height: 34px;
  padding: 7px 12px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 750;
}

.section--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--paper);
  background: var(--ink);
  border-top: 5px solid var(--red);
}

.section--cta p:not(.kicker) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  padding: 56px max(20px, calc((100vw - 1180px) / 2)) 26px;
  color: rgba(255, 255, 255, 0.78);
  background: #0c0d10;
}

.footer-group {
  margin-top: 14px;
}

.footer-group a {
  color: #ff8781;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mobile-quick-actions {
  display: none;
}

body.quick-actions-hidden .mobile-quick-actions {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-grid h2 {
  color: var(--paper);
  font-size: 0.95rem;
}

.footer-grid a:hover {
  color: var(--paper);
}

.brand--footer {
  min-width: 0;
  color: var(--paper);
}

.brand--footer .brand-logo-wrap {
  width: fit-content;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Service pages use an editorial layout instead of the homepage card system. */
.service-masthead,
.service-scope,
.service-quote,
.service-preparation,
.service-process,
.service-faq,
.service-closing,
.location-masthead,
.location-services,
.location-inquiry,
.location-faq {
  padding-right: max(20px, calc((100vw - 1180px) / 2));
  padding-left: max(20px, calc((100vw - 1180px) / 2));
}

.service-masthead {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 54px;
  align-items: center;
  min-height: 650px;
  padding-top: 62px;
  padding-bottom: 62px;
  background: var(--paper-soft);
  border-bottom: 1px solid var(--line);
}

.service-masthead__copy {
  max-width: 610px;
}

.service-masthead h1 {
  font-size: clamp(2.55rem, 5vw, 4.8rem);
}

.service-masthead__intro {
  max-width: 620px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.12rem;
}

.service-assurances {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.service-assurances span {
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 800;
}

.service-masthead__media {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--ink);
}

.service-masthead__picture,
.service-masthead__picture img {
  width: 100%;
  height: 520px;
}

.service-masthead__picture {
  display: block;
}

.service-masthead__picture img {
  object-fit: cover;
}

.service-brief {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.9fr;
  color: var(--paper);
  background: rgba(11, 11, 11, 0.92);
  border-top: 4px solid var(--red);
  backdrop-filter: blur(12px);
}

.service-brief div {
  display: grid;
  align-content: start;
  gap: 5px;
  min-width: 0;
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.service-brief div:last-child {
  border-right: 0;
}

.service-brief span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.service-brief strong {
  font-size: 0.82rem;
  line-height: 1.35;
}

.service-page-nav {
  display: flex;
  gap: 0;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  overflow-x: auto;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.service-page-nav a {
  flex: 1 0 auto;
  padding: 17px 22px;
  color: var(--muted);
  border-right: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
}

.service-page-nav a:first-child {
  border-left: 1px solid var(--line);
}

.service-page-nav a:hover {
  color: var(--red-dark);
  background: var(--paper-soft);
}

.service-scope {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  padding-top: 94px;
  padding-bottom: 94px;
}

.service-scope__intro > p:not(.kicker) {
  max-width: 580px;
  margin-top: 20px;
  color: var(--muted);
}

.suitable-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.suitable-list span,
.suitable-list strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  font-size: 0.78rem;
}

.suitable-list span {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  font-weight: 850;
}

.suitable-list strong {
  color: var(--ink-soft);
  background: var(--paper-soft);
}

.scope-rows,
.preparation-list,
.service-process ol,
.location-service-rows {
  border-top: 1px solid var(--ink);
}

.scope-rows article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  min-height: 82px;
  padding: 21px 4px;
  border-bottom: 1px solid var(--line);
}

.scope-rows span {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
}

.scope-rows p {
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 820;
}

.service-quote {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
  gap: 56px;
  align-items: start;
  padding-top: 74px;
  padding-bottom: 74px;
  color: var(--paper);
  background: var(--ink);
  border-left: 10px solid var(--red);
}

.service-quote__info > p:not(.kicker) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.service-quote .kicker,
.location-inquiry .kicker {
  color: #ff8e89;
}

.quote-facts {
  display: grid;
  gap: 0;
  margin: 30px 0 0;
}

.quote-facts div {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.quote-facts dt {
  color: #ff8e89;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.quote-facts dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.service-quote .related-links a {
  color: var(--paper);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.22);
}

.service-quote__form .lead-form,
.location-inquiry .lead-form {
  box-shadow: none;
}

.service-quote .lead-form--compact,
.location-inquiry .lead-form--compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-preparation {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 64px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.preparation-list article {
  display: grid;
  grid-template-columns: minmax(160px, 0.46fr) minmax(0, 1fr);
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.preparation-list p,
.service-process li p {
  color: var(--muted);
}

.service-process {
  display: grid;
  grid-template-columns: minmax(250px, 0.66fr) minmax(0, 1.34fr);
  gap: 70px;
  padding-top: 82px;
  padding-bottom: 82px;
  background: var(--paper-soft);
  border-block: 1px solid var(--line);
}

.service-process ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-process li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.service-process li > span {
  color: var(--red);
  font-weight: 900;
}

.service-process li div {
  display: grid;
  gap: 4px;
}

.service-faq,
.location-faq {
  display: grid;
  grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1.35fr);
  gap: 70px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-faq__heading > p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
}

.service-faq__heading a {
  color: var(--red-dark);
  font-weight: 850;
}

.service-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-top: 48px;
  padding-bottom: 48px;
  color: var(--paper);
  background: var(--ink);
  border-top: 5px solid var(--red);
}

.service-closing span {
  color: #ff8e89;
  font-size: 0.76rem;
  font-weight: 850;
  text-transform: uppercase;
}

.service-closing h2 {
  margin-top: 5px;
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
}

/* Location pages use a darker regional masthead and row-based directory. */
.location-masthead {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: 70px;
  align-items: end;
  min-height: 570px;
  padding-top: 80px;
  padding-bottom: 72px;
  overflow: hidden;
  color: var(--paper);
  background: #111;
  border-bottom: 7px solid var(--red);
}

.location-masthead__copy,
.location-masthead__aside {
  position: relative;
  z-index: 1;
}

.location-overline {
  margin-bottom: 16px;
  color: #ff8e89;
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.location-masthead h1 {
  max-width: 780px;
  font-size: clamp(2.7rem, 5.5vw, 5.2rem);
}

.location-masthead__copy > p:not(.location-overline) {
  max-width: 690px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
}

.location-masthead .button--ghost {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.38);
}

.location-masthead__aside {
  padding-left: 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.location-mark {
  display: block;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(2rem, 4.5vw, 4.4rem);
  font-weight: 900;
  line-height: 0.94;
}

.location-masthead dl {
  margin: 0;
}

.location-masthead dl div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.location-masthead dt {
  color: #ff8e89;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.location-masthead dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.location-services {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 70px;
  padding-top: 90px;
  padding-bottom: 90px;
}

.location-services__heading > p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
}

.location-service-rows div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--line);
}

.location-service-rows span {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
}

.location-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  padding: 0;
  background: var(--paper-soft);
  border-block: 1px solid var(--line);
}

.location-context__picture,
.location-context__picture img {
  width: 100%;
  min-height: 530px;
  height: 100%;
}

.location-context__picture {
  display: block;
}

.location-context__picture img {
  object-fit: cover;
}

.location-context__copy {
  display: grid;
  align-content: center;
  padding: 70px max(24px, calc((100vw - 1180px) / 2));
}

.location-context__copy > p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
}

.location-promises {
  display: grid;
  gap: 0;
  margin-top: 28px;
  border-top: 1px solid var(--ink);
}

.location-promises span {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.location-inquiry {
  display: grid;
  grid-template-columns: minmax(260px, 0.66fr) minmax(0, 1.34fr);
  gap: 60px;
  align-items: start;
  padding-top: 78px;
  padding-bottom: 78px;
  color: var(--paper);
  background: var(--ink);
  border-left: 10px solid var(--red);
}

.location-inquiry__heading > p:not(.kicker) {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.72);
}

.privacy-content {
  display: grid;
  gap: 30px;
  max-width: 820px;
}

.privacy-content section {
  display: grid;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.privacy-content p,
.privacy-content li {
  color: var(--muted);
}

@media (max-width: 1100px) {
  .header-contact {
    display: none;
  }

  .quick-inquiry {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .location-grid,
  .process-cards,
  .audience-grid,
  .case-grid,
  .visual-grid,
  .proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .site-header {
    min-height: 66px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 66px 0 auto 0;
    display: none;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 14px 20px 22px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(17, 19, 25, 0.12);
  }

  .site-nav.is-open {
    display: grid;
  }

  .site-nav a {
    justify-content: space-between;
    min-height: 50px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
  }

  .site-nav .nav-cta {
    justify-content: center;
    margin-top: 12px;
    border-bottom: 0;
    border-radius: 6px;
  }

  .hero {
    min-height: auto;
    padding-top: 46px;
    padding-bottom: 46px;
    background:
      linear-gradient(90deg, rgba(7, 7, 7, 0.94) 0%, rgba(7, 7, 7, 0.76) 74%, rgba(7, 7, 7, 0.46) 100%),
      var(--hero-image) center / cover;
  }

  .split,
  .content-grid,
  .detail-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .additional-services {
    grid-template-columns: 1fr;
  }

  .lead-form--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-masthead,
  .service-scope,
  .service-quote,
  .service-preparation,
  .service-process,
  .service-faq,
  .location-masthead,
  .location-services,
  .location-context,
  .location-inquiry,
  .location-faq {
    grid-template-columns: 1fr;
  }

  .service-masthead,
  .location-masthead {
    min-height: auto;
  }

  .service-masthead__copy {
    max-width: 760px;
  }

  .service-masthead__media {
    min-height: 460px;
  }

  .service-masthead__picture,
  .service-masthead__picture img {
    height: 460px;
  }

  .service-quote,
  .location-inquiry {
    gap: 40px;
  }

  .location-masthead__aside {
    padding: 24px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

  .location-context__picture,
  .location-context__picture img {
    min-height: 390px;
  }

  .location-context__copy {
    padding: 56px max(20px, calc((100vw - 1180px) / 2));
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100vw - 28px, 1180px);
  }

  .site-header,
  .breadcrumbs,
  .hero,
  .section,
  .site-footer,
  .quick-inquiry,
  .service-masthead,
  .service-scope,
  .service-quote,
  .service-preparation,
  .service-process,
  .service-faq,
  .service-closing,
  .location-masthead,
  .location-services,
  .location-inquiry,
  .location-faq {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-masthead {
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .service-masthead h1,
  .location-masthead h1 {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }

  .service-assurances,
  .service-brief {
    display: none;
  }

  .service-masthead__media {
    min-height: 0;
  }

  .service-masthead__picture,
  .service-masthead__picture img {
    height: 180px;
  }

  .service-page-nav {
    padding-right: 16px;
    padding-left: 16px;
  }

  .service-page-nav a {
    padding: 14px 16px;
  }

  .service-scope,
  .service-preparation,
  .service-process,
  .service-faq,
  .location-services,
  .location-faq {
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .service-quote,
  .location-inquiry {
    padding-top: 52px;
    padding-bottom: 52px;
    border-left-width: 5px;
  }

  .preparation-list article {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .service-closing {
    align-items: stretch;
    flex-direction: column;
  }

  .service-closing .button {
    width: 100%;
  }

  .location-masthead {
    gap: 24px;
    padding-top: 42px;
    padding-bottom: 38px;
  }

  .location-masthead__aside {
    display: none;
  }

  .breadcrumbs a:not(:first-child),
  .breadcrumbs a:not(:first-child) + span {
    display: none;
  }

  .location-context__picture,
  .location-context__picture img {
    min-height: 300px;
  }

  .location-context__copy {
    padding: 52px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 72px;
  }

  .brand-text small {
    display: none;
  }

  h1 {
    font-size: clamp(2.05rem, 10.8vw, 3.05rem);
  }

  h2 {
    font-size: clamp(1.78rem, 9vw, 2.45rem);
  }

  .hero__actions,
  .section--cta {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button,
  .section--cta .button {
    width: 100%;
  }

  .hero-proof {
    display: none;
  }

  .lead-form {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .service-quote .lead-form--compact,
  .location-inquiry .lead-form--compact {
    grid-template-columns: 1fr;
  }

  .compact-service-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip,
  .service-grid,
  .location-grid,
  .process-cards,
  .audience-grid,
  .case-grid,
  .visual-grid,
  .proof-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .service-card,
  .location-grid a,
  .process-cards article,
  .audience-grid article,
  .case-grid article,
  .visual-grid article,
  .proof-grid article {
    min-height: auto;
  }

  .visual-grid img {
    aspect-ratio: 16 / 10;
  }

  .visual-grid picture,
  .visual-grid img {
    height: auto;
  }

  .visual-grid article:first-child {
    grid-row: auto;
    min-height: auto;
  }

  .process-list div {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .footer-bottom {
    flex-direction: column;
  }

  .mobile-quick-actions {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 8px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 42px rgba(17, 19, 25, 0.2);
    backdrop-filter: blur(14px);
  }

  .mobile-quick-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 6px;
    font-weight: 850;
  }

  .mobile-quick-actions a:first-child {
    color: var(--blue-dark);
    background: var(--paper-soft);
  }

  .mobile-quick-actions a:last-child {
    color: var(--paper);
    background: var(--red);
  }

  body {
    padding-bottom: 78px;
  }
}
