:root {
  --ink: #0b0d10;
  --ink-soft: #15191e;
  --steel: #d9dde1;
  --steel-mid: #98a2aa;
  --paper: #f4f6f7;
  --white: #ffffff;
  --cyan: #36d9ff;
  --cyan-deep: #00a9cd;
  --orange: #ff6a3d;
  --line: rgba(11, 13, 16, 0.16);
  --radius: 2px;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.18);
  --display: "Arial Narrow", "Avenir Next Condensed", "Roboto Condensed", sans-serif;
  --body: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  background: var(--cyan);
  color: var(--ink);
  font-weight: 800;
  transform: translateY(-150%);
}

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

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px clamp(20px, 4vw, 64px);
  color: var(--white);
  background: rgba(11, 13, 16, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
}

.brand img {
  flex: 0 0 auto;
}

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

.brand-copy strong {
  color: var(--white);
  font-family: var(--display);
  font-size: 1.25rem;
  font-stretch: condensed;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.brand-copy small {
  margin-top: 5px;
  color: var(--steel-mid);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 30px);
}

.site-nav > a {
  color: var(--steel);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav > a:hover {
  color: var(--cyan);
}

.nav-actions {
  display: flex;
  gap: 8px;
  margin-left: 6px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.menu-toggle i {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button-small {
  min-height: 40px;
  padding: 9px 13px;
  font-size: 0.68rem;
}

.button-large {
  min-width: 215px;
  min-height: 62px;
  display: grid;
  gap: 3px;
  justify-items: start;
  padding: 12px 18px;
  text-align: left;
}

.button-large span {
  font-size: 0.62rem;
  letter-spacing: 0.11em;
  opacity: 0.72;
}

.button-large strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.055em;
}

.button-cyan {
  background: var(--cyan);
  color: var(--ink);
  border-color: var(--cyan);
}

.button-cyan:hover {
  background: var(--white);
  border-color: var(--white);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.04);
}

.button-ghost:hover {
  border-color: var(--cyan);
  color: var(--cyan);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}

.button-dark:hover {
  background: var(--ink-soft);
}

.button-outline-dark {
  color: var(--ink);
  border-color: rgba(11, 13, 16, 0.38);
  background: transparent;
}

.button-outline-dark:hover {
  border-color: var(--ink);
}

.hero {
  min-height: 820px;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
  padding-top: 82px;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(72px, 8vw, 132px) clamp(28px, 6vw, 96px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: 48px 48px;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  width: 56px;
  height: 56px;
  background: var(--cyan);
  transform: translateY(-50%) rotate(45deg);
  z-index: 3;
}

.eyebrow,
.section-kicker {
  margin: 0 0 24px;
  color: var(--cyan-deep);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyan);
}

.eyebrow span {
  width: 30px;
  height: 2px;
  background: var(--orange);
}

.hero h1,
.section h2,
.mid-cta h2,
.method h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.93;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(4rem, 7.6vw, 8.4rem);
}

.hero h1 em {
  display: block;
  margin-top: 10px;
  color: var(--steel);
  font-style: normal;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.32);
  text-shadow: 0 0 34px rgba(54, 217, 255, 0.11);
}

.hero-lede {
  max-width: 620px;
  margin: 34px 0 0;
  color: var(--steel);
  font-size: clamp(1.05rem, 1.55vw, 1.35rem);
}

.action-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.microcopy {
  max-width: 600px;
  margin: 18px 0 0;
  color: var(--steel-mid);
  font-size: 0.82rem;
}

.hero-visual {
  position: relative;
  min-height: 720px;
  overflow: hidden;
  background: #111;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(0.76) contrast(1.16);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 13, 16, 0.42), transparent 30%),
    linear-gradient(0deg, rgba(11, 13, 16, 0.68), transparent 45%);
}

.current-line {
  position: absolute;
  left: -12%;
  top: 33%;
  width: 130%;
  height: 7px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--white), var(--orange), transparent);
  box-shadow: 0 0 26px rgba(54, 217, 255, 0.8);
  transform: rotate(-11deg);
  transform-origin: center;
  animation: currentSweep 6s ease-in-out infinite alternate;
}

.hero-stamp {
  position: absolute;
  right: clamp(22px, 5vw, 70px);
  bottom: clamp(30px, 6vw, 76px);
  display: grid;
  gap: 7px;
  max-width: 330px;
  padding: 18px 20px;
  border-left: 3px solid var(--cyan);
  color: var(--white);
  background: rgba(11, 13, 16, 0.76);
  backdrop-filter: blur(10px);
}

