:root {
  --ink: #111827;
  --graphite: #0f1720;
  --panel: #182230;
  --muted: #607083;
  --line: #d9e2ec;
  --ice: #f5f8fb;
  --mist: #eef4f8;
  --white: #ffffff;
  --blue: #1d72f3;
  --blue-dark: #0d4fb6;
  --cyan: #7dd3fc;
  --amber: #ffb020;
  --success: #2fd17c;
  --shadow: 0 26px 80px rgba(10, 16, 24, 0.22);
  --radius: 2px;
  --container: 1200px;
  --header-height: 78px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: calc(var(--header-height) + 18px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 16px;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

.photo-section {
  position: relative;
  overflow: hidden;
}

.parallax-media {
  --parallax-y: 0px;
  transform: translate3d(0, var(--parallax-y), 0) scale(1.08);
  transform-origin: center;
  will-change: transform;
}

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 14px;
  left: 14px;
  z-index: 100;
  transform: translateY(-160%);
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
  padding: 10px 14px;
  transition: transform 160ms ease;
}

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

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

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  min-height: var(--header-height);
  background: linear-gradient(180deg, rgba(6, 10, 16, 0.82), rgba(6, 10, 16, 0.18));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(16px);
  transition: background 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled,
body.nav-open .site-header {
  background: rgba(10, 15, 22, 0.94);
  border-color: rgba(255, 255, 255, 0.12);
}

.header-inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

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

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.site-nav a {
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
  padding: 9px 11px;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.phone-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(29, 114, 243, 0.68);
  border-radius: 0;
  background: rgba(29, 114, 243, 0.18);
  color: var(--white);
  padding: 12px 16px;
  white-space: nowrap;
}

.phone-pill::before {
  content: "";
  width: 9px;
  height: 26px;
  display: block;
  background: var(--blue);
}

.phone-pill strong {
  display: block;
  line-height: 1;
}

.phone-pill strong {
  color: var(--white);
  font-size: 16px;
  font-weight: 950;
}

.nav-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 18px;
  height: 2px;
  display: block;
  margin: 3px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: min(700px, calc(100svh - 54px));
  overflow: hidden;
  background: var(--graphite);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.08);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 8, 13, 0.9) 0%, rgba(5, 8, 13, 0.72) 44%, rgba(5, 8, 13, 0.3) 100%),
    linear-gradient(180deg, rgba(5, 8, 13, 0.26) 0%, rgba(5, 8, 13, 0.76) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  min-height: min(700px, calc(100svh - 54px));
  display: flex;
  align-items: flex-end;
  padding: 116px 0 52px;
}

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

.eyebrow,
.section-kicker {
  margin: 0 0 16px;
  color: var(--amber);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 6.3vw, 88px);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1::after {
  content: "";
  display: block;
  width: min(260px, 55vw);
  height: 1px;
  margin-top: 24px;
  background: rgba(255, 255, 255, 0.78);
}

.hero-lead {
  margin: 20px 0 0;
  color: var(--amber);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-text {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-weight: 900;
  padding: 15px 22px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(29, 114, 243, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: var(--blue-dark);
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.02);
  color: var(--white);
}

.hero-buttons .btn {
  min-width: 238px;
  justify-content: space-between;
}

.hero-buttons .btn::after {
  content: "→";
  margin-left: 22px;
  font-size: 19px;
  line-height: 1;
}

.quick-strip {
  background: #fbfcfe;
  border-bottom: 1px solid var(--line);
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.quick-grid div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid var(--line);
  padding: 22px 28px;
}

.quick-grid div:first-child {
  border-left: 1px solid var(--line);
}

.quick-grid strong {
  color: var(--graphite);
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.quick-grid span {
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: 90px 0;
  background: var(--white);
}

.section-light {
  background: var(--ice);
}

.section-muted {
  background: var(--mist);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

.section h2 {
  max-width: 760px;
  margin: 0;
  color: var(--graphite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.section h3 {
  margin: 0;
  color: var(--graphite);
  font-size: 21px;
  line-height: 1.2;
}

.section p {
  color: #4d5c6d;
}

.content-stack p {
  margin: 0 0 18px;
  font-size: 18px;
}

.content-stack p:last-child {
  margin-bottom: 0;
}

.photo-band {
  min-height: 470px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
}

.photo-band-media {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.86) contrast(1.06);
}

.photo-band-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 13, 20, 0.82) 0%, rgba(8, 13, 20, 0.46) 56%, rgba(8, 13, 20, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 13, 20, 0.1) 0%, rgba(8, 13, 20, 0.72) 100%);
}

.photo-band-content {
  position: relative;
  z-index: 1;
  padding: 86px 0;
}

.photo-band h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5.6vw, 72px);
  font-weight: 500;
  line-height: 0.98;
}

