:root {
  --bg: #f6f7f2;
  --surface: #ffffff;
  --surface-strong: #fbfbf7;
  --surface-soft: #eef3e9;
  --surface-deep: #193524;
  --ink: #18251d;
  --muted: #687367;
  --line: rgba(24, 37, 29, 0.12);
  --brand: #227b45;
  --brand-deep: #155b32;
  --accent: #5f8069;
  --shadow: 0 18px 44px rgba(29, 45, 33, 0.11);
  --radius-xl: 18px;
  --radius-lg: 14px;
  --radius-md: 10px;
  --radius-sm: 8px;
  --container: min(1180px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(196, 154, 66, 0.11), transparent 28rem),
    linear-gradient(180deg, #f8f8f3 0%, #eff3ec 56%, #f8f8f4 100%);
}

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

.site-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.thanks-body {
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(236, 243, 232, 0.9)),
    url("assets/generated/tegrity-homewood-hero.jpg") center / cover fixed;
}

.thanks-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 34px 16px;
}

.thanks-card {
  width: min(680px, 100%);
  padding: clamp(26px, 5vw, 48px);
  border: 1px solid rgba(24, 37, 29, 0.12);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 0 24px 70px rgba(28, 45, 34, 0.16);
}

.thanks-logo {
  width: min(220px, 58vw);
  height: auto;
  margin: 0 0 24px;
}

.thanks-card h1 {
  max-width: 560px;
  margin: 0;
  font-size: clamp(2.1rem, 7vw, 4.4rem);
  line-height: 0.98;
}

.thanks-lead {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--accent);
  font-size: clamp(1.02rem, 2.6vw, 1.22rem);
  font-weight: 700;
  line-height: 1.55;
}

.thanks-note {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 18px;
  border: 1px solid rgba(34, 123, 69, 0.13);
  border-radius: var(--radius-md);
  background: #f3f7ef;
}

.thanks-note p,
.thanks-signature span {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.thanks-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 20px 0 0;
  color: var(--brand-deep);
  font-weight: 800;
}

.thanks-contact a {
  overflow-wrap: anywhere;
}

.thanks-signature {
  display: grid;
  gap: 4px;
  margin: 28px 0 0;
}

.thanks-signature strong {
  font-family: "Archivo", sans-serif;
  font-size: 1.24rem;
}

.thanks-actions {
  margin-top: 26px;
}

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

.container {
  width: var(--container);
  max-width: 100%;
  margin: 0 auto;
}

.container,
.site-header,
.hero-grid,
.booking-grid,
.qr-grid,
.feature-grid,
.footer-grid,
.services-grid,
.gallery-grid,
.process-grid,
.reviews-grid,
.quote-grid {
  min-width: 0;
}

.hero-grid > *,
.booking-grid > *,
.qr-grid > *,
.feature-grid > *,
.footer-grid > *,
.services-grid > *,
.gallery-grid > *,
.process-grid > *,
.reviews-grid > *,
.quote-grid > * {
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(248, 248, 243, 0.94);
  border-bottom: 1px solid rgba(24, 37, 29, 0.08);
}

.topbar {
  background: var(--surface-deep);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
}

.topbar-shell,
.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.topbar-shell {
  min-height: 42px;
}

.topbar-shell p {
  margin: 0;
}

.topbar-actions span {
  color: rgba(255, 255, 255, 0.68);
}

.topbar-actions a {
  color: #fff;
  font-weight: 700;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-logo {
  display: block;
  width: 74px;
  height: 74px;
  object-fit: contain;
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 12px 24px rgba(18, 45, 27, 0.08);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong,
.brand-copy span,
p,
li,
h1,
h2,
h3,
h4,
a,
button {
  overflow-wrap: anywhere;
}

.brand-copy strong,
.site-nav a,
.button,
h1,
h2,
h3 {
  font-family: "Archivo", sans-serif;
}

.brand-copy strong {
  font-size: 1.42rem;
  letter-spacing: 0;
}

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

.site-nav {
  display: flex;
  gap: 26px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--brand-deep);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border-radius: var(--radius-sm);
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-solid {
  background: var(--brand-deep);
  color: #fff;
}

.button-outline {
  background: #fff;
  border-color: rgba(24, 48, 33, 0.16);
}

.hero {
  padding: 28px 0 22px;
}

.hero-grid,
.booking-grid,
.qr-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  padding: 22px 0 10px;
}

.eyebrow,
.mini-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--brand);
}

