:root {
  color-scheme: light;
  --ink: #152124;
  --muted: #667477;
  --paper: #fbfaf6;
  --white: #ffffff;
  --soft: #f0f5f2;
  --line: #dfe8e4;
  --green: #11624e;
  --green-2: #1f8568;
  --coral: #ec7657;
  --gold: #e5b755;
  --brand-gold: #f7c515;
  --brand-gold-light: #ffe475;
  --charcoal: #0f1719;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(15, 23, 25, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  color: var(--muted);
  line-height: 1.7;
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1;
  margin-top: 0;
}

h1 {
  font-size: clamp(2.6rem, 4.2vw, 3.75rem);
  letter-spacing: 0;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2rem, 4.2vw, 4rem);
  letter-spacing: 0;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.25rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.site-header {
  align-items: center;
  background: linear-gradient(180deg, var(--brand-gold-light) 0%, var(--brand-gold) 100%);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(122, 86, 0, 0.28);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  min-height: 82px;
  padding: 12px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header.is-raised {
  box-shadow: 0 12px 34px rgba(111, 75, 0, 0.16);
}

.brand img {
  height: 74px;
  object-fit: contain;
  width: 234px;
}

.nav {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.nav a,
.header-call {
  color: #263437;
  font-size: 0.9rem;
  font-weight: 800;
}

.header-call {
  background: var(--ink);
  border-radius: var(--radius);
  color: white;
  padding: 12px 16px;
}

.header-gallery {
  display: none;
}

.menu-toggle {
  display: none;
}

.menu-backdrop {
  display: none;
}

.mobile-header-phone {
  display: none;
}

.home-hero {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  min-height: 84vh;
  padding: 112px clamp(20px, 5vw, 72px) 38px;
}

.hero-copy {
  align-self: center;
  max-width: 780px;
}

.hero-copy p:not(.eyebrow) {
  font-size: 1.08rem;
  max-width: 640px;
}

.hero-copy .hero-service-line {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0;
  margin-top: 10px;
  text-transform: none;
}

.hero-media {
  align-self: stretch;
  align-self: center;
  aspect-ratio: 1.32;
  min-height: 0;
  position: relative;
}

.hero-media img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: 100%;
  object-fit: cover;
  object-position: 68% 58%;
  width: 100%;
}

.eyebrow {
  color: var(--coral);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.btn {
  align-items: center;
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 50px;
  padding: 14px 18px;
}

.btn.primary {
  background: var(--coral);
  color: white;
}

.btn.secondary {
  background: var(--green);
  color: white;
}

.btn.light {
  background: white;
  color: var(--green);
}

.phone-icon {
  background: currentColor;
  display: inline-block;
  height: 1.14em;
  margin-right: 8px;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.79%2019.79%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6%2019.79%2019.79%200%200%201-3.07-8.67A2%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72%2012.84%2012.84%200%200%200%20.7%202.81%202%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.27-1.27a2%202%200%200%201%202.11-.45%2012.84%2012.84%200%200%200%202.81.7A2%202%200%200%201%2022%2016.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='black'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'%3E%3Cpath%20d='M22%2016.92v3a2%202%200%200%201-2.18%202%2019.79%2019.79%200%200%201-8.63-3.07%2019.5%2019.5%200%200%201-6-6%2019.79%2019.79%200%200%201-3.07-8.67A2%202%200%200%201%204.11%202h3a2%202%200%200%201%202%201.72%2012.84%2012.84%200%200%200%20.7%202.81%202%202%200%200%201-.45%202.11L8.09%209.91a16%2016%200%200%200%206%206l1.27-1.27a2%202%200%200%201%202.11-.45%2012.84%2012.84%200%200%200%202.81.7A2%202%200%200%201%2022%2016.92z'/%3E%3C/svg%3E") center / contain no-repeat;
  vertical-align: -0.17em;
  width: 1.14em;
}

.rating-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hero-warranty {
  color: var(--green);
  font-size: 0.98rem;
  font-weight: 900;
  margin: -12px 0 0;
}

.rating-strip span,
.area-list span,
.area-list a {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344346;
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 13px;
}

.area-list a {
  color: var(--green);
}

.rating-strip .google-rating {
  align-items: center;
  background: white;
  border-color: #dadce0;
  box-shadow: 0 2px 8px rgba(60, 64, 67, 0.12);
  color: #3c4043;
  display: inline-flex;
  gap: 8px;
}

.google-rating b {
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 48%, #fbbc05 0 70%, #ea4335 0 100%);
  background-clip: text;
  color: transparent;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
  -webkit-background-clip: text;
}

.google-rating span {
  background: transparent;
  border: 0;
  color: #fbbc05;
  font-size: 0.84rem;
  padding: 0;
}

.section,
.section-tight {
  padding: 88px clamp(20px, 5vw, 72px);
}

.section-tight {
  padding-bottom: 32px;
  padding-top: 32px;
}

.quick-links {
  background: #0f4f41;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quick-links a {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  color: white;
  display: grid;
  grid-template-rows: 128px auto auto auto;
  min-height: 320px;
  padding: 18px;
  transition: background 180ms ease;
}

.quick-links a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.quick-links a:hover {
  background: rgba(255, 255, 255, 0.07);
}

.quick-links img {
  border-radius: var(--radius);
  height: 128px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
}

.quick-links span {
  color: var(--gold);
  display: block;
  font-size: 0.76rem;
  font-weight: 900;
  margin-bottom: 22px;
}

.quick-links strong,
.quick-links small {
  display: block;
}

.quick-links strong {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.quick-links small {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.5;
}

.intro-panel,
.split-feature,
.quote-page,
.page-hero {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
}

.intro-panel {
  background: white;
}

.info-stack {
  align-self: start;
}

.heading-note {
  color: var(--green);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 22px 0 0;
  max-width: 620px;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  color: #334245;
  font-weight: 800;
  padding-top: 14px;
}

.section-head {
  margin-bottom: 34px;
  max-width: 820px;
}

.service-preview,
.brand-section,
.gallery-masonry,
.answer-section {
  background: var(--soft);
}

.how-it-works,
.service-area {
  background: white;
}

.step-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.step-row article {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.step-row span {
  color: var(--coral);
  display: block;
  font-weight: 900;
  margin-bottom: 28px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.local-links {
  background: white;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 0;
}

.answer-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.answer-grid article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.card-grid {
  display: grid;
  gap: 20px;
}

.card-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.image-card,
.detail-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(15, 23, 25, 0.06);
  overflow: hidden;
}

.image-card img {
  aspect-ratio: 1.28;
  object-fit: cover;
  width: 100%;
}

.image-card div,
.detail-card {
  padding: 24px;
}

.image-card a,
.detail-card a {
  color: var(--green);
  font-weight: 900;
}

.detail-card h2,
.image-card h2 {
  font-size: 1.45rem;
}

.split-feature {
  align-items: center;
  background: white;
}

.split-feature img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-height: 520px;
  object-fit: cover;
  width: 100%;
}

.mini-stats {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.mini-stats span {
  border-top: 1px solid var(--line);
  color: var(--muted);
  padding-top: 12px;
}

.mini-stats strong {
  color: var(--ink);
  display: inline-block;
  min-width: 72px;
}

.logo-row {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.logo-row img {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  height: 98px;
  object-fit: contain;
  padding: 18px;
  width: 100%;
}

.warranty-band {
  align-items: center;
  background: var(--charcoal);
  color: white;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
}

.warranty-band h2,
.warranty-band p {
  color: white;
}

.warranty-band > p {
  font-size: 1.05rem;
  margin: 0;
}

.cta {
  align-items: center;
  background: var(--green);
  color: white;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  padding: 56px clamp(20px, 5vw, 72px);
}

.cta h2,
.cta p {
  color: white;
  margin-bottom: 0;
}

.page-hero,
.quote-page {
  align-items: center;
  padding: 136px clamp(20px, 5vw, 72px) 70px;
}

.page-hero {
  background: white;
  min-height: 72vh;
}

.page-hero img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}

.page-hero:not(.image-right) img {
  background: var(--soft);
  object-fit: contain;
  padding: 24px;
}

.gallery-hero {
  grid-template-columns: minmax(0, 760px);
  min-height: 54vh;
}

.blog-hero {
  grid-template-columns: minmax(0, 840px);
  min-height: 62vh;
}

.blog-toolbar {
  background: var(--green);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 28px;
  padding-top: 28px;
}

.blog-toolbar a {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: white;
  font-weight: 900;
  padding: 12px 16px;
}

.blog-section:nth-of-type(even) {
  background: var(--soft);
}

.blog-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 46px rgba(15, 23, 25, 0.06);
  overflow: hidden;
}

.blog-card img {
  aspect-ratio: 1.34;
  object-fit: cover;
  width: 100%;
}

.blog-card div {
  padding: 22px;
}

.blog-card small,
.blog-list span {
  color: var(--coral);
  display: block;
  font-weight: 900;
  margin-bottom: 9px;
}

.blog-card a,
.blog-list a {
  color: var(--green);
  font-weight: 900;
}

.blog-list {
  display: grid;
  gap: 1px;
}

.blog-list a {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
  display: grid;
  gap: 4px;
  grid-template-columns: 160px 1fr;
  padding: 18px;
}

.blog-list a + a {
  margin-top: -1px;
}

.compact-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.article-page {
  background: var(--paper);
  padding: 132px clamp(20px, 5vw, 72px) 72px;
}

.article-hero,
.article-body {
  margin: 0 auto;
}

.article-hero {
  max-width: 900px;
}

.article-hero h1 {
  max-width: 900px;
}

.article-hero p {
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 760px;
}

.article-hero small {
  color: var(--green);
  display: block;
  font-weight: 900;
  margin-top: 18px;
}

.article-feature {
  aspect-ratio: 16 / 8;
  border-radius: var(--radius);
  display: block;
  margin: 36px auto;
  max-width: 980px;
  object-fit: cover;
  width: 100%;
}

.article-body {
  max-width: 820px;
}

.article-body p,
.article-body li {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.75;
}

.article-body h2 {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  margin-top: 36px;
}

.article-body ul {
  display: grid;
  gap: 10px;
  padding-left: 22px;
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.compact-list a {
  grid-template-columns: 120px 1fr;
}

.info-columns {
  background: var(--soft);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.info-columns article {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.process-grid {
  background: var(--charcoal);
  color: white;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
}

.process-grid h2,
.process-grid p {
  color: white;
}

.process-grid ol {
  counter-reset: step;
  display: grid;
  gap: 1px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.process-grid li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  counter-increment: step;
  display: grid;
  gap: 10px;
  padding: 22px;
}

.process-grid li::before {
  color: var(--gold);
  content: "0" counter(step);
  font-weight: 900;
}

.process-grid span {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.gallery-masonry {
  columns: 3 260px;
  column-gap: 18px;
}

.gallery-masonry figure {
  border-radius: var(--radius);
  break-inside: avoid;
  margin: 0 0 18px;
  overflow: hidden;
  width: 100%;
}

.gallery-masonry img {
  width: 100%;
}

.gallery-masonry figcaption {
  background: white;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.35;
  padding: 12px 14px;
}

.video-section {
  background: white;
}

.video-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.video-card iframe,
.video-thumb {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.video-thumb {
  background: #0b1112;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
}

.video-thumb img {
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 100%;
}

.video-thumb span {
  align-items: center;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 0 12px 30px rgba(15, 23, 25, 0.24);
  display: flex;
  height: 58px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
}

.video-thumb span::before {
  border-bottom: 12px solid transparent;
  border-left: 18px solid white;
  border-top: 12px solid transparent;
  content: "";
  margin-left: 4px;
}

.video-thumb:hover img {
  opacity: 1;
  transform: scale(1.035);
}

.video-card h3 {
  font-size: 1rem;
  line-height: 1.25;
  margin: 0;
  padding: 16px;
}

.quote-page {
  background:
    linear-gradient(90deg, rgba(15, 23, 25, 0.92), rgba(15, 23, 25, 0.72)),
    url("assets/final-home-original.jpg") center / cover;
  color: white;
  grid-template-columns: minmax(320px, 720px);
  justify-content: center;
  min-height: 100vh;
}

.quote-heading {
  margin-bottom: -18px;
}

.quote-heading h1 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  margin-bottom: 0;
}

.quote-page p,
.quote-page h1 {
  color: white;
}

.contact-panel {
  display: grid;
  gap: 10px;
  margin-top: 26px;
}

.contact-panel a,
.contact-panel span {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  color: white;
  font-weight: 800;
  padding: 14px;
}

.quote-form {
  background: white;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 24px;
}

.form-status {
  color: var(--green);
  font-weight: 800;
  margin: 0;
}

.form-status.is-error {
  color: #b3261e;
}

.form-status a {
  color: inherit;
  text-decoration: underline;
}

.quote-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

label {
  color: #39484b;
  display: grid;
  font-size: 0.88rem;
  font-weight: 900;
  gap: 8px;
}

input,
select,
textarea {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  font: inherit;
  min-height: 48px;
  padding: 13px 14px;
  width: 100%;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--green) 50%),
    linear-gradient(135deg, var(--green) 50%, transparent 50%);
  background-position:
    calc(100% - 21px) 21px,
    calc(100% - 14px) 21px;
  background-repeat: no-repeat;
  background-size: 7px 7px, 7px 7px;
  cursor: pointer;
  padding-right: 42px;
}

input[type="checkbox"] {
  appearance: none;
  align-items: center;
  background: white;
  border: 2px solid var(--green);
  border-radius: 6px;
  cursor: pointer;
  display: inline-grid;
  height: 20px;
  justify-content: center;
  min-height: 20px;
  padding: 0;
  width: 20px;
}

input[type="checkbox"]::before {
  border: solid white;
  border-width: 0 2px 2px 0;
  content: "";
  height: 10px;
  opacity: 0;
  transform: rotate(45deg) translate(-1px, -1px);
  width: 5px;
}

input[type="checkbox"]:checked {
  background: var(--green);
}

input[type="checkbox"]:checked::before {
  opacity: 1;
}

textarea {
  resize: vertical;
}

.wide {
  grid-column: 1 / -1;
}

.footer {
  align-items: center;
  background: #0b1112;
  color: white;
  display: grid;
  gap: 28px;
  grid-template-columns: 1fr minmax(260px, 360px) 1fr;
  padding: 30px clamp(20px, 5vw, 72px);
}

.footer.compact {
  grid-template-columns: repeat(2, max-content);
  justify-content: center;
  min-height: 96px;
}

.footer > div:last-child {
  grid-column: 2;
  justify-self: center;
  text-align: center;
}

.footer img {
  background: white;
  border-radius: var(--radius);
  margin-bottom: 12px;
  padding: 8px;
  width: 136px;
}

.footer p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 4px;
}

.footer a,
.mini-stats a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover,
.mini-stats a:hover {
  text-decoration: underline;
}

.floating-review {
  align-items: center;
  background: white;
  border: 1px solid rgba(21, 33, 36, 0.1);
  box-shadow: 0 10px 28px rgba(15, 23, 25, 0.22);
  display: flex;
  gap: 14px;
  max-width: 300px;
  padding: 14px 18px 13px;
  position: fixed;
  right: 22px;
  top: 118px;
  z-index: 30;
}

.gallery-title {
  padding-bottom: 0;
}

.gallery-title h1 {
  font-size: clamp(2rem, 4vw, 3.3rem);
  margin-bottom: 0;
}

.mobile-sticky-cta {
  display: none;
}

.floating-review .google-g {
  background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 48%, #fbbc05 0 70%, #ea4335 0 100%);
  background-clip: text;
  color: transparent;
  flex: 0 0 auto;
  font-size: 3.1rem;
  font-weight: 900;
  line-height: 1;
  -webkit-background-clip: text;
}

.floating-review strong,
.floating-review small {
  display: block;
}

.floating-review strong {
  color: #3c4043;
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 3px;
}

.floating-review .review-line {
  align-items: center;
  color: #f57c00;
  display: flex;
  gap: 6px;
  font-size: 1.18rem;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.floating-review .review-line b {
  color: #f57c00;
  font-size: 1.34rem;
}

.floating-review small {
  color: #687174;
  font-size: 0.95rem;
  margin-top: 4px;
}

.review-backdrop {
  background: rgba(15, 23, 25, 0.28);
  border: 0;
  cursor: pointer;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 180ms ease;
  z-index: 39;
}

.admin-page {
  background: var(--soft);
}

.admin-shell {
  display: grid;
  min-height: 100vh;
  padding: clamp(22px, 5vw, 72px);
  place-items: center;
}

.admin-lock,
.admin-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-width: 880px;
  padding: clamp(24px, 4vw, 44px);
  width: min(100%, 880px);
}

.admin-panel {
  display: grid;
  gap: 24px;
}

.admin-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-subhead {
  font-size: 1.15rem;
  margin: 10px 0 0;
}

.admin-checks {
  align-content: end;
  display: grid;
  gap: 10px;
}

.admin-checks label {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  gap: 10px;
  min-height: 48px;
  padding: 12px 14px;
}

.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.review-drawer {
  background: #f8f9fa;
  border-left: 1px solid #dadce0;
  bottom: 0;
  box-shadow: -18px 0 46px rgba(15, 23, 25, 0.18);
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: min(460px, 100vw);
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(105%);
  transition: transform 220ms ease;
  width: 460px;
  z-index: 40;
}

.reviews-open .review-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.reviews-open .review-drawer {
  transform: translateX(0);
}

.review-drawer-head {
  background: white;
  border-bottom: 1px solid #e6e8eb;
  padding: 22px 24px 20px;
  position: relative;
}

.review-close {
  align-items: center;
  background: #f1f3f4;
  border: 0;
  border-radius: 50%;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 34px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 16px;
  top: 14px;
  width: 34px;
}

.review-business {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 52px 1fr;
  padding-right: 34px;
}

.review-store {
  align-items: center;
  border: 4px solid #1a73e8;
  border-radius: 7px;
  color: #1a73e8;
  display: flex;
  font-size: 1.5rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.review-business h2 {
  color: #1558d6;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 4px;
}

.review-business p {
  color: #f57c00;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
}

.review-business p b {
  color: #f57c00;
  margin-right: 4px;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.review-actions a {
  align-items: center;
  background: #1a73e8;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 34px;
  padding: 9px 14px;
}

.review-actions span {
  background: white;
  border-radius: 50%;
  color: #4285f4;
  display: inline-flex;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  margin-left: 6px;
  width: 18px;
}

.review-list {
  overflow-y: auto;
  padding: 14px 0 28px;
}

.review-item {
  background: white;
  display: grid;
  gap: 16px;
  grid-template-columns: 54px 1fr;
  padding: 20px 24px;
}

.review-item + .review-item {
  border-top: 1px solid #eef0f2;
}

.review-avatar {
  align-items: center;
  background: #f57c00;
  border-radius: 50%;
  color: white;
  display: flex;
  font-size: 1.5rem;
  font-weight: 500;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.review-item:nth-child(2n) .review-avatar {
  background: #795548;
}

.review-item:nth-child(3n) .review-avatar {
  background: #6f4cc2;
}

.review-item h3 {
  color: #1558d6;
  font-size: 0.98rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 3px;
}

.review-item small {
  color: #5f6368;
  display: block;
  margin-bottom: 8px;
}

.review-item .review-stars {
  color: #f57c00;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.review-item p {
  color: #3c4043;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0;
}

@media (max-width: 1020px) {
  .home-hero,
  .intro-panel,
  .split-feature,
  .quote-page,
  .page-hero,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: auto;
  }

  .hero-media {
    aspect-ratio: 1.22;
    min-height: 0;
  }

  .quick-links,
  .card-grid.three,
  .info-columns,
  .logo-row,
  .answer-grid,
  .step-row,
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .warranty-band {
    grid-template-columns: 1fr;
  }

  .compact-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    display: grid;
    gap: 5px 8px;
    grid-template-columns: 1fr auto auto;
    justify-content: space-between;
    min-height: 98px;
    padding: 7px 10px 7px;
    position: sticky;
  }

  .brand {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: end;
    padding-right: 52px;
    z-index: 1;
  }

  .brand img {
    height: 70px;
    width: 224px;
    max-width: 62vw;
  }

  .menu-toggle {
    align-items: center;
    align-self: center;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(122, 86, 0, 0.26);
    border-radius: 8px;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    grid-column: 1;
    grid-row: 1;
    height: 40px;
    justify-content: center;
    justify-self: start;
    padding: 0;
    width: 40px;
    z-index: 2;
  }

  .menu-toggle span {
    background: var(--ink);
    border-radius: 999px;
    display: block;
    height: 3px;
    transition: transform 0.18s ease, opacity 0.18s ease;
    width: 20px;
  }

  .site-header.menu-open .menu-toggle span:first-child {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .menu-toggle span:last-child {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav {
    align-items: stretch;
    background: rgba(251, 250, 246, 0.94);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(21, 33, 36, 0.1);
    border-radius: 8px;
    box-shadow: 0 20px 40px rgba(15, 23, 25, 0.14);
    display: grid;
    gap: 0;
    grid-column: 1 / -1;
    left: 12px;
    max-width: min(72vw, 236px);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: auto;
    top: calc(100% + 8px);
    transform: translateX(-10px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    width: 236px;
    z-index: 23;
  }

  .site-header.menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    border-bottom: 1px solid rgba(21, 33, 36, 0.08);
    display: block;
    min-height: 48px;
    padding: 13px 16px;
    text-align: left;
    width: 100%;
  }

  .nav a:hover,
  .nav a:focus-visible {
    background: rgba(17, 109, 85, 0.08);
    color: var(--green);
  }

  .nav a:last-child {
    border-bottom: 0;
  }

  .header-call {
    font-size: 0.78rem;
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
    min-height: 30px;
    padding: 6px 10px;
  }

  .header-gallery {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(21, 33, 36, 0.18);
    border-radius: var(--radius);
    color: var(--ink);
    display: inline-flex;
    font-size: 0.73rem;
    font-weight: 900;
    grid-column: 2;
    grid-row: 2;
    justify-content: center;
    justify-self: end;
    min-height: 30px;
    min-width: 70px;
    padding: 6px 9px;
  }

  .mobile-header-phone {
    align-items: center;
    color: var(--green);
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 900;
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    line-height: 1;
    min-height: 30px;
    text-align: left;
  }

  .menu-backdrop {
    background: rgba(15, 23, 25, 0.28);
    backdrop-filter: blur(4px);
    border: 0;
    cursor: pointer;
    display: block;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.18s ease;
    z-index: 19;
  }

  .mobile-menu-open .menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  h1 {
    font-size: 2.16rem;
  }

  .home-hero,
  .page-hero,
  .quote-page {
    padding-top: 24px;
  }

  .hero-media {
    aspect-ratio: 1.55;
    min-height: 0;
    order: -1;
  }

  .hero-media img {
    object-fit: cover;
    object-position: 70% 58%;
  }

  .home-hero {
    gap: 16px;
    padding-bottom: 20px;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin: 20px 0 14px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-warranty {
    display: block;
    line-height: 1.25;
    margin: 0;
    padding-bottom: 4px;
  }

  .rating-strip {
    display: none;
  }

  .card-grid.two,
  .card-grid.three,
  .info-columns,
  .logo-row,
  .answer-grid,
  .step-row,
  .blog-grid,
  .video-grid,
  .quote-form,
  .admin-form {
    grid-template-columns: 1fr;
  }

  .blog-list a,
  .compact-list a {
    grid-template-columns: 1fr;
  }

  .quick-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-links a,
  .quick-links a:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    grid-template-rows: 110px auto auto auto;
    min-height: 260px;
    padding: 14px;
  }

  .quick-links img {
    height: 110px;
    margin-bottom: 14px;
  }

  .quick-links span {
    margin-bottom: 12px;
  }

  .quick-links strong {
    font-size: 1rem;
  }

  .quick-links small {
    font-size: 0.82rem;
  }

  .cta,
  .footer {
    align-items: flex-start;
  }

  .cta {
    flex-direction: column;
  }

  .footer {
    grid-template-columns: 1fr;
    padding-bottom: 118px;
  }

  .footer.compact {
    grid-template-columns: 1fr;
    justify-content: start;
  }

  .footer > div:last-child {
    grid-column: auto;
    justify-self: start;
    text-align: left;
  }

  .floating-review {
    bottom: auto;
    left: auto;
    max-width: 206px;
    padding: 9px 11px;
    right: 12px;
    top: calc(98px + 24px);
  }

  .floating-review .google-g {
    font-size: 1.85rem;
  }

  .floating-review strong {
    display: none;
  }

  .floating-review .review-line {
    font-size: 0.82rem;
    gap: 4px;
  }

  .floating-review .review-line b {
    font-size: 0.98rem;
  }

  .floating-review small {
    font-size: 0.72rem;
    margin-top: 1px;
  }

  .review-drawer {
    left: 0;
    max-width: none;
    right: 0;
    width: auto;
  }

  .review-drawer-head {
    padding: 18px 18px 16px;
  }

  .review-business {
    gap: 12px;
    grid-template-columns: 44px 1fr;
  }

  .review-store {
    height: 40px;
    width: 40px;
  }

  .review-business h2 {
    font-size: 1.05rem;
  }

  .review-actions a {
    flex: 1 1 0;
    font-size: 0.76rem;
    min-height: 40px;
    min-width: 0;
    padding: 8px 10px;
  }

  .review-item {
    gap: 12px;
    grid-template-columns: 44px 1fr;
    padding: 18px;
  }

  .review-avatar {
    font-size: 1.22rem;
    height: 44px;
    width: 44px;
  }

  .section,
  .section-tight {
    padding-bottom: 62px;
    padding-top: 62px;
  }

  body {
    padding-bottom: 132px;
  }

  .mobile-sticky-cta {
    background: rgba(251, 250, 246, 0.96);
    border-top: 1px solid var(--line);
    bottom: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 7px 10px;
    position: fixed;
    right: 0;
    z-index: 38;
  }

  .mobile-sticky-cta a {
    align-items: center;
    border-radius: var(--radius);
    display: flex;
    font-size: 0.9rem;
    font-weight: 900;
    justify-content: center;
    min-height: 40px;
  }

  .mobile-sticky-cta a:first-child {
    background: var(--green);
    color: white;
  }

  .mobile-sticky-cta a:last-child {
    background: var(--coral);
    color: white;
  }
}
