:root {
  --blue: #1657d8;
  --blue-deep: #0a347f;
  --blue-soft: #dbe8ff;
  --ink: #151b22;
  --graphite: #28313b;
  --steel: #5d6877;
  --line: #d8dee8;
  --paper: #f4f6f9;
  --silver: #e8edf4;
  --white: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 92px;
  padding: 12px clamp(18px, 5vw, 64px);
  border-bottom: 1px solid rgba(16, 20, 25, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 280px;
  font-size: clamp(1.22rem, 2.2vw, 1.8rem);
  font-weight: 800;
  line-height: 1.05;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img {
  width: clamp(68px, 8vw, 92px);
  height: clamp(68px, 8vw, 92px);
  object-fit: contain;
}

.brand span {
  max-width: 320px;
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 3vw, 28px);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a {
  text-decoration: none;
}

.hero {
  min-height: min(78vh, 760px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: clamp(28px, 5vw, 72px);
  padding: 120px clamp(20px, 6vw, 88px) 72px;
  background:
    linear-gradient(135deg, rgba(17, 23, 31, 0.98), rgba(32, 43, 58, 0.95) 46%, rgba(22, 87, 216, 0.9)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: auto, 48px 48px, 48px 48px;
  color: var(--white);
}

.hero-content {
  width: min(760px, 100%);
}

.hero-panel {
  align-self: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(244, 246, 249, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.hero-panel img {
  display: block;
  width: min(260px, 78%);
  margin: 0 auto 24px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
}

.hero-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-panel li {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 12px;
  color: rgba(219, 232, 255, 0.98);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.5rem, 7vw, 5.85rem);
}

h2 {
  max-width: 860px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

p {
  line-height: 1.6;
}

.hero-copy {
  max-width: 670px;
  margin: 22px 0 30px;
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  color: rgba(255, 255, 255, 0.9);
}

.hero-actions,
.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 30px rgba(22, 87, 216, 0.24);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--silver);
}

.trust-item {
  min-height: 110px;
  padding: 22px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.trust-item span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.trust-item strong {
  display: block;
  line-height: 1.35;
}

.section {
  padding: clamp(56px, 8vw, 104px) clamp(20px, 6vw, 88px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.two-column,
.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.intro-section p:not(.eyebrow),
.quote-section p {
  max-width: 680px;
  color: var(--steel);
  font-size: 1.08rem;
}

.asset-frame {
  margin: 0;
}

.asset-frame img {
  width: 100%;
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(16, 20, 25, 0.16);
}

.asset-frame figcaption {
  margin-top: 10px;
  color: var(--steel);
  font-size: 0.88rem;
}

.proof-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-top: 6px solid var(--blue);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 24px 48px rgba(21, 27, 34, 0.1);
}

.proof-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.proof-card p,
.proof-card li {
  color: var(--steel);
}

.proof-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  margin: 20px 0 0;
}

.work-section {
  background: var(--white);
}

.work-section .section-heading p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--steel);
  font-size: 1.08rem;
}

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

.work-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(21, 27, 34, 0.1);
}

.work-card.wide {
  grid-column: span 2;
}

.work-card figure {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 3;
  min-height: 320px;
  overflow: hidden;
  background: var(--graphite);
}

.work-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  max-height: 460px;
  object-fit: cover;
  filter: contrast(1.08) saturate(1.08) brightness(1.03);
  transform: scale(1.015);
}

.photo-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px;
  background: var(--graphite);
}

.photo-pair figure:first-child {
  border-right: 0;
}

.work-card figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 6px;
  background: rgba(21, 27, 34, 0.84);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.work-card .label-after {
  background: rgba(22, 87, 216, 0.9);
}

.room-before {
  object-position: center 58%;
}

.room-after {
  object-position: center 42%;
}

.outdoor-before,
.brush-before,
.brush-after,
.home-before {
  object-position: center center;
}

.outdoor-after,
.home-after {
  object-position: center 48%;
}

.work-copy {
  display: grid;
  gap: 8px;
  padding: 20px 22px 22px;
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.work-copy span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.work-copy strong {
  font-size: 1.15rem;
  line-height: 1.3;
}

.services-section {
  background: var(--graphite);
  color: var(--white);
}

.section-heading {
  display: grid;
  gap: 12px;
  margin-bottom: 34px;
}

.section-heading .eyebrow,
.quote-section > .section-inner > div > .eyebrow,
.intro-section .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border-left: 5px solid var(--blue);
  background: rgba(22, 87, 216, 0.12);
  color: var(--blue-deep);
  font-size: clamp(1.02rem, 2vw, 1.28rem);
  font-weight: 900;
  line-height: 1;
}

.services-section .section-heading .eyebrow {
  border-left-color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.98);
}

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

.service-grid article {
  min-height: 84px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.94);
  font-weight: 800;
}

.why-section {
  background: var(--white);
}

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

.why-grid article {
  min-height: 220px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.why-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.why-grid strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.18rem;
}

.why-grid p {
  margin: 0;
  color: var(--steel);
}

.process-section {
  background: var(--paper);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.steps span {
  display: block;
  margin-bottom: 24px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 900;
}

.steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.steps p {
  margin: 0;
  color: var(--steel);
}

.quote-section {
  background: linear-gradient(180deg, var(--white), var(--paper));
}

.service-area-note {
  padding: 14px 16px;
  border-left: 4px solid var(--blue);
  background: var(--white);
}

.contact-list {
  margin-top: 24px;
}

.contact-list a {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--blue-deep);
  font-weight: 800;
  text-decoration: none;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.form-intro {
  margin: 0;
  color: var(--blue-deep);
  font-size: 1.12rem;
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: var(--steel);
  font-size: 0.84rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid #c8d2e1;
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-honeypot {
  display: none !important;
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-security-note,
.form-status {
  margin: 0;
  font-size: 0.9rem;
}

.form-security-note {
  color: var(--steel);
}

.form-status {
  min-height: 1.4em;
  color: var(--blue-deep);
  font-weight: 800;
}

.form-status.error {
  color: #9b1c1c;
}

.form-status.success {
  color: #17633a;
}

.quote-form.is-submitting {
  opacity: 0.76;
}

.quote-form .button.primary {
  border: 0;
  width: 100%;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 6vw, 88px);
  background: var(--graphite);
  color: var(--white);
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.footer-note {
  max-width: 520px;
  text-align: right;
}

@media (max-width: 920px) {
  .trust-band,
  .work-grid,
  .service-grid,
  .why-grid,
  .steps,
  .two-column,
  .quote-layout,
  .hero {
    grid-template-columns: 1fr;
  }

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

  .hero {
    min-height: 72vh;
    padding-top: 96px;
  }

  .work-card.wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: static;
    align-items: flex-start;
    flex-direction: column;
  }

  .brand {
    min-width: 0;
    font-size: 1.2rem;
  }

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

  nav {
    width: 100%;
    justify-content: space-between;
  }

  .hero {
    min-height: 70vh;
  }

  .button,
  .hero-actions a,
  .contact-list a {
    width: 100%;
  }

  .quote-form {
    grid-template-columns: 1fr;
  }

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

  .photo-pair figure:first-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

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

  .footer-note {
    text-align: left;
  }
}
