:root {
  --pink: #ec176d;
  --pink-dark: #c90055;
  --cappslock-blue: #0b75ff;
  --black: #050505;
  --white: #ffffff;
  --soft: #f7f7f7;
  --line: #e9e9e9;
  --body: "Helvetica Neue", Arial, sans-serif;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --script: "Snell Roundhand", "Brush Script MT", cursive;
  --icon-stroke: 2;
  --icon-tile-radius: 14px;
  --icon-tile-border: 2px;
  --max: 1500px;
  --shadow: 0 20px 55px rgba(9, 9, 9, .13);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  color: var(--black);
  background: var(--white);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

body.menu-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select { font: inherit; }

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

svg {
  display: block;
  width: 1.35em;
  height: 1.35em;
  fill: none;
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.phone-glyph {
  fill: none;
  stroke: currentColor;
  stroke-width: var(--icon-stroke);
}

.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: 200;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--black);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

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

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

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  color: var(--white);
  background: var(--black);
  box-shadow: 0 5px 0 var(--pink);
}

.site-header::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, var(--pink) 0 35%, var(--white) 35% 35.35%, var(--pink) 35.35% 100%);
  content: "";
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(20px, 3vw, 48px);
  align-items: center;
  width: min(var(--max), calc(100% - 48px));
  min-height: 94px;
  margin: 0 auto;
}

.compact-brand {
  display: inline-flex;
  align-items: center;
  min-width: 230px;
  padding: 9px 0;
  color: var(--white);
  text-decoration: none;
}

.compact-wordmark {
  display: inline-flex;
  gap: 11px;
  align-items: baseline;
  line-height: 1;
  white-space: nowrap;
}

.compact-wordmark strong {
  font-family: var(--body);
  font-size: clamp(1.75rem, 2.4vw, 2.15rem);
  font-weight: 850;
  letter-spacing: .055em;
}

.compact-wordmark small {
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(1.55rem, 2.2vw, 1.9rem);
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1;
  transform: translateY(2px);
}

.desktop-nav {
  display: flex;
  justify-self: center;
  border: 1px solid #333;
  background: #0d0d0d;
  box-shadow: inset 0 -3px 0 var(--pink);
}

.desktop-nav a {
  position: relative;
  padding: 17px clamp(14px, 1.7vw, 26px) 18px;
  border-left: 1px solid #292929;
  color: var(--white);
  font-family: var(--body);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.015em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .18s ease, background .18s ease;
}

.desktop-nav a:first-child { border-left: 0; }

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: var(--white); background: var(--pink); }

.header-call,
.primary-cta,
.estimate-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 13px 20px;
  border: 2px solid var(--black);
  border-radius: 8px;
  color: var(--white);
  background: var(--black);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.header-call:hover,
.primary-cta:hover,
.estimate-cta:hover,
.secondary-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 0 var(--pink);
}

.header-call {
  min-height: 62px;
  padding: 8px 22px 8px 27px;
  border-color: var(--pink);
  border-radius: 0;
  background: var(--pink);
  clip-path: polygon(9px 0, 100% 0, 100% 100%, 9px 100%, 0 50%);
}

.header-call:hover,
.header-call:focus-visible {
  color: var(--pink);
  background: var(--white);
  box-shadow: none;
}

.header-call .phone-glyph {
  width: 40px;
  height: 40px;
  padding: 2px;
}

.header-call span { display: grid; gap: 2px; }
.header-call small {
  font-size: .66rem;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.header-call strong { font-family: var(--display); font-size: 1.18rem; letter-spacing: .035em; }

.menu-button {
  position: relative;
  display: none;
  width: 56px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button > span:not(.sr-only) {
  position: absolute;
  right: 0;
  display: block;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--white);
  transform-origin: center;
  transition: width .18s ease, background .18s ease, transform .2s ease, opacity .16s ease;
}

.menu-button > span:nth-child(1) { top: 13px; }
.menu-button > span:nth-child(2) { top: 22px; width: 24px; background: var(--pink); }
.menu-button > span:nth-child(3) { top: 31px; }

.menu-button:hover > span:nth-child(1),
.menu-button:hover > span:nth-child(3) { background: var(--pink); }
.menu-button:hover > span:nth-child(2) { width: 34px; background: var(--white); }

.menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
.menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.mobile-nav {
  position: fixed;
  inset: 86px 0 auto;
  padding: 24px;
  border-top: 1px solid #333;
  border-bottom: 5px solid var(--pink);
  background: var(--black);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .34);
}