h1 {
  margin: 0;
  max-width: 14ch;
  font-size: clamp(2.2rem, 3.7vw, 4.05rem);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 2.3vw, 2.35rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.hero-text,
.section-heading p,
.booking-copy p,
.hero-card-copy,
.qr-target,
.feature-card p,
.form-status {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.65;
}

.hero-text {
  max-width: 58ch;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 22px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges span,
.mini-list li,
.checklist li {
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  background: #fff;
  border: 1px solid rgba(24, 37, 29, 0.08);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-card,
.feature-card,
.service-card,
.review-card,
.result-card,
.qr-card,
.booking-form,
.contact-card,
.booking-note {
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(24, 37, 29, 0.09);
  box-shadow: var(--shadow);
}

.hero-card {
  overflow: hidden;
  display: grid;
  align-self: start;
  background: #fff;
}

.hero-card-media {
  padding: 12px 12px 0;
}

.hero-photo-stack {
  position: relative;
  min-height: 292px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #e8efe5 0%, #d8e5d0 48%, #b9c9b0 100%);
  overflow: hidden;
}

.hero-photo {
  position: absolute;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  box-shadow: 0 22px 46px rgba(15, 34, 21, 0.18);
}

.hero-photo-primary {
  inset: 0;
  border-radius: var(--radius-lg);
  background-image:
    linear-gradient(180deg, rgba(24, 37, 29, 0.02), rgba(24, 37, 29, 0.1)),
    url("assets/jobs/driveway-refresh-after.jpeg");
  background-position: 52% 44%;
}

.hero-photo-secondary {
  right: 18px;
  bottom: 18px;
  width: min(44%, 230px);
  height: 168px;
  background-image:
    linear-gradient(180deg, rgba(24, 37, 29, 0.02), rgba(24, 37, 29, 0.18)),
    url("assets/jobs/front-bed-after.jpeg");
  border: 6px solid rgba(255, 255, 255, 0.9);
}

.hero-card-top,
.hero-card-note {
  padding: 18px 22px 0;
}

.hero-card-top h2 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.hero-card-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 18px 22px;
}

.hero-card-metrics article {
  padding: 13px 12px;
  border-radius: var(--radius-md);
  background: #f3f6ef;
}

.metric-number {
  display: block;
  margin-bottom: 6px;
  font-family: "Archivo", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.metric-label {
  color: var(--muted);
  font-size: 0.95rem;
}

.mini-list,
.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.section {
  padding: 74px 0;
}

.feature-strip {
  padding-top: 12px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.85fr;
  gap: 18px;
}

.feature-card {
  padding: 26px;
}

.feature-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--brand-deep);
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}

.feature-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2vw, 1.95rem);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.service-showcase {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.84fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.service-showcase .section-heading {
  margin-left: 0;
  margin-right: 0;
}

.service-showcase .services-grid {
  grid-template-columns: 1fr;
  gap: 14px;
}

.service-showcase-media {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.service-showcase-media figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: #e8eee4;
  border: 1px solid rgba(24, 37, 29, 0.1);
}

.service-showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-photo-large {
  aspect-ratio: 4 / 3;
}

.service-photo-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.service-photo-pair figure {
  aspect-ratio: 1 / 1;
}

.service-showcase-media figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(15, 42, 25, 0.78);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
}

.services-grid,
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  padding: 24px;
}

.service-card {
  position: relative;
  padding: 22px 22px 20px;
  box-shadow: none;
  background: #fffdf8;
}

.service-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: var(--brand-deep);
}

.service-card h3,
.review-card h3,
.result-card h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
}

.service-card p,
.review-card p,
.result-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.service-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
  padding: 18px 20px;
  border: 1px solid rgba(24, 37, 29, 0.1);
  border-radius: var(--radius-sm);
  background: #f3f7ef;
}

.service-note strong {
  font-family: "Archivo", sans-serif;
  font-size: 1rem;
}

.service-note span {
  color: var(--muted);
  line-height: 1.55;
}

.alt-section,
.booking-section {
  background: linear-gradient(180deg, #eef3e9 0%, #f8f8f4 100%);
}

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

.result-card {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(27, 52, 35, 0.09);
  box-shadow: var(--shadow);
}

.result-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  background: #ffffff;
}

