:root {
  --ink: #f8fbff;
  --muted: #b8c4ce;
  --blue: #58c1f4;
  --blue-deep: #1d7eb9;
  --red: #d94d57;
  --graphite: #080c10;
  --charcoal: #111821;
  --panel: #171f28;
  --line: rgba(255, 255, 255, 0.14);
  --paper: #f4f7fa;
  --text: #101821;
  --subtle: #62707d;
  --radius: 8px;
  --shadow: 0 26px 70px rgba(3, 8, 14, 0.28);
  --soft-shadow: 0 18px 42px rgba(16, 24, 33, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.55;
}

body::selection {
  color: var(--graphite);
  background: var(--blue);
}

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

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4.5vw, 64px);
  color: var(--ink);
  background: rgba(7, 11, 15, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--ink);
  font-weight: 900;
}

.brand-wordmark {
  display: inline-grid;
  gap: 2px;
  min-width: 174px;
  color: var(--ink);
  line-height: 1;
}

.brand-wordmark strong {
  position: relative;
  width: max-content;
  padding-bottom: 5px;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.brand-wordmark strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--blue-deep));
}

.brand-wordmark b {
  color: var(--blue);
  font-weight: 900;
}

.brand-wordmark small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 3vw, 38px);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

#services,
#packages,
#ceramic,
#quote {
  scroll-margin-top: 92px;
}

.nav-links a:hover,
.contact-lines a:hover,
.footer-links a:hover {
  color: var(--blue);
}

.header-cta,
.button,
.package-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-cta {
  color: var(--graphite);
  background: var(--ink);
  white-space: nowrap;
}

.button.primary,
.package-card a {
  color: var(--graphite);
  background: linear-gradient(180deg, #8ad8ff, var(--blue));
  box-shadow: 0 16px 34px rgba(88, 193, 244, 0.22);
}

.button.secondary {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
}

.button:hover,
.header-cta:hover,
.package-card a:hover {
  transform: translateY(-2px);
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 100vh;
  padding: 118px clamp(20px, 6vw, 88px) 88px;
  color: var(--ink);
  overflow: hidden;
  isolation: isolate;
  background: var(--graphite);
}

.hero::after {
  content: "";
  position: absolute;
  left: -5vw;
  right: -5vw;
  bottom: -82px;
  z-index: -1;
  height: 148px;
  background: #fff;
  transform: rotate(-3deg);
  transform-origin: left top;
}

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

.hero-image {
  z-index: -4;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(0.95) contrast(1.04);
}

.hero-shade {
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.97) 0%, rgba(5, 8, 12, 0.78) 42%, rgba(5, 8, 12, 0.2) 76%),
    linear-gradient(0deg, rgba(5, 8, 12, 0.86), rgba(5, 8, 12, 0.06) 48%);
}

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

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(3.25rem, 8vw, 7.2rem);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 900;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.05rem, 4.2vw, 4.05rem);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 900;
}

