/*
 * Wolf public campaign shell and Services direction.
 * Loaded last so this small, intentional layer is not dependent on the
 * historical public-site and cinematic prototype cascades.
 */

body.campaign-prototype {
  --wolf-ink: #10151a;
  --wolf-black: #020406;
  --wolf-paper: #ecebe6;
  --wolf-paper-deep: #dfe0dc;
  --wolf-blue: #1464ff;
  --wolf-blue-soft: #8fb3ff;
  --wolf-orange: #ff6b3d;
  --wolf-line: rgba(16, 21, 26, 0.2);
  --wolf-line-light: rgba(255, 255, 255, 0.2);
}

.campaign-prototype :where(a, button):focus-visible {
  outline: 3px solid var(--wolf-blue-soft);
  outline-offset: 4px;
}

.campaign-prototype .campaign-header {
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
}

.campaign-prototype .campaign-header nav a {
  position: relative;
}

.campaign-prototype .campaign-header nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 2px;
  background: var(--wolf-blue-soft);
  content: "";
}

.campaign-prototype .campaign-header.is-scrolled nav a[aria-current="page"]::after {
  background: var(--wolf-blue);
}

.campaign-prototype .campaign-header:not(.is-scrolled),
.campaign-prototype .campaign-header:not(.is-scrolled) :where(.campaign-mark strong, .campaign-mark small, .campaign-menu-toggle, nav a, .campaign-header-cta) {
  color: #fff;
}