.result-panel {
  min-height: 330px;
  padding: 18px;
  position: relative;
  background-size: var(--bg-size, cover);
  background-position: var(--bg-position, center);
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.result-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(14, 24, 16, 0.1) 100%);
}

.result-panel::selection {
  background: transparent;
}

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

.result-panel::after {
  content: attr(data-label);
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  background: #0f3a22;
  color: #fffaf2;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(9, 25, 15, 0.14);
}

.result-before {
  filter: saturate(1.02) brightness(1.04) contrast(1.01);
}

.result-after {
  filter: saturate(1.08) brightness(1.07) contrast(1.03);
}

.result-before::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(28, 30, 29, 0.08) 100%),
    linear-gradient(135deg, rgba(96, 86, 67, 0.04), rgba(58, 50, 40, 0.03));
}

.result-after::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(10, 23, 14, 0.06) 100%),
    linear-gradient(135deg, rgba(31, 141, 65, 0.02), rgba(26, 62, 24, 0.01));
}

.result-copy {
  padding: 18px 22px 24px;
}

.result-card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  color: var(--brand-deep);
}

.result-copy p {
  color: #4d5f50;
  margin: 0;
}

.review-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.review-card {
  background: #ffffff;
}

.review-stars {
  color: #d4a72c;
  letter-spacing: 0.08em;
}

.review-author {
  font-size: 0.96rem;
  color: var(--muted);
  margin-top: 14px;
}

.review-submission-shell {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 24px;
  margin-top: 28px;
}

.review-submission-copy,
.review-form,
.footer-qr-card {
  border-radius: var(--radius-xl);
  background: var(--surface);
  border: 1px solid rgba(24, 37, 29, 0.09);
  box-shadow: var(--shadow);
}

.review-submission-copy {
  padding: 28px;
}

.review-submission-copy h3 {
  margin: 0 0 12px;
  font-size: 1.3rem;
}

.review-submission-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.review-form {
  padding: 28px;
}

.review-form label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.review-form input,
.review-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--ink);
  font: inherit;
}

.review-form input:focus,
.review-form textarea:focus {
  outline: 2px solid rgba(45, 106, 58, 0.2);
  border-color: rgba(45, 106, 58, 0.38);
}

.star-rating {
  margin: 0 0 16px;
  padding: 0;
  border: 0;
}

.star-rating legend {
  margin-bottom: 10px;
  font-weight: 600;
}

.star-rating-options {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 4px;
}

.star-rating-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.star-rating-options label {
  margin: 0;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  color: #c7d2c8;
  transition: color 160ms ease, transform 160ms ease;
}

.star-rating-options label:hover,
.star-rating-options label:hover ~ label,
.star-rating-options input:checked ~ label {
  color: #f2b948;
}

.star-rating-options label:hover {
  transform: translateY(-1px);
}

.review-status {
  margin-top: 14px;
}

.qr-card {
  display: grid;
  place-items: center;
  padding: 28px;
}

.qr-card img {
  width: min(100%, 280px);
  aspect-ratio: 1;
  border-radius: var(--radius-lg);
  background: white;
  padding: 16px;
}

.booking-copy {
  align-self: start;
}

.booking-note,
.contact-card {
  margin-top: 22px;
  padding: 24px;
}

.contact-card {
  background: var(--surface-deep);
  color: #fff;
}

.contact-card .mini-label {
  color: rgba(255, 255, 255, 0.72);
}

.contact-line {
  display: block;
  margin-top: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 1.02rem;
  font-weight: 700;
}

.booking-form {
  padding: 30px;
}

.booking-form label {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--surface-strong);
  color: var(--ink);
  font: inherit;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 2px solid rgba(45, 106, 58, 0.2);
  border-color: rgba(45, 106, 58, 0.38);
}

.submit-button {
  width: 100%;
  margin-top: 6px;
}

.site-footer {
  padding: 34px 0 48px;
  border-top: 1px solid rgba(23, 32, 25, 0.08);
  background: #ffffff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.8fr 0.95fr;
  gap: 18px;
}

.footer-grid p,
.footer-links {
  color: var(--muted);
}

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

.footer-qr {
  display: flex;
  justify-content: flex-end;
}

.footer-qr-card {
  width: 100%;
  max-width: 190px;
  padding: 18px;
  text-align: center;
}

