:root {
  --canvas: #fbfaf7;
  --ink: #18272f;
  --navy: #24475e;
  --navy-deep: #0e293a;
  --slate: #4f646e;
  --terracotta: #b75328;
  --terracotta-dark: #893b1d;
  --sand: #f6f1e8;
  --sand-deep: #e8ddcf;
  --mist: #f1f5f4;
  --line: #d8dfde;
  --white: #ffffff;
  --mineral: #2f6c6b;
  --mineral-soft: #e4efed;
  --success: #2f6b52;
  --danger: #a83a2a;
  --shadow: 0 18px 50px rgb(14 41 58 / 10%);
  --shadow-small: 0 8px 24px rgb(14 41 58 / 9%);
  --radius-sm: 0.5rem;
  --radius: 1rem;
  --radius-lg: 1.5rem;
  --container: 74rem;
  --measure: 69ch;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color-scheme: light;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--canvas);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

a {
  color: var(--navy);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

a:hover {
  color: var(--terracotta-dark);
}

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

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

:focus-visible {
  outline: 3px solid #dc7a4f;
  outline-offset: 3px;
}

::selection {
  color: var(--white);
  background: var(--navy);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.7em;
  color: var(--navy-deep);
  font-weight: 780;
  line-height: 1.08;
  letter-spacing: -0.032em;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 14ch;
  font-size: clamp(2.45rem, 7vw, 5.1rem);
}

h2 {
  max-width: 22ch;
  font-size: clamp(1.9rem, 4.4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
}

p,
ul,
ol {
  margin-block: 0 1.2rem;
}

p {
  max-width: var(--measure);
}

ul,
ol {
  padding-inline-start: 1.25rem;
}

li + li {
  margin-top: 0.45rem;
}

blockquote {
  margin: 1.75rem 0;
  padding: 1.25rem 1.5rem;
  border-inline-start: 4px solid var(--terracotta);
  background: var(--sand);
  font-size: 1.08rem;
}

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

.measure {
  max-width: var(--measure);
}

.section {
  padding-block: clamp(4.5rem, 9vw, 7.5rem);
}

.section--compact {
  padding-block: clamp(3rem, 6vw, 5rem);
}

.section--sand {
  background: var(--sand);
}

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

.section--bathroom {
  background:
    radial-gradient(circle at 92% 8%, rgb(47 108 107 / 10%), transparent 24rem),
    var(--mineral-soft);
}

.section--bathroom .eyebrow {
  color: var(--mineral);
}

.section--navy {
  color: rgb(255 255 255 / 84%);
  background: var(--navy-deep);
}

.section--navy h2,
.section--navy h3,
.section--navy a {
  color: var(--white);
}

.stack-top {
  margin-top: 1rem;
}

.stack-top-lg {
  margin-top: 2rem;
}

.skip-link {
  position: fixed;
  z-index: 2000;
  inset: 0.75rem auto auto 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--navy-deep);
  border-radius: var(--radius-sm);
  transform: translateY(-180%);
  transition: transform 160ms ease;
}

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

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid rgb(216 223 222 / 86%);
  background: rgb(251 250 247 / 94%);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-contact-line {
  border-top: 1px solid rgb(216 223 222 / 70%);
  background: rgb(239 244 242 / 92%);
}

.header-contact-line__inner {
  min-height: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: var(--slate);
  font-size: 0.8rem;
}

.header-phone-cta {
  color: var(--terracotta-dark);
  font-weight: 820;
  text-decoration: none;
}

.header-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem 0.9rem;
}

.header-email-cta {
  color: var(--slate);
  font-weight: 720;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--navy-deep);
  font-size: 0.96rem;
  font-weight: 820;
  line-height: 1.1;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.brand > span:last-child {
  min-width: 0;
  max-width: calc(100vw - 7.5rem);
}

.brand strong {
  display: block;
  max-width: 18rem;
  line-height: 1.05;
}

.brand:hover {
  color: var(--navy-deep);
}