.campaign-menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.campaign-menu-toggle span {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.campaign-menu-toggle i,
.campaign-menu-toggle i::before,
.campaign-menu-toggle i::after {
  display: block;
  width: 18px;
  height: 1px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.campaign-menu-toggle i {
  position: relative;
}

.campaign-menu-toggle i::before,
.campaign-menu-toggle i::after {
  position: absolute;
  left: 0;
}

.campaign-menu-toggle i::before {
  top: -6px;
}

.campaign-menu-toggle i::after {
  top: 6px;
}

.campaign-header[data-menu-open="true"] .campaign-menu-toggle i {
  background: transparent;
}

.campaign-header[data-menu-open="true"] .campaign-menu-toggle i::before {
  top: 0;
  transform: rotate(45deg);
}

.campaign-header[data-menu-open="true"] .campaign-menu-toggle i::after {
  top: 0;
  transform: rotate(-45deg);
}

.campaign-prototype .campaign-footer nav a[aria-current="page"] {
  color: var(--wolf-blue);
}

/* Homepage — compact customer proof between the owner story and process film. */
.campaign-directed .campaign-neighbor-proof {
  padding: 96px 7vw 108px;
  background: var(--wolf-paper-deep);
  color: var(--wolf-ink);
}

.campaign-directed .campaign-neighbor-proof-heading,
.campaign-directed .campaign-neighbor-proof-grid {
  width: min(100%, 1480px);
  margin-inline: auto;
}

.campaign-directed .campaign-neighbor-proof-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px clamp(42px, 8vw, 126px);
  align-items: end;
}

.campaign-directed .campaign-neighbor-proof-heading .campaign-section-label {
  grid-column: 1 / -1;
  margin: 0;
}

.campaign-directed .campaign-neighbor-proof-heading h2 {
  margin: 0;
  color: var(--wolf-ink);
  font-size: clamp(48px, 5.6vw, 82px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.campaign-directed .campaign-neighbor-proof-heading h2 em {
  color: var(--wolf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76em;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.campaign-directed .campaign-neighbor-proof-heading > p:last-child {
  max-width: 440px;
  margin: 0 0 4px;
  color: #4e575d;
  font-size: 15px;
  line-height: 1.7;
}

.campaign-directed .campaign-neighbor-proof-grid {
  display: grid;
  margin-top: 52px;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 2px;
  align-items: stretch;
  background: rgba(16, 21, 26, 0.2);
}

.campaign-directed .campaign-neighbor-reviews {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 1px;
  background: rgba(16, 21, 26, 0.18);
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card {
  display: flex;
  min-width: 0;
  min-height: 276px;
  padding: clamp(28px, 3.2vw, 46px);
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: var(--wolf-paper);
  color: var(--wolf-ink);
  box-shadow: none;
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card::before {
  width: 34px;
  height: 3px;
  margin-bottom: 28px;
  background: var(--wolf-orange);
  content: "";
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card p {
  margin: 0 0 32px;
  color: #30373c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.45;
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card strong {
  display: block;
  margin-top: auto;
  color: var(--wolf-ink);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card small {
  display: block;
  margin-top: 7px;
  color: #4e575d;
  font-size: 11px;
  line-height: 1.45;
}

.campaign-directed .campaign-neighbor-reviews .testimonial-card > span:last-child {
  display: block;
  margin-top: 7px;
  color: #626a6f;
  font-size: 10px;
  font-weight: 750;
  text-transform: uppercase;
}

.campaign-directed .campaign-alex-note {
  display: flex;
  min-height: 276px;
  padding: clamp(32px, 4vw, 58px);
  flex-direction: column;
  border-top: 4px solid var(--wolf-blue);
  background: var(--wolf-ink);
  color: #fff;
}

.campaign-directed .campaign-alex-note .campaign-section-label {
  margin: 0 0 26px;
  color: var(--wolf-blue-soft);
}

.campaign-directed .campaign-alex-note h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 0.98;
}

.campaign-directed .campaign-alex-note > p:not(.campaign-section-label) {
  margin: 24px 0 34px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

.campaign-directed .campaign-alex-note > strong {
  display: block;
  margin-top: auto;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.campaign-directed .campaign-alex-note > strong span {
  display: block;
  margin-top: 6px;
  color: var(--wolf-blue-soft);
  font-size: 9px;
  letter-spacing: 0.02em;
}

.campaign-directed .campaign-neighbor-reviews .skeleton-card::before {
  display: none;
}

.campaign-directed .campaign-neighbor-reviews .skeleton-line {
  display: block;
  width: 100%;
  height: 13px;
  margin: 0 0 14px;
  background: linear-gradient(90deg, #d6d7d3 20%, #e7e7e2 42%, #d6d7d3 66%);
  background-size: 240% 100%;
  animation: wolf-proof-skeleton 1.25s ease-in-out infinite;
}

.campaign-directed .campaign-neighbor-reviews .skeleton-line.medium {
  width: 76%;
  margin-top: 26px;
}

.campaign-directed .campaign-neighbor-reviews .skeleton-line.short {
  width: 46%;
  margin-top: auto;
}

@keyframes wolf-proof-skeleton {
  to {
    background-position: -240% 0;
  }
}

/* Services — the homepage campaign language, made useful as a decision page. */
body.public-site.services-directed {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--wolf-black);
  color: var(--wolf-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.services-directed .services-flow {
  overflow: hidden;
}

body.services-directed .flow-shell {
  width: min(1320px, calc(100% - clamp(48px, 9vw, 144px)));
  max-width: none;
}

body.services-directed .flow-eyebrow {
  margin: 0 0 18px;
  color: var(--wolf-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.services-directed .flow-eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: var(--wolf-orange);
  content: "";
}

body.services-directed .services-flow-intro {
  min-height: 92svh;
  padding: 74px 0 0;
  background: var(--wolf-black);
  color: #fff;
}

body.services-directed .services-intro-grid {
  display: grid;
  width: 100%;
  min-height: calc(92svh - 74px);
  margin: 0;
  padding: 0;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
}

body.services-directed .services-intro-copy {
  align-self: center;
  max-width: 760px;
  padding: 76px clamp(34px, 6.5vw, 104px);
}

body.services-directed .services-flow-breadcrumbs {
  display: flex;
  gap: 9px;
  margin: 0 0 54px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

body.services-directed .services-flow-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.services-directed .services-intro-copy .flow-eyebrow {
  color: var(--wolf-blue-soft);
}

body.services-directed .services-intro-copy h1 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: clamp(64px, 7.2vw, 118px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.84;
}

body.services-directed .services-intro-copy h1 em {
  display: block;
  margin-top: 9px;
  color: var(--wolf-blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.86em;
  font-weight: 400;
  letter-spacing: -0.05em;
}

body.services-directed .services-intro-lead {
  max-width: 610px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

body.services-directed .services-intro-copy .flow-actions {
  margin-top: 32px;
}

body.services-directed .flow-button {
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 0;
  gap: 24px;
  font-size: 12px;
  font-weight: 850;
}

body.services-directed .services-intro-copy .flow-button-gold {
  border-color: #fff;
  background: #fff;
  color: var(--wolf-black);
}

body.services-directed .services-intro-copy .flow-button-gold:hover {
  background: var(--wolf-blue-soft);
  color: var(--wolf-black);
}

body.services-directed .services-intro-copy .flow-text-link,
body.services-directed .services-proof-results-link {
  color: #fff;
}

body.services-directed .flow-text-link {
  gap: 10px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

body.services-directed .services-intro-facts {
  display: grid;
  margin: 52px 0 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--wolf-line-light);
  border-bottom: 1px solid var(--wolf-line-light);
}

body.services-directed .services-intro-facts div {
  padding: 17px 16px 17px 0;
}

body.services-directed .services-intro-facts div + div {
  padding-left: 16px;
  border-left: 1px solid var(--wolf-line-light);
}

body.services-directed .services-intro-facts dt,
body.services-directed .services-intro-facts dd {
  margin: 0;
}

body.services-directed .services-intro-facts dt {
  color: var(--wolf-blue-soft);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

body.services-directed .services-intro-facts dd {
  margin-top: 7px;
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

body.services-directed .services-intro-photo {
  position: relative;
  min-height: calc(92svh - 74px);
  margin: 0;
  overflow: hidden;
  background: #11161d;
}

body.services-directed .services-intro-photo::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(2, 4, 6, 0.42), transparent 48%),
    linear-gradient(0deg, rgba(2, 4, 6, 0.86), transparent 42%);
  content: "";
  pointer-events: none;
}

body.services-directed .services-intro-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 46%;
  filter: saturate(0.74) contrast(1.08) brightness(0.82);
}

body.services-directed .services-intro-photo figcaption {
  position: absolute;
  z-index: 1;
  right: clamp(24px, 4vw, 58px);
  bottom: 34px;
  left: clamp(24px, 4vw, 58px);
  display: grid;
  gap: 8px;
  padding-top: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  color: #fff;
}

body.services-directed .services-intro-photo figcaption span {
  color: var(--wolf-blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-style: italic;
}

body.services-directed .services-intro-photo figcaption strong {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
}

body.services-directed .services-flow-compare {
  padding: 132px 0 118px;
  background: var(--wolf-paper);
  color: var(--wolf-ink);
}

body.services-directed .services-compare-heading {
  display: grid;
  margin: 0 0 62px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 8vw;
  align-items: end;
}

body.services-directed .services-compare-heading h2,
body.services-directed .services-r2-proof-heading h2,
body.services-directed .services-flow-final h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

body.services-directed :is(.services-compare-heading, .services-r2-proof-heading, .services-flow-final) h2 em {
  color: var(--wolf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72em;
  font-weight: 400;
  letter-spacing: -0.045em;
}

body.services-directed .services-compare-heading > p {
  max-width: 500px;
  margin: 0;
  color: #505b62;
  font-size: 16px;
  line-height: 1.7;
}

body.public-site.services-public.services-directed .services-chooser-layout {
  display: grid;
  margin: 0 0 74px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 0;
  border-top: 1px solid #aeb2ae;
  border-bottom: 1px solid #aeb2ae;
  align-items: stretch;
}

body.public-site.services-public.services-directed .services-fit-options {
  display: grid;
  align-content: start;
  border-right: 1px solid #aeb2ae;
}

body.public-site.services-public.services-directed .services-fit-prompt {
  margin: 0;
  padding: 24px 24px 18px;
  color: #596168;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice {
  display: grid;
  width: 100%;
  min-height: 84px;
  padding: 19px 24px;
  border: 0;
  border-top: 1px solid rgba(16, 21, 26, 0.14);
  border-radius: 0;
  gap: 6px;
  justify-items: start;
  background: transparent;
  color: var(--wolf-ink);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease;
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice:hover {
  background: rgba(255, 255, 255, 0.48);
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice.is-active {
  background: var(--wolf-blue);
  color: #fff;
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice strong {
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice span {
  color: #5d666b;
  font-size: 12px;
  line-height: 1.45;
}

body.public-site.services-public.services-directed .services-fit-options .fit-choice.is-active span {
  color: rgba(255, 255, 255, 0.82);
}

body.public-site.services-public.services-directed .services-fit-result {
  display: flex;
  min-height: 100%;
  padding: clamp(38px, 5vw, 68px);
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: var(--wolf-ink);
  color: #fff;
  box-shadow: none;
}

body.public-site.services-public.services-directed .services-fit-result > span {
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.public-site.services-public.services-directed .services-fit-result h3 {
  margin: 20px 0 0;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 70px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

body.public-site.services-public.services-directed .services-fit-result > p {
  max-width: 670px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.65;
}

body.public-site.services-public.services-directed .services-fit-result ul {
  display: grid;
  max-width: 670px;
  margin: 28px 0 0;
  padding: 0;
  gap: 0;
  list-style: none;
}

body.public-site.services-public.services-directed .services-fit-result li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-top: 1px solid var(--wolf-line-light);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.45;
}

body.public-site.services-public.services-directed .services-fit-result li::before {
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--wolf-orange);
  content: "+";
  font-weight: 900;
}

body.public-site.services-public.services-directed .services-fit-actions {
  display: flex;
  margin-top: auto;
  padding-top: 34px;
  gap: 22px;
  flex-wrap: wrap;
  align-items: center;
}

body.public-site.services-public.services-directed .services-fit-actions .flow-button {
  border-color: #fff;
  background: #fff;
  color: var(--wolf-ink);
  text-decoration: none;
}

body.public-site.services-public.services-directed .services-fit-actions .flow-text-link {
  color: #fff;
}

body.services-directed .services-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #9ca09c;
  border-bottom: 1px solid #9ca09c;
}

body.services-directed .services-choice {
  min-width: 0;
  min-height: 590px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wolf-ink);
  box-shadow: none;
}

body.services-directed .services-choice + .services-choice {
  border-left: 1px solid #aeb2ae;
}

body.services-directed .services-choice-extra {
  background: var(--wolf-ink);
  color: #fff;
}

body.services-directed .services-choice-copy {
  display: flex;
  min-height: 100%;
  padding: 44px clamp(28px, 3.4vw, 52px) 50px;
  flex-direction: column;
}

body.services-directed .services-choice-index {
  display: flex;
  margin: 0 0 48px;
  align-items: baseline;
  justify-content: space-between;
  color: #586168;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.services-directed .services-choice-index span {
  color: var(--wolf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
}

body.services-directed .services-choice-extra .services-choice-index {
  color: rgba(255, 255, 255, 0.62);
}

body.services-directed .services-choice-extra .services-choice-index span {
  color: var(--wolf-blue-soft);
}

body.services-directed .services-choice-label {
  width: max-content;
  margin: -30px 0 18px;
  padding: 7px 9px;
  background: var(--wolf-orange);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

body.services-directed .services-choice h3 {
  margin: 0;
  color: inherit;
  font-size: clamp(42px, 4.4vw, 66px);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

body.services-directed .services-choice-price {
  margin: 18px 0 22px;
  color: var(--wolf-blue);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.45;
}

body.services-directed .services-choice-extra .services-choice-price {
  color: var(--wolf-blue-soft);
}

body.services-directed .services-choice-copy > p:not([class]) {
  margin: 0 0 24px;
  color: #505b62;
  line-height: 1.65;
}

body.services-directed .services-choice-extra .services-choice-copy > p:not([class]) {
  color: rgba(255, 255, 255, 0.74);
}

body.services-directed .services-choice-best-for {
  margin: 0;
  color: currentColor;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.services-directed .services-choice ul {
  display: grid;
  margin: 9px 0 34px;
  padding: 0;
  gap: 0;
  list-style: none;
}

body.services-directed .services-choice li {
  position: relative;
  padding: 11px 0 11px 19px;
  border-top: 1px solid var(--wolf-line);
  color: #4d575e;
  font-size: 14px;
  line-height: 1.45;
}

body.services-directed .services-choice li::before {
  position: absolute;
  top: 10px;
  left: 0;
  color: var(--wolf-orange);
  content: "+";
  font-weight: 900;
}

body.services-directed .services-choice-extra li {
  border-color: var(--wolf-line-light);
  color: rgba(255, 255, 255, 0.76);
}

body.services-directed .services-choice .flow-button {
  width: 100%;
  margin-top: auto;
  justify-content: space-between;
}

body.services-directed .services-choice .flow-button-dark {
  border-color: var(--wolf-ink);
  background: var(--wolf-ink);
  color: #fff;
}

body.services-directed .services-choice-extra .flow-button-light {
  border-color: #fff;
  background: #fff;
  color: var(--wolf-ink);
}

body.services-directed .services-maintenance-note {
  display: grid;
  margin-top: 54px;
  padding: 38px 0 0;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 8vw;
  border-top: 1px solid var(--wolf-line);
}

body.services-directed .services-maintenance-note h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.045em;
  line-height: 1;
}

body.services-directed .services-maintenance-note > div p {
  max-width: 610px;
  margin: 0 0 22px;
  color: #505b62;
  line-height: 1.65;
}

body.services-directed .services-maintenance-note .flow-text-link {
  color: var(--wolf-ink);
}

body.services-directed .services-flow-proof {
  padding: 132px 0 118px;
  background: var(--wolf-black);
  color: #fff;
}

body.services-directed .services-r2-proof-heading {
  display: grid;
  margin: 0 0 60px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 8vw;
  align-items: end;
}

body.services-directed .services-r2-proof-heading h2 {
  max-width: 900px;
  color: #fff;
}

body.services-directed .services-r2-proof-heading h2 em {
  color: var(--wolf-blue-soft);
}

body.services-directed .services-r2-proof-heading .flow-eyebrow {
  color: var(--wolf-blue-soft);
}

body.services-directed .services-r2-proof-heading > p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

body.services-directed .services-proof-examples {
  display: grid;
  grid-template-columns: 0.95fr 0.95fr 1.1fr;
  gap: 12px;
}

body.services-directed .services-proof-examples figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0d1115;
  box-shadow: none;
}

body.services-directed .services-proof-examples img {
  display: block;
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.74) contrast(1.08) brightness(0.84);
}

body.services-directed .services-proof-examples [data-proof-state="finish"] img {
  object-position: center;
}

body.services-directed .services-proof-examples figcaption {
  display: grid;
  min-height: 145px;
  padding: 20px;
  gap: 6px;
  background: #0d1115;
  color: #fff;
}

body.services-directed .services-proof-examples figcaption span {
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.services-directed .services-proof-examples figcaption strong {
  font-size: 20px;
  letter-spacing: -0.02em;
}

body.services-directed .services-proof-examples figcaption small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.5;
}

body.services-directed .services-proof-results-link {
  margin-top: 32px;
}

body.services-directed .services-flow-final {
  padding: 128px 0;
  background: var(--wolf-paper-deep);
  color: var(--wolf-ink);
}

body.services-directed .services-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: 9vw;
  align-items: end;
}

body.services-directed .services-flow-final h2 {
  max-width: 830px;
  color: var(--wolf-ink);
}

body.services-directed .services-flow-final > .flow-shell > div:last-child > p:first-child {
  max-width: 570px;
  margin: 0;
  color: #48535a;
  font-size: 18px;
  line-height: 1.7;
}

body.services-directed .services-flow-final .flow-actions {
  margin-top: 30px;
}

body.services-directed .services-flow-final .flow-button-gold {
  border-color: var(--wolf-ink);
  background: var(--wolf-ink);
  color: #fff;
}

body.services-directed .services-flow-final .flow-text-link {
  color: var(--wolf-ink);
}

body.services-directed .services-final-reassurance {
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--wolf-line);
  color: #4d585f;
  font-size: 12px;
  font-weight: 800;
}

body.services-directed .campaign-footer {
  border-top: 1px solid var(--wolf-line);
  background: var(--wolf-paper);
}

@media (max-width: 980px) {
  .campaign-prototype .campaign-header {
    grid-template-columns: auto 1fr auto;
  }

  .campaign-prototype .campaign-menu-toggle {
    display: inline-flex;
    grid-column: 2;
    align-items: center;
    justify-self: end;
    gap: 9px;
  }

  .campaign-prototype .campaign-header > nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: grid;
    padding: 10px 24px 22px;
    transform: translateY(-8px);
    border-top: 1px solid rgba(16, 21, 26, 0.12);
    border-bottom: 1px solid rgba(16, 21, 26, 0.16);
    background: rgba(236, 235, 230, 0.98);
    color: var(--wolf-ink);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .campaign-prototype .campaign-header[data-menu-open="true"] {
    border-color: rgba(16, 21, 26, 0.12);
    background: rgba(236, 235, 230, 0.98);
    color: var(--wolf-ink);
    backdrop-filter: blur(18px);
  }

  .campaign-prototype .campaign-header[data-menu-open="true"] > nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .campaign-prototype .campaign-header > nav a {
    min-height: 48px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(16, 21, 26, 0.12);
  }

  .campaign-prototype .campaign-header nav a[aria-current="page"]::after {
    right: auto;
    bottom: 15px;
    width: 22px;
    background: var(--wolf-blue);
  }

  .campaign-prototype .campaign-footer {
    grid-template-columns: 1fr auto;
  }

  .campaign-prototype .campaign-footer nav {
    display: flex;
    justify-content: flex-end;
  }

  .campaign-prototype .campaign-footer > p {
    grid-column: 1 / -1;
    justify-self: start;
  }

  body.services-directed .services-intro-grid {
    grid-template-columns: minmax(380px, 0.9fr) minmax(440px, 1.1fr);
  }

  body.services-directed .services-intro-copy {
    padding-right: 42px;
    padding-left: 42px;
  }

  body.services-directed .services-compare-heading,
  body.services-directed .services-r2-proof-heading,
  body.services-directed .services-final-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  body.services-directed .services-compare-grid {
    grid-template-columns: 1fr;
  }

  body.services-directed .services-choice {
    min-height: 0;
  }

  body.services-directed .services-choice + .services-choice {
    border-top: 1px solid #aeb2ae;
    border-left: 0;
  }

  body.services-directed .services-choice-copy {
    min-height: 0;
  }

  body.services-directed .services-choice-index {
    margin-bottom: 34px;
  }
}

@media (max-width: 760px) {
  .campaign-prototype .campaign-header {
    grid-template-columns: auto 1fr auto;
  }

  .campaign-prototype .campaign-header-cta {
    padding: 12px;
  }

  .campaign-prototype .campaign-menu-toggle span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .campaign-prototype .campaign-footer {
    grid-template-columns: 1fr;
  }

  .campaign-prototype .campaign-footer nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 0 18px;
  }

  .campaign-prototype .campaign-footer nav a {
    border-bottom: 1px solid var(--wolf-line);
  }

  body.services-directed .flow-shell {
    width: calc(100% - 36px);
  }

  body.services-directed .services-flow-intro {
    min-height: 0;
    padding-top: 66px;
  }

  body.services-directed .services-intro-grid {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 790px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  body.services-directed .services-intro-copy {
    z-index: 2;
    align-self: end;
    max-width: none;
    padding: 180px 20px 38px;
    background: linear-gradient(0deg, rgba(2, 4, 6, 0.98) 0%, rgba(2, 4, 6, 0.78) 68%, transparent 100%);
  }

  body.services-directed .services-flow-breadcrumbs {
    margin-bottom: 34px;
  }

  body.services-directed .services-intro-copy h1 {
    font-size: clamp(55px, 16vw, 76px);
  }

  body.services-directed .services-intro-lead {
    margin-top: 24px;
    font-size: 15px;
  }

  body.services-directed .services-intro-copy .flow-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }

  body.services-directed .services-intro-copy .flow-button {
    width: 100%;
    justify-content: space-between;
  }

  body.services-directed .services-intro-facts {
    margin-top: 36px;
  }

  body.services-directed .services-intro-facts div,
  body.services-directed .services-intro-facts div + div {
    padding: 13px 9px;
  }

  body.services-directed .services-intro-facts div:first-child {
    padding-left: 0;
  }

  body.services-directed .services-intro-facts dd {
    font-size: 10px;
  }

  body.services-directed .services-intro-photo {
    position: absolute;
    z-index: 0;
    inset: 0;
    min-height: 0;
  }

  body.services-directed .services-intro-photo img {
    object-position: 54% 35%;
  }

  body.services-directed .services-intro-photo figcaption {
    display: none;
  }

  body.services-directed .services-flow-compare,
  body.services-directed .services-flow-proof,
  body.services-directed .services-flow-final {
    padding: 82px 0;
  }

  body.services-directed .services-compare-heading,
  body.services-directed .services-r2-proof-heading {
    margin-bottom: 42px;
  }

  body.services-directed .services-compare-heading h2,
  body.services-directed .services-r2-proof-heading h2,
  body.services-directed .services-flow-final h2 {
    font-size: clamp(44px, 13vw, 62px);
  }

  body.services-directed .services-choice-copy {
    padding: 38px 22px 42px;
  }

  body.services-directed .services-choice-label {
    margin-top: -18px;
  }

  body.services-directed .services-choice h3 {
    font-size: 46px;
  }

  body.services-directed .services-maintenance-note {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.services-directed .services-proof-examples {
    grid-template-columns: 1fr;
  }

  body.services-directed .services-proof-examples img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body.services-directed .services-proof-examples [data-proof-state="finish"] img {
    aspect-ratio: 4 / 3;
  }

  body.services-directed .services-proof-examples figcaption {
    min-height: 0;
  }

  body.services-directed .services-flow-final .flow-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.services-directed .services-flow-final .flow-button {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.cinematic-home-root,
  html.cinematic-secondary-root {
    scroll-behavior: auto;
  }

  .campaign-prototype .campaign-header > nav,
  .campaign-menu-toggle i,
  .campaign-menu-toggle i::before,
  .campaign-menu-toggle i::after {
    transition: none;
  }
}

/* --------------------------------------------------------------------------
   Campaign pages — one editorial system for Results, service detail, area,
   and booking. The homepage remains the visual source of truth.
   -------------------------------------------------------------------------- */

body.public-site.campaign-page {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background: var(--wolf-paper);
  color: var(--wolf-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

body.campaign-page main {
  overflow: hidden;
}

body.campaign-page :where(.campaign-page-hero, .campaign-detail-hero, .results-story, .results-archive, .results-final, .section, .quote-band) {
  max-width: none;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

body.campaign-page .campaign-page-section-label,
body.campaign-page .section > .section-heading > .eyebrow,
body.campaign-page .detail-layout .eyebrow,
body.campaign-page .faq .eyebrow,
body.campaign-page .split .eyebrow,
body.campaign-page .quote-band .eyebrow {
  margin: 0 0 18px;
  color: var(--wolf-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

body.campaign-page .campaign-page-section-label::before,
body.campaign-page .section > .section-heading > .eyebrow::before,
body.campaign-page .detail-layout .eyebrow::before,
body.campaign-page .faq .eyebrow::before,
body.campaign-page .split .eyebrow::before,
body.campaign-page .quote-band .eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: var(--wolf-orange);
  content: "";
}

body.campaign-page :where(.section-heading, .results-story-heading) h2,
body.campaign-page .detail-layout h2,
body.campaign-page .split h2,
body.campaign-page .quote-band h2,
body.campaign-page .results-final h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(50px, 6.5vw, 96px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.91;
}

body.campaign-page :where(.section-heading, .results-story-heading) h2 em,
body.campaign-page .results-final h2 em,
body.campaign-page .quote-band h2 em,
body.campaign-page .split h2 em {
  color: var(--wolf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

body.campaign-page :where(.section-heading, .results-story-heading) > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: #4e555b;
  font-size: 16px;
  line-height: 1.72;
}

body.campaign-page .campaign-page-primary,
body.campaign-page .campaign-page-link,
body.campaign-page .campaign-detail-hero .primary-button,
body.campaign-page .campaign-detail-hero .secondary-button,
body.campaign-page .quote-band .primary-button,
body.campaign-page .quote-band .secondary-button {
  min-height: 52px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}

/* Results — immersive proof first, archive second. */
body.results-directed .campaign-page-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 94svh;
  padding: 132px clamp(34px, 7vw, 110px) 64px;
  align-items: end;
  overflow: hidden;
  background: var(--wolf-black);
  color: #fff;
}

body.results-directed .campaign-page-hero picture,
body.results-directed .campaign-page-hero picture img,
body.results-directed .campaign-page-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

body.results-directed .campaign-page-hero picture {
  z-index: -2;
}

body.results-directed .campaign-page-hero picture img {
  object-fit: cover;
  object-position: 58% 52%;
  filter: saturate(0.75) contrast(1.08) brightness(0.84);
}

body.results-directed .campaign-page-hero-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 4, 6, 0.95) 0%, rgba(2, 4, 6, 0.75) 35%, rgba(2, 4, 6, 0.12) 76%),
    linear-gradient(0deg, rgba(2, 4, 6, 0.88) 0%, transparent 45%);
}

body.results-directed .campaign-page-hero-copy {
  width: min(760px, 66vw);
}

body.results-directed .campaign-page-hero .breadcrumbs,
body.campaign-page .campaign-detail-hero .breadcrumbs {
  display: flex;
  gap: 9px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.results-directed .campaign-page-hero .breadcrumbs a,
body.campaign-page .campaign-detail-hero .breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

body.results-directed .campaign-page-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: var(--wolf-blue-soft);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

body.results-directed .campaign-page-kicker i,
body.results-directed .results-story-copy > p:first-child i {
  display: inline-block;
  width: 28px;
  height: 3px;
  background: var(--wolf-orange);
}

body.results-directed .campaign-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(70px, 9.5vw, 144px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.82;
}

body.results-directed .campaign-page-hero h1 span,
body.results-directed .campaign-page-hero h1 em {
  display: block;
}

body.results-directed .campaign-page-hero h1 span {
  color: #fff;
}

body.results-directed .campaign-page-hero h1 em {
  margin-top: 12px;
  color: var(--wolf-blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.88em;
  font-weight: 400;
  letter-spacing: -0.05em;
}

body.results-directed .campaign-page-hero-copy > p:not(.campaign-page-kicker) {
  max-width: 590px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

body.campaign-page .campaign-page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 32px;
}

body.results-directed .campaign-page-primary {
  display: inline-flex;
  padding: 0 20px;
  border: 1px solid #fff;
  align-items: center;
  gap: 28px;
  background: #fff;
  color: var(--wolf-black);
}

body.results-directed .campaign-page-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
}

body.results-directed .campaign-page-meta {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--wolf-line-light);
  border-bottom: 1px solid var(--wolf-line-light);
}

body.results-directed .campaign-page-meta p {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 16px 18px 16px 0;
}

body.results-directed .campaign-page-meta p + p {
  padding-left: 18px;
  border-left: 1px solid var(--wolf-line-light);
}

body.results-directed .campaign-page-meta span {
  color: var(--wolf-blue-soft);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

body.results-directed .campaign-page-meta strong {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

body.results-directed .results-story {
  padding: 126px clamp(34px, 7vw, 110px);
  background: var(--wolf-paper);
  color: var(--wolf-ink);
}

body.results-directed .results-story-heading {
  display: grid;
  margin-bottom: 64px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 8vw;
  align-items: end;
}

body.results-directed .results-story-heading > p:last-child {
  margin: 0 0 8px;
}

body.results-directed .results-story-layout {
  display: grid;
  min-height: 680px;
  grid-template-columns: minmax(180px, 0.56fr) minmax(420px, 1.25fr) minmax(280px, 0.75fr);
  background: var(--wolf-black);
  color: #fff;
}

body.results-directed .results-story-controls {
  display: grid;
  align-content: start;
  border-right: 1px solid var(--wolf-line-light);
}

body.results-directed .results-story-controls button {
  display: grid;
  min-height: 118px;
  padding: 28px 24px;
  border: 0;
  border-bottom: 1px solid var(--wolf-line-light);
  grid-template-columns: 38px 1fr;
  align-items: start;
  background: transparent;
  color: rgba(255, 255, 255, 0.56);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

body.results-directed .results-story-controls button span {
  color: var(--wolf-blue-soft);
  font-size: 10px;
}

body.results-directed .results-story-controls button.is-active {
  background: var(--wolf-blue);
  color: #fff;
}

body.results-directed .results-story-controls button.is-active span {
  color: #fff;
}

body.results-directed .results-story-media {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

body.results-directed .results-story-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: 50% 54%;
  filter: saturate(0.78) contrast(1.08) brightness(0.88);
}

body.results-directed .results-story-media figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 9px 12px;
  background: var(--wolf-paper);
  color: var(--wolf-black);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.results-directed .results-story-copy {
  display: flex;
  padding: clamp(34px, 5vw, 72px) clamp(28px, 4vw, 56px);
  flex-direction: column;
  justify-content: flex-end;
}

body.results-directed .results-story-copy > p:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.results-directed .results-story-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 4.2vw, 62px);
  font-weight: 850;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

body.results-directed .results-story-copy > p:not(:first-child) {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

body.results-directed .results-story-handoff {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--wolf-line-light);
}

body.results-directed .results-story-handoff > strong {
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.results-directed .results-story-checklist {
  display: grid;
  margin: 12px 0 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

body.results-directed .results-story-checklist li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

body.results-directed .results-story-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--wolf-orange);
  content: "✓";
  font-weight: 900;
}

body.results-directed .results-story-copy a {
  width: fit-content;
  margin-top: 26px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

body.results-directed .results-archive {
  padding: 126px clamp(34px, 7vw, 110px);
  background: var(--wolf-black);
  color: #fff;
}

body.results-directed .gallery-browser-head {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: end;
}

body.results-directed .results-archive .section-heading h2,
body.results-directed .results-archive .section-heading h2 em {
  color: #fff;
}

body.results-directed .results-archive .section-heading h2 em {
  color: var(--wolf-blue-soft);
}

body.results-directed .results-archive .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.6);
}

body.results-directed .gallery-filter-summary {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 11px;
  font-weight: 750;
  text-transform: uppercase;
}

body.results-directed .gallery-toolbar {
  display: grid;
  margin: 0 0 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--wolf-line-light);
  border-bottom: 1px solid var(--wolf-line-light);
}

body.results-directed .gallery-toolbar button {
  min-width: 0;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  cursor: pointer;
}

body.results-directed .gallery-toolbar button + button {
  border-left: 1px solid var(--wolf-line-light);
}

body.results-directed .gallery-toolbar button.is-active {
  background: #fff;
  color: var(--wolf-black);
}

body.results-directed .gallery-filter-count {
  margin-left: 5px;
  color: var(--wolf-blue-soft);
}

body.results-directed .gallery-toolbar button.is-active .gallery-filter-count {
  color: var(--wolf-blue);
}

body.results-directed .result-grid.large-results {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.18);
}

body.results-directed .result-card {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0 0 28px;
  grid-column: span 4;
  align-content: start;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #0d1115;
  color: #fff;
  box-shadow: none;
}

body.results-directed .result-card:nth-child(5n + 1),
body.results-directed .result-card:nth-child(5n + 4) {
  grid-column: span 8;
}

body.results-directed .result-card img,
body.results-directed .result-card .result-image-button,
body.results-directed .result-card .result-image-button img {
  display: block;
  width: 100%;
}

body.results-directed .result-card > img,
body.results-directed .result-card .result-image-button img {
  height: clamp(360px, 42vw, 640px);
  object-fit: cover;
  filter: saturate(0.76) contrast(1.08) brightness(0.86);
}

body.results-directed .result-card:nth-child(5n + 2) > img,
body.results-directed .result-card:nth-child(5n + 2) .result-image-button img,
body.results-directed .result-card:nth-child(5n + 3) > img,
body.results-directed .result-card:nth-child(5n + 3) .result-image-button img {
  height: clamp(360px, 48vw, 710px);
}

body.results-directed .result-card .result-image-button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

body.results-directed .result-card > span,
body.results-directed .result-card > h2,
body.results-directed .result-card > h3,
body.results-directed .result-card > p,
body.results-directed .result-card > .result-meta-tags,
body.results-directed .result-card > .result-card-actions {
  margin-right: 24px;
  margin-left: 24px;
}

body.results-directed .result-card > span,
body.results-directed .result-card > .result-meta-tags {
  margin-top: 24px;
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.results-directed .result-card h2,
body.results-directed .result-card h3 {
  margin-top: 8px;
  margin-bottom: 0;
  color: #fff;
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.results-directed .result-card > p {
  margin-top: 13px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.6;
}

body.results-directed .result-card-actions {
  margin-top: 18px;
}

body.results-directed .result-card-button {
  color: #fff;
}

body.results-directed .gallery-note {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
}

body.results-directed .results-final {
  display: grid;
  padding: 0;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  background: var(--wolf-paper-deep);
  color: var(--wolf-ink);
}

body.results-directed .results-final-proof,
body.results-directed .results-final-action {
  padding: clamp(70px, 9vw, 132px) clamp(34px, 7vw, 110px);
}

body.results-directed .results-final-proof {
  display: flex;
  min-height: 620px;
  border-right: 1px solid var(--wolf-line);
  flex-direction: column;
  justify-content: space-between;
}

body.results-directed .results-final-testimonial .testimonial-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.results-directed .results-final-testimonial .testimonial-card p {
  margin: 0;
  color: var(--wolf-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(33px, 4vw, 58px);
  font-style: italic;
  line-height: 1.05;
}

body.results-directed .results-final-testimonial strong,
body.results-directed .results-final-testimonial span {
  display: block;
  margin-top: 24px;
  color: var(--wolf-ink);
  font-size: 11px;
  text-transform: uppercase;
}

body.results-directed .results-final-testimonial span {
  margin-top: 5px;
  color: #666c71;
}

body.results-directed .results-final-testimonial small {
  display: block;
  margin-top: 7px;
  color: #4f575c;
  font-size: 12px;
  line-height: 1.45;
}

body.results-directed .results-final-action {
  background: var(--wolf-blue);
  color: #fff;
}

body.results-directed .results-final-action .campaign-page-section-label,
body.results-directed .results-final-action h2,
body.results-directed .results-final-action h2 em {
  color: #fff;
}

body.results-directed .results-final-action > p:not(.campaign-page-section-label),
body.results-directed .results-final-action li {
  color: rgba(255, 255, 255, 0.75);
}

body.results-directed .results-final-action > p:not(.campaign-page-section-label) {
  max-width: 580px;
  margin: 28px 0 0;
  font-size: 16px;
  line-height: 1.68;
}

body.results-directed .results-final-action ul {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

body.results-directed .results-final-action li {
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
}

body.results-directed .campaign-page-primary-dark {
  border-color: var(--wolf-black);
  background: var(--wolf-black);
  color: #fff;
}

body.results-directed .campaign-page-link-dark {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

/* Service detail and Service Area pages. */
body.campaign-page .campaign-detail-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 88svh;
  padding: 138px clamp(34px, 7vw, 110px) 76px;
  align-content: end;
  overflow: hidden;
  border: 0;
  background: var(--wolf-black);
  color: #fff;
}

body.campaign-page .campaign-detail-hero::before,
body.campaign-page .campaign-detail-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-position: center;
  background-size: cover;
  content: "";
}

body.campaign-page .campaign-detail-hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(2, 4, 6, 0.95) 0%, rgba(2, 4, 6, 0.74) 42%, rgba(2, 4, 6, 0.14) 82%),
    linear-gradient(0deg, rgba(2, 4, 6, 0.9), transparent 46%);
}

body.interior-directed .campaign-detail-hero::before {
  background-image: url("https://ekwxqbpeethxkzfkurnz.supabase.co/storage/v1/object/public/wolfies-public-media/v1/38/385a7f861aab5272fad44d3b62f6cc4b56d52b5e96197bddd74e83763f83021c.webp");
  background-position: 70% 53%;
}

body.exterior-directed .campaign-detail-hero::before {
  background-image: url("https://ekwxqbpeethxkzfkurnz.supabase.co/storage/v1/object/public/wolfies-public-media/v1/96/96acc07ecacee499a0376d9d7a930455206e36d039f95413f3edc3d21b10a029.webp");
  background-position: 61% 43%;
}

body.full-directed .campaign-detail-hero::before {
  background-image: url("https://ekwxqbpeethxkzfkurnz.supabase.co/storage/v1/object/public/wolfies-public-media/v1/a2/a27903725272216685b378e19d203db2bdb3d4e7c5c1a4fc30512af58a92ac9d.webp");
  background-position: 58% 52%;
}

body.area-directed .campaign-detail-hero::before {
  background-image: url("https://ekwxqbpeethxkzfkurnz.supabase.co/storage/v1/object/public/wolfies-public-media/v1/f0/f0104c1b7c67b71c17279df1952d3a4d4754a7052c693d07b908cc3b83094fb2.webp");
  background-position: 62% 44%;
}

body.campaign-page .campaign-detail-hero .breadcrumbs {
  margin-bottom: 38px;
}

body.campaign-page .campaign-detail-hero > :not(.breadcrumbs) {
  width: min(760px, 65vw);
}

body.campaign-page .campaign-detail-hero .eyebrow {
  margin: 0 0 18px;
  color: var(--wolf-blue-soft);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

body.campaign-page .campaign-detail-hero .eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: var(--wolf-orange);
  content: "";
}

body.campaign-page .campaign-detail-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(68px, 8.8vw, 136px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.83;
}

body.campaign-page .campaign-detail-hero h1 em {
  color: var(--wolf-blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.84em;
  font-weight: 400;
  letter-spacing: -0.05em;
}

body.campaign-page .campaign-detail-hero > p:not(.eyebrow) {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.66;
}

body.campaign-page .campaign-detail-hero .hero-actions {
  display: flex;
  width: auto;
  margin-top: 32px;
  gap: 14px;
}

body.campaign-page .campaign-detail-hero .primary-button,
body.campaign-page .campaign-detail-hero .secondary-button {
  display: inline-flex;
  padding: 0 20px;
  align-items: center;
  border: 1px solid #fff;
}

body.campaign-page .campaign-detail-hero .primary-button {
  background: #fff;
  color: var(--wolf-black);
}

body.campaign-page .campaign-detail-hero .secondary-button {
  background: transparent;
  color: #fff;
}

body.detail-directed .detail-layout,
body.area-directed .split {
  display: grid;
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
  gap: clamp(56px, 10vw, 150px);
  align-items: start;
  background: var(--wolf-paper);
  color: var(--wolf-ink);
}

body.detail-directed .detail-layout > div:first-child > p:not(.eyebrow),
body.area-directed .split > div:first-child > p:not(.eyebrow) {
  max-width: 620px;
  margin: 28px 0 0;
  color: #4d555a;
  font-size: 17px;
  line-height: 1.7;
}

body.campaign-page .detail-card {
  padding: clamp(34px, 4.5vw, 62px);
  border: 0;
  border-radius: 0;
  background: var(--wolf-black);
  color: #fff;
  box-shadow: none;
}

body.campaign-page .detail-card .price {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--wolf-line-light);
  color: var(--wolf-blue-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3.4vw, 48px);
  font-style: italic;
}

body.campaign-page .detail-card .package-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.campaign-page .detail-card .package-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--wolf-line-light);
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.5;
}

body.detail-directed .photo-showcase {
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  background: var(--wolf-black);
  color: #fff;
}

body.detail-directed .photo-showcase .section-heading {
  display: grid;
  margin-bottom: 58px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.6fr);
  gap: 8vw;
  align-items: end;
}

body.detail-directed .photo-showcase .section-heading h2,
body.detail-directed .photo-showcase .section-heading .eyebrow {
  color: #fff;
}

body.detail-directed .photo-showcase .section-heading .eyebrow {
  color: var(--wolf-blue-soft);
}

body.detail-directed .photo-showcase .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.62);
}

body.detail-directed .photo-strip {
  display: grid;
  gap: 2px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.15);
}

body.detail-directed .photo-strip article {
  display: flex;
  min-width: 0;
  min-height: 540px;
  padding: 0 0 26px;
  grid-column: span 4;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: #0d1115;
  box-shadow: none;
}

body.detail-directed .photo-strip article:nth-child(4),
body.detail-directed .photo-strip article:nth-child(5) {
  grid-column: span 6;
}

body.detail-directed .photo-strip img {
  display: block;
  width: 100%;
  height: 410px;
  object-fit: cover;
  filter: saturate(0.76) contrast(1.06) brightness(0.86);
}

body.detail-directed .photo-strip strong,
body.detail-directed .photo-strip span {
  margin-right: 24px;
  margin-left: 24px;
}

body.detail-directed .photo-strip strong {
  margin-top: 23px;
  color: #fff;
  font-size: 17px;
}

body.detail-directed .photo-strip span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.55;
}

body.detail-directed .results,
body.area-directed .local-search,
body.area-directed .area-process {
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  background: var(--wolf-paper-deep);
  color: var(--wolf-ink);
}

body.detail-directed .results .section-heading,
body.area-directed .local-search .section-heading,
body.area-directed .area-process .section-heading {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 8vw;
  align-items: end;
}

body.campaign-page .feature-grid,
body.area-directed .area-process-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--wolf-line);
  border-left: 1px solid var(--wolf-line);
}

body.campaign-page .feature-grid > article,
body.area-directed .area-process-grid > article {
  min-height: 220px;
  padding: clamp(28px, 4vw, 52px);
  border: 0;
  border-right: 1px solid var(--wolf-line);
  border-bottom: 1px solid var(--wolf-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.campaign-page .feature-grid strong,
body.area-directed .area-process-grid h3 {
  display: block;
  margin: 0;
  color: var(--wolf-ink);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1;
}

body.campaign-page .feature-grid span,
body.area-directed .area-process-grid p {
  display: block;
  margin: 20px 0 0;
  color: #565d62;
  font-size: 14px;
  line-height: 1.65;
}

body.area-directed .area-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.area-directed .area-process-grid > article > span {
  display: block;
  margin-bottom: 46px;
  color: var(--wolf-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
}

body.campaign-page .faq {
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  background: var(--wolf-paper);
  color: var(--wolf-ink);
}

body.campaign-page .faq .section-heading {
  max-width: 920px;
  margin-bottom: 48px;
}

body.campaign-page .faq-grid {
  display: grid;
  max-width: 1120px;
  gap: 0;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--wolf-line);
}

body.campaign-page .faq-grid details {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--wolf-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.campaign-page .faq-grid summary {
  padding: 24px 48px 24px 0;
  color: var(--wolf-ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

body.campaign-page .faq-grid details p {
  max-width: 820px;
  margin: -4px 0 25px;
  color: #50585d;
  font-size: 14px;
  line-height: 1.7;
}

body.campaign-page .quote-band {
  display: grid;
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: 8vw;
  align-items: end;
  background: var(--wolf-blue);
  color: #fff;
}

body.campaign-page .quote-band .eyebrow,
body.campaign-page .quote-band h2,
body.campaign-page .quote-band p {
  color: #fff;
}

body.campaign-page .quote-band > div:first-child > p:not(.eyebrow) {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.68;
}

body.campaign-page .quote-band-actions {
  display: grid;
  min-width: 260px;
  gap: 12px;
}

body.campaign-page .quote-band .primary-button,
body.campaign-page .quote-band .secondary-button {
  display: inline-flex;
  padding: 0 20px;
  border: 1px solid var(--wolf-black);
  justify-content: space-between;
  background: var(--wolf-black);
  color: #fff;
}

body.campaign-page .quote-band .secondary-button {
  border-color: #fff;
  background: transparent;
}

body.area-directed .area-routes {
  padding: clamp(88px, 10vw, 144px) clamp(34px, 7vw, 110px);
  background: var(--wolf-black);
  color: #fff;
}

body.area-directed .area-routes .section-heading {
  display: grid;
  margin-bottom: 54px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
  gap: 8vw;
  align-items: end;
}

body.area-directed .area-routes .section-heading h2 {
  color: #fff;
}

body.area-directed .area-routes .section-heading > p:last-child {
  color: rgba(255, 255, 255, 0.6);
}

body.area-directed .area-route-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--wolf-line-light);
}

body.area-directed .area-route-card {
  display: flex;
  min-height: 330px;
  padding: clamp(28px, 4vw, 50px);
  flex-direction: column;
  border: 0;
  border-radius: 0;
  background: #0c1014;
  color: #fff;
  box-shadow: none;
}

body.area-directed .area-route-card.featured-area {
  background: var(--wolf-blue);
}

body.area-directed .area-route-card > span {
  color: var(--wolf-blue-soft);
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

body.area-directed .area-route-card.featured-area > span {
  color: #fff;
}

body.area-directed .area-route-card h3 {
  margin: 54px 0 0;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 850;
  letter-spacing: -0.055em;
}

body.area-directed .area-route-card p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  line-height: 1.65;
}

body.area-directed .area-route-card.featured-area p {
  color: rgba(255, 255, 255, 0.78);
}

body.area-directed .area-route-card .text-link {
  width: fit-content;
  margin-top: auto;
  padding-top: 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  text-transform: uppercase;
}

body.area-directed .area-route-note {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/* Booking — preserve the working quote flow, align its shell and tablet rhythm. */
body.public-site.booking-directed {
  background: var(--wolf-paper);
}

body.booking-directed .booking-page {
  overflow: hidden;
}

body.booking-directed .quote-cinematic-intro {
  min-height: 94svh;
}

body.booking-directed .booking-quote-section {
  background: var(--wolf-paper);
}

body.booking-directed .quote-cinematic-workspace {
  border-radius: 0;
}

body.booking-directed .booking-quote-section .quote-section-context {
  align-self: end;
  max-width: 430px;
  margin: 0 0 4px;
}

body.booking-directed .booking-quote-section .quote-section-context > p {
  margin: 0;
  color: #535b5f;
  font-size: 14px;
  line-height: 1.65;
}

body.booking-directed .quote-start-reassurance {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  border-top: 1px solid rgba(16, 21, 26, 0.2);
  list-style: none;
}

body.booking-directed .quote-start-reassurance li {
  display: grid;
  min-height: 58px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(16, 21, 26, 0.14);
  grid-template-columns: minmax(126px, 0.74fr) minmax(0, 1.26fr);
  gap: 16px;
  align-items: start;
}

body.booking-directed .quote-start-reassurance strong {
  color: var(--wolf-ink);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.4;
  text-transform: uppercase;
}

body.booking-directed .quote-start-reassurance span {
  color: #62696c;
  font-size: 11px;
  line-height: 1.45;
}

body.booking-directed :where(.quote-guide-stage, .smart-quote-panel, .quote-photo-card, .quote-support-panel, .smart-estimate-card, .quote-assurance, .quote-support-drawer) {
  border-radius: 0;
}

body.booking-directed .quick-actions.mobile-cta-bar {
  display: none;
}

/* Tablet continuity: keep the Services image present and the Booking prices clear. */
@media (min-width: 761px) and (max-width: 980px) {
  body.public-site.services-public.services-directed .services-intro-grid {
    position: relative;
    isolation: isolate;
    display: grid;
    min-height: 820px;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  body.public-site.services-public.services-directed .services-intro-photo {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    min-height: 0;
  }

  body.public-site.services-public.services-directed .services-intro-photo::after {
    background:
      linear-gradient(90deg, rgba(2, 4, 6, 0.94) 0%, rgba(2, 4, 6, 0.68) 58%, rgba(2, 4, 6, 0.24) 100%),
      linear-gradient(0deg, rgba(2, 4, 6, 0.9), transparent 54%);
  }

  body.public-site.services-public.services-directed .services-intro-photo img {
    height: 100%;
    object-position: 61% 46%;
    filter: saturate(0.76) contrast(1.08) brightness(0.8);
  }

  body.public-site.services-public.services-directed .services-intro-photo figcaption {
    display: none;
  }

  body.public-site.services-public.services-directed .services-intro-copy {
    position: relative;
    z-index: 1;
    align-self: end;
    max-width: 650px;
    padding: 158px 42px 52px;
    background: transparent;
  }

  body.public-site.services-public.services-directed .services-intro-copy h1 {
    font-size: clamp(68px, 10.8vw, 92px);
  }

  body.public-site.booking-public.booking-directed .quote-intro-copy {
    width: min(48vw, 430px);
    max-width: 48vw;
  }

  body.public-site.booking-public.booking-directed .quote-intro-copy h1 {
    font-size: clamp(64px, 9vw, 86px);
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices {
    top: 108px;
    right: 32px;
    width: 240px;
    gap: 12px 18px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices small {
    flex-basis: 100%;
    text-align: right;
  }

  body.public-site.booking-public.booking-directed .booking-quote-section {
    grid-template-columns: 1fr;
  }

  body.public-site.booking-public.booking-directed .quote-cinematic-workspace {
    grid-column: 1;
    grid-row: 1;
  }

  body.public-site.booking-public.booking-directed .quote-cinematic-story {
    grid-column: 1;
    grid-row: 2;
    min-height: 640px;
  }
}

@media (max-width: 1080px) {
  body.results-directed .results-story-layout {
    grid-template-columns: 160px minmax(360px, 1.2fr) minmax(260px, 0.8fr);
  }

  body.area-directed .area-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .campaign-directed .campaign-neighbor-proof-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .campaign-directed .campaign-neighbor-proof-heading .campaign-section-label {
    grid-column: auto;
  }

  .campaign-directed .campaign-neighbor-proof-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(250px, 0.88fr);
  }

  .campaign-directed .campaign-alex-note {
    min-height: 0;
  }

  body.public-site.services-public.services-directed .services-chooser-layout {
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  }

  body.public-site.services-public.services-directed .services-fit-options {
    grid-template-columns: 1fr;
    border-right: 1px solid #aeb2ae;
    border-bottom: 0;
  }

  body.public-site.services-public.services-directed .services-fit-prompt {
    grid-column: auto;
  }

  body.public-site.services-public.services-directed .services-fit-options .fit-choice:nth-of-type(even) {
    border-left: 0;
  }

  body.results-directed .results-story-heading,
  body.detail-directed .photo-showcase .section-heading,
  body.detail-directed .results .section-heading,
  body.area-directed .local-search .section-heading,
  body.area-directed .area-process .section-heading,
  body.area-directed .area-routes .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.results-directed .results-story-heading > p:last-child,
  body.detail-directed .photo-showcase .section-heading > p:last-child,
  body.area-directed .area-routes .section-heading > p:last-child {
    margin: 0;
  }

  body.results-directed .results-story-layout {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  body.results-directed .results-story-media {
    grid-column: 2;
  }

  body.results-directed .results-story-copy {
    grid-column: 1 / -1;
    min-height: 360px;
  }

  body.detail-directed .detail-layout,
  body.area-directed .split,
  body.campaign-page .quote-band {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  body.campaign-page .quote-band-actions {
    min-width: 0;
  }

  body.detail-directed .photo-strip article {
    grid-column: span 6;
  }

  body.detail-directed .photo-strip article:last-child:nth-child(odd) {
    grid-column: span 12;
  }

  body.results-directed .result-card,
  body.results-directed .result-card:nth-child(5n + 1),
  body.results-directed .result-card:nth-child(5n + 4) {
    grid-column: span 6;
  }

  body.results-directed .results-final {
    grid-template-columns: 1fr;
  }

  body.results-directed .results-final-proof {
    min-height: 520px;
    border-right: 0;
    border-bottom: 1px solid var(--wolf-line);
  }
}

@media (max-width: 760px) {
  .campaign-directed .campaign-neighbor-proof {
    padding: 76px 20px 82px;
  }

  .campaign-directed .campaign-neighbor-proof-heading h2 {
    font-size: clamp(45px, 13.5vw, 62px);
  }

  .campaign-directed .campaign-neighbor-proof-heading > p:last-child {
    font-size: 14px;
  }

  .campaign-directed .campaign-neighbor-proof-grid {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .campaign-directed .campaign-neighbor-reviews {
    grid-template-columns: 1fr;
  }

  .campaign-directed .campaign-neighbor-reviews .testimonial-card {
    min-height: 238px;
    padding: 28px 24px;
  }

  .campaign-directed .campaign-alex-note {
    padding: 34px 24px 38px;
  }

  body.public-site.services-public.services-directed .services-chooser-layout {
    grid-template-columns: 1fr;
    margin-bottom: 54px;
  }

  body.public-site.services-public.services-directed .services-fit-options {
    grid-template-columns: 1fr;
    border-right: 0;
    border-bottom: 1px solid #aeb2ae;
  }

  body.public-site.services-public.services-directed .services-fit-options .fit-choice:nth-of-type(even) {
    border-left: 0;
  }

  body.public-site.services-public.services-directed .services-fit-result {
    padding: 38px 24px 42px;
  }

  body.public-site.services-public.services-directed .services-fit-result h3 {
    font-size: clamp(42px, 13vw, 58px);
  }

  body.public-site.services-public.services-directed .services-fit-actions {
    display: grid;
    width: 100%;
  }

  body.public-site.services-public.services-directed .services-fit-actions .flow-button {
    width: 100%;
    justify-content: space-between;
  }

  body.booking-directed .booking-quote-section .quote-section-context {
    max-width: none;
    margin: 24px 0 0;
  }

  body.results-directed .campaign-page-hero,
  body.campaign-page .campaign-detail-hero {
    min-height: 790px;
    padding: 126px 20px 40px;
  }

  body.results-directed .campaign-page-hero-shade,
  body.campaign-page .campaign-detail-hero::after {
    background:
      linear-gradient(0deg, rgba(2, 4, 6, 0.98) 0%, rgba(2, 4, 6, 0.75) 55%, rgba(2, 4, 6, 0.24) 100%),
      linear-gradient(90deg, rgba(2, 4, 6, 0.5), transparent);
  }

  body.results-directed .campaign-page-hero picture img {
    object-position: 59% 48%;
  }

  body.campaign-page .campaign-detail-hero::before {
    background-position: 62% 43%;
  }

  body.results-directed .campaign-page-hero-copy,
  body.campaign-page .campaign-detail-hero > :not(.breadcrumbs) {
    width: 100%;
    max-width: none;
  }

  body.results-directed .campaign-page-hero h1,
  body.campaign-page .campaign-detail-hero h1 {
    font-size: clamp(56px, 17vw, 78px);
  }

  body.results-directed .campaign-page-hero-copy > p:not(.campaign-page-kicker),
  body.campaign-page .campaign-detail-hero > p:not(.eyebrow) {
    font-size: 15px;
  }

  body.campaign-page .campaign-page-actions,
  body.campaign-page .campaign-detail-hero .hero-actions {
    display: grid;
    gap: 12px;
  }

  body.campaign-page .campaign-page-primary,
  body.campaign-page .campaign-page-link,
  body.campaign-page .campaign-detail-hero .primary-button,
  body.campaign-page .campaign-detail-hero .secondary-button {
    width: 100%;
    justify-content: space-between;
  }

  body.results-directed .campaign-page-meta {
    margin-top: 34px;
  }

  body.results-directed .campaign-page-meta p {
    padding: 13px 8px 13px 0;
  }

  body.results-directed .campaign-page-meta p + p {
    padding-left: 8px;
  }

  body.results-directed .campaign-page-meta strong {
    font-size: 10px;
  }

  body.results-directed .results-story,
  body.results-directed .results-archive,
  body.results-directed .results-final-proof,
  body.results-directed .results-final-action,
  body.detail-directed .detail-layout,
  body.area-directed .split,
  body.detail-directed .photo-showcase,
  body.detail-directed .results,
  body.area-directed .local-search,
  body.area-directed .area-process,
  body.campaign-page .faq,
  body.campaign-page .quote-band,
  body.area-directed .area-routes {
    padding: 78px 20px;
  }

  body.campaign-page :where(.section-heading, .results-story-heading) h2,
  body.campaign-page .detail-layout h2,
  body.campaign-page .split h2,
  body.campaign-page .quote-band h2,
  body.campaign-page .results-final h2 {
    font-size: clamp(43px, 13vw, 62px);
  }

  body.results-directed .results-story-heading {
    margin-bottom: 38px;
  }

  body.results-directed .results-story-layout {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  body.results-directed .results-story-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--wolf-line-light);
  }

  body.results-directed .results-story-controls button {
    min-height: 84px;
    padding: 18px 12px;
    grid-template-columns: 1fr;
    gap: 9px;
    border-bottom: 0;
    font-size: 10px;
  }

  body.results-directed .results-story-controls button + button {
    border-left: 1px solid var(--wolf-line-light);
  }

  body.results-directed .results-story-media img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  body.results-directed .results-story-copy {
    min-height: 0;
    padding: 42px 24px 48px;
  }

  body.results-directed .gallery-browser-head {
    grid-template-columns: 1fr;
  }

  body.results-directed .gallery-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.results-directed .gallery-toolbar button + button {
    border-left: 0;
  }

  body.results-directed .gallery-toolbar button:nth-child(even) {
    border-left: 1px solid var(--wolf-line-light);
  }

  body.results-directed .gallery-toolbar button:nth-child(n + 3) {
    border-top: 1px solid var(--wolf-line-light);
  }

  body.results-directed .result-grid.large-results {
    display: block;
    background: transparent;
  }

  body.results-directed .result-card,
  body.results-directed .result-card:nth-child(n) {
    margin-bottom: 2px;
  }

  body.results-directed .result-card > img,
  body.results-directed .result-card .result-image-button img,
  body.results-directed .result-card:nth-child(n) > img,
  body.results-directed .result-card:nth-child(n) .result-image-button img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body.results-directed .results-final-proof {
    min-height: 480px;
  }

  body.detail-directed .photo-strip {
    display: block;
    background: transparent;
  }

  body.detail-directed .photo-strip article {
    min-height: 0;
    margin-bottom: 2px;
  }

  body.detail-directed .photo-strip img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  body.campaign-page .feature-grid,
  body.area-directed .area-process-grid,
  body.area-directed .area-route-grid {
    grid-template-columns: 1fr;
  }

  body.campaign-page .feature-grid > article,
  body.area-directed .area-process-grid > article {
    min-height: 0;
  }

  body.area-directed .area-process-grid > article > span {
    margin-bottom: 26px;
  }

  body.area-directed .area-route-card {
    min-height: 300px;
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices {
    top: calc(var(--header-height) + 28px);
    right: 18px;
    left: 18px;
    display: grid;
    width: auto;
    grid-template-columns: 1fr 1fr;
    gap: 9px 16px;
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices p {
    text-align: left;
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices p:nth-of-type(2) {
    text-align: right;
  }

  body.public-site.booking-public.booking-directed .quote-intro-prices small {
    grid-column: 1 / -1;
    text-align: left;
  }

  body.public-site.booking-public.booking-directed .quote-intro-copy {
    width: 100%;
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .campaign-directed .campaign-neighbor-reviews .skeleton-line {
    animation: none;
  }
}