.footer-qr-card img {
  width: 100%;
  max-width: 124px;
  margin: 8px auto 12px;
  display: block;
  border-radius: 16px;
  background: #fff;
  padding: 8px;
}

.footer-qr-card a {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--brand-deep);
}

@media (max-width: 1080px) {
  .feature-grid,
  .hero-grid,
  .booking-grid,
  .qr-grid,
  .review-submission-shell,
  .results-grid,
  .service-showcase,
  .services-grid,
  .reviews-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-card-metrics {
    grid-template-columns: 1fr;
  }

  .topbar-shell,
  .topbar-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .topbar-shell {
    padding: 10px 0;
  }

  .footer-qr {
    justify-content: flex-start;
  }

  .service-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .service-showcase-media {
    order: -1;
  }

}

@media (max-width: 900px) {
  .site-nav,
  .nav-cta {
    display: none;
  }
}

@media (max-width: 720px) {
  .topbar {
    display: none;
  }

  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 60px;
    height: 60px;
  }

  .nav-shell {
    min-height: 72px;
  }

  .hero {
    padding: 18px 0 14px;
  }

  .hero-grid {
    gap: 18px;
  }

  .hero-copy {
    padding: 8px 0 0;
  }

  .section {
    padding: 58px 0;
  }

  h1 {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
    margin: 22px 0 0;
  }

  .button {
    width: 100%;
  }

  .hero-badges,
  .hero-card-top,
  .hero-card-metrics,
  .hero-card-note {
    display: none;
  }

  .hero-card-media {
    padding: 8px;
  }

  .hero-photo-stack {
    min-height: 180px;
  }

  .hero-photo-primary {
    inset: 0;
  }

  .hero-photo-secondary {
    right: 18px;
    bottom: 18px;
    width: 128px;
    height: 94px;
  }

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

  .service-showcase-media figcaption {
    position: static;
    border-radius: 0;
  }

  .result-images {
    grid-template-columns: 1fr;
  }

  .result-panel {
    min-height: 240px;
  }

  .result-panel::after {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
  }
}

/* Final residential direction */
body {
  background: #f7f8f4;
}

.topbar {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: rgba(12, 25, 17, 0.78);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

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

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.brand-copy strong {
  font-size: 1.22rem;
}

.brand-copy small {
  font-size: 0.8rem;
}

.brand-copy small,
.site-nav {
  color: rgba(255, 255, 255, 0.76);
}

.site-nav a:hover {
  color: #fff;
}

.nav-cta {
  background: #fff;
  color: #173522;
}

.premium-hero {
  position: relative;
  min-height: clamp(660px, 88vh, 860px);
  padding: 132px 0 72px;
  display: grid;
  align-items: end;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 17, 11, 0.82) 0%, rgba(7, 17, 11, 0.48) 48%, rgba(7, 17, 11, 0.08) 78%),
    url("assets/generated/tegrity-homewood-hero.jpg") center 54% / cover no-repeat;
  color: #fff;
}

.premium-hero::after {
  display: none;
}

.premium-hero .hero-grid {
  display: block;
}

.premium-hero .container {
  position: relative;
  z-index: 1;
}

.premium-hero .hero-copy {
  max-width: 760px;
  padding: 0;
}

.premium-hero h1 {
  max-width: 10.8ch;
  color: #fff;
  font-size: clamp(3.4rem, 6vw, 6rem);
  line-height: 0.98;
}

.premium-hero .hero-text {
  max-width: 590px;
  margin: 24px 0 0;
  font-size: 1.14rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.84);
}

.premium-hero .eyebrow {
  color: rgba(255, 255, 255, 0.78);
}

.premium-hero .hero-actions {
  margin: 32px 0 0;
}

.premium-hero .button {
  min-height: 52px;
  border-radius: 6px;
}

.premium-hero .button-solid {
  background: #fff;
  color: #173522;
}

.premium-hero .button-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.feature-strip {
  padding: 72px 0;
  background: #fff;
}

.feature-card,
.service-card,
.review-card,
.result-card,
.review-submission-copy,
.review-form,
.booking-form,
.contact-card,
.footer-qr-card {
  border-radius: 8px;
}

.section-heading {
  text-align: left;
  margin-left: 0;
}

.booking-section {
  background: #173522;
  color: #fff;
}

.booking-section .eyebrow,
.booking-section .mini-label {
  color: #b9d0c0;
}

