/* tailwindcss import removed: no build step, and no utility classes are used */

:root {
  --ink: #17203f;
  --blue: #213a8f;
  --blue-dark: #162761;
  --coral: #e56f5b;
  --coral-light: #f5b6a7;
  --cream: #f8f0e1;
  --paper: #fffaf1;
  --sage: #92a38d;
  --sage-light: #dce4d7;
  --white: #ffffff;
  --line: rgba(23, 32, 63, 0.18);
  --shadow: 0 22px 55px rgba(22, 39, 97, 0.12);
  --shell: min(1160px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Nunito Sans Variable", "Avenir Next", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  transform: translateY(-150%);
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

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

h1,
h2,
h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

h1 {
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 7.2vw, 6.8rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2.35rem, 4.6vw, 4.4rem);
  letter-spacing: -0.035em;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  letter-spacing: -0.02em;
}

.eyebrow {
  margin-bottom: 18px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow-light {
  color: var(--coral-light);
}

.lead {
  max-width: 680px;
  font-size: clamp(1.1rem, 1.9vw, 1.28rem);
  line-height: 1.55;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border: 2px solid var(--blue);
  border-radius: 2px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.075em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  border-color: var(--blue-dark);
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.button-small {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 0.72rem;
}

.button-cream {
  border-color: var(--cream);
  background: var(--cream);
  color: var(--blue-dark);
}

.button-cream:hover {
  border-color: var(--white);
  background: var(--white);
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration-color: var(--coral);
  text-decoration-thickness: 2px;
}

.section {
  padding: clamp(76px, 10vw, 128px) 0;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 46px;
}

.split-heading {
  display: grid;
  max-width: none;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 70px;
  align-items: end;
}

.split-heading > p {
  margin-bottom: 22px;
}

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.96);
}

.utility-bar {
  background: var(--blue-dark);
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.utility-inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.utility-inner a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.nav-row {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.brand span {
  display: grid;
  line-height: 1;
}

.brand strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.42rem;
  letter-spacing: -0.02em;
}

.brand small {
  margin-top: 5px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.primary-nav > a:not(.button) {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 0.86rem;
  font-weight: 750;
  text-decoration: none;
}

.primary-nav > a[aria-current="page"] {
  border-color: var(--coral);
}

.menu-button {
  display: none;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.menu-lines {
  position: relative;
}

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

.menu-lines::before {
  top: -6px;
}

.menu-lines::after {
  top: 6px;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(62px, 8vw, 112px) 0 clamp(78px, 10vw, 132px);
  background:
    linear-gradient(90deg, rgba(33, 58, 143, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(33, 58, 143, 0.045) 1px, transparent 1px),
    var(--cream);
  background-size: 28px 28px;
}

.home-hero::after {
  position: absolute;
  right: -90px;
  bottom: -160px;
  width: 410px;
  height: 410px;
  border: 58px solid rgba(229, 111, 91, 0.16);
  border-radius: 50%;
  content: "";
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
}

.hero-copy h1 span {
  display: block;
  color: var(--blue);
}

.hero-copy .lead {
  max-width: 620px;
}

.hero-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.hero-swatches a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 9px;
  padding: 8px 12px 8px 9px;
  border: 1px solid var(--line);
  background: rgba(255, 250, 241, 0.78);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease;
}

.hero-swatches a:hover {
  transform: rotate(-1deg) translateY(-2px);
}

.paint-chip {
  width: 29px;
  height: 29px;
  box-shadow:
    inset 0 0 0 1px rgba(23, 32, 63, 0.12),
    2px 3px 0 rgba(23, 32, 63, 0.08);
  clip-path: polygon(5% 8%, 95% 0, 100% 89%, 8% 100%, 0 44%);
}

.paint-chip.coral {
  background: var(--coral);
}

.paint-chip.blue {
  background: var(--blue);
}

.paint-chip.sage {
  background: var(--sage);
}

.hero-collage {
  position: relative;
  min-height: 650px;
}

.hero-photo-mask {
  position: absolute;
  z-index: 2;
  inset: 0 46px 70px 0;
  overflow: hidden;
  background: var(--sage);
  clip-path: polygon(5% 0, 100% 3%, 94% 89%, 68% 100%, 3% 91%, 0 17%);
  box-shadow: var(--shadow);
}

.hero-photo-mask::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(22, 39, 97, 0.16));
  content: "";
}

.hero-photo-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
}

.color-block {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: end;
  padding: 18px;
  color: white;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 8px 10px 0 rgba(23, 32, 63, 0.1);
}

.block-blue {
  right: 0;
  bottom: 0;
  width: 37%;
  height: 26%;
  background: var(--blue);
  clip-path: polygon(5% 8%, 100% 0, 95% 100%, 0 91%);
}

.block-coral {
  left: -22px;
  bottom: 36px;
  width: 31%;
  height: 17%;
  background: var(--coral);
  clip-path: polygon(0 0, 93% 7%, 100% 93%, 8% 100%);
}

.tape-line {
  position: absolute;
  z-index: 4;
  top: 7%;
  right: 28px;
  width: 9px;
  height: 58%;
  background: rgba(248, 240, 225, 0.86);
  transform: rotate(5deg);
  box-shadow: 0 0 0 1px rgba(23, 32, 63, 0.08);
}

.trust-strip {
  background: var(--blue-dark);
  color: white;
}

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

.trust-grid p {
  display: flex;
  min-height: 92px;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 20px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.035em;
}

.trust-grid p:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.trust-grid span {
  color: var(--coral-light);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
}

.services-preview {
  background: var(--paper);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 24px);
}