.mobile-nav a {
  display: block;
  padding: 17px 4px;
  border-bottom: 1px solid #333;
  color: var(--white);
  font-family: var(--body);
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: -.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.mobile-nav a::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 16px 4px 3px;
  background: var(--pink);
  content: "";
  transform: rotate(45deg);
}

.mobile-nav .mobile-call {
  display: flex;
  gap: 16px;
  align-items: center;
}

.mobile-nav .mobile-call::before { display: none; }
.mobile-nav .mobile-call .phone-glyph { flex: 0 0 auto; width: 38px; height: 38px; }

.hero { background: var(--white); }

.hero-inner {
  display: grid;
  grid-template-columns: minmax(390px, .82fr) minmax(560px, 1.18fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: start;
  width: min(var(--max), calc(100% - 72px));
  margin: 0 auto;
  padding: 24px 0 38px;
}

.hero-copy { max-width: 570px; }

.brand-crop {
  position: relative;
  width: 194px;
  height: 214px;
  margin-bottom: 10px;
  overflow: hidden;
}

.brand-crop::after {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 6px;
  background: var(--white);
  content: "";
}

.brand-crop::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), var(--white) 70%);
  content: "";
}

.brand-crop img {
  position: absolute;
  top: -7px;
  left: -3px;
  width: 450px;
  height: auto;
  max-width: none;
}

.hero h1,
.section-heading h2,
.pricing-heading h2,
.services h2,
.commercial h2,
.faq > h2,
.closing-cta h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: .01em;
  line-height: .95;
  text-transform: uppercase;
}

.hero h1 {
  font-size: clamp(4.2rem, 6.25vw, 6.9rem);
}

h1 em,
h2 em {
  color: var(--pink);
  font-style: normal;
}

.hero-copy > p {
  max-width: 550px;
  margin: 18px 0 22px;
  font-size: clamp(1.08rem, 1.45vw, 1.42rem);
  font-weight: 550;
  line-height: 1.28;
}

.primary-cta {
  width: 100%;
  min-height: 70px;
  border-color: var(--pink);
  color: var(--white);
  background: var(--pink);
  font-size: clamp(1.02rem, 1.55vw, 1.42rem);
  text-transform: uppercase;
}

.primary-cta svg { width: 34px; height: 34px; }
.primary-cta:hover { background: var(--pink-dark); }

.guarantee-line {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  font-size: .98rem;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.guarantee-line svg { color: var(--pink); }

.hero-services {
  display: grid;
  gap: 12px;
  width: 100%;
}

.script-line {
  margin: 0 0 8px;
  color: var(--pink);
  font-family: var(--script);
  font-size: clamp(2.25rem, 4vw, 4.2rem);
  line-height: 1;
  text-align: center;
  transform: rotate(-1deg);
}

.hero-service {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr) auto;
  min-height: 148px;
  overflow: hidden;
  border: 3px solid var(--pink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.service-icon {
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--pink);
}

.service-icon svg {
  width: 72px;
  height: 72px;
  padding: 12px;
  border: var(--icon-tile-border) solid currentColor;
  border-radius: var(--icon-tile-radius);
}

.hero-service > div:nth-child(2) {
  align-self: center;
  padding: 20px 24px;
}

.hero-service h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.15rem, 3.3vw, 3.5rem);
  font-weight: 900;
  letter-spacing: .015em;
  line-height: .95;
  text-transform: uppercase;
}

.hero-service p {
  margin: 8px 0 0;
  font-size: 1rem;
  line-height: 1.25;
}

.service-price {
  display: grid;
  align-content: center;
  min-width: 145px;
  padding: 20px;
  border-left: 3px dotted var(--pink);
  color: var(--pink);
  text-align: center;
}

