:root {
  --green-900: #003f27;
  --green-800: #005333;
  --green-700: #007044;
  --green-100: #e5f4ea;
  --gold: #d8a411;
  --gold-dark: #ba8500;
  --cream: #fffaf1;
  --paper: #fffdf8;
  --ink: #123328;
  --muted: #60746c;
  --line: rgba(0, 63, 39, 0.18);
  --shadow: 0 18px 50px rgba(0, 63, 39, 0.14);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Trebuchet MS", Arial, sans-serif;
  --page-max: 1180px;
  --page-max-narrow: 1060px;
  --page-gutter: clamp(22px, 5vw, 62px);
  --page-pad: max(var(--page-gutter), calc((100vw - var(--page-max)) / 2));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 24px;
  min-height: 86px;
  padding: 12px clamp(20px, 5vw, 68px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(0, 63, 39, 0.1);
  backdrop-filter: blur(12px);
}

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

.brand-logo {
  display: block;
  width: clamp(230px, 20vw, 304px);
  height: auto;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: clamp(18px, 1.8vw, 30px);
  color: var(--green-900);
  font-size: 1.06rem;
  font-weight: 800;
}

.desktop-quote {
  justify-self: end;
}

.desktop-nav a,
.mobile-menu a:not(.quote-link),
.site-footer a {
  transition: color 160ms ease;
}

.desktop-nav a:hover,
.mobile-menu a:hover,
.site-footer a:hover {
  color: var(--gold-dark);
}

.quote-link,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  font-weight: 800;
  border: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
}

.quote-link,
.button-gold {
  color: #101e18;
  background: linear-gradient(180deg, #efbd22, var(--gold));
  box-shadow: 0 8px 18px rgba(216, 164, 17, 0.28);
}

.button-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--green-700), var(--green-900));
  box-shadow: 0 12px 24px rgba(0, 83, 51, 0.25);
}

.button-secondary {
  color: var(--green-900);
  border-color: var(--green-800);
  background: rgba(255, 255, 255, 0.7);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 2px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.menu-lines,
.menu-lines::before,
.menu-lines::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  background: var(--green-900);
  content: "";
}

.menu-lines::before {
  transform: translateY(-7px);
}

.menu-lines::after {
  transform: translateY(5px);
}

.mobile-menu {
  position: fixed;
  inset: 86px 0 auto 0;
  z-index: 19;
  padding: 10px var(--page-gutter) 24px;
  background: rgba(255, 253, 248, 0.98);
  border-bottom: 1px solid rgba(0, 63, 39, 0.14);
  box-shadow: 0 18px 34px rgba(0, 63, 39, 0.12);
  backdrop-filter: blur(12px);
}

.mobile-menu nav {
  display: grid;
  gap: 0;
  margin-bottom: 16px;
  font-weight: 800;
  justify-items: center;
  text-align: center;
  color: var(--green-900);
}

.mobile-menu a:not(.quote-link) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0;
  font-size: 1.06rem;
  text-align: center;
}

.mobile-menu .quote-link {
  display: flex;
  width: min(100%, 260px);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: calc(100vh - 86px);
  overflow: hidden;
  background: var(--paper);
}

.hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100vh - 86px);
  width: min(50vw, 680px);
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
  padding: clamp(46px, 6vw, 80px) 0 clamp(96px, 8vw, 130px);
  margin-left: var(--page-pad);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--green-800);
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1.05rem, 1.6vw, 1.45rem);
  -webkit-text-stroke: 0.45px rgba(255, 255, 255, 0.96);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96),
    0 -1px 0 rgba(255, 255, 255, 0.96),
    1px 0 0 rgba(255, 255, 255, 0.96),
    -1px 0 0 rgba(255, 255, 255, 0.96),
    0 2px 14px rgba(255, 253, 248, 0.78);
}

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