.brand-mark {
  width: 2.65rem;
  height: 2.65rem;
  display: grid;
  place-items: center;
  color: var(--white);
  background:
    linear-gradient(135deg, transparent 49%, rgb(255 255 255 / 18%) 50%),
    var(--navy);
  border-radius: 0.7rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

.brand small {
  display: block;
  margin-top: 0.22rem;
  color: var(--slate);
  font-size: 0.66rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-toggle {
  width: 3rem;
  height: 3rem;
  flex: 0 0 3rem;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--navy-deep);
  background: var(--white);
  border-radius: var(--radius-sm);
  cursor: pointer;
}

.menu-toggle-lines,
.menu-toggle-lines::before,
.menu-toggle-lines::after {
  width: 1.25rem;
  height: 2px;
  display: block;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle-lines {
  position: relative;
}

.menu-toggle-lines::before,
.menu-toggle-lines::after {
  position: absolute;
  content: "";
}

.menu-toggle-lines::before {
  transform: translateY(-0.4rem);
}

.menu-toggle-lines::after {
  transform: translateY(0.4rem);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::before {
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle-lines::after {
  transform: rotate(-45deg);
}

.site-nav {
  position: fixed;
  inset: 4.75rem 0 0;
  display: none;
  overflow-y: auto;
  padding: 1.25rem;
  background: var(--white);
}

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

.nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list a {
  min-height: 3.25rem;
  display: flex;
  align-items: center;
  padding: 0.55rem 0.75rem;
  color: var(--navy-deep);
  border-radius: var(--radius-sm);
  font-weight: 720;
  text-decoration: none;
}

.nav-list a[aria-current="page"],
.nav-list a:hover {
  color: var(--terracotta-dark);
  background: var(--sand);
}

.nav-list .nav-cta {
  justify-content: center;
  margin-top: 0.75rem;
  color: var(--white);
  background: var(--terracotta);
}

.nav-list .nav-cta:hover {
  color: var(--white);
  background: var(--terracotta-dark);
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--terracotta-dark);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section--navy .eyebrow {
  color: #f0b190;
}

.lead {
  color: var(--slate);
  font-size: clamp(1.12rem, 2.2vw, 1.35rem);
  line-height: 1.6;
}

.local-context {
  max-width: 62ch;
  padding-left: 1rem;
  color: var(--navy-deep);
  border-left: 3px solid var(--terracotta);
  font-weight: 650;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.6rem, 10vw, 8.4rem);
  background:
    radial-gradient(circle at 8% 12%, rgb(183 83 40 / 14%), transparent 24rem),
    radial-gradient(circle at 92% 10%, rgb(47 108 107 / 16%), transparent 30rem),
    linear-gradient(135deg, var(--canvas) 0%, var(--sand) 56%, var(--mineral-soft) 100%);
}

.hero::after {
  position: absolute;
  width: 28rem;
  height: 28rem;
  content: "";
  right: -15rem;
  bottom: -17rem;
  border: 1px solid rgb(36 71 94 / 14%);
  border-radius: 50%;
  box-shadow:
    0 0 0 4rem rgb(36 71 94 / 4%),
    0 0 0 8rem rgb(36 71 94 / 2%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  align-items: center;
}

.hero-copy .lead {
  max-width: 61ch;
}

.hero-actions,
.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.button {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.78rem 1.15rem;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

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

.button-phone-number {
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.mobile-lead-bar__phone .button-phone-number {
  display: block;
  font-size: 0.68rem;
}

.button--primary {
  color: var(--white);
  background: var(--terracotta);
}

.button--primary:hover {
  color: var(--white);
  background: var(--terracotta-dark);
}

.button--secondary {
  color: var(--navy-deep);
  border-color: var(--navy);
  background: transparent;
}

.button--secondary:hover {
  color: var(--white);
  background: var(--navy);
}

.button--text {
  color: var(--navy-deep);
  background: transparent;
}

.button--text:hover {
  color: var(--terracotta-dark);
  background: var(--sand-deep);
}

.button--outline-light {
  color: var(--white);
  border-color: rgb(255 255 255 / 72%);
  background: transparent;
}

.button--outline-light:hover {
  color: var(--navy-deep);
  background: var(--white);
}

.button--placeholder {
  cursor: not-allowed;
  opacity: 0.8;
}

.button--placeholder small {
  font-size: 0.72rem;
  font-weight: 650;
}

.button--light {
  color: var(--navy-deep);
  background: var(--white);
}

.button--light:hover {
  color: var(--navy-deep);
  background: var(--sand);
}

.hero-note {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  margin-top: 1.6rem;
  color: var(--slate);
  font-size: 0.9rem;
}

.hero-note::before {
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 auto;
  margin-top: 0.43rem;
  content: "";
  background: var(--success);
  border-radius: 50%;
}

.phone-preference {
  margin-top: 0.85rem;
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 760;
}

.phone-preference--light {
  color: rgb(255 255 255 / 88%);
}

.blueprint {
  position: relative;
  min-height: 20rem;
  overflow: hidden;
  padding: clamp(1.3rem, 4vw, 2.1rem);
  color: var(--white);
  background:
    linear-gradient(rgb(255 255 255 / 5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 5%) 1px, transparent 1px),
    var(--navy-deep);
  background-size: 2rem 2rem;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.blueprint::before,
.blueprint::after {
  position: absolute;
  content: "";
  border: 1px solid rgb(255 255 255 / 22%);
}

.blueprint::before {
  inset: 13% 9% 34% 28%;
}

.blueprint::after {
  width: 45%;
  height: 35%;
  right: 10%;
  bottom: 12%;
  border-color: rgb(220 122 79 / 70%);
}

.blueprint-label {
  position: relative;
  z-index: 1;
  max-width: 14rem;
  display: block;
  color: #f0b190;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blueprint strong {
  position: absolute;
  z-index: 1;
  right: 1.7rem;
  bottom: 1.5rem;
  max-width: 12rem;
  font-size: 1.35rem;
  line-height: 1.15;
  text-align: right;
}

.hero-media,
.page-service-media,
.card-media,
.path-media,
.service-gallery-media {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--sand-deep);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.service-gallery-media {
  border: 1px solid rgb(47 108 107 / 24%);
}

.hero-media img,
.page-service-media img,
.card-media img,
.path-media img,
.service-gallery-media img {
  width: 100%;
  object-fit: cover;
}

.hero-media img {
  aspect-ratio: 16 / 9;
}

.page-service-media img,
.card-media img,
.path-media img,
.service-gallery-media img {
  aspect-ratio: 4 / 3;
}

.visual-feature-grid,
.path-grid,
.service-visual-grid {
  display: grid;
  gap: 1.25rem;
}

.visual-card,
.path-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-small);
}

.visual-card {
  border-top: 4px solid var(--navy);
}

.visual-card:nth-child(2) {
  border-top-color: var(--terracotta);
}

.visual-card:nth-child(3) {
  border-top-color: var(--mineral);
}

.visual-card:nth-child(3) .card-kicker {
  color: var(--mineral);
}

.visual-card-copy,
.path-card-copy {
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.visual-card-copy h3,
.path-card-copy h3 {
  margin-bottom: 0.55rem;
}

.visual-card-copy p,
.path-card-copy p {
  color: var(--slate);
}

.sales-hero {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.6rem, 10vw, 8.4rem);
  color: rgb(255 255 255 / 84%);
  background:
    radial-gradient(circle at 88% 12%, rgb(183 83 40 / 30%), transparent 24rem),
    var(--navy-deep);
}

.sales-hero h1,
.sales-hero .lead {
  color: var(--white);
}

.sales-hero .lead {
  color: rgb(255 255 255 / 78%);
}

.sales-hero .eyebrow {
  color: #f0b190;
}

.button--on-dark {
  color: var(--white);
  border-color: rgb(255 255 255 / 78%);
}

.button--on-dark:hover {
  color: var(--navy-deep);
  background: var(--white);
}

.hero-note--light {
  color: rgb(255 255 255 / 70%);
}

.hero-note--light::before {
  background: #8cc8b3;
}

.hero-media--sales {
  border: 1px solid rgb(255 255 255 / 16%);
  box-shadow: 0 22px 60px rgb(0 0 0 / 28%);
}

.hero-media--sales figcaption {
  color: rgb(255 255 255 / 66%);
  background: rgb(255 255 255 / 8%);
}

.page-hero-grid {
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}

.page-service-media {
  box-shadow: var(--shadow-small);
}

.trust-strip {
  border-block: 1px solid rgb(14 41 58 / 10%);
  background: var(--sand-deep);
}

.trust-list {
  display: grid;
  margin: 0;
  padding: 1.25rem 0;
  list-style: none;
  gap: 0.8rem;
}

.trust-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy-deep);
  font-weight: 700;
}

.trust-list li::before {
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 auto;
  content: "";
  border: 2px solid var(--terracotta);
  background: var(--terracotta);
  border-radius: 50%;
}

.section--services-overview {
  color: rgb(255 255 255 / 82%);
  background:
    radial-gradient(circle at 88% 8%, rgb(47 108 107 / 42%), transparent 26rem),
    linear-gradient(135deg, var(--navy-deep) 0%, #173e50 100%);
}

.section--services-overview h2 {
  color: var(--white);
}

.section--services-overview .eyebrow {
  color: #f0b190;
}

.section--services-overview .section-heading > p {
  color: rgb(255 255 255 / 74%);
}

.section--services-overview .visual-card {
  color: var(--ink);
  box-shadow: 0 18px 48px rgb(0 0 0 / 22%);
}

.section--services-overview .button--primary {
  border-color: rgb(255 255 255 / 18%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}

.section--trade-showcase {
  background:
    radial-gradient(circle at 8% 10%, rgb(183 83 40 / 12%), transparent 24rem),
    radial-gradient(circle at 92% 88%, rgb(47 108 107 / 13%), transparent 28rem),
    var(--sand);
}

.trade-showcase-grid {
  display: grid;
  gap: 1.5rem;
}

.trade-showcase {
  --showcase-accent: var(--terracotta);
  overflow: hidden;
  border: 1px solid rgb(14 41 58 / 14%);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 50px rgb(14 41 58 / 13%);
}

.trade-showcase--paint {
  --showcase-accent: #557b54;
}

.trade-showcase--bathroom {
  --showcase-accent: var(--mineral);
}

.trade-showcase-mosaic {
  height: clamp(20rem, 72vw, 28rem);
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(6.5rem, 0.8fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0.35rem;
  padding: 0.35rem;
  background: var(--navy-deep);
}

.trade-showcase-photo {
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  margin: 0;
}

.trade-showcase-photo--main {
  grid-row: 1 / -1;
}

.trade-showcase-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 320ms ease;
}

.trade-showcase:hover .trade-showcase-photo img {
  transform: scale(1.025);
}

.trade-showcase-copy {
  padding: clamp(1.35rem, 3vw, 1.8rem);
  border-top: 0.35rem solid var(--showcase-accent);
}

.trade-showcase-copy h3 {
  margin-bottom: 0.6rem;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
}

.trade-showcase-copy p {
  color: var(--slate);
}

.section--paint-gallery {
  background:
    radial-gradient(circle at 88% 10%, rgb(183 83 40 / 11%), transparent 24rem),
    var(--sand);
}

.section--bathroom-gallery {
  background:
    radial-gradient(circle at 10% 12%, rgb(47 108 107 / 15%), transparent 25rem),
    linear-gradient(180deg, var(--mineral-soft), var(--canvas));
}

.section--bathroom-gallery .eyebrow {
  color: var(--mineral);
}

.section--project-gallery {
  background:
    radial-gradient(circle at 12% 8%, rgb(183 83 40 / 9%), transparent 22rem),
    var(--canvas);
}

.project-gallery-grid {
  display: grid;
  gap: 1.25rem;
}

.project-photo {
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-small);
}

.project-photo img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center;
}

.project-photo--landscape img {
  aspect-ratio: 16 / 9;
}

.project-photo-copy {
  padding: clamp(1.15rem, 3vw, 1.65rem);
}

.project-photo-copy .card-kicker {
  margin-bottom: 0.55rem;
}

.project-photo-copy h3 {
  margin-bottom: 0.45rem;
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
}

.project-photo-copy p {
  margin-bottom: 0;
  color: var(--slate);
}

.project-gallery-grid--showcase .project-photo {
  border-color: rgb(14 41 58 / 18%);
  background: var(--navy-deep);
  box-shadow: 0 18px 44px rgb(14 41 58 / 16%);
}

.project-gallery-grid--showcase .project-photo-copy {
  padding: 1rem 1.15rem 1.2rem;
}

.project-gallery-grid--showcase .project-photo-copy .card-kicker {
  color: #f0b190;
}

.project-gallery-grid--showcase .project-photo-copy h3 {
  color: var(--white);
}

.project-gallery-grid--showcase .project-photo-copy p {
  color: rgb(255 255 255 / 74%);
}

.project-gallery-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem;
  padding: 1.25rem 1.4rem;
  border: 1px solid rgb(47 108 107 / 22%);
  background: rgb(255 255 255 / 72%);
  border-radius: var(--radius);
}

.project-gallery-footer p {
  max-width: 60ch;
  margin: 0;
  color: var(--slate);
}

.section-heading {
  display: grid;
  gap: 1rem;
  margin-bottom: 2.5rem;
}

.section-heading p {
  color: var(--slate);
  font-size: 1.08rem;
}

.grid {
  display: grid;
  gap: 1.25rem;
}

.grid--2,
.grid--3,
.grid--4 {
  grid-template-columns: 1fr;
}

.card {
  position: relative;
  padding: clamp(1.35rem, 3.2vw, 2rem);
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

a.card {
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

a.card:hover {
  color: inherit;
  border-color: rgb(183 83 40 / 58%);
  box-shadow: var(--shadow-small);
  transform: translateY(-3px);
}

.card-kicker {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: var(--terracotta-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.card p {
  color: var(--slate);
}

.card-link {
  display: inline-flex;
  gap: 0.35rem;
  align-items: center;
  margin-top: 0.4rem;
  color: var(--navy);
  font-weight: 820;
}

.card-link::after {
  content: "→";
}

.service-card {
  min-height: 18rem;
  display: flex;
  flex-direction: column;
}

.service-card .card-link {
  margin-top: auto;
}

.number-card {
  counter-increment: steps;
}

.steps {
  counter-reset: steps;
}

.number-card::before {
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.3rem;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  content: counter(steps, decimal-leading-zero);
  font-size: 0.8rem;
  font-weight: 850;
}

.split {
  display: grid;
  gap: clamp(2.5rem, 6vw, 5.5rem);
  align-items: start;
}

.split > *,
.form-grid > *,
.quote-form {
  min-width: 0;
}

.content-panel {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-small);
  overflow-wrap: anywhere;
}

.check-list,
.link-list,
.plain-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.8rem;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: var(--success);
  content: "✓";
  font-weight: 900;
}

.link-list li + li {
  margin-top: 0;
  border-top: 1px solid var(--line);
}

.link-list a {
  min-height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 0.7rem;
  font-weight: 760;
  text-decoration: none;
}

.link-list a::after {
  content: "→";
}

.notice {
  padding: 1.15rem 1.3rem;
  color: var(--navy-deep);
  border: 1px solid var(--sand-deep);
  background: var(--sand);
  border-radius: var(--radius-sm);
}

.notice strong {
  display: block;
  margin-bottom: 0.25rem;
}

.notice--warning {
  border-color: rgb(183 83 40 / 38%);
  background: #fff3ea;
}

.breadcrumbs {
  padding-block: 1rem;
  color: var(--slate);
  font-size: 0.86rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 0.42rem;
  content: "/";
}

.page-hero {
  padding-block: clamp(3.8rem, 8vw, 6.6rem);
  background:
    radial-gradient(circle at 92% 0%, rgb(183 83 40 / 12%), transparent 25rem),
    var(--sand);
}

.page-hero h1 {
  font-size: clamp(2.35rem, 6vw, 4.55rem);
}

.page-hero .lead {
  max-width: 64ch;
}

.page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.6rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.7rem;
  color: var(--navy);
  border: 1px solid rgb(23 50 77 / 18%);
  background: rgb(255 255 255 / 66%);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 760;
}

.article {
  max-width: 52rem;
}

.legal-placeholder {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.article h2 {
  margin-top: 2.8rem;
}

.article h3 {
  margin-top: 2rem;
}

.article > :first-child {
  margin-top: 0;
}

.article-nav {
  position: sticky;
  top: 6.25rem;
}

.article-nav h2 {
  font-size: 1.05rem;
}

.stat-band {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.stat {
  padding: 1.5rem;
}

.stat + .stat {
  border-top: 1px solid var(--line);
}

.stat strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--navy-deep);
  font-size: 1.2rem;
}

.stat span {
  color: var(--slate);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-sm);
}

.faq-list summary {
  position: relative;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  padding: 1rem 3.2rem 1rem 1.1rem;
  color: var(--navy-deep);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  position: absolute;
  right: 1.1rem;
  content: "+";
  color: var(--terracotta);
  font-size: 1.5rem;
  font-weight: 500;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.1rem 1.1rem;
  color: var(--slate);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.cta-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 4rem);
  color: rgb(255 255 255 / 86%);
  background: var(--navy-deep);
  border-radius: var(--radius-lg);
}

.cta-panel::after {
  position: absolute;
  width: 14rem;
  height: 14rem;
  right: -5rem;
  top: -6rem;
  content: "";
  border: 2.5rem solid rgb(184 75 31 / 55%);
  border-radius: 50%;
}

.cta-panel > * {
  position: relative;
  z-index: 1;
}

.cta-panel h2 {
  color: var(--white);
}

.cta-panel p {
  max-width: 58ch;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

.form-field {
  display: grid;
  gap: 0.4rem;
}

.form-field--honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.form-field label,
.form-legend {
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-width: 0;
  min-height: 3.15rem;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  border: 1px solid #aab5bc;
  background: var(--white);
  border-radius: var(--radius-sm);
}

.form-field textarea {
  min-height: 9rem;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgb(23 50 77 / 14%);
  outline: none;
}

.form-field input:focus-visible,
.form-field select:focus-visible,
.form-field textarea:focus-visible {
  outline: 3px solid #dc7a4f;
  outline-offset: 2px;
}

.consent-field {
  grid-template-columns: 1.35rem minmax(0, 1fr);
  align-items: start;
  padding: 0.95rem 1rem;
  border: 1px solid rgb(36 71 94 / 20%);
  background: var(--mist);
  border-radius: var(--radius-sm);
}

.consent-field input {
  width: 1.2rem;
  min-height: 1.2rem;
  margin: 0.18rem 0 0;
}

.consent-field label {
  line-height: 1.45;
}

.inline-link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0;
  list-style: none;
}

.inline-link-list li {
  margin: 0;
}

.inline-link-list a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.form-field [aria-invalid="true"] {
  border-color: var(--danger);
}

.field-hint {
  margin: 0;
  color: var(--slate);
  font-size: 0.8rem;
}

.form-status {
  min-height: 1.7rem;
  margin-top: 1rem;
  padding: 0;
  color: var(--success);
  font-weight: 800;
}

.form-status.is-error {
  color: var(--danger);
}

.form-privacy {
  padding: 0.9rem 1rem;
  border: 1px solid rgb(29 107 79 / 28%);
  background: #f0faf6;
  border-radius: var(--radius-sm);
  color: #174c39;
  font-size: 0.9rem;
}

.form-help,
.mailto-fallback {
  color: var(--slate);
  font-size: 0.9rem;
}

.mailto-fallback {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  background: var(--sand);
  border-radius: var(--radius-sm);
}

.funnel-layout {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.funnel-card {
  min-width: 0;
  padding: clamp(1.25rem, 4vw, 2.25rem);
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.funnel-progress {
  margin-bottom: 1.75rem;
  color: var(--navy-deep);
  font-size: 0.9rem;
  font-weight: 820;
}

.funnel-progress-track {
  height: 0.42rem;
  overflow: hidden;
  margin-top: 0.65rem;
  background: var(--sand-deep);
  border-radius: 999px;
}

.funnel-progress-track span {
  width: 33.333%;
  height: 100%;
  display: block;
  background: var(--terracotta);
  border-radius: inherit;
  transition: width 180ms ease;
}

.funnel-progress-track span[data-progress="2"] {
  width: 66.666%;
}

.funnel-progress-track span[data-progress="3"] {
  width: 100%;
}

.funnel-step {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.funnel-step + .funnel-step {
  margin-top: 2.2rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--line);
}

.is-enhanced .funnel-step[hidden] {
  display: none;
}

.funnel-step legend {
  margin-bottom: 1.25rem;
  color: var(--navy-deep);
  font-size: clamp(1.35rem, 3vw, 1.8rem);
  font-weight: 820;
}

.funnel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.funnel-actions .button {
  flex: 1 1 12rem;
}

.placeholder-visual {
  min-height: 15rem;
  display: grid;
  place-items: center;
  padding: 1.5rem;
  color: var(--slate);
  border: 1px dashed #98a8b1;
  background:
    linear-gradient(135deg, rgb(23 50 77 / 4%) 25%, transparent 25%) -1rem 0 / 2rem 2rem,
    linear-gradient(225deg, rgb(23 50 77 / 4%) 25%, transparent 25%) -1rem 0 / 2rem 2rem,
    var(--mist);
  border-radius: var(--radius);
  text-align: center;
}

.placeholder-visual strong {
  color: var(--navy-deep);
}

.zone-grid a {
  min-height: 8rem;
}

.footer {
  padding-block: 4rem 2rem;
  color: rgb(255 255 255 / 72%);
  background: #0a202f;
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
}

.footer h2,
.footer h3 {
  color: var(--white);
}

.footer h2 {
  font-size: 1.35rem;
}

.footer h3 {
  margin-bottom: 0.8rem;
  font-size: 0.95rem;
  letter-spacing: 0;
}

.footer a {
  color: rgb(255 255 255 / 84%);
}

.footer .brand {
  color: var(--white);
}

.footer .brand small {
  color: rgb(255 255 255 / 58%);
}

.footer-phone-prompt {
  color: rgb(255 255 255 / 84%);
  font-weight: 720;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 0.45rem;
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgb(255 255 255 / 12%);
  color: rgb(255 255 255 / 55%);
  font-size: 0.82rem;
}

.footer-signature {
  margin-bottom: 0.45rem;
  color: var(--white);
  font-size: 1rem;
  font-weight: 760;
}

.footer-draft-note {
  margin-bottom: 0;
  color: rgb(255 255 255 / 45%);
}

.mobile-lead-bar {
  position: fixed;
  z-index: 800;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  left: 0.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  border: 1px solid rgb(255 255 255 / 22%);
  background: rgb(14 41 58 / 96%);
  border-radius: 0.85rem;
  box-shadow: 0 8px 28px rgb(14 41 58 / 26%);
  backdrop-filter: blur(12px);
}

.mobile-lead-bar__primary,
.mobile-lead-bar__phone {
  min-height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 0.75rem;
  color: var(--white);
  border-radius: 0.6rem;
  font-size: 0.88rem;
  font-weight: 820;
  text-align: center;
  text-decoration: none;
}

.mobile-lead-bar__primary {
  background: var(--terracotta);
}

.mobile-lead-bar__phone {
  border: 1px solid rgb(255 255 255 / 42%);
  background: transparent;
}

.mobile-lead-bar__phone small {
  display: none;
}

.mobile-lead-bar__primary:hover,
.mobile-lead-bar__phone:hover {
  color: var(--white);
  background: var(--terracotta-dark);
}

.legal-note {
  color: var(--slate);
  font-size: 0.88rem;
}

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

@media (min-width: 40rem) {
  .grid--2,
  .grid--4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .stat + .stat {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .visual-feature-grid,
  .path-grid,
  .service-visual-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .project-gallery-grid--showcase .project-photo:first-child {
    grid-column: span 2;
  }

  .project-gallery-grid--showcase .project-photo:first-child img {
    aspect-ratio: 16 / 10;
  }

  .project-photo--landscape {
    grid-column: span 2;
  }
}

@media (min-width: 52rem) {
  .grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split {
    grid-template-columns: minmax(0, 1.3fr) minmax(17rem, 0.7fr);
  }

  .page-hero-grid,
  .funnel-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  }

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

@media (min-width: 64rem) {
  .brand > span:last-child {
    max-width: 18rem;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: block;
    overflow: visible;
    padding: 0;
    background: transparent;
  }

  .nav-list {
    display: flex;
    align-items: center;
    gap: 0.15rem;
  }

  .nav-list a {
    min-height: 2.75rem;
    padding: 0.45rem 0.65rem;
    font-size: 0.86rem;
  }

  .nav-list .nav-cta {
    margin: 0 0 0 0.45rem;
    padding-inline: 0.95rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(22rem, 0.75fr);
  }

  .blueprint {
    min-height: 25rem;
  }

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

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

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

  .trade-showcase-mosaic {
    height: 22rem;
  }

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

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

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

  .trust-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.65fr);
    align-items: end;
  }

  .section-heading p {
    justify-self: end;
  }

  .mobile-lead-bar {
    display: none;
  }
}

@media (max-width: 63.99rem) {
  .footer {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }

  .header-contact-line__inner {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 0.55rem;
  }

  .header-contact-actions {
    justify-content: flex-start;
  }
}

@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;
  }
}

@media print {
  .site-header,
  .mobile-lead-bar,
  .hero-actions,
  .button-row {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  .section {
    padding-block: 2rem;
  }
}