.service-card {
  position: relative;
  min-height: 320px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.service-card::after {
  position: absolute;
  right: -20px;
  bottom: -44px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.08;
  content: "";
}

.service-card:hover {
  z-index: 1;
  transform: translateY(-4px);
}

.service-card > span {
  display: block;
  margin-bottom: 70px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.service-card p {
  max-width: 470px;
}

.service-card strong {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 2px solid currentColor;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-coral {
  background: #f8d4ca;
}

.service-blue {
  background: #dce3f7;
}

.service-sage {
  background: var(--sage-light);
}

.service-cream {
  background: var(--cream);
}

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

.process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(50px, 10vw, 130px);
}

.process-intro {
  align-self: center;
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.step-list li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.step-list li > span {
  color: var(--coral);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
}

.step-list h3 {
  margin-bottom: 8px;
}

.step-list p {
  margin-bottom: 0;
}

.area-preview {
  background: var(--sage);
}

.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: stretch;
}

.area-card {
  padding: clamp(36px, 6vw, 74px);
  background: var(--blue-dark);
  color: white;
  clip-path: polygon(0 0, 96% 3%, 100% 94%, 7% 100%, 0 78%);
}

.area-card h2 {
  color: var(--cream);
}

.city-stack {
  display: grid;
  align-content: center;
}

.city-stack span {
  display: block;
  padding: 13px 18px;
  border-bottom: 1px solid rgba(23, 32, 63, 0.28);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 3.2vw, 2.9rem);
  line-height: 1.15;
}

.home-reviews {
  background: var(--paper);
}

.template-note {
  display: inline-block;
  padding: 7px 10px;
  background: var(--cream);
  font-size: 0.78rem;
  font-weight: 750;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 32px;
}

.quote-grid blockquote {
  margin: 0;
  padding: 38px;
  border-top: 4px solid var(--coral);
  background: white;
  box-shadow: var(--shadow);
}

.quote-grid blockquote p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.3rem, 2.3vw, 1.75rem);
  line-height: 1.38;
}

.quote-grid footer {
  color: rgba(23, 32, 63, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
}

.callout {
  background: var(--blue);
  color: white;
}

.callout-inner {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 50px;
  align-items: center;
  padding-top: clamp(62px, 8vw, 96px);
  padding-bottom: clamp(62px, 8vw, 96px);
}

.callout h2 {
  max-width: 780px;
  margin-bottom: 16px;
  color: var(--cream);
}

.callout p:not(.eyebrow) {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
}

.callout-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 14px;
}

.callout-actions > a:last-child {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 800;
}

.page-hero {
  overflow: hidden;
  padding: clamp(62px, 8vw, 100px) 0;
  background:
    linear-gradient(90deg, rgba(33, 58, 143, 0.04) 1px, transparent 1px),
    var(--cream);
  background-size: 26px 26px;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(40px, 7vw, 90px);
  align-items: center;
}

.page-hero-copy h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
}

.page-hero-wide-copy {
  padding-block: clamp(50px, 6vw, 78px);
}