h1 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(3.1rem, 6.3vw, 5.8rem);
  line-height: 0.92;
  text-transform: uppercase;
  color: var(--green-900);
  -webkit-text-stroke: 1.35px rgba(255, 255, 255, 0.96);
  paint-order: stroke fill;
  text-shadow:
    0 2px 0 rgba(255, 255, 255, 0.96),
    0 -2px 0 rgba(255, 255, 255, 0.96),
    2px 0 0 rgba(255, 255, 255, 0.96),
    -2px 0 0 rgba(255, 255, 255, 0.96),
    0 2px 18px rgba(255, 253, 248, 0.82);
}

h1 span {
  display: block;
}

h1 span:last-child,
.section-heading h2 span {
  color: var(--gold-dark);
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 28px;
  font-size: clamp(1.05rem, 1.3vw, 1.25rem);
  color: #1c2e28;
  -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.92);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.92),
    1px 0 0 rgba(255, 255, 255, 0.92),
    -1px 0 0 rgba(255, 255, 255, 0.92),
    0 1px 14px rgba(255, 253, 248, 0.86);
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin-bottom: 28px;
}

.proof-row span {
  display: inline-block;
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--green-900);
  text-shadow: 0 1px 12px rgba(255, 253, 248, 0.86);
}

.proof-row .proof-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: start;
  gap: 12px;
  min-height: 64px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 63, 39, 0.12);
  backdrop-filter: blur(3px);
}

.hero-icon,
.button-icon {
  display: block;
  flex: 0 0 auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hero-icon {
  width: 46px;
}

.button-icon {
  width: 28px;
}

.button-primary .button-icon {
  filter: brightness(0) invert(1);
}

.service-area {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: min(100%, 620px);
  margin-bottom: 24px;
  padding: 9px 14px 10px 12px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 63, 39, 0.12);
  backdrop-filter: blur(3px);
  font-weight: 700;
  text-shadow: none;
}

.service-area > span {
  min-width: 0;
  overflow-wrap: break-word;
}

.service-pin {
  width: 34px;
  margin-top: -2px;
}

.mobile-break {
  display: none;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.or {
  color: var(--muted);
  font-weight: 800;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-media img {
  height: 100%;
  object-position: center center;
}

.section {
  padding: clamp(54px, 7vw, 86px) var(--page-pad);
}

.section-heading {
  max-width: 860px;
  margin: 0 auto 30px;
  text-align: center;
}

.section-heading h2,
.trust-band h2,
.split h2,
.contact-cta h2 {
  margin-bottom: 8px;
  color: var(--green-900);
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 3.3rem);
  line-height: 1;
  text-transform: uppercase;
}

.section-heading p {
  color: #2f443b;
  font-size: 1.08rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  max-width: var(--page-max);
  margin: 0 auto;
}

.service-card {
  overflow: hidden;
  min-height: 356px;
  padding: 18px 8px 8px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(0, 63, 39, 0.08);
}

.service-card h3 {
  min-height: 58px;
  margin-bottom: 12px;
  color: var(--green-900);
  font-size: 1rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.service-icon {
  display: none;
}

.service-icon-img {
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 8px;
  object-fit: contain;
  object-position: center;
}

.legacy-service-icon {
  display: block;
  margin-bottom: 6px;
  color: var(--green-800);
  font-size: 2rem;
}

.service-card img {
  height: 178px;
  border-radius: 6px;
}

.service-card img.service-icon-img {
  height: 54px;
  border-radius: 0;
}

.trust-band {
  padding: 42px var(--page-pad);
  color: #fff;
  background:
    radial-gradient(circle at 15% 10%, rgba(216, 164, 17, 0.26), transparent 24%),
    linear-gradient(90deg, var(--green-900), var(--green-700), var(--green-900));
  text-align: center;
}

.trust-band h2 {
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: var(--page-max-narrow);
  margin: 28px auto 0;
}

.trust-grid article {
  padding: 0 28px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.trust-grid article:first-child {
  border-left: 0;
}

.trust-grid span {
  display: none;
}

.trust-icon {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  object-fit: contain;
  object-position: center;
}

.legacy-trust-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 14px;
  color: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 900;
}

.trust-grid h3,
.site-footer h3 {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 1rem;
}

.trust-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.88);
}