.hero-stamp span {
  color: var(--cyan);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.hero-stamp strong {
  font-family: var(--display);
  font-size: 1rem;
  letter-spacing: 0.06em;
}

@keyframes currentSweep {
  from { transform: translateX(-4%) rotate(-11deg); opacity: 0.72; }
  to { transform: translateX(4%) rotate(-11deg); opacity: 1; }
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cyan);
  color: var(--ink);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.signal-strip div {
  padding: 18px 22px;
  border-right: 1px solid rgba(11, 13, 16, 0.32);
  font-family: var(--display);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
}

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

.signal-strip span {
  margin-right: 8px;
  color: rgba(11, 13, 16, 0.55);
}

.section {
  padding: clamp(76px, 9vw, 142px) clamp(24px, 6vw, 96px);
}

.intro {
  background: var(--paper);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.section h2 {
  font-size: clamp(3.2rem, 6.2vw, 7rem);
}

.lead {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.7;
}

.detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.detail-tags span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.services {
  background: var(--steel);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 64px;
}

.section-heading h2 {
  max-width: 900px;
  font-size: clamp(3rem, 5vw, 6rem);
}

.section-heading > p {
  max-width: 520px;
  margin: 0 0 8px;
  color: #47515a;
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(18px, 2vw, 32px);
  align-items: start;
}

.service-card {
  background: var(--white);
  box-shadow: 0 16px 44px rgba(11, 13, 16, 0.08);
}

.service-card-shift {
  margin-top: 48px;
}

.service-image {
  position: relative;
  height: 360px;
  overflow: hidden;
  background: var(--ink);
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
  transition: transform 500ms ease;
}

.service-card:hover .service-image img {
  transform: scale(1.025);
}

.service-image span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px 12px;
  color: var(--ink);
  background: var(--cyan);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.service-copy {
  padding: 30px;
  border-top: 4px solid var(--ink);
}

.service-copy h3,
.method-copy h3,
.review-grid h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.85rem;
  letter-spacing: -0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.service-copy p {
  min-height: 78px;
  color: #4a545d;
}

.service-copy ul {
  display: grid;
  gap: 10px;
  padding: 18px 0 0;
  margin: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.service-copy li {
  position: relative;
  padding-left: 18px;
  font-size: 0.9rem;
  font-weight: 720;
}

.service-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 7px;
  height: 2px;
  background: var(--orange);
}

.mid-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  padding: 58px clamp(24px, 6vw, 96px);
  background: var(--cyan);
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.section-kicker-dark {
  color: rgba(11, 13, 16, 0.68);
  margin-bottom: 12px;
}

.mid-cta h2 {
  max-width: 850px;
  font-size: clamp(2.7rem, 4.5vw, 5.2rem);
}

.mid-cta .action-pair {
  margin-top: 0;
}

.method {
  display: grid;
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.1fr);
  min-height: 760px;
  background: var(--ink);
  color: var(--white);
}

.method-photo {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}

.method-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.1) saturate(0.72) contrast(1.15);
}

.method-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, var(--ink));
}

.method-photo p {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
  max-width: 370px;
  margin: 0;
  padding: 10px 12px;
  color: var(--steel);
  background: rgba(11, 13, 16, 0.82);
  font-size: 0.73rem;
}

.method-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.method-copy h2 {
  max-width: 840px;
  font-size: clamp(3.1rem, 5.4vw, 6.2rem);
}

.method-copy ol {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 46px 0 0;
  list-style: none;
}

.method-copy li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.method-copy li > span {
  color: var(--cyan);
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 900;
}

.method-copy h3 {
  font-size: 1.45rem;
}

.method-copy li p {
  margin: 7px 0 0;
  color: var(--steel-mid);
}

.review-points {
  background: var(--paper);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: var(--white);
}

.review-grid article {
  min-height: 290px;
  padding: 28px;
  border-right: 1px solid var(--line);
}

.review-grid article:last-child {
  border-right: 0;
}

.review-grid span {
  display: inline-block;
  margin-bottom: 48px;
  color: var(--orange);
  font-family: var(--display);
  font-size: 1.15rem;
  font-weight: 900;
}

.review-grid h3 {
  font-size: 1.5rem;
}

.review-grid p {
  color: #525d65;
}

.questions {
  display: grid;
  grid-template-columns: minmax(320px, 0.75fr) minmax(440px, 1.25fr);
  gap: clamp(58px, 9vw, 140px);
  background: var(--steel);
}

.questions-intro h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
}

.questions-intro > p:last-child {
  max-width: 520px;
  margin-top: 28px;
  color: #46515a;
  font-size: 1.06rem;
}

.accordion details {
  border-top: 1px solid rgba(11, 13, 16, 0.25);
}

.accordion details:last-child {
  border-bottom: 1px solid rgba(11, 13, 16, 0.25);
}

.accordion summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  cursor: pointer;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: 0.01em;
  list-style: none;
  text-transform: uppercase;
}

.accordion summary::-webkit-details-marker {
  display: none;
}

.accordion summary span {
  color: var(--orange);
  transition: transform 180ms ease;
}

.accordion details[open] summary span {
  transform: rotate(45deg);
}

.accordion details p {
  max-width: 700px;
  margin: -4px 0 24px;
  color: #4b565f;
}

.contact-choice {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: center;
  background: var(--white);
}

.contact-choice-copy h2 {
  font-size: clamp(3.2rem, 5.2vw, 6rem);
}

.contact-choice-copy > p:nth-of-type(2) {
  max-width: 520px;
  color: #505b64;
  font-size: 1.05rem;
}

