:root {
  --bg: #fbfaf7;
  --surface: #ffffff;
  --ink: #17212b;
  --muted: #5d6a73;
  --navy: #102332;
  --glass: #8fc8d8;
  --glass-deep: #397c8d;
  --glass-soft: #eef7f9;
  --gold: #c7a96b;
  --line: #dfe7e8;
  --shadow: 0 18px 45px rgba(16, 35, 50, 0.12);
  --header-height: 74px;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 919px) {
  body {
    padding-bottom: 70px;
  }
}

body.nav-open {
  overflow: hidden;
}

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

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

p,
h1,
h2,
h3 {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
}

h1 {
  max-width: 12ch;
  font-size: 2.7rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.85rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.65rem;
}

.small {
  color: var(--muted);
  font-size: 0.9rem;
}

.eyebrow {
  margin-bottom: 0.6rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: var(--header-height);
  padding: 0.75rem 1rem;
  border-bottom: 1px solid rgba(16, 35, 50, 0.1);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-weight: 800;
  color: var(--navy);
}

.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.header-brand img {
  width: min(46vw, 186px);
  height: auto;
  filter: drop-shadow(0 3px 6px rgba(16, 35, 50, 0.12));
}

.site-nav {
  position: fixed;
  inset: var(--header-height) 0 auto 0;
  display: none;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  padding: 1rem;
  border-bottom: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.nav-open .site-nav {
  display: grid;
}

.site-nav a {
  padding: 0.8rem 0.65rem;
  border-radius: var(--radius);
  color: var(--ink);
  font-weight: 700;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: #eef7f9;
  outline: none;
}

.nav-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.nav-toggle span {
  width: 20px;
  height: 2px;
  margin: 2px 0;
  background: var(--navy);
}

.header-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0.55rem;
  width: 100%;
  margin-top: 0.7rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.72rem 1rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.btn-primary {
  background: var(--glass-deep);
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #286d7f;
}

.btn-ghost {
  border-color: rgba(16, 35, 50, 0.18);
  background: #fff;
  color: var(--navy);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  border-color: var(--glass-deep);
  color: var(--glass-deep);
}

.btn-light {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.btn-light:hover,
.btn-light:focus-visible {
  background: rgba(255, 255, 255, 0.24);
}

.hero {
  position: relative;
  min-height: 76svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 8rem 1rem 3.5rem;
  color: #fff;
}

.hero-compact {
  min-height: 58svh;
}

.area-hero {
  min-height: 440px;
  padding-top: 6rem;
  padding-bottom: 2.25rem;
}

.area-hero h1 {
  max-width: 16ch;
  font-size: 2.55rem;
}

.area-hero .hero-content > p:not(.eyebrow) {
  max-width: 700px;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media {
  object-fit: cover;
  object-position: center;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(13, 27, 38, 0.88), rgba(13, 27, 38, 0.52) 55%, rgba(13, 27, 38, 0.2)),
    linear-gradient(0deg, rgba(13, 27, 38, 0.45), rgba(13, 27, 38, 0));
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.hero-content p:not(.eyebrow) {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.05rem;
}

.hero-actions,
.cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.hero-actions .btn {
  min-width: 190px;
}

.hero-proof-list {
  display: grid;
  gap: 0.55rem;
  max-width: 760px;
  padding: 0;
  margin: 1.25rem 0 0;
  list-style: none;
}

.hero-proof-list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.hero-proof-list li::before {
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.95rem 1rem;
  background: var(--navy);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  text-align: center;
}

.trust-bar .dot {
  color: var(--gold);
}

.proof-strip {
  display: grid;
  gap: 1px;
  padding: 1px;
  background: var(--line);
}

.proof-strip div {
  display: grid;
  gap: 0.25rem;
  padding: 1rem;
  background: var(--surface);
}

.proof-strip strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.proof-strip span {
  color: var(--muted);
  font-size: 0.9rem;
}

.section {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 3.25rem 0;
}

.surface {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100% - 1160px) / 2));
  padding-left: max(1rem, calc((100% - 1160px) / 2));
  background: #f2fafb;
}

.section-header {
  max-width: 760px;
  margin-bottom: 1.35rem;
}

.section-header p:not(.eyebrow) {
  color: var(--muted);
}