.photo-band p:last-child {
  max-width: 560px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 38px;
}

.section-heading p:last-child {
  max-width: 650px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-heading-wide {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.54fr);
  gap: 36px;
  align-items: end;
}

.section-heading-wide > p {
  margin: 0;
}

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

.service-card,
.review-card,
.work-tile,
.contact-form {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-card {
  min-height: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.service-card::after {
  content: none;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.service-card:hover .service-card-media {
  transform: scale(1.04);
}

.service-card-media {
  position: static;
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.service-card-content {
  position: static;
  padding: 24px;
}

.service-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--mist);
  color: var(--blue-dark);
  font-weight: 950;
}

.service-card h3 {
  margin-top: 0;
  color: var(--graphite);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
}

.service-card p,
.review-card p {
  margin: 14px 0 0;
}

.service-card p {
  color: #4d5c6d;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.work-tile {
  overflow: hidden;
  margin: 0;
  box-shadow: 0 14px 40px rgba(16, 24, 40, 0.08);
}

.work-tile img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: var(--graphite);
}

.work-tile figcaption {
  padding: 17px 18px 18px;
  color: var(--graphite);
  font-weight: 900;
}

.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 0.72fr);
  gap: 54px;
  align-items: start;
}

.price-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  overflow: hidden;
  box-shadow: none;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 22px 24px;
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  color: #39485a;
  font-weight: 800;
}

.price-row strong {
  color: var(--blue-dark);
  text-align: right;
  white-space: nowrap;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.steps li {
  min-height: 260px;
  padding: 26px;
  border-right: 1px solid var(--line);
  background: var(--white);
}

.steps li:last-child {
  border-right: 0;
}

.steps span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  border-radius: 50%;
  background: var(--mist);
  color: var(--blue-dark);
  font-weight: 950;
}

.steps p {
  margin: 12px 0 0;
}

.review-card {
  padding: 26px;
}

.stars {
  margin-bottom: 16px;
  color: var(--amber);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.review-card p {
  margin-top: 0;
  font-size: 18px;
}

.review-card strong {
  display: block;
  margin-top: 20px;
  color: var(--graphite);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

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

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(16, 24, 40, 0.06);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.faq-list details:hover,
.faq-list details[open] {
  border-color: rgba(29, 114, 243, 0.36);
  box-shadow: 0 22px 60px rgba(16, 24, 40, 0.1);
}

.faq-list summary {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding: 22px 24px;
  color: var(--graphite);
  font-weight: 900;
  list-style: none;
}

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

.faq-list summary span {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: var(--mist);
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 950;
}

.faq-list summary strong {
  flex: 1;
  min-width: 0;
  font-size: 18px;
}

.faq-list summary::after {
  content: "+";
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(29, 114, 243, 0.2);
  background: rgba(29, 114, 243, 0.08);
  color: var(--blue);
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
  background: var(--blue);
  color: var(--white);
}

.faq-list details p {
  margin: 0;
  padding: 0 24px 24px 82px;
  color: #526172;
  font-size: 17px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background: var(--graphite);
  color: var(--white);
}

.contact-bg {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
}

.contact-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 11, 18, 0.94) 0%, rgba(7, 11, 18, 0.8) 42%, rgba(7, 11, 18, 0.54) 100%),
    linear-gradient(180deg, rgba(7, 11, 18, 0.52), rgba(7, 11, 18, 0.88));
}

.contact-section .section-kicker {
  color: var(--cyan);
}

.contact-section h2,
.contact-section p {
  color: var(--white);
}

.contact-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.62fr);
  gap: 64px;
  align-items: center;
}

.contact-copy h2 {
  color: var(--white);
}

.contact-lead {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(240px, 0.48fr) minmax(260px, 0.64fr);
  gap: 12px;
  margin: 34px 0 30px;
}

.contact-call,
.contact-mail {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 20px;
  color: var(--white);
  font-weight: 950;
  overflow-wrap: anywhere;
}

.contact-call {
  background: var(--blue);
  border-color: var(--blue);
  font-size: clamp(22px, 2.4vw, 30px);
}