.result-panel {
  filter: saturate(0.9) contrast(1.04) brightness(1.02);
}

.booking-section .booking-copy p {
  color: rgba(255, 255, 255, 0.8);
}

.booking-section .booking-form {
  background: rgba(255, 255, 255, 0.97);
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.5);
}

.booking-section .booking-form {
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.2);
}

.quote-response-body {
  min-height: 100vh;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(18, 49, 31, 0.9), rgba(30, 76, 43, 0.72)),
    url("assets/jobs/retaining-bed-after.jpeg") center / cover no-repeat;
  color: var(--ink);
}

.quote-response-screen {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: clamp(14px, 4vw, 28px);
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

.quote-response-card {
  width: min(620px, 100%);
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 10px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22);
  padding: clamp(24px, 5vw, 46px);
  overflow: hidden;
  overflow-wrap: anywhere;
}

.quote-response-logo {
  display: block;
  width: min(132px, 42vw);
  height: auto;
  margin: 0 auto 18px;
}

.quote-response-card h1 {
  margin: 6px 0 14px;
  font-family: "Archivo", Arial, sans-serif;
  font-size: clamp(2rem, 6vw, 3.6rem);
  line-height: 1;
  letter-spacing: 0;
  color: #17291f;
  overflow-wrap: anywhere;
  text-align: center;
}

.quote-response-lead {
  max-width: 48ch;
  color: #55645a;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 auto 22px;
  text-align: center;
}

.quote-response-form {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.quote-response-form label {
  display: grid;
  gap: 8px;
  color: #17291f;
  font-weight: 800;
}

.quote-response-form input,
.quote-response-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid #d7dfd4;
  border-radius: 8px;
  background: #fffef9;
  color: #17291f;
  font: inherit;
  padding: 13px 14px;
}

.quote-response-form textarea {
  resize: vertical;
}

.quote-response-form button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #155b32;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 0 20px;
}

.quote-response-form button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.quote-response-status {
  min-height: 26px;
  margin: 18px 0 0;
  color: #55645a;
  font-weight: 800;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.quote-response-status[data-tone="success"] {
  color: #155b32;
}

.quote-response-status[data-tone="error"] {
  color: #9f2f23;
}

.quote-response-signature {
  display: grid;
  gap: 4px;
  margin-top: 22px;
  color: #55645a;
  text-align: center;
}

.quote-response-signature strong {
  color: #17291f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
}

@media (max-width: 1080px) {
  .premium-hero {
    min-height: 680px;
  }

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

  .project-ribbon img {
    height: auto;
  }
}

@media (max-width: 720px) {
  .quote-response-screen {
    align-items: stretch;
    min-height: 100svh;
    padding: 10px;
  }

  .quote-response-card {
    align-self: center;
    border-radius: 8px;
    width: 100%;
    padding: 16px 12px;
  }

  .quote-response-logo {
    margin-bottom: 14px;
  }

  .quote-response-card .eyebrow {
    text-align: center;
  }

  .quote-response-card h1 {
    margin-bottom: 10px;
    font-size: clamp(1.75rem, 8.5vw, 2.35rem);
    line-height: 1.05;
  }

  .quote-response-lead {
    font-size: 0.98rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .quote-response-form {
    gap: 12px;
  }

  .quote-response-form input,
  .quote-response-form textarea {
    padding: 12px;
  }

  .quote-response-status,
  .quote-response-signature {
    margin-top: 14px;
  }

  .nav-shell {
    min-height: 68px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
  }

  .brand-copy small {
    display: none;
  }

  .premium-hero {
    min-height: 720px;
    padding: 110px 0 54px;
    background-position: 66% center;
  }

  .premium-hero h1 {
    max-width: 11ch;
    font-size: clamp(2.8rem, 13vw, 4rem);
    line-height: 1;
  }

  .premium-hero .hero-text {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 1rem;
  }

  .premium-hero .hero-actions {
    gap: 10px;
    margin-top: 26px;
  }

  .project-ribbon {
    padding: 34px 0 48px;
  }

  .project-ribbon-heading {
    display: block;
    margin-bottom: 16px;
  }

  .project-ribbon-heading > p:last-child {
    margin-top: 6px;
    font-size: 0.92rem;
  }

  .project-ribbon-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .project-ribbon img {
    aspect-ratio: 16 / 10;
  }
}