.card-grid,
.area-grid,
.area-info-grid,
.area-lead-section,
.area-proof-section,
.feature-list,
.before-after-grid,
.prep-grid,
.process-list,
.quote-section,
.split-section {
  display: grid;
  gap: 1rem;
}

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

.service-card,
.area-quote-card,
blockquote,
.before-after-card,
.prep-grid article,
.process-list li,
.quote-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(16, 35, 50, 0.06);
}

.service-card {
  overflow: hidden;
  padding: 0 0 1.2rem;
}

.service-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eef7f9;
}

.service-card-media picture,
.image-panel picture {
  display: block;
  height: 100%;
}

.service-card-media img,
.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card h3,
.service-card p,
.service-card .text-link {
  margin-right: 1.15rem;
  margin-left: 1.15rem;
}

.service-card h3 {
  margin-top: 1rem;
}

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

.text-link {
  display: inline-flex;
  margin-top: 0.3rem;
  color: var(--glass-deep);
  font-weight: 800;
}

.text-link::after {
  content: ">";
  margin-left: 0.4rem;
}

.split-section {
  align-items: center;
}

.image-panel {
  margin: 0;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.logo-panel {
  display: grid;
  place-items: center;
  padding: 2rem;
}

.logo-panel img {
  width: 180px;
  height: 180px;
  min-height: 0;
  object-fit: contain;
}

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

.check-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--muted);
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  content: "";
  width: 0.7rem;
  height: 1rem;
  border-right: 2px solid var(--glass-deep);
  border-bottom: 2px solid var(--glass-deep);
  transform: rotate(40deg);
}

.before-after-card {
  padding: 1rem;
}

.before-after-note {
  margin: 0.65rem 0 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

.ba-slider {
  --position: 50%;
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  background: #eef7f9;
}

.ba-slider::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--position);
  z-index: 3;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(16, 35, 50, 0.18);
  content: "";
  transform: translateX(-1px);
}

.ba-image {
  position: absolute;
  inset: 0;
}

.ba-image picture,
.ba-image img {
  width: 100%;
  height: 100%;
}

.ba-image img {
  object-fit: cover;
}

.ba-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.ba-image span {
  position: absolute;
  top: 0.7rem;
  z-index: 4;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius);
  background: rgba(16, 35, 50, 0.78);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ba-before span {
  left: 0.7rem;
}

.ba-after span {
  right: 0.7rem;
}

.ba-slider input[type="range"] {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  left: 0.8rem;
  z-index: 5;
  width: calc(100% - 1.6rem);
  min-height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: var(--glass-deep);
  cursor: ew-resize;
}

.simple-project-image {
  min-height: auto;
  aspect-ratio: 4 / 3;
}

.compare {
  display: grid;
  gap: 0.75rem;
  align-items: start;
}

.before-panel {
  padding: 0 0 0 0.85rem;
  border-left: 3px solid var(--gold);
  background: transparent;
  color: var(--navy);
}

.before-panel p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.45;
}

figure {
  margin: 0;
}

.compare figure {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
}

.compare figure picture {
  display: block;
  aspect-ratio: 4 / 3;
}

.compare img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

figcaption {
  padding: 0.85rem 0.95rem 1rem;
  color: var(--muted);
  font-weight: 700;
}

.remodeler-band {
  width: 100%;
  max-width: none;
  padding-right: max(1rem, calc((100% - 1160px) / 2));
  padding-left: max(1rem, calc((100% - 1160px) / 2));
  background: var(--navy);
  color: #fff;
}

.remodeler-band .section-header p:not(.eyebrow),
.remodeler-band .check-list li {
  color: rgba(255, 255, 255, 0.78);
}

.remodeler-band .btn {
  align-self: center;
  justify-self: start;
}

.process-list {
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: step;
}

.process-list li {
  padding: 1rem;
}

.process-list span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0.7rem;
  border-radius: var(--radius);
  background: #eef7f9;
  color: var(--glass-deep);
  font-weight: 900;
}

.process-list h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.22;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.process-section .section-header {
  max-width: 700px;
}

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

.prep-grid article {
  padding: 1.2rem;
}

.prep-grid h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.prep-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.inline-prep {
  margin-top: 1rem;
}