.split {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 48px;
  align-items: center;
  max-width: var(--page-max);
  margin: 0 auto;
}

.about-section {
  max-width: none;
  min-height: 650px;
  padding: clamp(60px, 7vw, 96px) var(--page-pad);
  background-image: url("public/about/sunlife-about-background.png");
  background-size: cover;
  background-position: center;
}

.about-copy {
  max-width: 640px;
}

.about-copy .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.about-copy .eyebrow::after {
  display: inline-block;
  width: 58px;
  height: 16px;
  background: linear-gradient(90deg, var(--gold), transparent 72%);
  clip-path: polygon(0 45%, 72% 45%, 78% 0, 84% 45%, 100% 45%, 86% 58%, 78% 100%, 72% 58%, 0 58%);
  content: "";
}

.about-copy h2 {
  max-width: 620px;
}

.about-copy p:not(.eyebrow) {
  max-width: 610px;
  margin-top: 28px;
  color: #2f443b;
  font-size: clamp(1rem, 1.25vw, 1.14rem);
  line-height: 1.72;
}

.about-panel {
  justify-self: end;
  width: min(100%, 560px);
  padding: clamp(24px, 3.5vw, 42px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  font-size: 1.08rem;
  backdrop-filter: blur(4px);
}

.about-panel > p {
  color: #2f443b;
  line-height: 1.65;
}

.about-panel hr {
  height: 1px;
  margin: 24px 0;
  border: 0;
  background: rgba(216, 164, 17, 0.42);
}

.about-panel > p:last-of-type {
  margin-bottom: 24px;
}

.about-feature-list {
  display: grid;
}

.about-feature-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 16px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 63, 39, 0.12);
}

.about-feature-list h3 {
  margin-bottom: 4px;
  color: var(--green-800);
  font-size: 1.06rem;
}

.about-feature-list p {
  margin-bottom: 0;
  color: #2f443b;
  line-height: 1.45;
}

.about-feature-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  background: rgba(229, 244, 234, 0.9);
  border-radius: 50%;
  box-shadow: 0 10px 22px rgba(0, 63, 39, 0.08);
}

.about-feature-icon-gold {
  background: rgba(255, 239, 186, 0.86);
}

.about-feature-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.line-heading h2 {
  display: inline-grid;
  grid-template-columns: 64px auto 64px;
  align-items: center;
  gap: 26px;
}

.line-heading h2::before,
.line-heading h2::after {
  height: 2px;
  background: var(--gold);
  content: "";
}

.reviews,
.gallery {
  background: linear-gradient(180deg, #fffdf8, #fff7ea);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: var(--page-max-narrow);
  margin: 0 auto;
  align-items: stretch;
}

.google-rating-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: -10px auto 34px;
  padding: 10px 16px;
  color: var(--green-900);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 83, 51, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(0, 63, 39, 0.08);
}

.google-mark {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  object-fit: contain;
  box-shadow: 0 5px 12px rgba(0, 63, 39, 0.08);
}

.google-mark-small {
  width: 28px;
  height: 28px;
}