.hero-copy {
  max-width: 610px;
  color: #d8e2eb;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.hero-panel {
  position: absolute;
  right: clamp(20px, 6vw, 88px);
  bottom: 46px;
  display: grid;
  grid-template-columns: 86px minmax(0, 260px);
  gap: 18px;
  align-items: center;
  max-width: 420px;
  padding: 18px;
  color: var(--ink);
  background: rgba(7, 13, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 4px solid var(--blue);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-monogram {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  color: var(--ink);
  border-bottom: 4px solid var(--blue);
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-shadow: 0 0 22px rgba(88, 193, 244, 0.42);
}

.hero-panel span {
  display: block;
  margin-bottom: 4px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-panel strong {
  font-size: 0.95rem;
  line-height: 1.35;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 92px;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  color: var(--ink);
  border: 2px solid var(--blue);
  border-radius: 50%;
  background: rgba(7, 12, 18, 0.7);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.status-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px clamp(20px, 4vw, 54px);
  padding: 18px clamp(20px, 5vw, 80px);
  color: var(--ink);
  background: var(--charcoal);
  border-top: 4px solid var(--blue);
}

.status-strip span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(70px, 9vw, 124px) clamp(20px, 6vw, 88px);
}

.section > * {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
  text-align: center;
}

.section-heading p:not(.eyebrow),
.intro-copy p,
.quote-copy p,
.upgrade-copy p,
.process-steps p,
.package-card p:not(.package-label):not(.starting-price) {
  color: var(--subtle);
  font-size: 1.06rem;
  font-weight: 600;
}

.section-heading.light,
.section-heading.light p:not(.eyebrow) {
  color: var(--ink);
}

.intro-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
  padding-top: clamp(86px, 11vw, 144px);
}

.intro-copy {
  max-width: 700px;
}

.intro-proof {
  display: grid;
  gap: 12px;
}

.intro-proof div {
  padding: 20px 22px;
  border-left: 4px solid var(--blue);
  background: var(--paper);
  box-shadow: var(--soft-shadow);
}

.intro-proof strong,
.intro-proof span {
  display: block;
}

.intro-proof strong {
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.intro-proof span {
  color: var(--subtle);
}

.service-showcase {
  position: relative;
  color: var(--ink);
  background: linear-gradient(180deg, var(--charcoal), var(--graphite));
  overflow: hidden;
}

.service-showcase::before,
.service-showcase::after {
  content: "";
  position: absolute;
  left: -6vw;
  right: -6vw;
  height: 94px;
  background: #fff;
  transform: rotate(-3deg);
}

.service-showcase::before {
  top: -68px;
}

.service-showcase::after {
  bottom: -70px;
}

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

.service-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 26px;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(255, 255, 255, 0.13);
  clip-path: polygon(0 0, 100% 0, 100% 91%, 91% 100%, 0 100%);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-tile.large {
  grid-column: span 2;
}

.service-tile::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 26px;
  width: 46px;
  height: 4px;
  background: var(--blue);
}

.service-tile span {
  position: relative;
  z-index: 1;
  margin-top: 70px;
  font-size: clamp(1.35rem, 2.6vw, 2.2rem);
  line-height: 1.05;
  font-weight: 900;
}

.service-tile small {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
}

.service-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(88, 193, 244, 0.45);
  background:
    linear-gradient(180deg, rgba(88, 193, 244, 0.16), rgba(255, 255, 255, 0.045));
}

.packages-section {
  background: #fff;
}

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

.package-card {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(16, 24, 33, 0.1);
  border-top: 4px solid #d6e0e8;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.package-card.featured {
  color: var(--ink);
  border-top-color: var(--blue);
  background: linear-gradient(180deg, #121a23, #071017);
  box-shadow: var(--shadow);
}

.package-card.featured p:not(.package-label):not(.starting-price) {
  color: #c5d0da;
}

.package-label {
  margin-bottom: 16px;
  color: var(--blue-deep);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.featured .package-label {
  color: var(--blue);
}

.starting-price {
  margin: 14px 0 18px;
  color: var(--text);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  font-weight: 900;
}

.featured .starting-price {
  color: var(--ink);
}

.package-card a {
  width: 100%;
  margin-top: auto;
}

.package-note {
  max-width: 920px;
  margin-top: 28px;
  color: var(--subtle);
  font-weight: 800;
  text-align: center;
}

.ceramic-section {
  color: var(--text);
  background: #edf2f6;
}

.ceramic-heading {
  max-width: 880px;
}

.coating-consultation {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.35fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid rgba(16, 24, 33, 0.18);
  border-bottom: 1px solid rgba(16, 24, 33, 0.18);
}

.coating-consultation h3,
.coating-consultation p {
  margin-bottom: 0;
}

.coating-consultation > p {
  color: var(--subtle);
}

.coating-consultation .button {
  min-width: 190px;
}

.coating-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.coating-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 30px;
  color: var(--ink);
  background: linear-gradient(155deg, #18232d, #070b0f 74%);
  border-top: 4px solid var(--blue);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.coating-card::after {
  content: "";
  position: absolute;
  right: -56px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(88, 193, 244, 0.2);
  transform: rotate(45deg);
}

.coating-term {
  position: absolute;
  top: 8px;
  right: 20px;
  color: rgba(88, 193, 244, 0.12);
  font-size: 7rem;
  line-height: 1;
  font-weight: 900;
}

.coating-card .package-label,
.coating-card h3,
.coating-card p,
.coating-card a {
  position: relative;
  z-index: 1;
}

.coating-card .package-label {
  color: var(--blue);
}

.coating-card h3 {
  max-width: 12ch;
  font-size: 1.55rem;
}

.coating-card .starting-price {
  color: var(--ink);
}

.coating-card p:not(.package-label):not(.starting-price) {
  color: var(--muted);
}

.coating-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  color: var(--graphite);
  background: var(--blue);
  border-radius: 4px;
  font-weight: 900;
  transition: transform 160ms ease, background 160ms ease;
}

.coating-card a:hover {
  background: #8ad8ff;
  transform: translateY(-2px);
}

.coating-includes {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 34px;
  margin-top: 34px;
  padding: 30px;
  color: var(--ink);
  background: var(--charcoal);
  border-left: 4px solid var(--blue);
}

.coating-includes ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.coating-includes li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
}

.coating-includes li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--blue);
  transform: rotate(45deg);
}