.page-hero-wide-copy .page-hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(360px, 0.75fr);
  gap: clamp(28px, 4vw, 54px);
}

.page-hero-wide-copy .page-hero-copy {
  min-width: 0;
}

.page-hero-wide-copy .page-hero-copy h1 {
  max-width: 780px;
  font-size: clamp(3.4rem, 4.7vw, 4.9rem);
}

.page-hero-wide-copy .page-hero-visual {
  min-height: 430px;
}

.page-hero-visual {
  position: relative;
  min-height: 500px;
}

.page-hero-visual img {
  position: absolute;
  inset: 22px 0 30px 18px;
  width: calc(100% - 18px);
  height: calc(100% - 52px);
  object-fit: cover;
  clip-path: polygon(6% 0, 100% 5%, 95% 95%, 0 100%, 2% 16%);
  box-shadow: var(--shadow);
}

.page-hero-visual .swatch {
  position: absolute;
  z-index: 2;
  width: 110px;
  height: 90px;
  box-shadow: 7px 8px 0 rgba(23, 32, 63, 0.12);
}

.swatch-coral {
  top: 0;
  right: -22px;
  background: var(--coral);
  clip-path: polygon(7% 4%, 100% 0, 95% 100%, 0 92%);
}

.swatch-sage {
  left: -14px;
  bottom: 0;
  background: var(--sage);
  clip-path: polygon(0 0, 94% 9%, 100% 92%, 8% 100%);
}

.detail-list {
  border-top: 1px solid var(--line);
}

.service-detail {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(35px, 8vw, 110px);
  padding: 58px 0;
  border-bottom: 1px solid var(--line);
}

.service-detail-title {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
}

.service-detail-title span {
  color: var(--coral);
  font-weight: 900;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 24px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 25px;
}

.check-list li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 11px;
  height: 5px;
  border-bottom: 2px solid var(--blue);
  border-left: 2px solid var(--blue);
  content: "";
  transform: rotate(-45deg);
}

.process-full {
  background: var(--blue-dark);
  color: white;
}

.process-full .eyebrow {
  color: var(--coral-light);
}

.process-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  list-style: none;
}

.process-cards li {
  min-height: 280px;
  padding: 32px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.process-cards span {
  display: block;
  margin-bottom: 78px;
  color: var(--coral-light);
  font-weight: 900;
}

.process-cards h3 {
  color: var(--cream);
}

.process-cards p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

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

.decision-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(48px, 10vw, 130px);
}