.service-price small {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.service-price strong {
  font-family: var(--display);
  font-size: 3.7rem;
  line-height: 1;
}

.starting-note {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
  color: var(--pink);
  font-size: 1.02rem;
  font-weight: 700;
  text-align: center;
}

.hero-band,
.special-band {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(9px, 1.4vw, 18px);
  align-items: center;
  justify-content: center;
  padding: 30px 24px;
  color: var(--white);
  background: var(--black);
  font-family: var(--display);
  font-size: clamp(2rem, 4.3vw, 4.6rem);
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.hero-band em {
  color: var(--pink);
  font-style: normal;
}

.sparkle-icon {
  flex: 0 0 auto;
  width: .8em;
  height: .8em;
}

.hero-band .sparkle-icon,
.special-band .sparkle-icon { color: var(--pink); }

.section {
  width: min(var(--max), calc(100% - 72px));
  margin: 0 auto;
  padding: clamp(78px, 9vw, 140px) 0;
}

.section-heading,
.pricing-heading { text-align: center; }

.section-heading h2,
.pricing-heading h2 {
  font-size: clamp(3.8rem, 7vw, 7.8rem);
}

.section-heading p,
.pricing-heading p {
  max-width: 780px;
  margin: 18px auto 0;
  font-size: clamp(1.04rem, 1.8vw, 1.4rem);
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 46px;
}

.comparison {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--pink);
  border-radius: 22px;
  aspect-ratio: 1;
  background: #111;
  box-shadow: 0 24px 58px rgba(9, 9, 9, .18);
  isolation: isolate;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.comparison:hover {
  box-shadow: 0 30px 68px rgba(9, 9, 9, .24);
  transform: translateY(-3px);
}

.comparison:has(.comparison-range:focus-visible) {
  border-color: var(--black);
  box-shadow: 0 0 0 5px rgba(236, 23, 109, .32), 0 30px 68px rgba(9, 9, 9, .24);
}

.comparison > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  user-select: none;
}

.comparison-after { clip-path: inset(0 0 0 var(--position)); }

.comparison-bedroom > img { filter: contrast(1.01) saturate(.96); }

.comparison-labels {
  position: absolute;
  z-index: 4;
  top: 18px;
  right: 18px;
  left: 18px;
  display: flex;
  justify-content: space-between;
  padding: 0;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: .04em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

.comparison-labels span {
  padding: 9px 13px 8px;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 999px;
  background: rgba(5, 5, 5, .82);
  box-shadow: 0 8px 22px rgba(0, 0, 0, .24);
  backdrop-filter: blur(8px);
}

.comparison-labels span:last-child {
  background: rgba(236, 23, 109, .9);
}

.comparison-divider {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--position);
  width: 3px;
  background: var(--white);
  box-shadow: 0 0 0 1px rgba(5, 5, 5, .18), 0 0 24px rgba(5, 5, 5, .35);
  transform: translateX(-1.5px);
  pointer-events: none;
}

.comparison-divider span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: var(--icon-tile-border) solid var(--white);
  border-radius: var(--icon-tile-radius);
  color: var(--white);
  background: var(--pink);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .34);
  transform: translate(-50%, -50%);
}

.comparison-divider span svg { width: 30px; height: 30px; }

.comparison-range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: pan-y;
}

.comparison-hint {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 66px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: rgba(5, 5, 5, .75);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: opacity .2s ease, transform .2s ease;
  pointer-events: none;
  backdrop-filter: blur(8px);
}

.comparison[data-dragged="true"] .comparison-hint {
  opacity: 0;
  transform: translate(-50%, 8px);
}

.comparison figcaption {
  position: absolute;
  z-index: 5;
  right: 18px;
  bottom: 0;
  left: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: var(--white);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .13);
  font-family: var(--display);
  font-size: 1.45rem;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.comparison figcaption svg { color: var(--pink); }

.pricing {
  width: 100%;
  max-width: none;
  padding-right: max(36px, calc((100% - var(--max)) / 2));
  padding-left: max(36px, calc((100% - var(--max)) / 2));
  background: var(--soft);
}

.pricing-heading h2 em { color: var(--pink); }