.coating-requirements {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: 24px 34px;
  margin-top: 24px;
  padding: 30px 0;
  border-top: 1px solid rgba(16, 24, 33, 0.18);
  border-bottom: 1px solid rgba(16, 24, 33, 0.18);
}

.requirements-heading > p:not(.eyebrow) {
  margin-bottom: 0;
  color: var(--subtle);
}

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

.requirements-grid div {
  padding-left: 16px;
  border-left: 3px solid var(--blue);
}

.requirements-grid strong,
.requirements-grid span {
  display: block;
}

.requirements-grid strong {
  margin-bottom: 5px;
  color: var(--text);
  font-size: 0.96rem;
  font-weight: 900;
}

.requirements-grid span {
  color: var(--subtle);
  font-size: 0.9rem;
}

.requirements-weather {
  grid-column: 2;
  margin: 0;
  padding: 14px 16px;
  color: var(--text);
  background: rgba(88, 193, 244, 0.12);
  font-size: 0.88rem;
  font-weight: 900;
}

.coating-note {
  max-width: 1040px;
  margin-top: 24px;
  color: var(--subtle);
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
}

.upgrades-section {
  display: block;
  color: var(--ink);
  background: linear-gradient(135deg, #0f1821, #05080c 68%);
}

.upgrade-copy {
  max-width: 980px;
}

.upgrade-copy p {
  color: var(--muted);
}

.upgrade-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 22px;
}

.upgrade-list span {
  min-height: 56px;
  display: grid;
  align-items: center;
  padding: 14px 16px;
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  font-weight: 900;
}

.upgrade-benefit {
  padding-left: 18px;
  border-left: 4px solid var(--blue);
  font-weight: 800;
}

.process-section {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(7, 11, 16, 0.94), rgba(7, 11, 16, 0.74)),
    url("photo-3-license-covered-zns.png") center / cover fixed;
}

.process-copy {
  max-width: 780px;
  margin-bottom: 34px;
}

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