.decision-notes {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.decision-notes article {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.decision-notes p {
  margin-bottom: 0;
}

.review-disclosure {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 30px;
  margin-bottom: 44px;
  padding: 22px 26px;
  border-left: 6px solid var(--coral);
  background: var(--cream);
}

.review-disclosure p {
  margin-bottom: 0;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.reviews-grid blockquote {
  min-height: 360px;
  margin: 0;
  padding: clamp(30px, 5vw, 52px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-grid blockquote > span {
  display: block;
  margin-bottom: 48px;
  color: var(--coral);
  font-weight: 900;
}

.reviews-grid blockquote > p {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  line-height: 1.42;
}

.reviews-grid footer {
  display: grid;
  gap: 2px;
}

.reviews-grid small {
  color: rgba(23, 32, 63, 0.72);
}

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

.feedback-grid,
.fit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(45px, 9vw, 120px);
}

.feedback-grid ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feedback-grid li {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.4rem;
}

.listing-section {
  background: white;
}

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

.listing-inner > div:first-child {
  max-width: 620px;
}

.listing-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.brand-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border: 0;
  border-radius: 3px;
  font-weight: 800;
}

.brand-button:disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.google-button {
  background: white;
  color: #202124;
  box-shadow: 0 0 0 1px #dadce0;
}

.google-button span {
  color: #4285f4;
  font-size: 1.25rem;
  font-weight: 900;
}

.yelp-button {
  background: #d32323;
  color: white;
}

.yelp-button span {
  font-size: 1.2rem;
}

.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.city-grid article {
  min-height: 270px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.city-grid span {
  display: block;
  margin-bottom: 52px;
  color: var(--coral);
  font-weight: 900;
}

.city-grid p {
  margin-bottom: 0;
}

.map-section {
  background: var(--blue-dark);
  color: white;
}

.map-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(40px, 8vw, 90px);
  align-items: center;
}

.map-grid .eyebrow {
  color: var(--coral-light);
}

.map-grid h2 {
  color: var(--cream);
}

.map-frame {
  position: relative;
  min-height: 520px;
  background: var(--sage);
}

.map-frame::after {
  position: absolute;
  inset: 12px -12px -12px 12px;
  z-index: 0;
  border: 2px solid var(--coral);
  content: "";
  pointer-events: none;
}

.map-frame iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: saturate(0.75) contrast(1.02);
}

.fit-section {
  background: var(--cream);
}

.fit-list {
  border-top: 1px solid var(--line);
}

.fit-list p {
  margin: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

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

.contact-grid {
  display: grid;
  grid-template-columns: 0.65fr 1.35fr;
  gap: clamp(40px, 8vw, 100px);
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 28px;
  padding: 38px;
  background: var(--sage-light);
}

.contact-aside > a {
  display: block;
  overflow-wrap: anywhere;
}

.contact-phone {
  margin-bottom: 8px;
  color: var(--blue);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
}

.contact-aside dl {
  margin: 34px 0 0;
}

.contact-aside dl > div {
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.contact-aside dt {
  margin-bottom: 4px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-aside dd {
  margin: 0;
}

.contact-form {
  padding: clamp(30px, 5vw, 56px);
  border-top: 8px solid var(--coral);
  background: white;
  box-shadow: var(--shadow);
}

.form-intro {
  margin-bottom: 34px;
}

.form-intro h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

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

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

.field label,
.consent-row label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.86rem;
  font-weight: 850;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 2px solid rgba(23, 32, 63, 0.34);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
}

.field textarea {
  min-height: 150px;
  resize: vertical;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--blue);
}

.field [aria-invalid="true"] {
  border-color: #a62a22;
}

.field-help,
.field-error {
  margin: 7px 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
}

.field-help {
  color: rgba(23, 32, 63, 0.72);
}

.field-error {
  color: #8c1c16;
  font-weight: 800;
}

.consent-row {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  margin: 26px 0;
}

.consent-row input {
  width: 22px;
  height: 22px;
  margin: 3px 0 0;
  accent-color: var(--blue);
}

.error-summary,
.success-message {
  margin-bottom: 26px;
  padding: 18px 20px;
}

.error-summary {
  border-left: 5px solid #a62a22;
  background: #fff0ee;
}

.success-message {
  border-left: 5px solid #3e6843;
  background: #e8f4e6;
}

.error-summary p,
.success-message p {
  margin-bottom: 0;
}

.contact-next {
  background: var(--blue-dark);
  color: white;
}

.contact-next .eyebrow {
  color: var(--coral-light);
}

.contact-next h2 {
  color: var(--cream);
}

.process-cards-three {
  grid-template-columns: repeat(3, 1fr);
}

.site-footer {
  padding-top: 74px;
  background: #111a37;
  color: rgba(255, 255, 255, 0.8);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.55fr 1fr;
  gap: 70px;
  padding-bottom: 64px;
}

.footer-brand {
  margin-bottom: 16px;
  color: var(--cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  line-height: 1.1;
}

.footer-copy {
  max-width: 420px;
}

.footer-heading {
  margin-bottom: 16px;
  color: var(--coral-light);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.footer-grid > div:last-child > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.footer-phone {
  color: white;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.65rem;
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.78rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 980px) {
  .utility-inner span {
    display: none;
  }

  .utility-inner {
    justify-content: flex-end;
  }

  .menu-button {
    display: inline-flex;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 18px 20px 24px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: 0 18px 30px rgba(22, 39, 97, 0.12);
  }

  .primary-nav.is-open {
    display: grid;
  }

  .primary-nav > a:not(.button) {
    padding: 4px 8px;
    border-bottom: 1px solid var(--line);
  }

  .home-hero-grid,
  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-collage {
    min-height: 570px;
  }

  .split-heading,
  .process-grid,
  .decision-grid,
  .feedback-grid,
  .fit-grid,
  .map-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .process-cards {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

  .callout-inner {
    grid-template-columns: 1fr;
  }

  .contact-aside {
    position: static;
  }

  .listing-inner {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: min(100% - 30px, 1160px);
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: clamp(3.05rem, 16vw, 4.6rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .utility-bar {
    display: none;
  }

  .nav-row {
    min-height: 76px;
  }

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

  .brand strong {
    font-size: 1.2rem;
  }

  .brand small {
    font-size: 0.59rem;
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button,
  .button-row .text-link {
    width: 100%;
    justify-content: center;
  }

  .hero-collage {
    min-height: 420px;
  }

  .hero-photo-mask {
    inset: 0 28px 56px 0;
  }

  .block-blue {
    width: 44%;
  }

  .block-coral {
    left: -6px;
    width: 38%;
  }

  .trust-grid,
  .service-grid,
  .quote-grid,
  .reviews-grid,
  .city-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid p,
  .trust-grid p:last-child {
    min-height: 70px;
    padding: 14px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    border-left: 0;
  }

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

  .service-card > span {
    margin-bottom: 48px;
  }

  .area-card {
    clip-path: none;
  }

  .page-hero-visual {
    min-height: 390px;
  }

  .page-hero-visual .swatch {
    width: 82px;
    height: 68px;
  }

  .swatch-coral {
    right: -4px;
  }

  .service-detail,
  .review-disclosure {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service-detail-title {
    grid-template-columns: 40px 1fr;
  }

  .check-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .process-cards,
  .process-cards-three {
    grid-template-columns: 1fr;
  }

  .process-cards li {
    min-height: auto;
  }

  .process-cards span {
    margin-bottom: 36px;
  }

  .reviews-grid blockquote {
    min-height: auto;
  }

  .city-grid article {
    min-height: auto;
  }

  .city-grid span {
    margin-bottom: 32px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 420px;
    height: 420px;
  }

  .contact-form,
  .contact-aside {
    padding: 28px 22px;
  }

  .footer-grid > div:first-child {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}

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

/* Approved light contractor direction */
:root {
  color-scheme: light;
  --blue: #4d687f;
  --blue-dark: #405b72;
  --coral: #92594f;
  --coral-light: #fff4ef;
  --cream: #fbf7ef;
}

.button {
  border-radius: 999px;
}

.service-card,
.review-card,
.contact-form,
.map-card {
  border-radius: 26px;
}

.page-hero {
  background: #f4efe6;
}

.block-coral > span {
  color: #fff;
}

.split-heading .eyebrow,
.process-intro .eyebrow,
.section-heading .eyebrow {
  color: #405b72;
}

.step-list li > span {
  color: #92594f;
}

.area-card .eyebrow,
.eyebrow-light {
  color: #fff4ef;
}

/* Interior-page contrast */
:root {
  --blue: #486278;
  --blue-dark: #3e596f;
}

.process-full .section-heading .eyebrow {
  color: var(--coral-light);
}

/* Mobile rhythm and touch-target pass */
@media (max-width: 680px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .shell {
    width: calc(100% - 36px);
  }

  .menu-button,
  .nav-toggle,
  .site-header button {
    min-width: 48px;
    min-height: 48px;
  }

  .button,
  .header-phone,
  .primary-nav > a,
  .site-footer a {
    min-height: 44px;
  }

  h1,
  .hero-copy h1,
  .page-hero h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 3.2rem);
    line-height: .98;
    overflow-wrap: break-word;
  }

  .section,
  .services-section,
  .reviews-section,
  .locations-section,
  .contact-section {
    padding-block: 64px;
  }

  .hero {
    min-height: 650px;
  }

  .service-card,
  .review-card,
  .contact-form,
  .map-card {
    padding: 22px 18px;
  }

  .page-hero {
    min-height: 340px;
    padding: 96px 18px 50px;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 320px;
    height: 320px;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea,
  button {
    min-height: 48px;
  }
}

/* Connected, animated navigation */
.coastline-menu-backdrop {
  display: none;
}

.site-header {
  position: sticky;
  top: 0;
}

@media (max-width: 980px) {
  .site-header {
    z-index: 90;
  }

  .nav-row {
    position: relative;
    z-index: 3;
  }

  .coastline-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    border: 0;
    background: rgb(28 39 69 / 36%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .menu-is-open .coastline-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav {
    z-index: 2;
    display: grid;
    color: #fffaf1;
    background:
      linear-gradient(105deg, rgb(54 86 117 / 96%), rgb(35 61 88 / 98%));
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transform-origin: top;
    transition: opacity 180ms ease, transform 240ms cubic-bezier(.2,.8,.2,1);
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav > a:not(.button) {
    min-height: 54px;
    padding-inline: 12px;
    border-color: rgb(255 255 255 / 18%);
    color: #fffaf1;
  }

  .primary-nav > a[aria-current="page"]:not(.button) {
    border-color: #ffa281;
    color: #ffd0bd;
  }

  .primary-nav .button {
    margin-top: 8px;
    color: #263d58;
    background: #fff5e7;
  }

  .menu-lines,
  .menu-lines::before,
  .menu-lines::after {
    transition: transform 220ms ease, opacity 160ms ease;
  }

  .menu-is-open .menu-lines {
    background: transparent;
  }

  .menu-is-open .menu-lines::before {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-is-open .menu-lines::after {
    transform: translateY(-6px) rotate(-45deg);
  }
}

@media (max-width: 680px) {
  .site-header {
    width: 100%;
    border-radius: 0;
  }

  .nav-row {
    width: 100%;
    padding-inline: 16px;
  }

  .primary-nav {
    padding: 12px 16px 20px;
  }

  .home-hero {
    padding-top: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .primary-nav,
  .coastline-menu-backdrop,
  .menu-lines,
  .menu-lines::before,
  .menu-lines::after {
    transition: none;
  }
}

/* Home and review motion bands */
.services-preview .service-grid .service-card:last-child {
  grid-column: 1 / -1;
  min-height: 260px;
}

.services-all-button {
  margin-top: 28px;
}

.coastline-home-review-track,
.coastline-review-marquee {
  width: 100%;
  overflow: hidden;
}

.coastline-home-review-track {
  margin-block: 30px;
  padding-block: 8px;
}

.coastline-review-row {
  width: 100%;
  overflow: hidden;
  padding-block: 9px;
}

.coastline-home-review-track > div,
.coastline-review-row > div {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: coastline-review-flow 42s linear infinite;
}

.coastline-review-row.reverse > div {
  animation-direction: reverse;
  animation-duration: 48s;
}

.coastline-home-review-track blockquote,
.coastline-review-row blockquote {
  position: relative;
  width: clamp(292px, 34vw, 450px);
  margin: 0;
  padding: clamp(26px, 3.4vw, 42px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 3px 34px 3px 34px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.coastline-home-review-track blockquote:nth-child(3n + 2),
.coastline-review-row blockquote:nth-child(3n + 2) {
  background: var(--paper);
}

.coastline-home-review-track blockquote:nth-child(3n),
.coastline-review-row blockquote:nth-child(3n) {
  background: var(--paper);
}

.coastline-home-review-track blockquote > span,
.coastline-review-row blockquote > span {
  color: var(--coral);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.coastline-home-review-track blockquote p,
.coastline-review-row blockquote p {
  margin-top: 20px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.25rem, 2.15vw, 1.65rem);
  line-height: 1.38;
}

.coastline-home-review-track footer,
.coastline-review-row footer {
  display: grid;
  gap: 3px;
  color: rgb(23 32 63 / 78%);
  font-size: .78rem;
  font-weight: 800;
}

.coastline-review-row footer small {
  color: rgb(23 32 63 / 68%);
}

.brand-button svg {
  flex: 0 0 28px;
}

.yelp-button svg {
  padding: 2px;
  border-radius: 50%;
  background: #fff;
}

@keyframes coastline-review-flow {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 680px) {
  .services-preview .service-grid .service-card:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .coastline-home-review-track blockquote,
  .coastline-review-row blockquote {
    width: min(84vw, 350px);
  }

  .listing-buttons {
    width: 100%;
  }

  .brand-button {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 720px) and (max-width: 980px) {
  .page-hero-wide-copy {
    padding-block: 54px;
  }

  .page-hero-wide-copy .page-hero-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
    gap: 30px;
  }

  .page-hero-wide-copy .page-hero-copy h1 {
    font-size: clamp(3.15rem, 6vw, 3.8rem);
  }

  .page-hero-wide-copy .page-hero-visual {
    min-height: 360px;
  }
}

@media (max-width: 719px) {
  .page-hero-wide-copy {
    min-height: 0;
    padding: 56px 0 44px;
  }

  .page-hero-wide-copy .page-hero-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .page-hero-wide-copy .page-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 3.2rem);
  }

  .page-hero-wide-copy .page-hero-visual {
    min-height: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coastline-home-review-track > div,
  .coastline-review-row > div {
    animation-play-state: paused;
  }
}