.contact-choice-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: clamp(24px, 4vw, 50px);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.contact-choice-actions .button {
  width: 100%;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 11vw, 170px) 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 140%, rgba(54, 217, 255, 0.22), transparent 48%),
    var(--ink);
  text-align: center;
}

.final-current {
  position: absolute;
  left: 50%;
  top: 24%;
  width: min(980px, 92vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), var(--white), var(--orange), transparent);
  box-shadow: 0 0 30px rgba(54, 217, 255, 0.72);
  transform: translateX(-50%) rotate(-4deg);
}

.final-cta h2 {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(3.5rem, 7vw, 8rem);
}

.final-cta > p:not(.section-kicker) {
  position: relative;
  margin: 28px auto 0;
  color: var(--steel);
  font-size: 1.12rem;
}

.action-pair-center {
  position: relative;
  justify-content: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 24px 50px;
  align-items: center;
  padding: 38px clamp(24px, 6vw, 96px) 110px;
  color: var(--steel-mid);
  background: #07090b;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-actions {
  display: flex;
  gap: 22px;
}

.footer-actions a {
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-footer > p {
  margin: 0;
  font-size: 0.74rem;
}

.site-footer > p:last-child {
  text-align: right;
}

.mobile-bar {
  display: none;
}

@media (max-width: 1180px) {
  .site-nav > a {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr 0.9fr;
  }

  .hero-copy {
    padding-left: 34px;
    padding-right: 44px;
  }

  .service-grid {
    gap: 16px;
  }

  .service-image {
    height: 300px;
  }

  .contact-choice {
    grid-template-columns: 0.65fr 1.35fr;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }

  .site-header {
    min-height: 74px;
    padding: 10px 18px;
  }

  .brand-copy strong {
    font-size: 1.06rem;
  }

  .brand-copy small {
    font-size: 0.57rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 74px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px;
    background: rgba(11, 13, 16, 0.99);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform 220ms ease, opacity 220ms ease;
  }

  .site-nav.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav > a {
    display: block;
    padding: 16px 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 16px 0 0;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] i:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 74px;
  }

  .hero-copy {
    min-height: 650px;
    padding: 82px 24px 72px;
  }

  .hero-copy::after {
    right: auto;
    left: 28px;
    top: auto;
    bottom: -18px;
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: clamp(4rem, 14vw, 7rem);
  }

  .hero-visual {
    min-height: 560px;
  }

  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .signal-strip div:nth-child(2) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(11, 13, 16, 0.32);
  }

  .intro-grid,
  .section-heading,
  .questions,
  .contact-choice {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
    max-width: 650px;
    margin: 0 auto;
  }

  .service-card-shift {
    margin-top: 0;
  }

  .service-image {
    height: 390px;
  }

  .service-copy p {
    min-height: 0;
  }

  .mid-cta {
    grid-template-columns: 1fr;
  }

  .method {
    grid-template-columns: 1fr;
  }

  .method-photo {
    min-height: 520px;
  }

  .method-photo::after {
    background: linear-gradient(0deg, var(--ink), transparent 35%);
  }

  .review-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .review-grid article:nth-child(2) {
    border-right: 0;
  }

  .review-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

}

@media (max-width: 620px) {
  body {
    padding-bottom: 76px;
  }

  .brand img {
    width: 46px;
    height: 46px;
  }

  .brand-copy small {
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hero-copy {
    min-height: 590px;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 17vw, 5.5rem);
  }

  .hero-lede {
    font-size: 1rem;
  }

  .hero-visual {
    min-height: 440px;
  }

  .hero-stamp {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .action-pair {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-large {
    width: 100%;
  }

  .section {
    padding: 72px 20px;
  }

  .section h2,
  .mid-cta h2,
  .method-copy h2,
  .questions-intro h2,
  .contact-choice-copy h2 {
    font-size: clamp(2.9rem, 13vw, 4.5rem);
  }

  .signal-strip div {
    padding: 14px 10px;
    font-size: 0.7rem;
  }

  .service-image {
    height: 310px;
  }

  .mid-cta {
    padding: 54px 20px;
  }

  .method-photo {
    min-height: 420px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-grid article {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .review-grid article:last-child {
    border-bottom: 0;
  }

  .review-grid span {
    margin-bottom: 26px;
  }

  .contact-choice-actions {
    padding: 22px 18px;
  }

  .final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 34px 20px 36px;
  }

  .footer-actions {
    display: grid;
    gap: 8px;
  }

  .site-footer > p:last-child {
    text-align: left;
  }

  .mobile-bar {
    position: fixed;
    z-index: 90;
    inset: auto 0 0;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    min-height: 76px;
    color: var(--ink);
    border-top: 1px solid var(--ink);
    box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.28);
  }

  .mobile-bar a {
    display: grid;
    align-content: center;
    gap: 2px;
    padding: 10px 16px;
    text-decoration: none;
  }

  .mobile-bar span {
    font-size: 0.57rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-bar strong {
    font-family: var(--display);
    font-size: 1rem;
    letter-spacing: 0.035em;
    text-transform: uppercase;
  }

  .mobile-dial {
    background: var(--cyan);
  }

  .mobile-schedule {
    background: var(--steel);
    border-left: 1px solid var(--ink);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