.contact-mail {
  background: rgba(255, 255, 255, 0.08);
  font-size: 16px;
}

.contact-call::after,
.contact-mail::after {
  content: "→";
  flex: 0 0 auto;
  font-size: 22px;
}

.contact-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 760px;
  margin: 0 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-facts div {
  padding: 18px 18px 18px 0;
}

.contact-facts dt {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-facts dd {
  margin: 6px 0 0;
  color: var(--white);
  font-weight: 900;
}

.contact-actions {
  display: grid;
  gap: 12px;
  margin: 34px 0;
}

.contact-link {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px;
}

.contact-link-primary {
  background: var(--blue);
  border-color: var(--blue);
}

.contact-link span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.contact-link strong {
  color: var(--white);
  text-align: right;
  overflow-wrap: anywhere;
}

address {
  color: rgba(255, 255, 255, 0.74);
  font-style: normal;
}

address strong {
  color: var(--white);
}

.contact-form {
  position: relative;
  z-index: 1;
  padding: 26px;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-form .btn-primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 12px 30px rgba(22, 119, 255, 0.28);
}

.contact-form .btn-primary:hover,
.contact-form .btn-primary:focus-visible {
  background: var(--blue-dark);
}

.contact-form .form-message {
  color: var(--blue-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

label {
  color: #344255;
  font-size: 14px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cbd6e2;
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  padding: 13px 14px;
  outline: none;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(22, 119, 255, 0.12);
}

.btn-full {
  width: 100%;
}

.form-message {
  min-height: 26px;
  margin: 14px 0 0;
  color: var(--blue-dark);
  font-weight: 900;
}

.map-section iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.site-footer {
  background: #0d1219;
  color: var(--white);
  padding: 28px 0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

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

.footer-inner span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 20px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: var(--header-height) 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 15, 22, 0.98);
    padding: 14px 20px 20px;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.16);
  }

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

  .site-nav a {
    color: rgba(255, 255, 255, 0.82);
    padding: 14px;
  }

  .nav-toggle {
    display: grid;
  }

  .hero-inner,
  .split,
  .price-layout,
  .faq-layout,
  .contact-layout,
  .section-heading-wide {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    gap: 42px;
  }

  .contact-cta,
  .contact-facts {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    min-height: 720px;
    padding: 118px 0 58px;
  }

  .quick-grid,
  .service-grid,
  .work-grid,
  .review-grid,
  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .quick-grid div:first-child,
  .quick-grid div {
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .steps li:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  :root {
    --header-height: 72px;
  }

  .container {
    width: min(100% - 28px, var(--container));
  }

  .header-inner {
    gap: 8px;
  }

  .header-actions {
    gap: 6px;
  }

  .brand {
    min-width: 0;
    gap: 8px;
  }

  .brand small {
    display: none;
  }

  .brand strong {
    max-width: 104px;
    font-size: 12px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .phone-pill {
    width: auto;
    min-width: 0;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    gap: 8px;
  }

  .phone-pill::before {
    width: 7px;
    height: 22px;
  }

  .phone-pill strong {
    display: block;
    font-size: 12px;
  }

  .hero-scrim {
    background:
      linear-gradient(180deg, rgba(8, 13, 20, 0.92) 0%, rgba(8, 13, 20, 0.74) 52%, rgba(8, 13, 20, 0.78) 100%);
  }

  .hero-inner {
    min-height: 690px;
    padding: 104px 0 44px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1;
  }

  .hero-lead {
    font-size: clamp(28px, 9vw, 38px);
  }

  .hero-text {
    font-size: 17px;
  }

  .hero-buttons,
  .hero-buttons .btn {
    width: 100%;
  }

  .photo-band {
    min-height: 390px;
  }

  .photo-band-content {
    padding: 64px 0;
  }

  .photo-band h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section {
    padding: 68px 0;
  }

  .quick-grid,
  .service-grid,
  .work-grid,
  .review-grid,
  .steps,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid div:first-child {
    border-top: 1px solid var(--line);
  }

  .steps li:nth-last-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .steps li:last-child {
    border-bottom: 0;
  }

  .price-row,
  .contact-link,
  .footer-inner {
    flex-direction: column;
  }

  .price-row strong,
  .contact-link strong {
    text-align: left;
  }

  .footer-inner {
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 380px) {
  .brand strong {
    display: none;
  }

  .phone-pill {
    min-width: 102px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .parallax-media {
    transform: none !important;
  }
}