.feature-list {
  grid-template-columns: 1fr;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 1px solid rgba(57, 124, 141, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.feature-list span {
  width: 12px;
  height: 12px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: #fff;
}

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

.area-grid a {
  min-height: 58px;
  display: grid;
  place-items: center;
  padding: 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-weight: 800;
}

.area-grid a:hover,
.area-grid a:focus-visible {
  border-color: var(--glass-deep);
  outline: none;
}

.area-lead-section,
.area-proof-section,
.area-info-grid {
  align-items: start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.area-lead-copy {
  max-width: 720px;
}

.area-facts {
  display: grid;
  gap: 1px;
  margin: 0 0 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.area-facts div {
  padding: 0.85rem;
  background: var(--surface);
}

.area-facts dt {
  color: var(--glass-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.area-facts dd {
  margin: 0.15rem 0 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.3;
}

.area-service-panel {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f7fbfc;
}

.area-service-panel h3 {
  margin-bottom: 0.75rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.service-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.service-chip-grid a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-weight: 800;
}

.option-card-grid,
.guide-cta-row {
  display: grid;
  gap: 0.85rem;
}

.option-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 22px rgba(16, 35, 50, 0.04);
}

.option-card h3 {
  margin-bottom: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.option-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.option-card span {
  color: var(--glass-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.guide-lead-section {
  display: grid;
  gap: 1rem;
  align-items: start;
}

.quick-answer-card {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(57, 124, 141, 0.22);
  border-radius: var(--radius);
  background: var(--glass-soft);
}

.quick-answer-card p:last-child {
  margin: 0;
  color: var(--navy);
  font-weight: 800;
  line-height: 1.45;
}

.guide-cta-row {
  align-items: stretch;
}

.area-quote-card {
  padding: 1.15rem;
}

.area-quote-card h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25;
}

.area-quote-card p:not(.eyebrow) {
  color: var(--muted);
}

.area-quote-card .cta-stack {
  display: grid;
  margin: 1rem 0;
}

.mini-list {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mini-list li {
  position: relative;
  padding-left: 1.2rem;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.mini-list li::before {
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--glass-deep);
  content: "";
}

.compact-process {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.compact-process li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  padding: 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.compact-process span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: var(--radius);
  background: #eef7f9;
  color: var(--glass-deep);
  font-weight: 900;
}

.compact-process h3 {
  margin-bottom: 0.25rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.compact-process p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.93rem;
  line-height: 1.45;
}

.compact-check-list {
  margin-top: 0;
}

.quote-copy,
.area-form-copy {
  align-self: stretch;
}

.quote-details {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.quote-details div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.quote-details h3 {
  margin-bottom: 0.35rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.quote-details p {
  margin-bottom: 0;
  color: var(--muted);
}

.quote-details a {
  color: var(--glass-deep);
  font-weight: 800;
}

.nearby-section .section-header {
  margin-bottom: 1rem;
}

.nearby-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

blockquote {
  margin: 0;
  padding: 1.3rem;
}

blockquote p {
  color: var(--ink);
}

blockquote cite {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.review-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.case-study-grid {
  align-items: stretch;
}

.case-study-card p {
  color: var(--muted);
}

.project-detail-section {
  display: grid;
  gap: 1rem;
}

.project-meta-grid {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.project-meta-grid div {
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
  background: var(--surface);
}

.project-meta-grid span {
  color: var(--glass-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.project-meta-grid strong {
  color: var(--navy);
  line-height: 1.3;
}

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

details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

summary {
  cursor: pointer;
  padding: 1rem;
  color: var(--navy);
  font-weight: 900;
}

details p {
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.quote-section {
  align-items: start;
}

.quote-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  scroll-margin-top: calc(var(--header-height) + 1.25rem);
}

.lead-form {
  gap: 1rem;
}

.lead-form h2,
.lead-form h3 {
  margin: 0;
}

.lead-form h2 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
}

.lead-form > p {
  margin: 0;
  color: var(--muted);
}

.lead-form a:not(.btn) {
  color: var(--glass-deep);
  font-weight: 800;
}

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

.field {
  display: grid;
  gap: 0.35rem;
}

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

label {
  color: var(--navy);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 0.78rem 0.85rem;
  border: 1px solid #cfdcde;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--glass-deep);
  outline: 3px solid rgba(143, 200, 216, 0.35);
}

input[type="file"] {
  min-height: auto;
  padding: 0.55rem;
  color: var(--muted);
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  min-height: 38px;
  margin-right: 0.75rem;
  padding: 0.55rem 0.85rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

input[type="file"]::file-selector-button:hover {
  background: var(--glass-deep);
}

.field-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.form-hp {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.contact-list a,
.contact-list span {
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  font-weight: 800;
}

.contact-start-section {
  padding-bottom: 2.25rem;
}

.contact-action-grid,
.contact-note-grid,
.contact-form-section {
  display: grid;
  gap: 1rem;
}

.contact-action-card {
  display: grid;
  gap: 0.32rem;
  min-height: 142px;
  padding: 1.15rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(16, 35, 50, 0.05);
}

.contact-action-card span,
.contact-note-grid h3 {
  color: var(--glass-deep);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-action-card strong {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.06;
}

.contact-action-card small {
  align-self: end;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 800;
}

.primary-contact-card {
  border-color: rgba(40, 125, 153, 0.45);
  background: linear-gradient(135deg, #eef9fb, #fff);
}

.contact-note-grid {
  margin-top: 1rem;
}

.contact-note-grid article {
  padding: 1rem 0 0;
  border-top: 1px solid var(--line);
}

.contact-note-grid h3 {
  margin: 0 0 0.35rem;
  font-family: Inter, system-ui, sans-serif;
}

.contact-note-grid p {
  margin: 0;
  color: var(--muted);
}

.contact-form-section {
  align-items: start;
  padding-top: 2.25rem;
}

.contact-form-copy .quote-details {
  margin-top: 1rem;
}

.contact-service-links {
  padding-top: 1.25rem;
}

.gallery-strip {
  display: grid;
  gap: 1rem;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.filter-button {
  min-height: 42px;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover,
.filter-button:focus-visible {
  border-color: var(--glass-deep);
  background: var(--glass-soft);
  outline: none;
}

.filter-button:disabled {
  border-color: #e8eeee;
  background: #f7f9f9;
  color: #9aa7ad;
  cursor: not-allowed;
}

.filter-button:disabled:hover {
  border-color: #e8eeee;
  background: #f7f9f9;
}

.gallery-filter-panel {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 0.75rem;
  padding: 0.6rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 20px rgba(16, 35, 50, 0.04);
}

.gallery-filter-top {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(190px, auto) auto;
  align-items: center;
  gap: 0.45rem;
  color: var(--navy);
}

.gallery-filter-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
}

.filter-clear,
.text-button {
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.filter-clear {
  color: var(--glass-deep);
  font-weight: 900;
}

.gallery-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
}

.gallery-search span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-search input {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 0.42rem 0.65rem;
  color: var(--ink);
  font: inherit;
}

.gallery-main-select {
  display: block;
  min-width: 190px;
}

.gallery-main-select span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.gallery-main-select select {
  width: 100%;
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  padding: 0.38rem 0.6rem;
}

.filter-quick-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.gallery-more-filters {
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
}

.gallery-more-filters summary {
  color: var(--glass-deep);
  font-weight: 900;
  cursor: pointer;
}

.gallery-advanced-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding-top: 0.45rem;
  border-top: 1px solid var(--line);
}

.filter-group {
  display: grid;
  gap: 0.45rem;
}

.gallery-filter-panel .filter-group {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  min-width: 0;
}

.gallery-filter-panel [hidden] {
  display: none !important;
}

.gallery-filter-panel .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  min-width: 0;
  margin-bottom: 0;
}

.gallery-filter-panel .filter-group-main {
  display: none;
}

.gallery-filter-panel .filter-button {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 0.28rem 0.5rem;
  border-radius: 999px;
  font-size: 0.82rem;
  line-height: 1.1;
  white-space: nowrap;
}

.filter-select {
  display: none;
}

.gallery-filter-panel [data-filter-token="chrome"] {
  border-color: #b7c2ca;
  background: linear-gradient(135deg, #ffffff, #c7d0d7 58%, #f4f7f8);
}

.gallery-filter-panel [data-filter-token="brushed-nickel"] {
  border-color: #b9afa3;
  background: linear-gradient(135deg, #f4eee5, #b9afa3);
}

.gallery-filter-panel [data-filter-token="black"] {
  border-color: #121820;
  background: #121820;
  color: #fff;
}

.gallery-filter-panel [data-filter-token="brushed-gold"] {
  border-color: #c7a96b;
  background: linear-gradient(135deg, #f5dfa3, #c7a96b);
}

.gallery-filter-panel [data-filter-token="chrome"].is-active,
.gallery-filter-panel [data-filter-token="brushed-nickel"].is-active,
.gallery-filter-panel [data-filter-token="black"].is-active,
.gallery-filter-panel [data-filter-token="brushed-gold"].is-active {
  outline: 2px solid var(--glass-deep);
  outline-offset: 1px;
}

.filter-group > span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.gallery-filter-panel .filter-group-main > span {
  display: none;
}

.gallery-results {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

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

.gallery-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(16, 35, 50, 0.06);
}

.gallery-card[hidden] {
  display: none;
}

.gallery-card picture {
  display: block;
  aspect-ratio: 4 / 3;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card > div {
  padding: 0.95rem 1rem 1.05rem;
}

.gallery-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.18rem;
  line-height: 1.12;
}

.gallery-card p {
  margin-bottom: 0.65rem;
}

.gallery-card .text-link {
  white-space: nowrap;
}

.project-card-spec {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.35;
}

.project-gallery-card {
  display: grid;
}

.project-card-open {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.project-card-open picture {
  aspect-ratio: 4 / 3;
}

.project-card-open:focus-visible {
  outline: 3px solid var(--glass-deep);
  outline-offset: -3px;
}

.project-photo-count {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius);
  background: rgba(16, 35, 50, 0.82);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
}

.project-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.65rem 0 0.8rem;
}

.project-tag-list span {
  padding: 0.3rem 0.45rem;
  border: 1px solid rgba(57, 124, 141, 0.2);
  border-radius: var(--radius);
  background: var(--glass-soft);
  color: var(--navy);
  font-size: 0.74rem;
  font-weight: 900;
}

.project-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.gallery-meta {
  margin-bottom: 0.45rem;
  color: var(--glass-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.gallery-empty {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--muted);
  font-weight: 800;
}

.project-viewer[hidden] {
  display: none;
}

.project-viewer {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.project-viewer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 35, 50, 0.78);
}

.project-viewer-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  width: min(1120px, 100%);
  max-height: min(860px, calc(100svh - 2rem));
  overflow: auto;
  padding: 1rem;
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.project-viewer-close {
  justify-self: end;
  min-height: 40px;
  padding: 0.45rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.project-viewer-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0f1d28;
}

.project-viewer-media img {
  width: 100%;
  max-height: 66svh;
  object-fit: contain;
}

.project-viewer-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  background: rgba(16, 35, 50, 0.58);
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
}

.project-viewer-prev {
  left: 0.75rem;
}

.project-viewer-next {
  right: 0.75rem;
}

.project-viewer-count {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  padding: 0.35rem 0.55rem;
  border-radius: var(--radius);
  background: rgba(16, 35, 50, 0.78);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
}

.project-viewer-copy h2 {
  margin-bottom: 0.45rem;
}

.project-viewer-copy p:not(.gallery-meta) {
  color: var(--muted);
}

.project-viewer-thumbs {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.project-viewer-thumbs button {
  flex: 0 0 74px;
  height: 58px;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--radius);
  background: #fff;
  cursor: pointer;
}

.project-viewer-thumbs button.is-active {
  border-color: var(--glass-deep);
}

.project-viewer-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.project-viewer-open {
  overflow: hidden;
}

.resource-copy {
  display: grid;
  gap: 0.85rem;
}

.resource-copy article {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.resource-copy h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
}

.resource-copy p,
.neighborhood-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.related-links {
  align-items: stretch;
}

.not-found-page {
  min-height: 54vh;
  padding-top: 7rem;
}

.mobile-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  padding: 0.45rem;
  border-top: 1px solid rgba(16, 35, 50, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 -10px 28px rgba(16, 35, 50, 0.1);
}

.mobile-sticky-cta a {
  min-height: 46px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-weight: 900;
}

.mobile-sticky-cta .cta-sms {
  background: var(--glass-deep);
}

.gallery-strip picture {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-cta {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 3rem max(1rem, calc((100% - 1160px) / 2));
  background: #fff;
  border-top: 1px solid var(--line);
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 680px;
  color: var(--muted);
}

.footer-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.footer-link-row a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.7rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--navy);
  font-weight: 800;
}

.site-footer {
  padding: 3rem max(1rem, calc((100% - 1160px) / 2)) 1rem;
  background: var(--navy);
  color: #fff;
}

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

.footer-grid h2 {
  margin-bottom: 0.8rem;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.95rem;
}

.footer-grid a {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid p,
.footer-grid .small {
  color: rgba(255, 255, 255, 0.72);
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.footer-social a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  margin: 0;
  padding: 0.42rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 0.86rem;
}

.footer-brand {
  margin-bottom: 1rem;
  color: #fff;
}

.footer-bottom {
  display: grid;
  gap: 0.7rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.86rem;
}

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

  .header-actions .btn {
    min-height: 42px;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 0.88rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  .gallery-filter-panel {
    padding: 0.55rem;
  }

  .gallery-filter-top {
    grid-template-columns: 1fr;
  }

  .gallery-filter-meta {
    justify-content: space-between;
  }

  .gallery-filter-meta .gallery-results {
    display: none;
  }

  .gallery-filter-panel .filter-button {
    min-height: 28px;
    padding: 0.24rem 0.36rem;
    font-size: 0.74rem;
  }

  .gallery-filter-panel .filter-group > span {
    font-size: 0.72rem;
  }
}

@media (max-width: 680px) {
  .gallery-filter-top {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-main-select {
    min-width: 0;
  }

  .gallery-filter-meta {
    grid-column: 1 / -1;
    justify-content: space-between;
  }

  .gallery-filter-meta .gallery-results {
    display: none;
  }

  .gallery-advanced-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.24rem;
  }

  .gallery-filter-panel .filter-group {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .gallery-filter-panel .filter-group-main {
    display: none !important;
  }

  .gallery-filter-panel .filter-group > span,
  .gallery-filter-panel .filter-bar {
    display: none;
  }

  .filter-select {
    display: block;
    width: 100%;
    min-height: 34px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    color: var(--navy);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 900;
    padding: 0.35rem 0.5rem;
  }
}

@media (min-width: 680px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .service-grid,
  .testimonial-grid,
  .feature-list,
  .area-grid,
  .area-facts,
  .project-meta-grid,
  .area-info-grid,
  .area-proof-section,
  .gallery-strip,
  .gallery-grid,
  .proof-strip,
  .prep-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .quote-card {
    padding: 1.35rem;
  }

  .contact-action-grid,
  .contact-note-grid,
  .guide-cta-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (min-width: 920px) {
  .hero {
    min-height: 74svh;
    padding-bottom: 5rem;
  }

  .hero-compact {
    min-height: 54svh;
  }

  .area-hero {
    min-height: 430px;
    padding-top: 7rem;
    padding-bottom: 3rem;
  }

  .area-hero h1 {
    font-size: 3.7rem;
  }

  h1 {
    font-size: 4.4rem;
  }

  .split-section,
  .guide-lead-section,
  .project-detail-section,
  .quote-section,
  .contact-form-section,
  .final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  }

  .area-lead-section {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.48fr);
  }

  .area-proof-section {
    grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
  }

  .area-info-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.68fr);
  }

  .area-info-grid .compact-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

  .project-viewer-dialog {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.65fr);
    align-items: start;
  }

  .project-viewer-close {
    grid-column: 1 / -1;
  }

  .project-viewer-thumbs {
    grid-column: 1 / -1;
  }

  .service-card {
    min-height: 245px;
  }

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

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

  .proof-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-right: max(1px, calc((100% - 1160px) / 2));
    padding-left: max(1px, calc((100% - 1160px) / 2));
  }

  .prep-grid,
  .feature-list,
  .option-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .option-card-grid:has(.option-card:nth-child(4)) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .footer-grid {
    grid-template-columns: 1.35fr 0.75fr 0.75fr 0.9fr 0.8fr;
  }

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

@media (min-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    justify-content: center;
    gap: 0.1rem;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-nav a {
    padding: 0.55rem 0.6rem;
    font-size: 0.9rem;
  }

  .header-actions {
    grid-column: auto;
    display: flex;
    width: auto;
    margin-top: 0;
  }

  .header-actions .btn {
    min-width: 120px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}