.estimator {
  display: grid;
  grid-template-columns: 1fr 1fr 1.05fr auto;
  gap: 0;
  align-items: stretch;
  margin-top: 48px;
  overflow: hidden;
  border: 3px solid var(--pink);
  border-radius: 14px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.field-group,
.estimate-result {
  padding: 20px 24px;
  border-right: 1px solid rgba(236, 23, 109, .35);
}

.field-group label,
.estimate-result > span {
  display: block;
  margin-bottom: 8px;
  font-family: var(--display);
  font-size: 1.08rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.field-group select {
  width: 100%;
  min-height: 54px;
  padding: 0 42px 0 14px;
  border: 2px solid #aaa;
  border-radius: 4px;
  color: var(--black);
  background: var(--white);
  font-weight: 850;
  text-transform: uppercase;
}

.estimate-result {
  display: grid;
  align-content: center;
}

.estimate-result > span { margin: 0; }
.estimate-result strong {
  color: var(--pink);
  font-family: var(--display);
  font-size: clamp(2rem, 2.7vw, 3.25rem);
  line-height: 1;
  white-space: nowrap;
}

.estimate-result strong span { font-size: 1.16em; }

.estimate-result small { margin-top: 6px; color: #555; }

.estimate-cta {
  min-width: 220px;
  margin: 20px;
  border-color: var(--pink);
  background: var(--pink);
  text-align: center;
  text-transform: uppercase;
}

.estimate-cta:hover { background: var(--pink-dark); }
.estimate-cta svg { width: 30px; height: 30px; }

.estimate-note {
  max-width: 1020px;
  margin: 16px auto 34px;
  color: #4c4c4c;
  font-size: .96rem;
  text-align: center;
}

.price-bands { border-top: 2px solid var(--pink); }

.price-band {
  display: grid;
  grid-template-columns: minmax(275px, 1.35fr) minmax(0, 4fr);
  border-bottom: 2px solid var(--pink);
  background: var(--white);
}

.price-service {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: center;
  padding: 22px 24px 22px 8px;
}

.price-icon {
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border: var(--icon-tile-border) solid var(--pink);
  border-radius: var(--icon-tile-radius);
  color: var(--white);
  background: var(--pink);
}

.price-icon svg { width: 52px; height: 52px; }

.price-service h3,
.addons-title h3,
.specialty-row h3,
.commercial h3,
.faq h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-transform: uppercase;
}

.price-service h3 { font-size: clamp(2rem, 2.6vw, 3rem); }
.price-service p { margin: 7px 0 0; line-height: 1.25; }

.price-band dl {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0;
}

.price-band dl div {
  display: grid;
  align-content: center;
  min-height: 128px;
  padding: 16px;
  border-left: 1px solid var(--pink);
  text-align: center;
}

.price-band dt {
  font-family: var(--display);
  font-size: clamp(.9rem, 1.25vw, 1.15rem);
  letter-spacing: .03em;
  text-transform: uppercase;
}

.price-band dd {
  margin: 8px 0 0;
  color: var(--pink);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2vw, 2.1rem);
  line-height: 1;
}

.addons { padding: 58px 0 34px; }

.addons-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: center;
}

.addons-title span { height: 2px; background: var(--pink); }
.addons-title h3 { font-size: clamp(3rem, 5vw, 5.4rem); }

.addons-intro {
  max-width: 760px;
  margin: 8px auto 30px;
  text-align: center;
}

.addon-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--pink);
  border-left: 1px solid var(--pink);
}