.process-steps article {
  min-height: 265px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

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

.process-steps p {
  color: var(--muted);
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(340px, 1fr);
  gap: clamp(30px, 7vw, 90px);
  align-items: start;
  background: #fff;
}

.quote-copy {
  position: sticky;
  top: 110px;
}

.contact-lines {
  display: grid;
  gap: 12px;
  margin-top: 28px;
  font-size: 1.05rem;
  font-weight: 900;
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.social-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  border-radius: 50%;
  background: rgba(16, 24, 33, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
  transition: transform 160ms ease, filter 160ms ease;
}

.social-icon:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.social-icon svg {
  width: 22px;
  height: 22px;
}

.social-icon rect,
.social-icon circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
}

.social-icon path {
  fill: currentColor;
}

.instagram-icon {
  background:
    radial-gradient(circle at 31% 103%, #feda75 0 17%, #fa7e1e 33%, transparent 49%),
    radial-gradient(circle at 82% 0%, #4f5bd5 0 23%, transparent 46%),
    linear-gradient(135deg, #833ab4, #fd1d1d 52%, #fcb045);
}

.facebook-icon {
  background: #1877f2;
}

.maps-icon {
  background: #fff;
}

.maps-icon path,
.maps-icon circle {
  stroke: none;
}

.maps-icon .maps-green {
  fill: #34a853;
}

.maps-icon .maps-blue {
  fill: #4285f4;
}

.maps-icon .maps-yellow {
  fill: #fbbc04;
}

.maps-icon .maps-red {
  fill: #ea4335;
}

.maps-icon .maps-white {
  fill: #fff;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 30px;
  border: 1px solid rgba(16, 24, 33, 0.1);
  border-top: 4px solid var(--blue);
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 900;
}

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

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid rgba(16, 24, 33, 0.16);
  border-radius: 4px;
  color: var(--text);
  background: #fbfcfd;
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(88, 193, 244, 0.24);
  border-color: var(--blue);
}

.field-note,
.form-status {
  color: var(--subtle);
  font-size: 0.78rem;
  font-weight: 800;
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
}

.hidden-field {
  display: none;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 28px;
  padding: 26px clamp(20px, 6vw, 88px);
  color: var(--muted);
  background: var(--graphite);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--ink);
  font-weight: 900;
}

.thanks-page {
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(5, 8, 12, 0.94), rgba(5, 8, 12, 0.58)),
    url("photo-2-license-covered-zns.png") center / cover;
}

.thanks-shell {
  display: grid;
  align-content: center;
  min-height: 100vh;
  padding: clamp(24px, 6vw, 84px);
}

.thanks-brand {
  position: absolute;
  top: 20px;
  left: clamp(20px, 4vw, 56px);
}

.thanks-panel {
  max-width: 680px;
}

.thanks-panel h1 {
  max-width: none;
}

.thanks-panel p:not(.eyebrow) {
  max-width: 540px;
  color: #d8e2eb;
  font-size: 1.12rem;
}

.thanks-actions {
  margin-bottom: 0;
}

@media (max-width: 1120px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coating-consultation {
    grid-template-columns: 1fr 1fr;
  }

  .coating-consultation .button {
    grid-column: 1 / -1;
    width: max-content;
  }

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

@media (max-width: 920px) {
  .site-header {
    flex-wrap: wrap;
    gap: 0 18px;
    padding-bottom: 0;
  }

  .nav-links {
    order: 3;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    flex: 0 0 100%;
    gap: 0;
    margin-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.68rem;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 42px;
    padding: 0 6px;
  }

  .nav-links a + a {
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }

  #services,
  #packages,
  #ceramic,
  #quote {
    scroll-margin-top: 116px;
  }

  .hero {
    padding-top: 150px;
  }

  .intro-section,
  .upgrades-section,
  .quote-section,
  .coating-includes,
  .coating-requirements,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .requirements-weather {
    grid-column: 1;
  }

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

  .coating-card {
    min-height: 360px;
  }

  .quote-copy {
    position: static;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 34px;
  }

  .scroll-cue {
    display: none;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 66px;
    padding: 9px 14px 0;
    gap: 8px;
  }

  .nav-links {
    flex-basis: calc(100% + 28px);
    width: calc(100% + 28px);
    margin-right: -14px;
    margin-left: -14px;
    font-size: 0.62rem;
  }

  .brand {
    gap: 8px;
  }

  .brand-wordmark {
    min-width: 126px;
  }

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

  .brand-wordmark small {
    font-size: 0.52rem;
  }

  .header-cta {
    min-height: 40px;
    min-width: 92px;
    padding: 0 8px;
    font-size: 0.78rem;
  }

  .hero {
    min-height: 94vh;
    padding: 138px 18px 54px;
  }

  .hero-image {
    object-position: 66% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 8, 12, 0.96), rgba(5, 8, 12, 0.64)),
      linear-gradient(0deg, rgba(5, 8, 12, 0.92), rgba(5, 8, 12, 0.18) 46%);
  }

  h1 {
    font-size: clamp(3rem, 18vw, 4.4rem);
  }

  .hero-actions,
  .hero-actions .button,
  .package-card a {
    width: 100%;
  }

  .hero-panel {
    grid-template-columns: 62px 1fr;
    padding: 14px;
  }

  .hero-monogram {
    width: 62px;
    height: 62px;
    font-size: 1.25rem;
  }

  .section {
    padding: 62px 18px;
  }

  .service-tiles,
  .package-grid,
  .coating-consultation,
  .coating-includes ul,
  .requirements-grid,
  .upgrade-list,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .coating-consultation .button {
    width: 100%;
  }

  .coating-includes {
    padding: 22px;
  }

  .service-tile.large {
    grid-column: auto;
  }

  .service-tiles {
    grid-auto-rows: auto;
  }

  .package-card {
    min-height: 0;
    padding: 22px;
  }

  .quote-form {
    padding: 20px;
  }

}