.rating-value {
  min-width: 2.1em;
  color: var(--green-900);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.rating-label {
  font-weight: 900;
}

.rating-context {
  color: var(--muted);
  font-size: 0.88rem;
}

.review-card {
  display: flex;
  min-height: 252px;
  flex-direction: column;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(0, 63, 39, 0.08);
}

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

.stars {
  color: var(--gold);
  font-size: 1.35rem;
  letter-spacing: 0.08em;
}

.review-card p {
  flex: 1;
  margin-bottom: 24px;
  font-size: 1rem;
  line-height: 1.55;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card strong {
  margin-top: auto;
  color: var(--green-900);
}

.review-card span,
.verification-note,
.muted {
  color: var(--muted);
  font-size: 0.9rem;
}

.verification-note {
  max-width: 780px;
  margin: 22px auto 0;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  max-width: var(--page-max);
  margin: 0 auto;
}

.gallery-grid figure {
  position: relative;
  min-height: 238px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.gallery-grid figcaption {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 128px;
  padding: 7px 16px;
  color: #fff;
  background: var(--green-800);
  border-radius: 6px 6px 0 0;
  font-size: 0.86rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.process {
  background: #fffdf8;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr) 54px minmax(0, 1fr);
  gap: clamp(18px, 2.4vw, 30px);
  align-items: center;
  max-width: var(--page-max-narrow);
  margin: 0 auto;
}

.process-grid article {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 18px;
  align-items: center;
}

.process-icon {
  display: grid;
  place-items: center;
  width: 94px;
  height: 94px;
  overflow: hidden;
  border-radius: 50%;
}

.process-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-arrow {
  display: grid;
  place-items: center;
}

.process-arrow img {
  width: 44px;
  height: auto;
  object-fit: contain;
}

.process-grid h3 {
  margin-bottom: 6px;
  color: var(--green-900);
  text-transform: uppercase;
}

.contact-cta {
  display: grid;
  grid-template-columns: minmax(360px, 1fr) minmax(350px, 0.42fr) minmax(260px, 0.34fr);
  gap: clamp(22px, 3vw, 44px);
  align-items: center;
  padding: clamp(34px, 4vw, 52px) var(--page-pad);
  color: #fff;
  background-color: var(--green-900);
  background-image: url("public/contact/contact-cta-green-pattern-bg.png");
  background-size: cover;
  background-position: center;
}

.contact-copy p {
  max-width: 610px;
  font-size: 1.16rem;
}

.contact-cta h2 {
  color: #fff;
  margin-bottom: 8px;
}

.contact-call,
.contact-card {
  min-height: 118px;
}

.contact-call {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
}

.contact-card {
  display: grid;
  justify-items: start;
  gap: 10px;
  padding-left: 34px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}

.contact-icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.contact-phone-icon {
  filter: brightness(0) invert(1);
}

.contact-quote-icon {
  width: 24px;
  height: 24px;
}

.pending-label {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.82);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.86rem;
}

.phone-placeholder {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.small {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(120px, 0.48fr) minmax(180px, 0.68fr) minmax(250px, 0.9fr) minmax(340px, 1.35fr);
  column-gap: clamp(22px, 2.4vw, 40px);
  row-gap: 34px;
  align-items: start;
  padding: clamp(34px, 4.8vw, 58px) clamp(28px, 4vw, 70px) 34px;
  color: #fff;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 255, 255, 0.05), transparent 22%),
    linear-gradient(90deg, #004222 0%, #006433 50%, #00431f 100%);
  border-top: 3px solid rgba(255, 255, 255, 0.86);
}

.footer-brand {
  max-width: 356px;
}

.footer-logo-link {
  display: block;
  width: min(356px, 100%);
  margin: -6px 0 16px;
}

.footer-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.site-footer p,
.site-footer a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  line-height: 1.26;
}

.footer-brand > p {
  max-width: 304px;
  margin-bottom: 22px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.footer-socials {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0;
  border: 3px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}

.footer-socials img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-quick-links {
  min-height: 246px;
  padding-left: clamp(26px, 4.2vw, 70px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-list h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: clamp(1.18rem, 1.25vw, 1.36rem);
  line-height: 1;
}

.footer-list p,
.footer-list a {
  font-size: 1.08rem;
}

.footer-contact {
  font-style: normal;
}

.footer-contact p {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  margin-bottom: 22px;
  font-size: clamp(1.02rem, 1vw, 1.16rem);
  overflow-wrap: anywhere;
}

.footer-contact img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-map {
  display: grid;
  align-content: start;
  justify-items: start;
  min-width: 0;
}

.footer-map-card {
  width: min(100%, 360px);
  margin: 0 0 14px;
}

.footer-map-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: none;
}

.footer-map .service-area-summary {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.02rem;
  line-height: 1.34;
}

.service-area-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 360px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.service-area-cities li {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  color: #fff7d7;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(246, 201, 92, 0.72);
  border-radius: 999px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.footer-bottom p,
.footer-bottom a {
  margin-bottom: 0;
  font-size: 1.02rem;
}

.footer-bottom p {
  justify-self: center;
  padding-left: 18%;
}

.footer-bottom nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-bottom nav span {
  display: block;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.45);
}

.site-credit {
  grid-column: 1 / -1;
  justify-self: center;
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.02rem;
  font-weight: 500;
  text-align: center;
}

.site-credit,
.site-credit.reveal {
  opacity: 1;
  transform: none;
  transition-property: color, text-shadow, transform;
}

.site-credit a {
  display: inline-block;
  margin: 0;
  color: var(--gold);
  font-weight: 900;
  transition:
    color 180ms ease,
    text-shadow 180ms ease,
    transform 180ms ease;
}

.site-credit a:hover,
.site-credit a:focus-visible {
  color: #ffd044;
  text-shadow: 0 0 14px rgba(216, 164, 17, 0.72);
  transform: translateY(-2px);
}

.quote-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 18%, rgba(216, 164, 17, 0.1), transparent 26%),
    linear-gradient(180deg, var(--paper), var(--cream));
}

.quote-preview {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(34px, 5vw, 74px) 0;
}

.quote-preview h1 {
  margin-bottom: 14px;
  color: var(--green-900);
  font-family: var(--serif);
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.quote-preview > p {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: 1.08rem;
  font-weight: 800;
}

.platform-note {
  padding: 16px 18px;
  margin-bottom: 24px;
  color: var(--green-900);
  background: rgba(216, 164, 17, 0.16);
  border: 1px solid rgba(216, 164, 17, 0.45);
  border-radius: 8px;
}

.sample-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.sample-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-weight: 900;
}

.sample-form input,
.sample-form select,
.sample-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  color: var(--ink);
  font: inherit;
  border: 1px solid rgba(0, 63, 39, 0.22);
  border-radius: 8px;
  background: #fff;
}

.sample-form textarea,
.sample-form .full {
  grid-column: 1 / -1;
}

.sample-form textarea {
  min-height: 130px;
  resize: vertical;
}

.sample-form-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.sample-form-actions .small {
  color: var(--muted);
}

.site-footer .copyright {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.7, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .desktop-quote {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-media {
    position: relative;
    inset: auto;
    min-height: 460px;
    order: -1;
  }

  .hero-copy {
    min-height: 0;
    width: auto;
    max-width: none;
    margin-left: 0;
    padding: 34px var(--page-gutter) clamp(54px, 7vw, 86px);
  }

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

  .trust-grid article:nth-child(3) {
    border-left: 0;
  }

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

  .footer-quick-links {
    min-height: 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-bottom p {
    justify-self: start;
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 92px;
    padding: 10px 72px;
    border-bottom: 0;
  }

  .brand {
    justify-content: center;
  }

  .menu-toggle {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .brand-logo {
    width: 198px;
  }

  .mobile-menu {
    top: 94px;
    padding-inline: 22px;
  }

  main,
  .site-footer {
    text-align: center;
  }

  .hero {
    min-height: clamp(830px, calc(100svh + 86px), 920px);
    background-color: var(--green-900);
    background-image:
      linear-gradient(180deg, rgba(255, 253, 248, 0.2) 0%, rgba(255, 253, 248, 0.04) 50%, rgba(0, 63, 39, 0) 76%),
      url("public/hero/sunlife-commercial-mobile-hero-v2.png");
    background-size: cover;
    background-position: center top, 76% bottom;
  }

  .hero-copy {
    align-items: flex-start;
    justify-content: start;
    min-height: clamp(830px, calc(100svh + 86px), 920px);
    padding: 22px 18px 156px;
    text-align: left;
  }

  .hero-copy .eyebrow {
    order: 1;
  }

  .hero-copy h1 {
    order: 2;
    max-width: 288px;
    margin-bottom: 14px;
    font-size: clamp(2rem, 8.8vw, 2.58rem);
    line-height: 0.93;
  }

  html[lang="es"] .hero-copy h1 {
    max-width: 270px;
    font-size: clamp(1.78rem, 8.2vw, 2.28rem);
    line-height: 0.96;
  }

  .hero-lede {
    order: 3;
    max-width: 286px;
    margin-bottom: 14px;
    font-size: 0.96rem;
    line-height: 1.34;
  }

  html[lang="es"] .hero-lede {
    max-width: 276px;
    font-size: 0.92rem;
    line-height: 1.32;
  }

  .hero-actions {
    order: 4;
  }

  .proof-row {
    order: 5;
  }

  .service-area {
    order: 6;
  }

  .hero-media {
    display: none;
  }

  h1 {
    font-size: clamp(2.1rem, 8vw, 2.8rem);
  }

  .section-heading h2,
  .trust-band h2,
  .split h2,
  .contact-cta h2 {
    font-size: clamp(1.65rem, 7vw, 2rem);
    overflow-wrap: break-word;
  }

  .mobile-break {
    display: block;
  }

  .proof-row,
  .service-grid,
  .trust-grid,
  .split,
  .review-grid,
  .gallery-grid,
  .process-grid,
  .contact-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .google-rating-badge {
    flex-wrap: wrap;
    row-gap: 6px;
    margin-bottom: 26px;
  }

  .rating-context {
    width: 100%;
    text-align: center;
  }

  .google-review-grid {
    width: min(100%, 430px);
    gap: 18px;
  }

  .review-card {
    min-height: 0;
    padding: 22px;
    text-align: left;
  }

  .review-card-top {
    margin-bottom: 16px;
  }

  .review-card p {
    flex: 0 1 auto;
    margin-bottom: 22px;
    font-size: 0.98rem;
  }

  .review-card strong,
  .review-card span {
    text-align: left;
  }

  .proof-row {
    width: min(100%, 248px);
    margin-inline: 0 auto;
    gap: 6px;
    justify-items: start;
  }

  .proof-row .proof-item {
    grid-template-columns: 27px minmax(0, 1fr);
    min-height: 0;
    width: min(100%, 248px);
    max-width: 100%;
    padding: 6px 10px;
    gap: 7px;
    align-items: center;
    justify-content: center;
    justify-items: start;
    text-align: left;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0 6px 14px rgba(0, 63, 39, 0.1);
    backdrop-filter: blur(2px);
  }

  .proof-row .hero-icon {
    width: 27px;
  }

  .proof-row span {
    font-size: 0.84rem;
  }

  .service-area {
    margin-inline: 0 auto;
    grid-template-columns: 24px minmax(0, 1fr);
    width: min(100%, 248px);
    max-width: 100%;
    padding: 6px 10px;
    gap: 6px;
    font-size: 0.84rem;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 6px 14px rgba(0, 63, 39, 0.1);
    backdrop-filter: blur(2px);
    justify-items: start;
    text-align: left;
  }

  .service-pin {
    width: 24px;
    margin-top: 0;
  }

  .hero-actions,
  .contact-cta,
  .contact-copy,
  .contact-card,
  .footer-brand,
  .footer-list,
  .footer-bottom,
  .footer-bottom nav {
    justify-items: center;
    justify-content: center;
  }

  .contact-cta {
    text-align: center;
  }

  .hero-actions {
    display: grid;
    width: min(100%, 248px);
    gap: 7px;
    justify-items: start;
    justify-content: start;
    margin-bottom: 9px;
    text-align: left;
  }

  .hero-actions .button,
  .contact-card .button {
    width: min(100%, 258px);
  }

  .hero-actions .button {
    width: 248px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 40px;
    padding-inline: 14px;
    font-size: 0.89rem;
  }

  .hero-actions .button-icon {
    width: 20px;
  }

  .contact-cta {
    background-image: url("public/contact/contact-cta-mobile-green-pattern-bg.png");
    background-position: center;
  }

  .contact-copy p,
  .footer-brand > p {
    margin-inline: auto;
  }

  .contact-call {
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .process-grid article {
    justify-items: center;
    text-align: center;
  }

  .footer-contact p {
    width: min(100%, 320px);
    max-width: 100%;
    margin-inline: auto;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }

  .trust-grid article,
  .trust-grid article:nth-child(3),
  .contact-card {
    border-left: 0;
    padding-left: 0;
  }

  .trust-grid article {
    padding: 24px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .trust-grid article:first-child {
    border-top: 0;
  }

  .line-heading h2 {
    grid-template-columns: 36px auto 36px;
    gap: 12px;
  }

  .process-grid article {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .process-icon {
    width: 72px;
    height: 72px;
  }

  .process-arrow {
    display: none;
  }

  .site-footer {
    gap: 28px;
    padding: 34px 22px 28px;
  }

  .footer-logo-link {
    width: min(322px, 100%);
  }

  .footer-brand {
    justify-self: center;
    width: 100%;
    max-width: 420px;
    text-align: center;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-brand > p {
    max-width: none;
  }

  .footer-list h3 {
    margin-bottom: 12px;
    font-size: 1.1rem;
  }

  .footer-map {
    justify-items: center;
    text-align: center;
  }

  .footer-map-card {
    width: min(100%, 292px);
    margin-inline: auto;
  }

  .footer-map .service-area-summary {
    max-width: 292px;
    margin-inline: auto;
  }

  .service-area-cities {
    justify-content: center;
    max-width: 292px;
    margin-inline: auto;
  }

  .footer-list p,
  .footer-list a,
  .footer-bottom p,
  .footer-bottom a {
    font-size: 0.96rem;
  }

  .footer-contact p {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-bottom: 14px;
    align-items: center;
  }

  .footer-contact img {
    width: 28px;
    height: 28px;
  }

  .footer-bottom {
    gap: 16px;
    margin-top: 30px;
    justify-items: center;
    text-align: center;
  }

  .footer-bottom p {
    justify-self: center;
    padding-left: 0;
  }

  .footer-bottom nav {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }

  .site-credit {
    margin-top: 2px;
    font-size: 0.98rem;
  }

  .sample-form {
    grid-template-columns: 1fr;
  }

  .sample-form textarea,
  .sample-form .full {
    grid-column: auto;
  }
}

@media (max-width: 430px) {
  .brand-logo {
    width: 190px;
  }

  h1 {
    font-size: clamp(2.15rem, 10vw, 2.72rem);
  }

  .hero-copy h1 {
    font-size: clamp(1.92rem, 8.8vw, 2.32rem);
  }

  html[lang="es"] .hero-copy h1 {
    font-size: clamp(1.66rem, 7.6vw, 2.02rem);
  }

  .section-heading h2,
  .trust-band h2,
  .split h2,
  .contact-cta h2 {
    font-size: clamp(1.85rem, 10vw, 2.65rem);
    overflow-wrap: break-word;
  }

  .hero-actions {
    display: grid;
  }

  .or {
    text-align: center;
  }

  .section,
  .contact-cta {
    padding-left: 16px;
    padding-right: 16px;
  }
}