.addon-option {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 205px;
  padding: 28px 24px 24px;
  border-right: 1px solid var(--pink);
  border-bottom: 1px solid var(--pink);
  background: var(--white);
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.addon-option:hover {
  z-index: 1;
  box-shadow: inset 0 0 0 3px var(--pink), 0 14px 26px rgba(9, 9, 9, .1);
  transform: translateY(-2px);
}

.addon-option:has(input:focus-visible) {
  z-index: 2;
  outline: 3px solid var(--pink);
  outline-offset: -5px;
}

.addon-option input {
  position: absolute;
  opacity: 0;
}

.addon-option:has(input:checked) {
  color: var(--white);
  background: var(--black);
}

.addon-check {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border: var(--icon-tile-border) solid var(--pink);
  border-radius: var(--icon-tile-radius);
  color: var(--pink);
  background: rgba(236, 23, 109, .06);
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.addon-check svg { width: 27px; height: 27px; }
.addon-selected { display: none; }

.addon-option:has(input:checked) .addon-check {
  border-color: var(--pink);
  color: var(--white);
  background: var(--pink);
}

.addon-option:has(input:checked) .addon-default { display: none; }
.addon-option:has(input:checked) .addon-selected { display: block; }

.addon-option strong {
  font-family: var(--display);
  font-size: 1.65rem;
  letter-spacing: .03em;
  line-height: 1;
  text-transform: uppercase;
}

.addon-option small { margin: 8px 0 18px; color: #5b5b5b; }
.addon-option:has(input:checked) small { color: #cfcfcf; }
.addon-option b { margin-top: auto; color: var(--pink); font-size: 1.2rem; }

.special-band {
  margin: 28px calc(max(36px, (100vw - var(--max)) / 2) * -1) -1px;
  padding: 24px;
  background: var(--pink);
  font-size: clamp(1.7rem, 3.4vw, 3.55rem);
}

.special-band .sparkle-icon { color: var(--white); }

.services-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
  gap: clamp(48px, 6vw, 92px);
  align-items: start;
}

.services-layout > *,
.specialty-row > * { min-width: 0; }

.services h2 { font-size: clamp(3.6rem, 6vw, 6.8rem); }

.service-list {
  margin-top: 30px;
  border-top: 2px solid var(--pink);
}

.specialty-row {
  display: grid;
  grid-template-columns: 78px minmax(155px, .7fr) minmax(240px, 1.6fr);
  gap: 18px;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px solid var(--pink);
}

.specialty-row > span {
  display: grid;
  place-items: center;
  align-self: stretch;
  color: var(--white);
  background: var(--pink);
}

.specialty-row svg {
  width: 40px;
  height: 40px;
}
.specialty-row h3 { font-size: clamp(1.6rem, 2.2vw, 2.45rem); }
.specialty-row p { margin: 0; padding: 18px 0; line-height: 1.32; }

.specialty-row p { overflow-wrap: anywhere; }

.trust-panel {
  position: static;
  padding: clamp(34px, 4vw, 62px);
  border: 3px solid var(--pink);
  border-radius: 18px;
  text-align: center;
  box-shadow: var(--shadow);
}

.trust-brand {
  padding-bottom: 24px;
  border-bottom: 2px solid var(--pink);
}

.trust-brand strong,
.trust-brand span { display: block; }
.trust-brand strong {
  font-family: var(--body);
  font-size: clamp(2.15rem, 4.2vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: 1;
}
.trust-brand span { margin-top: 7px; color: var(--pink); font-size: clamp(.95rem, 1.4vw, 1.15rem); font-weight: 800; }

.trust-shield {
  width: 130px;
  height: 130px;
  margin: 34px auto 8px;
  color: var(--pink);
}

.trust-number {
  margin: 0;
  color: var(--pink);
  font-family: var(--body);
  font-size: clamp(4.8rem, 7vw, 7.2rem);
  font-weight: 900;
  letter-spacing: -.08em;
  line-height: .85;
}

.trust-panel h2 {
  margin-top: 12px;
  padding-bottom: 18px;
  border-bottom: 4px solid var(--pink);
  font-family: var(--body);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .94;
  text-transform: none;
}

.promise {
  margin: 24px 0;
  font-family: var(--body);
  font-size: clamp(1.2rem, 1.8vw, 2rem);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1.15;
}

.promise strong { color: var(--pink); }
.secondary-cta { border-color: var(--pink); background: var(--pink); text-transform: uppercase; }

.commercial {
  padding: 0 max(36px, calc((100% - var(--max)) / 2));
  color: var(--white);
  background: var(--black);
}

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

.commercial-lead,
.commercial-item {
  display: flex;
  gap: 18px;
  align-items: center;
  min-height: 250px;
  padding: 34px;
  border-right: 1px solid var(--pink);
}

.commercial-lead {
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 145px;
  border-right: 0;
  border-bottom: 1px solid var(--pink);
}

.commercial-item { min-height: 220px; }
.commercial-inner > *:last-child { border-right: 0; }
.commercial svg { stroke-width: 1.35; }
.commercial h2 {
  font-family: var(--body);
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: .95;
  text-transform: none;
}

.commercial-lead > svg,
.commercial-item > svg {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  padding: 13px;
  border: var(--icon-tile-border) solid var(--pink);
  border-radius: var(--icon-tile-radius);
  color: var(--pink);
  background: transparent;
}

.commercial h3 {
  font-family: var(--body);
  font-size: clamp(1.2rem, 1.5vw, 1.65rem);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: 1;
  text-transform: none;
}
.commercial-item p { margin: 8px 0; color: #d8d8d8; line-height: 1.25; }
.commercial-item strong { color: var(--pink); }

.faq {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(40px, 6vw, 90px);
  align-items: start;
}

.faq > h2 { font-size: clamp(4.5rem, 8vw, 9rem); }

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid var(--pink);
  border-left: 1px solid var(--pink);
}

.faq-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  min-height: 215px;
  padding: 30px 24px;
  border-right: 1px solid var(--pink);
  border-bottom: 2px solid var(--pink);
}

.faq-grid article > span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: var(--icon-tile-border) solid var(--pink);
  border-radius: var(--icon-tile-radius);
  color: var(--white);
  background: var(--pink);
}

.faq-grid article > span svg { width: 27px; height: 27px; }

.faq h3 { font-size: clamp(1.5rem, 2vw, 2.2rem); }
.faq p { margin: 12px 0 0; }

.closing-cta {
  display: grid;
  grid-template-columns: 1.15fr .95fr .9fr;
  color: var(--white);
  background: var(--pink);
}

.closing-copy,
.closing-text,
.closing-call {
  display: flex;
  gap: 22px;
  align-items: center;
  min-height: 210px;
  padding: clamp(30px, 4vw, 66px);
}

.closing-copy h2 { font-size: clamp(3rem, 5vw, 5.7rem); }

.closing-text,
.closing-call {
  border-left: 2px solid rgba(255, 255, 255, .7);
  font-family: var(--display);
  font-size: clamp(1.5rem, 2.4vw, 2.8rem);
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease;
}

.closing-text { color: var(--pink); background: var(--white); }
.closing-call { background: var(--black); }
.closing-text:hover { color: var(--white); background: var(--pink-dark); }
.closing-call:hover { background: #222; }
.closing-text svg,
.closing-call svg { flex: 0 0 auto; width: 64px; height: 64px; }
.closing-text strong,
.closing-call strong { font-size: 1.08em; white-space: nowrap; }

.site-footer {
  color: #c7c7c7;
  background: var(--black);
  font-size: .9rem;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 34px;
  align-items: center;
  padding: 30px max(36px, calc((100% - var(--max)) / 2));
}

.footer-client strong,
.footer-client span { display: block; }

.footer-client strong {
  color: var(--white);
  font-size: clamp(2.4rem, 4.5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .95;
}

.footer-client span {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.4;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}

.site-footer nav a { text-underline-offset: 4px; }

.site-footer p { margin: 0; }
.site-footer a { color: var(--white); font-weight: 800; }

.maker-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
  min-height: 72px;
  padding: 12px max(36px, calc((100% - var(--max)) / 2));
  border-top: 1px solid #292929;
  background: #090a0c;
}

.maker-label {
  color: #8e8e8e;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.maker-signature {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease;
}

.maker-signature:hover,
.maker-signature:focus-visible {
  border-color: #34383f;
  background: #111318;
}

.maker-keycap {
  width: 44px;
  height: auto;
  flex: 0 0 auto;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.maker-keycap rect { stroke: var(--white); stroke-width: 3; }
.maker-keycap path { stroke: var(--cappslock-blue); stroke-width: 6; }

.maker-wordmark {
  display: flex;
  gap: 8px;
  align-items: baseline;
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.maker-wordmark strong { font-size: 1.05rem; letter-spacing: -.02em; }
.maker-wordmark strong span { color: var(--cappslock-blue); }
.maker-wordmark small { color: #b7bcc5; font-size: .82rem; font-weight: 400; }
.mobile-text-bar { display: none; }

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 961px) and (min-height: 920px) {
  .trust-panel {
    position: sticky;
    top: 116px;
  }
}

@media (min-width: 961px) and (max-height: 919px) {
  .trust-panel { padding: 14px 26px; }
  .trust-brand { padding-bottom: 8px; }
  .trust-brand strong { font-size: 2.35rem; }
  .trust-brand span { font-size: .9rem; }
  .trust-shield { width: 60px; height: 60px; margin: 10px auto 2px; }
  .trust-number { font-size: 4.5rem; }
  .trust-panel h2 {
    margin-top: 2px;
    padding-bottom: 6px;
    border-bottom-width: 3px;
    font-size: 2.1rem;
  }
  .promise { margin: 8px 0; font-size: 1.2rem; }
  .trust-panel .secondary-cta { min-height: 44px; padding: 8px 18px; }
}

@media (min-width: 961px) and (max-width: 1100px) {
  .services-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 360px);
    gap: 28px;
  }

  .specialty-row {
    grid-template-columns: 68px minmax(128px, .62fr) minmax(220px, 1.38fr);
    gap: 14px;
  }

  .specialty-row h3 { font-size: 1.55rem; }
  .specialty-row p { font-size: .94rem; }
}

@media (max-width: 1230px) {
  .desktop-nav a { padding-right: 15px; padding-left: 15px; }
  .header-call { padding-right: 16px; padding-left: 22px; }

  .hero-inner {
    grid-template-columns: minmax(340px, .82fr) minmax(500px, 1.18fr);
    gap: 46px;
  }

  .brand-crop { width: 176px; height: 194px; }
  .brand-crop img { width: 410px; }
  .hero h1 { font-size: clamp(4rem, 7vw, 5.7rem); }
  .hero-service { grid-template-columns: 115px minmax(0, 1fr) auto; min-height: 125px; }
  .service-icon svg { width: 62px; height: 62px; padding: 10px; }
  .hero-service h2 { font-size: clamp(2rem, 3.4vw, 2.9rem); }
  .service-price { min-width: 120px; padding: 14px; }
  .service-price strong { font-size: 3rem; }

  .estimator { grid-template-columns: 1fr 1fr 1fr; }
  .estimate-cta { grid-column: 1 / -1; margin: 0; border: 0; border-radius: 0; }
  .price-band { grid-template-columns: 250px 1fr; }
  .price-service { grid-template-columns: 70px 1fr; padding-left: 0; }
  .price-icon { width: 64px; height: 64px; }
  .price-icon svg { width: 40px; height: 40px; }

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

  .faq { grid-template-columns: 1fr; }
  .faq > h2 { text-align: center; }
}

@media (max-width: 1080px) {
  html { scroll-padding-top: 96px; }
  .header-inner { width: min(100% - 32px, var(--max)); min-height: 86px; grid-template-columns: auto 1fr auto; }
  .desktop-nav, .header-call { display: none; }
  .menu-button { display: block; justify-self: end; }
}

@media (max-width: 960px) {
  .hero-inner {
    grid-template-columns: 1fr;
    width: min(100% - 40px, 720px);
    min-height: 0;
    padding: 24px 0 52px;
  }

  .hero-copy { max-width: none; text-align: center; }
  .hero-copy > p { margin-right: auto; margin-left: auto; }
  .brand-crop { margin-right: auto; margin-left: auto; }
  .hero h1 { font-size: clamp(4.2rem, 14vw, 6.7rem); }
  .guarantee-line { margin-bottom: 26px; }
  .hero-services { max-width: 720px; margin: 0 auto; text-align: left; }
  .script-line { font-size: clamp(2.3rem, 8vw, 4rem); }

  .comparison-grid { grid-template-columns: 1fr; max-width: 720px; margin-right: auto; margin-left: auto; }

  .price-band { grid-template-columns: 1fr; }
  .price-service { padding: 20px; }
  .price-band dl { border-top: 1px solid var(--pink); }
  .price-band dl div:first-child { border-left: 0; }

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

  .services-layout { grid-template-columns: minmax(0, 1fr); }
  .services-layout > * { min-width: 0; }
  .trust-panel { position: static; width: 100%; max-width: 720px; margin: 0 auto; }

  .faq-grid { grid-template-columns: 1fr; border-left: 0; }
  .faq-grid article { min-height: auto; border-left: 1px solid var(--pink); }

  .closing-cta { grid-template-columns: 1fr 1fr; }
  .closing-copy { grid-column: 1 / -1; min-height: auto; text-align: center; }
  .closing-copy h2 { width: 100%; }
  .closing-text { border-left: 0; }
}

@media (max-width: 680px) {
  body { padding-bottom: 66px; }
  .compact-brand { min-width: 205px; padding: 8px 0; }
  .compact-wordmark { gap: 9px; }
  .compact-wordmark strong { font-size: 1.62rem; }
  .compact-wordmark small { font-size: 1.42rem; }
  .menu-button { width: 50px; height: 46px; }

  .hero-inner,
  .section { width: min(100% - 26px, var(--max)); }

  .hero h1 { font-size: clamp(3.8rem, 19vw, 5.6rem); }
  .hero-copy > p { font-size: 1.05rem; }
  .primary-cta { min-height: 62px; padding: 12px; font-size: .98rem; }
  .primary-cta svg { width: 28px; height: 28px; }

  .hero-service {
    grid-template-columns: 84px minmax(0, 1fr);
    min-height: 108px;
    border-width: 2px;
    border-radius: 12px;
  }

  .service-icon svg { width: 52px; height: 52px; padding: 8px; }
  .hero-service > div:nth-child(2) { padding: 14px; }
  .hero-service h2 { font-size: clamp(1.8rem, 9vw, 2.55rem); }
  .hero-service p { margin-top: 4px; font-size: .88rem; }
  .service-price {
    grid-column: 1 / -1;
    grid-template-columns: auto auto;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 8px;
    border-top: 2px dotted var(--pink);
    border-left: 0;
  }
  .service-price small { align-self: end; font-size: 1rem; }
  .service-price strong { font-size: 2.15rem; }

  .hero-band { padding: 22px 16px; font-size: clamp(1.85rem, 10vw, 3.25rem); }
  .section { padding-top: 74px; padding-bottom: 74px; }
  .section-heading h2,
  .pricing-heading h2 { font-size: clamp(3.35rem, 16vw, 5.5rem); }
  .section-heading p,
  .pricing-heading p { font-size: 1rem; }

  .comparison-grid { margin-top: 30px; }
  .comparison { aspect-ratio: 1; border-width: 2px; border-radius: 16px; }
  .comparison-labels { font-size: 1.2rem; }
  .comparison figcaption { font-size: 1.22rem; }
  .comparison-divider span { width: 56px; height: 56px; }
  .comparison-divider span svg { width: 26px; height: 26px; }

  .pricing {
    padding-right: 13px;
    padding-left: 13px;
  }

  .estimator { grid-template-columns: 1fr; margin-top: 32px; }
  .field-group,
  .estimate-result { border-right: 0; border-bottom: 1px solid rgba(236, 23, 109, .35); }
  .estimate-result { text-align: center; }
  .estimate-cta { min-height: 64px; }
  .estimate-note { font-size: .88rem; }

  .price-service { grid-template-columns: 58px 1fr; gap: 12px; }
  .price-icon { width: 54px; height: 54px; }
  .price-icon svg { width: 33px; height: 33px; }
  .price-service h3 { font-size: 2.1rem; }
  .price-service p { font-size: .9rem; }
  .price-band dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-band dl div { min-height: 94px; border-bottom: 1px solid var(--pink); }
  .price-band dl div:nth-child(odd) { border-left: 0; }
  .price-band dl div:last-child { grid-column: 1 / -1; border-bottom: 0; }

  .addons-title { gap: 12px; }
  .addons-title h3 { font-size: 3.3rem; }
  .addon-grid { grid-template-columns: 1fr; border-left: 0; }
  .addon-option { min-height: 170px; border-left: 1px solid var(--pink); }
  .special-band {
    margin-right: -13px;
    margin-left: -13px;
    padding: 20px 14px;
    font-size: 1.9rem;
  }

  .services h2 { font-size: clamp(3.4rem, 16vw, 5.4rem); }
  .specialty-row {
    grid-template-columns: 62px 1fr;
    gap: 14px;
    padding-right: 4px;
  }
  .specialty-row > span { grid-row: 1 / span 2; }
  .specialty-row h3 { font-size: 1.8rem; }
  .specialty-row p { grid-column: 2; padding: 0 0 18px; font-size: .94rem; }
  .specialty-row svg { width: 36px; height: 36px; }
  .trust-panel h2 { font-size: 2.25rem; overflow-wrap: anywhere; }

  .commercial { padding: 0 13px; }
  .commercial-inner { grid-template-columns: minmax(0, 1fr); }
  .commercial-inner > * { min-width: 0; min-height: auto; border-right: 0; }
  .commercial-lead { flex-direction: column; justify-content: center; padding: 44px 22px; text-align: center; }
  .commercial-item { border-bottom: 1px solid var(--pink); }
  .commercial-item:last-child { border-bottom: 0; }
  .commercial-item > div { min-width: 0; }
  .commercial h2 { font-size: 2.5rem; }
  .commercial-item { padding: 28px 22px; }

  .faq { gap: 30px; }
  .faq > h2 { font-size: 5rem; }
  .faq-grid article { grid-template-columns: 42px 1fr; padding: 24px 18px; }
  .faq-grid article > span { width: 42px; height: 42px; }

  .closing-cta { grid-template-columns: 1fr; }
  .closing-copy { grid-column: auto; }
  .closing-copy,
  .closing-text,
  .closing-call { min-height: 150px; padding: 30px 22px; }
  .closing-text,
  .closing-call { border-top: 2px solid rgba(255, 255, 255, .7); border-left: 0; }
  .closing-text svg,
  .closing-call svg { width: 52px; height: 52px; }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 18px;
    text-align: center;
  }
  .maker-row { justify-content: center; padding: 12px 18px; }

  .mobile-text-bar {
    position: fixed;
    z-index: 120;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    border: 2px solid var(--white);
    border-radius: 8px;
    color: var(--white);
    background: var(--pink);
    box-shadow: 0 8px 30px rgba(0, 0, 0, .28);
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .site-header,
  .mobile-text-bar,
  .comparison-range { display: none !important; }
  .hero-inner { min-height: auto; }
  .reveal { opacity: 1; transform: none; }
  * { box-shadow: none !important; }
}
