:root {
  --navy: #062a52;
  --navy-2: #0a3e70;
  --blue: var(--brand-navy-2);
  --teal: var(--brand-navy-2);
  --sage: var(--brand-cream);
  --coral: var(--brand-gold-soft);
  --sky: var(--brand-ivory);
  --mint: var(--brand-cream);
  --gold: #b57f12;
  --gold-2: #f2c65d;
  --ivory: #fffdf8;
  --cream: #fff5df;
  --ink: #172636;
  --muted: #607184;
  --line: rgba(6, 42, 82, 0.14);
  --shadow: 0 26px 70px rgba(6, 42, 82, 0.15);
  --soft-shadow: 0 16px 42px rgba(6, 42, 82, 0.10);
  --radius: 24px;
}

/* Responsive QA repairs from read-only audit. */
.site-header .nav-shell {
  padding-left: max(18px, env(safe-area-inset-left)) !important;
  padding-right: max(18px, env(safe-area-inset-right)) !important;
}

.site-header .brand {
  margin-left: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.site-header .brand img {
  transform: none !important;
  object-position: center !important;
}

.before-after-images {
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

.before-after-images figure,
.before-after-images img {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.proof-gallery {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
  overflow: visible !important;
}

.proof-gallery figure {
  min-width: 0 !important;
}

.visual-room-grid .room-photo-card,
.visual-room-grid .room-photo-card:nth-child(even) {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: var(--brand-white) !important;
}

.visual-room-grid .room-photo-card::after {
  display: none !important;
}

.visual-room-grid .room-photo-card img,
.room-photo-card img {
  flex: 0 0 auto !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 18px 18px 0 0 !important;
}

.room-checklist {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  margin: 0 !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 1100px) {
  .quote-start-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .quote-start-card button {
    grid-column: 1 / -1 !important;
  }

  .proof-grid,
  .proof-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .visual-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .visual-timeline::before {
    display: none !important;
  }

  .visual-timeline li {
    padding: 22px !important;
    border: 1px solid var(--qa-border-gold) !important;
    border-radius: var(--qa-radius) !important;
    background: var(--brand-white) !important;
    box-shadow: var(--qa-shadow) !important;
  }

  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .mobile-cta {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-cta {
    display: flex !important;
  }

  .site-header .brand img {
    width: min(178px, 48vw) !important;
  }

  .hero-keyword-gold {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-copy h1 {
    overflow-wrap: anywhere !important;
  }

  .proof-grid,
  .proof-grid-three {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline li {
    padding: 20px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .recurring-media {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .recurring-media img {
    min-height: 260px !important;
    max-height: none !important;
  }

  .service-plaque {
    font-size: 10.5px !important;
    letter-spacing: 0.06em !important;
  }

  .hero-proof-row span,
  .image-metric-card .hero-proof-row span,
  .card-kicker {
    font-size: 10.5px !important;
  }

  .proof-gallery {
    width: min(100% - 30px, var(--qa-shell)) !important;
    grid-template-columns: 1fr !important;
  }

  .faq-visual-card {
    padding-bottom: 18px !important;
  }
}

@media (max-width: 430px) {
  .site-header .nav-shell {
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
  }

  .site-header .brand img {
    width: min(166px, 52vw) !important;
  }
}

/* Final validation cleanup: remove remaining tiny mobile text and minor masked media clipping. */
.recurring-media {
  overflow: visible !important;
}

.cabinet-review-badge span {
  font-size: 10px !important;
  line-height: 1.25 !important;
}

@media (max-width: 760px) {
  .hero-review-chip strong,
  .image-metric-card .hero-review-chip strong {
    font-size: 11px !important;
  }

  .hero-review-chip span,
  .hero-review-chip p,
  .image-metric-card .hero-review-chip span,
  .image-metric-card .hero-review-chip p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .service-card > .service-plaque,
  .service-hub .service-card > .service-plaque,
  .service-hub .service-card.featured > .service-plaque {
    font-size: 10.5px !important;
    line-height: 1.15 !important;
  }

  .cabinet-review-badge strong {
    font-size: 11px !important;
  }

  .cabinet-review-badge span,
  .cabinet-review-badge p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .photo-frame .cabinet-review-badge p,
  .hero-media-card .cabinet-review-badge p {
    font-size: 10.5px !important;
  }
}

/* Surgical QA repair pass 2: final scale, timeline, FAQ, CTA, and footer polish only. */
:root {
  --qa-shell: 1160px;
  --qa-section-y: clamp(72px, 6.4vw, 98px);
  --qa-card-radius: 18px;
}

.shell,
.service-hub .section-head,
.before-after-carousel-section .before-after-layout,
.scope-hub .included-panel,
.review-layout,
.process-grid,
.areas-grid,
.faq-wrap,
.final-grid,
.footer-grid {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
}

.scope-hub .included-panel {
  grid-template-columns: 1fr !important;
}

.scope-hub .included-copy {
  max-width: 760px !important;
}

.scope-hub .included-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.section {
  padding-block: var(--qa-section-y) !important;
}

.service-hub-panel {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  padding: clamp(28px, 3vw, 38px) !important;
  align-items: center !important;
}

.guided-picker-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.guided-picker-list a {
  min-height: 70px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  background: var(--brand-ivory) !important;
  border: 1px solid rgba(181, 127, 18, 0.18) !important;
  box-shadow: none !important;
}

.guided-picker-list a strong {
  font-size: 16px !important;
}

.guided-picker-list a em {
  font-size: 14px !important;
  text-align: left !important;
}

.service-hub .service-card:not(.service-card-cta),
.service-hub .service-card.featured:not(.service-card-cta),
.service-hub .service-card-cta,
.scope-hub .included-cards article,
.scope-detail-card,
.review-card,
.faq-accordion details,
.area-columns > div {
  border-radius: var(--qa-card-radius) !important;
}

.service-card > div {
  padding: clamp(22px, 2.2vw, 28px) !important;
}

.service-card p:not(.card-kicker),
.service-card li,
.service-card a:not(.btn),
.included-cards p,
.scope-detail-card p,
.scope-detail-card li,
.review-card p,
.faq details p,
.area-columns a {
  font-size: 15.5px !important;
}

.recurring-panel {
  min-height: 520px !important;
}

.recurring-floating-notes span {
  background: rgba(255, 253, 248, 0.9) !important;
  border-color: rgba(181, 127, 18, 0.18) !important;
}

.scope-hub .included-cards article {
  padding: clamp(24px, 2.4vw, 30px) !important;
}

.scope-hub .included-panel {
  grid-template-columns: 1fr !important;
}

.scope-hub .included-copy {
  max-width: 760px !important;
}

.scope-hub .included-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.visual-room-grid .room-photo-card img,
.room-photo-card img {
  aspect-ratio: 4 / 3 !important;
}

.trust-grid {
  padding: clamp(34px, 4vw, 52px) !important;
}

.operations-board article {
  padding: 20px !important;
}

.review-layout {
  align-items: stretch !important;
}

.review-stack {
  align-self: stretch !important;
}

.review-card {
  display: flex !important;
  min-height: 230px !important;
  flex-direction: column !important;
}

.proof-gallery {
  gap: 16px !important;
}

.process {
  background: var(--brand-white) !important;
}

.process-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 42px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.process-grid > div {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.visual-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.visual-timeline::before {
  display: block !important;
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  top: 26px !important;
  width: auto !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(181, 127, 18, 0.12), rgba(181, 127, 18, 0.68), rgba(181, 127, 18, 0.12)) !important;
  transform: none !important;
}

.visual-timeline li {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 0 18px !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.visual-timeline li > span {
  width: 54px !important;
  height: 54px !important;
  margin: 0 auto !important;
  box-shadow: 0 0 0 10px var(--brand-white) !important;
}

.visual-timeline strong {
  font-size: clamp(18px, 1.6vw, 21px) !important;
  line-height: 1.2 !important;
}

.visual-timeline p {
  max-width: 240px !important;
  margin: 0 auto !important;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
}

.areas-grid {
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr) !important;
}

.zip-checker {
  padding: 20px !important;
}

.zip-checker label {
  font-size: 15px !important;
}

.zip-checker div {
  gap: 12px !important;
}

.area-map-card {
  padding: 26px !important;
}

.area-columns > div {
  padding: 24px !important;
}

.faq {
  padding-block: clamp(72px, 6vw, 92px) !important;
}

.faq-wrap {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  align-items: start !important;
  padding: clamp(28px, 3vw, 38px) !important;
}

.faq-visual-card {
  height: auto !important;
  min-height: 0 !important;
}

.faq-visual-card img {
  aspect-ratio: 16 / 11 !important;
  max-height: 290px !important;
}

.faq-visual-card > div {
  padding: clamp(24px, 2.6vw, 32px) !important;
}

.faq-chips {
  display: none !important;
}

.faq-accordion {
  gap: 10px !important;
}

.faq-accordion details {
  padding: 0 !important;
}

.faq-accordion summary {
  min-height: 58px !important;
  padding: 17px 58px 17px 20px !important;
  font-size: 16px !important;
}

.faq-accordion details p {
  padding: 0 58px 20px 20px !important;
}

.final-cta {
  padding-block: clamp(86px, 7vw, 118px) clamp(70px, 6vw, 92px) !important;
}

.final-grid {
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr) !important;
  gap: clamp(30px, 4vw, 52px) !important;
  padding: clamp(36px, 4.4vw, 58px) !important;
}

.final-grid h2 {
  font-size: clamp(34px, 4vw, 56px) !important;
}

.final-copy p:not(.eyebrow) {
  max-width: 580px !important;
}

.final-proof-pills {
  gap: 10px !important;
}

.final-proof-pills span {
  min-height: 42px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

.final-actions {
  gap: 14px !important;
}

.final-actions .btn-xl {
  min-height: 56px !important;
}

.final-photo-card,
.final-photo-card img {
  min-height: 430px !important;
}

.site-footer {
  padding-block: 54px 60px !important;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .75fr)) !important;
  gap: clamp(26px, 3vw, 46px) !important;
}

.site-footer img {
  width: 92px !important;
}

.site-footer strong {
  font-size: 15px !important;
}

.site-footer a,
.site-footer p {
  font-size: 15.5px !important;
}

@media (max-width: 1100px) {
  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 32px, var(--qa-shell)) !important;
  }

  .section {
    padding-block: 62px !important;
  }

  .guided-picker-list,
  .scope-hub .included-cards {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-left: 0 !important;
  }

  .visual-timeline::before {
    left: 27px !important;
    right: auto !important;
    top: 28px !important;
    bottom: 28px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(181, 127, 18, 0.12), rgba(181, 127, 18, 0.68), rgba(181, 127, 18, 0.12)) !important;
  }

  .visual-timeline li {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 0 !important;
    padding: 18px 18px 18px 0 !important;
    text-align: left !important;
    border-radius: 16px !important;
    background: transparent !important;
  }

  .visual-timeline li > span {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    width: 54px !important;
    height: 54px !important;
    box-shadow: 0 0 0 8px var(--brand-white) !important;
  }

  .visual-timeline strong,
  .visual-timeline p {
    grid-column: 2 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 24px !important;
  }

  .area-map-card .area-columns,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .final-photo-card,
  .final-photo-card img {
    min-height: 320px !important;
  }
}

@media (max-width: 520px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 24px, var(--qa-shell)) !important;
  }

  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 20px !important;
  }

  .zip-checker div,
  .final-actions {
    grid-template-columns: 1fr !important;
  }

  .zip-checker .btn,
  .final-actions .btn-xl {
    width: 100% !important;
  }

  .faq-accordion summary {
    padding-right: 44px !important;
  }

  .faq-accordion details p {
    padding-right: 20px !important;
  }
}

/* Scope card balance: keep room guide image-led, but stop the intro cards from feeling tall and skinny. */
.scope-hub .included-panel {
  grid-template-columns: 1fr !important;
}

.scope-hub .included-copy {
  max-width: 760px !important;
}

.scope-hub .included-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

@media (max-width: 820px) {
  .scope-hub .included-cards {
    grid-template-columns: 1fr !important;
  }
}

/* Final visual QA tightening: preserve structure, improve scale and mobile clearance. */
.trust-grid {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr) !important;
}

.trust-copy h2 {
  font-size: clamp(2.35rem, 4vw, 4.15rem) !important;
}

.operations-board {
  gap: 16px !important;
}

.operations-photo {
  min-height: 240px !important;
}

.process {
  padding-block: clamp(68px, 6vw, 92px) !important;
}

.process-grid > div {
  margin-inline: auto !important;
  text-align: center !important;
}

.visual-timeline {
  margin-top: 22px !important;
}

.review-layout {
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr) !important;
}

.review-intro h2 {
  font-size: clamp(2.15rem, 3.5vw, 3.55rem) !important;
}

.service-card img {
  height: 198px !important;
  min-height: 198px !important;
  max-height: 198px !important;
}

.service-card > div {
  padding: 22px !important;
}

.service-card > .service-plaque {
  font-size: 10.5px !important;
}

.areas-grid {
  align-items: start !important;
}

.area-map-card .area-columns {
  align-items: stretch !important;
}

.faq-wrap {
  align-items: start !important;
}

.faq-accordion details {
  min-height: 0 !important;
}

@media (max-width: 1100px) {
  .trust-grid,
  .review-layout {
    grid-template-columns: 1fr !important;
  }

  .trust-copy h2,
  .review-intro h2 {
    max-width: 820px !important;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-cta {
    min-height: calc(48px + env(safe-area-inset-bottom)) !important;
    padding: 6px 12px calc(6px + env(safe-area-inset-bottom)) !important;
  }

  .mobile-cta a {
    min-height: 40px !important;
    font-size: 13px !important;
  }

  .image-metric-card {
    padding: 14px !important;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
  }

  .image-metric-card .hero-proof-row div {
    min-height: 58px !important;
    padding: 10px !important;
  }

  .hero-review-chip {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 10px !important;
    width: 100% !important;
  }

  .service-card img,
  .service-hub .service-card:not(.service-card-cta) > img {
    min-height: 176px !important;
    max-height: 190px !important;
    aspect-ratio: 16 / 9 !important;
  }

  .service-card > div {
    padding: 18px !important;
  }

  .service-card a:not(.btn),
  .service-card-cta .btn {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .trust-grid {
    padding: 24px !important;
  }

  .operations-photo {
    display: none !important;
  }

  .process {
    padding-block: 58px !important;
  }

  .review-layout,
  .areas-grid,
  .faq-wrap {
    gap: 22px !important;
  }

  .final-cta {
    padding-block: 64px 96px !important;
  }
}

@media (max-width: 430px) {
  .image-metric-card .hero-proof-row {
    grid-template-columns: 1fr !important;
  }

  .service-card img,
  .service-hub .service-card:not(.service-card-cta) > img {
    min-height: 160px !important;
    max-height: 178px !important;
  }

  .trust-copy h2,
  .review-intro h2,
  .final-copy h2 {
    font-size: clamp(2rem, 11vw, 2.65rem) !important;
  }
}

/* Final validation cleanup: remove remaining tiny mobile text and minor masked media clipping. */
.recurring-media {
  overflow: visible !important;
}

.cabinet-review-badge span {
  font-size: 10px !important;
  line-height: 1.25 !important;
}

@media (max-width: 760px) {
  .hero-review-chip strong {
    font-size: 11px !important;
  }

  .hero-review-chip span,
  .hero-review-chip p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .service-card > .service-plaque,
  .service-hub .service-card > .service-plaque,
  .service-hub .service-card.featured > .service-plaque {
    font-size: 10.5px !important;
    line-height: 1.15 !important;
  }

  .cabinet-review-badge strong {
    font-size: 11px !important;
  }

  .cabinet-review-badge span,
  .cabinet-review-badge p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.shell {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

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

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--gold-2);
  color: #1f2609;
  font-weight: 900;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(6, 42, 82, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
}

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

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

.brand img {
  width: 172px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 19px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-weight: 820;
}

.primary-nav > a,
.nav-group-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: inherit;
}

.primary-nav a:hover,
.nav-group-toggle:hover {
  color: #fff;
}

.nav-group {
  position: relative;
}

.nav-group-toggle::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  width: 294px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--navy);
  box-shadow: var(--shadow);
  transform: translate(-50%, 8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-group:hover .nav-dropdown,
.nav-group.is-open .nav-dropdown,
.nav-group:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--navy);
}

.nav-dropdown a:hover {
  background: var(--sky);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #fff;
  font-weight: 900;
}

.phone-link {
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  padding: 14px 21px;
  font-weight: 950;
  letter-spacing: 0;
  text-align: center;
}

.btn-small {
  padding: 10px 16px;
  font-size: 14px;
}

.btn-xl {
  padding: 16px 24px;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
  box-shadow: 0 15px 35px rgba(181, 127, 18, 0.24);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
}

.btn-navy {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: #fff;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: min(760px, calc(100vh - 12px));
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #031b35;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.04);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 27, 53, 0.96), rgba(3, 27, 53, 0.78) 44%, rgba(3, 27, 53, 0.26)),
    linear-gradient(180deg, rgba(3, 27, 53, 0.62), rgba(3, 27, 53, 0.14) 42%, rgba(3, 27, 53, 0.78));
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 104px 0 128px;
  max-width: 1160px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #9a6806;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #ffe08a;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  color: #fff;
  font-size: 66px;
}

.hero-lead {
  max-width: 650px;
  margin: 20px 0 26px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 44px;
  align-items: center;
}

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

.hero-estimate-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.hero-estimate-card h2 {
  color: var(--navy);
  font-size: 30px;
  line-height: 1.05;
}

.hero-estimate-card .btn {
  width: 100%;
  margin-top: 18px;
}

.quote-options {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.quote-options a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(6, 42, 82, 0.12);
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, var(--brand-ivory));
  color: var(--navy);
  font-weight: 900;
}

.quote-options a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.microcopy {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 710px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.hero-trust-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(242, 198, 93, 0.14);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 14px;
  margin: 30px 0 0;
}

.hero-proof div {
  min-width: 124px;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(10px);
}

.hero-proof dt {
  color: #fff;
  font-size: 24px;
  font-weight: 1000;
  line-height: 1;
}

.hero-proof dd {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 760;
}

.section {
  padding: 84px 0;
}

.proof-band {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding-bottom: 20px;
}

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

.proof-grid article,
.service-card,
.picker-panel,
.rating-card,
.review-card,
.checklist-panel,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--soft-shadow);
}

.proof-grid article {
  padding: 24px;
}

.proof-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--brand-gold);
  font-weight: 1000;
}

.proof-grid h2 {
  margin-top: 16px;
  font-size: 22px;
}

.proof-grid p,
.section-head p,
.picker-panel p,
.story-copy p,
.review-intro p,
.process-grid p,
.areas-copy p,
.faq p,
.final-grid p,
.site-footer p {
  color: var(--muted);
}

.section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.section-head.centered {
  margin-inline: auto;
  text-align: center;
}

.section-head h2,
.story-copy h2,
.review-intro h2,
.process-grid h2,
.areas-copy h2,
.faq h2,
.final-grid h2,
.picker-panel h2 {
  font-size: 52px;
}

.section-head p:not(.eyebrow) {
  font-size: 18px;
}

.service-picker {
  padding-top: 48px;
  background: linear-gradient(180deg, var(--ivory), var(--sky));
}

.picker-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(234, 246, 255, 0.92));
}

.picker-list {
  display: grid;
  gap: 12px;
}

.picker-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 15px 18px;
  border: 1px solid rgba(6, 42, 82, 0.12);
  border-radius: 16px;
  background: #fff;
  color: var(--navy);
  font-weight: 900;
}

.picker-list a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.picker-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: -4px;
}

.picker-actions .btn {
  min-width: 235px;
}

.picker-actions .text-link {
  margin-top: 0;
}

.services {
  background: #fff;
}

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

.service-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.service-card img {
  width: calc(100% - 22px);
  height: 210px;
  margin: 11px auto 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 14px 34px rgba(6, 42, 82, 0.13);
}

.service-card div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.service-card.featured {
  background: linear-gradient(180deg, #fff, #fff7e8);
  border-color: rgba(181, 127, 18, 0.30);
  box-shadow: var(--shadow);
}

.service-card-cta {
  background: linear-gradient(145deg, var(--sky), #fff);
}

.service-card-cta div {
  justify-content: center;
}

.card-kicker {
  margin: 0 0 10px;
  color: #8a5e09;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.service-card h3 {
  font-size: 27px;
}

.service-card p:not(.card-kicker) {
  flex: 1;
  color: var(--muted);
}

.service-card ul {
  display: grid;
  gap: 7px;
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 21px;
  color: #43586c;
  font-size: 14px;
  font-weight: 820;
}

.service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.service-card a:not(.btn) {
  align-self: flex-start;
  color: var(--navy);
  font-weight: 1000;
  border-bottom: 2px solid var(--gold);
}

.photo-story {
  background: linear-gradient(180deg, var(--cream), var(--brand-ivory));
}

.confidence {
  background: linear-gradient(180deg, #fff, var(--cream));
}

.confidence-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 38px;
  align-items: center;
  padding: 36px;
  border: 1px solid rgba(181, 127, 18, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 223, 0.92));
  box-shadow: var(--soft-shadow);
}

.confidence-grid h2 {
  font-size: 48px;
}

.confidence-grid p {
  color: var(--muted);
  font-size: 18px;
}

.confidence-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.confidence-cards article {
  min-height: 154px;
  padding: 20px;
  border: 1px solid rgba(6, 42, 82, 0.10);
  border-radius: 20px;
  background: #fff;
}

.confidence-cards strong,
.confidence-cards span {
  display: block;
}

.confidence-cards strong {
  color: var(--navy);
  font-size: 20px;
  line-height: 1.05;
}

.confidence-cards span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 760;
}

.trust-system {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(242, 198, 93, 0.20), transparent 28%),
    linear-gradient(135deg, #04213f, var(--brand-navy-2) 72%, var(--brand-navy-2));
  color: #fff;
}

.trust-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 44px;
  align-items: center;
}

.trust-copy h2 {
  color: #fff;
  font-size: 52px;
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
}

.trust-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.trust-cards article {
  min-height: 220px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
}

.trust-cards span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffe08a;
  font-weight: 1000;
}

.trust-cards h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 25px;
}

.trust-cards p {
  color: rgba(255, 255, 255, 0.76);
}

.story-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 58px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 30px;
  color: #3f5266;
  font-weight: 730;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: inset 0 0 0 5px var(--brand-gold);
}

.story-media {
  position: relative;
  min-height: 500px;
}

.story-media img {
  object-fit: cover;
  box-shadow: var(--shadow);
}

.story-main {
  width: 76%;
  height: 500px;
  border-radius: 34px;
}

.story-small {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 48%;
  height: 280px;
  border: 8px solid var(--cream);
  border-radius: 28px;
}

.room-scope {
  background:
    linear-gradient(180deg, #fff, var(--brand-ivory));
}

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

.room-grid article {
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--soft-shadow);
}

.room-grid h3 {
  font-size: 25px;
}

.room-grid p {
  color: var(--muted);
}

.recurring-split {
  background: var(--sage);
}

.split-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.split-panel h2 {
  font-size: 52px;
}

.split-panel p {
  color: #385568;
  font-size: 18px;
}

.split-panel img {
  width: 100%;
  min-height: 470px;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.frequency-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.frequency-grid article {
  padding: 18px;
  border: 1px solid rgba(6, 42, 82, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

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

.frequency-grid strong {
  color: var(--navy);
  font-size: 20px;
}

.frequency-grid span {
  margin-top: 8px;
  color: #4d6578;
  font-weight: 730;
}

.reviews {
  background: #fff;
}

.gallery {
  background:
    linear-gradient(135deg, #031b35, var(--brand-navy-2) 56%, var(--brand-navy-2));
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 42px;
  align-items: center;
}

.gallery-copy h2 {
  color: #fff;
  font-size: 52px;
}

.gallery-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.gallery-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, 220px);
  gap: 14px;
}

.gallery-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}

.gallery-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-mosaic figure:first-child {
  grid-row: span 2;
}

.gallery-mosaic figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  background: rgba(3, 27, 53, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(10px);
}

.review-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: center;
}

.rating-card {
  display: inline-flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--ivory);
}

.rating-card strong {
  color: var(--navy);
  font-size: 28px;
  line-height: 1;
}

.rating-card span {
  color: var(--muted);
  font-weight: 800;
}

.review-stack {
  display: grid;
  gap: 14px;
}

.review-card {
  padding: 22px;
  background: linear-gradient(180deg, #fff, #fffaf0);
}

.review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-person img {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(6, 42, 82, 0.14);
}

.review-person strong {
  display: block;
  color: var(--navy);
}

.review-person span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.stars {
  margin-top: 12px;
  color: #f4b400;
  letter-spacing: 1px;
}

.review-card p {
  margin-bottom: 0;
  color: #40566b;
  font-weight: 720;
}

.process {
  background: linear-gradient(135deg, #04213f, #0a4a7f);
  color: #fff;
}

.process-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: center;
}

.process-grid h2 {
  color: #fff;
}

.process-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  min-height: 178px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.steps span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
  font-weight: 1000;
}

.steps strong {
  display: block;
  margin-top: 14px;
  color: #fff;
}

.steps p {
  margin-bottom: 0;
}

.areas {
  background: linear-gradient(180deg, var(--sky), var(--ivory));
}

.areas-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 42px;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--navy);
  font-weight: 1000;
  border-bottom: 2px solid var(--gold);
}

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

.area-columns div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.90);
  box-shadow: var(--soft-shadow);
}

.area-columns h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.area-columns a {
  display: block;
  padding: 8px 0;
  color: #314d67;
  font-weight: 800;
  border-top: 1px solid rgba(6, 42, 82, 0.08);
}

.area-columns a:first-of-type {
  border-top: 0;
}

.checklist {
  background: #fff;
}

.checklist-panel {
  padding: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 245, 223, 0.92));
}

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

.scope-grid article {
  padding: 22px;
  border: 1px solid rgba(6, 42, 82, 0.10);
  border-radius: 20px;
  background: #fff;
}

.scope-grid h3 {
  font-size: 24px;
}

.scope-grid p {
  color: var(--muted);
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.comparison {
  background: #fff;
}

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

.compare-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff, var(--brand-ivory));
  box-shadow: var(--soft-shadow);
}

.compare-grid h3 {
  font-size: 24px;
}

.compare-grid p {
  color: var(--muted);
}

.compare-grid a {
  color: var(--navy);
  font-weight: 1000;
  border-bottom: 2px solid var(--gold);
}

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

.faq-wrap {
  max-width: 870px;
}

.faq h2 {
  margin-bottom: 24px;
}

.faq details {
  margin: 12px 0;
  overflow: hidden;
}

.faq summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--navy);
  font-weight: 950;
  list-style: none;
}

.faq summary::-webkit-details-marker {
  display: none;
}

.faq p {
  margin: 0;
  padding: 0 22px 22px;
}

.final-cta {
  padding: 74px 0;
  background: linear-gradient(135deg, #031b35, #0a4b83);
  color: #fff;
}

.final-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.final-grid h2 {
  color: #fff;
}

.final-grid p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
}

.final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.site-footer {
  padding: 48px 0 70px;
  background: #031b35;
  color: rgba(255, 255, 255, 0.78);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 30px;
}

.site-footer img {
  width: 180px;
}

.site-footer strong {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

.site-footer a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.76);
}

.mobile-cta {
  display: none;
}

@media (max-width: 1180px) {
  .primary-nav {
    gap: 12px;
    font-size: 13px;
  }

  .phone-link {
    display: none;
  }

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

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

@media (max-width: 940px) {
  body {
    padding-bottom: 94px;
  }

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

  .brand img {
    width: 150px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
  }

  .menu-toggle span:not(.sr-only) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 2px 0;
    background: currentColor;
    border-radius: 999px;
  }

  .primary-nav {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 82px;
    display: none;
    max-height: calc(100vh - 106px);
    overflow: auto;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    background: rgba(6, 42, 82, 0.98);
    box-shadow: var(--shadow);
  }

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

  .primary-nav > a,
  .nav-group-toggle {
    width: 100%;
    min-height: 46px;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 12px;
  }

  .primary-nav > a:hover,
  .nav-group-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
  }

  .nav-group {
    width: 100%;
  }

  .nav-dropdown {
    position: static;
    display: grid;
    width: auto;
    margin: 0 0 8px 10px;
    padding: 7px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
  }

  .nav-dropdown a {
    color: rgba(255, 255, 255, 0.88);
  }

  .nav-actions {
    display: none;
  }

  .hero {
    min-height: 620px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 27, 53, 0.96), rgba(3, 27, 53, 0.62) 54%, rgba(3, 27, 53, 0.90)),
      linear-gradient(90deg, rgba(3, 27, 53, 0.92), rgba(3, 27, 53, 0.42));
  }

  .hero-content {
    padding: 54px 0 92px;
  }

  h1 {
    font-size: 46px;
  }

  .section-head h2,
  .story-copy h2,
  .review-intro h2,
  .process-grid h2,
  .areas-copy h2,
  .faq h2,
  .final-grid h2,
  .picker-panel h2,
  .confidence-grid h2,
  .trust-copy h2,
  .split-panel h2,
  .gallery-copy h2 {
    font-size: 42px;
  }

  .hero-grid,
  .trust-grid,
  .split-panel,
  .gallery-grid,
  .confidence-grid {
    grid-template-columns: 1fr;
  }

  .hero-estimate-card {
    max-width: 560px;
  }

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

  .proof-band {
    margin-top: -56px;
  }

  .proof-grid,
  .picker-panel,
  .story-grid,
  .review-layout,
  .process-grid,
  .areas-grid,
  .final-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-mosaic {
    grid-template-rows: repeat(2, 190px);
  }

  .confidence-grid {
    padding: 28px;
  }

  .mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -12px 30px rgba(6, 42, 82, 0.13);
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  body.show-mobile-cta .mobile-cta {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-cta a {
    padding: 17px 10px calc(17px + env(safe-area-inset-bottom));
    text-align: center;
    color: var(--navy);
    font-weight: 1000;
  }

  .mobile-cta a:nth-child(2) {
    background: linear-gradient(135deg, var(--gold-2), var(--gold));
    color: #1f2609;
  }
}

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

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

  .brand img {
    width: 128px;
  }

  .menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .primary-nav {
    top: 74px;
  }

  .section {
    padding: 62px 0;
  }

  .hero {
    min-height: 560px;
  }

  .hero-video {
    object-position: 64% center;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 50px;
    padding-block: 12px;
  }

  .hero-lead {
    margin: 13px 0 15px;
    font-size: 16px;
  }

  .hero-trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    margin-top: 12px;
  }

  .hero-trust-list li {
    min-height: 34px;
    padding: 7px 9px;
    font-size: 12px;
  }

  .hero-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 14px;
    padding: 10px 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
  }

  .hero-proof div:last-child {
    grid-column: auto;
  }

  .hero-proof div {
    min-width: 0;
    padding: 0 7px;
    border: 0;
    border-radius: 0;
    background: transparent;
    text-align: center;
    backdrop-filter: none;
  }

  .hero-proof dt {
    font-size: 17px;
  }

  .hero-proof dd {
    font-size: 10px;
    line-height: 1.12;
  }

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

  h1 {
    font-size: 33px;
    line-height: 1.02;
  }

  .section-head h2,
  .story-copy h2,
  .review-intro h2,
  .process-grid h2,
  .areas-copy h2,
  .faq h2,
  .final-grid h2,
  .picker-panel h2,
  .confidence-grid h2,
  .trust-copy h2,
  .split-panel h2,
  .gallery-copy h2 {
    font-size: 34px;
  }

  .picker-panel,
  .checklist-panel,
  .confidence-grid {
    padding: 22px;
    border-radius: 24px;
  }

  .picker-actions,
  .picker-actions .btn {
    width: 100%;
  }

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

  .trust-cards,
  .room-grid,
  .frequency-grid,
  .compare-grid,
  .confidence-cards {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 205px;
  }

  .story-media {
    min-height: auto;
  }

  .story-main,
  .story-small {
    position: static;
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 24px;
    margin-bottom: 14px;
  }

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

  .gallery-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .gallery-mosaic img {
    height: 245px;
  }

  .gallery-mosaic figure:first-child {
    grid-row: auto;
  }

  .section-head.centered {
    text-align: left;
  }

  .final-actions .btn {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .shell {
    width: min(100% - 24px, 1160px);
  }

  .brand img {
    width: 122px;
  }

  .hero {
    min-height: 560px;
  }

  .hero-content {
    padding-top: 38px;
  }

  h1 {
    font-size: 31px;
  }

  .btn-xl {
    padding: 15px 18px;
  }

  .service-card div,
  .proof-grid article,
  .review-card,
  .area-columns div,
  .scope-grid article,
  .steps li {
    padding: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .hero-video {
    display: none;
  }
}

/* Pasadena-template premium pass for the homepage preview. */
:root {
  --midnight: #031b35;
  --champagne: #fff2cf;
  --glass-line: rgba(255, 255, 255, 0.18);
  --premium-border: rgba(181, 127, 18, 0.22);
  --premium-card: linear-gradient(155deg, rgba(255,255,255,0.98), rgba(255,247,232,0.88));
}

.site-header {
  background:
    radial-gradient(circle at 18% 0, rgba(242, 198, 93, 0.20), transparent 28%),
    linear-gradient(180deg, rgba(3, 27, 53, 0.96), rgba(6, 42, 82, 0.94));
  box-shadow: 0 18px 48px rgba(3, 27, 53, 0.22);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(242, 198, 93, 0.82), transparent);
  pointer-events: none;
}

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

.brand {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.brand img {
  width: 160px;
}

.primary-nav {
  gap: 6px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.primary-nav > a,
.nav-group-toggle {
  min-height: 38px;
  padding: 0 11px;
  border-radius: 999px;
}

.primary-nav > a:hover,
.nav-group-toggle:hover {
  background: rgba(255, 255, 255, 0.10);
}

.nav-actions .phone-link {
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
}

.hero {
  min-height: min(760px, calc(100vh - 8px));
}

.hero-overlay {
  background:
    radial-gradient(circle at 18% 18%, rgba(242, 198, 93, 0.24), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(181, 127, 18, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(3, 27, 53, 0.97), rgba(3, 27, 53, 0.77) 46%, rgba(3, 27, 53, 0.34)),
    linear-gradient(180deg, rgba(3, 27, 53, 0.60), rgba(3, 27, 53, 0.12) 42%, rgba(3, 27, 53, 0.88));
}

.hero-estimate-card,
.picker-panel,
.included-panel,
.confidence-grid,
.compare-panel {
  position: relative;
  isolation: isolate;
  border-color: var(--premium-border);
  background:
    radial-gradient(circle at 0 0, rgba(242, 198, 93, 0.22), transparent 33%),
    var(--premium-card);
  box-shadow: 0 30px 82px rgba(6, 42, 82, 0.16);
}

.service-card,
.review-card,
.compare-panel {
  position: relative;
  isolation: isolate;
}

.compare-panel {
  padding: 38px;
  border: 1px solid var(--premium-border);
  border-radius: 32px;
}

.hero-estimate-card::before,
.picker-panel::before,
.included-panel::before,
.confidence-grid::before,
.compare-panel::before,
.service-card::before,
.review-card::before,
.moments-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255,255,255,0.86), rgba(242,198,93,0.36), rgba(6, 42, 82, 0.18));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.proof-grid article {
  background:
    radial-gradient(circle at 100% 0, rgba(242, 198, 93, 0.18), transparent 36%),
    linear-gradient(160deg, #fff, #fff8ea);
  border-color: rgba(181, 127, 18, 0.16);
  box-shadow: 0 22px 58px rgba(6, 42, 82, 0.12);
}

.proof-icon {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
  box-shadow: 0 12px 26px rgba(181, 127, 18, 0.20);
}

.home-showcase {
  padding-top: 72px;
  background:
    linear-gradient(180deg, var(--ivory), var(--brand-ivory) 52%, #fff);
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.14fr 0.86fr;
  grid-template-rows: repeat(2, 260px);
  gap: 18px;
}

.showcase-card {
  position: relative;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 30px;
  background: var(--midnight);
  box-shadow: 0 28px 78px rgba(6, 42, 82, 0.18);
}

.showcase-card-large {
  grid-row: span 2;
}

.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 34%, rgba(3, 27, 53, 0.86)),
    radial-gradient(circle at 82% 12%, rgba(242, 198, 93, 0.18), transparent 28%);
}

.showcase-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 7px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(3, 27, 53, 0.66);
  color: #fff;
  backdrop-filter: blur(16px);
}

.showcase-card figcaption span,
.included-cards article span,
.moments-grid article span {
  color: #ffe08a;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.showcase-card figcaption strong {
  max-width: 520px;
  font-size: 20px;
  line-height: 1.1;
}

.review-showcase figcaption {
  background:
    radial-gradient(circle at 100% 0, rgba(242, 198, 93, 0.20), transparent 34%),
    rgba(255, 253, 248, 0.94);
  color: var(--navy);
}

.review-showcase figcaption span {
  color: #8a5e09;
}

.included-section {
  background:
    linear-gradient(180deg, #fff, var(--cream));
}

.included-panel {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: center;
  padding: 38px;
  border: 1px solid var(--premium-border);
  border-radius: 32px;
}

.included-copy h2 {
  font-size: 48px;
}

.included-copy p {
  color: var(--muted);
  font-size: 18px;
}

.included-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.included-cards article {
  min-height: 250px;
  padding: 23px;
  border: 1px solid rgba(6, 42, 82, 0.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(242, 198, 93, 0.13), transparent 36%),
    linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: 0 15px 40px rgba(6, 42, 82, 0.08);
}

.included-cards article span {
  color: #8a5e09;
}

.included-cards h3 {
  margin-top: 18px;
  font-size: 25px;
}

.included-cards p {
  color: var(--muted);
}

.premium-standards {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 14%, rgba(242, 198, 93, 0.22), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(181, 127, 18, 0.20), transparent 30%),
    linear-gradient(135deg, #031b35, #073b68 56%, var(--brand-navy-2));
  color: #fff;
}

.standards-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: center;
}

.standards-copy h2 {
  color: #fff;
  font-size: 52px;
}

.standards-copy p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}

.standards-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.standards-cards article {
  min-height: 218px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.16);
}

.standards-cards span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
  font-weight: 1000;
}

.standards-cards h3 {
  margin-top: 18px;
  color: #fff;
  font-size: 25px;
}

.standards-cards p {
  color: rgba(255, 255, 255, 0.76);
}

.customer-moments {
  background:
    linear-gradient(180deg, #fff, var(--brand-ivory));
}

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

.moments-grid article {
  position: relative;
  isolation: isolate;
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--premium-card);
  box-shadow: var(--soft-shadow);
}

.moments-grid article span {
  color: #8a5e09;
}

.moments-grid h3 {
  margin-top: 18px;
  font-size: 25px;
}

.moments-grid p {
  color: var(--muted);
}

.moments-grid a {
  display: inline-flex;
  margin-top: 8px;
  color: var(--navy);
  font-weight: 1000;
  border-bottom: 2px solid var(--gold);
}

.gallery,
.trust-system,
.process,
.final-cta {
  background:
    radial-gradient(circle at 14% 12%, rgba(242, 198, 93, 0.20), transparent 28%),
    linear-gradient(135deg, #031b35, #0a4a7f 62%, var(--brand-navy-2));
}

@media (max-width: 1180px) {
  .primary-nav {
    border-radius: 22px;
  }

  .moments-grid,
  .included-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 940px) {
  .primary-nav {
    gap: 2px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(6, 42, 82, 0.98);
  }

  .brand {
    padding: 6px 8px;
    border-radius: 15px;
  }

  .showcase-grid,
  .included-panel,
  .standards-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card-large {
    grid-row: auto;
  }

  .showcase-grid {
    grid-template-rows: none;
  }

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

  .standards-cards {
    grid-template-columns: 1fr 1fr;
  }

  .included-copy h2,
  .standards-copy h2 {
    font-size: 42px;
  }
}

@media (max-width: 700px) {
  .nav-shell {
    min-height: 66px;
  }

  .brand img {
    width: 126px;
  }

  .home-showcase {
    padding-top: 58px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding: 40px 0 52px;
  }

  .hero-estimate-card {
    padding: 18px;
    border-radius: 22px;
  }

  .hero-estimate-card h2 {
    font-size: 24px;
  }

  .quote-options {
    gap: 8px;
    margin-top: 13px;
  }

  .quote-options a {
    min-height: 45px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .hero-estimate-card .microcopy {
    display: none;
  }

  .showcase-card {
    min-height: 295px;
    border-radius: 24px;
  }

  .showcase-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 13px;
    border-radius: 18px;
  }

  .showcase-card figcaption strong {
    font-size: 17px;
  }

  .included-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .compare-panel {
    padding: 22px;
    border-radius: 24px;
  }

  .included-cards,
  .standards-cards,
  .moments-grid {
    grid-template-columns: 1fr;
  }

  .included-cards article,
  .standards-cards article,
  .moments-grid article {
    min-height: auto;
    padding: 20px;
  }

  .included-copy h2,
  .standards-copy h2 {
    font-size: 34px;
  }
}

/* Pasadena template alignment pass: keep the global link tree, but restore the original premium template shape. */
.site-header {
  background: rgba(3, 27, 53, 0.78);
  border-bottom: 1px solid rgba(246, 200, 78, 0.16);
  box-shadow: 0 10px 34px rgba(0, 0, 0, 0.10);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(246, 200, 78, 0.82), transparent);
  pointer-events: none;
}

.site-header .nav-shell {
  min-height: 72px;
  padding-block: 8px;
}

.brand {
  width: 64px;
  height: 44px;
  flex: 0 0 64px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.brand img {
  width: 132px;
  max-width: none;
  transform: translate(-31px, -1px);
}

.primary-nav {
  min-height: 46px;
  gap: 18px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.10);
  font-size: 13.4px;
  font-weight: 900;
}

.primary-nav > a,
.nav-group-toggle {
  min-height: 44px;
}

.nav-group-toggle::after {
  width: 6px;
  height: 6px;
}

.nav-dropdown {
  top: calc(100% + 14px);
  border-color: rgba(181, 127, 18, 0.20);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.98);
}

.phone-link {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  color: rgba(255, 247, 223, 0.88);
}

.nav-actions .btn-small {
  box-shadow: 0 10px 26px rgba(181, 127, 18, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.pasadena-template-hero {
  display: block;
  min-height: 640px;
  padding: 58px 0 54px;
  background: #031b35;
}

.pasadena-template-hero .hero-video {
  opacity: 0.50;
  object-position: center center;
}

.pasadena-template-hero .hero-bg {
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 220, 99, 0.20), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(6, 42, 82, 0.18), transparent 32%),
    linear-gradient(90deg, rgba(3, 27, 53, 0.97), rgba(3, 27, 53, 0.70) 48%, rgba(3, 27, 53, 0.48));
}

.pasadena-template-hero .hero-content {
  padding: 0;
}

.pasadena-template-hero .hero-grid {
  grid-template-columns: 1fr 0.86fr;
  gap: 42px;
  align-items: center;
}

.pasadena-template-hero .hero-copy {
  padding-top: 18px;
}

.pasadena-template-hero h1 {
  max-width: 720px;
  color: #fff7df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 5.6vw, 74px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.hero-keyword {
  position: relative;
  display: inline-block;
  font-style: italic;
  white-space: nowrap;
}

.hero-keyword::after {
  content: "";
  position: absolute;
  left: 0.05em;
  right: -0.05em;
  bottom: 0.04em;
  height: 0.32em;
  border-radius: 999px;
  background: rgba(246, 200, 78, 0.18);
  filter: blur(8px);
  z-index: -1;
}

.hero-keyword-gold {
  color: #ffdc63;
  text-shadow: 0 0 14px rgba(246, 200, 78, 0.42), 0 8px 24px rgba(0, 0, 0, 0.34);
}

.pasadena-template-hero .hero-lead {
  max-width: 620px;
  margin: 17px 0 21px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 19px;
  line-height: 1.48;
}

.hero-mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 640px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.hero-mini-proof li {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.hero-mini-proof li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: #ffdc63;
  box-shadow: 0 0 0 3px rgba(246, 200, 78, 0.14);
}

.hero-visual {
  position: relative;
  min-height: 500px;
  padding-bottom: 34px;
}

.photo-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.27);
}

.main-photo {
  position: relative;
  border-radius: 42px;
  transform: rotate(1deg);
}

.hero-media-card {
  overflow: visible;
}

.hero-media-card > img,
.main-photo img {
  width: 100%;
  height: 500px;
  border-radius: inherit;
  object-fit: cover;
  object-position: center bottom;
}

.service-ribbon {
  position: absolute;
  left: 22px;
  top: -13px;
  z-index: 6;
  padding: 9px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1e240b;
  box-shadow: 0 12px 28px rgba(181, 127, 18, 0.26);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.cabinet-review-badge {
  position: absolute;
  right: -18px;
  top: 28px;
  z-index: 5;
  width: min(260px, calc(100% - 28px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
  color: var(--navy);
}

.cabinet-review-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cabinet-review-head img {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  object-fit: cover;
}

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

.cabinet-review-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.cabinet-review-badge .stars {
  margin-top: 10px;
  color: #fbbc05;
  letter-spacing: 1.3px;
}

.cabinet-review-badge p {
  margin: 8px 0 0;
  color: #33485d;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.hero-media-gradient {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  border-radius: 0 0 42px 42px;
  background: linear-gradient(180deg, transparent, rgba(3, 27, 53, 0.78));
  pointer-events: none;
}

.image-metric-card {
  position: absolute;
  right: -18px;
  bottom: 82px;
  z-index: 5;
  width: min(430px, calc(100% - 28px));
  margin: 0;
  padding: 24px 18px 16px;
  border: 1px solid rgba(255, 220, 99, 0.32);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(3, 27, 53, 0.88), rgba(6, 42, 82, 0.72));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(16px);
  color: #fff;
}

.proof-kicker {
  position: absolute;
  left: 20px;
  top: -17px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1e240b;
  box-shadow: 0 12px 28px rgba(181, 127, 18, 0.25);
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.hero-proof-row div {
  min-width: 0;
  padding: 0 10px;
  border: 0;
  background: transparent;
}

.hero-proof-row div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proof-row .inclusion-icon {
  display: none;
}

.metric-counter,
.metric-label,
.metric-subcopy {
  display: block;
}

.metric-counter {
  color: #fff7df;
  font-size: clamp(23px, 2.1vw, 31px);
  font-weight: 1000;
  line-height: 0.98;
}

.metric-label {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.metric-subcopy {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10.5px;
  line-height: 1.2;
}

.quick-proof {
  position: relative;
  z-index: 3;
  margin-top: -20px;
  padding-bottom: 20px;
}

.proof-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.proof-grid article {
  background: linear-gradient(180deg, #fff, #fffaf1);
}

.proof-grid article strong {
  display: block;
  margin: 14px 0 5px;
  color: var(--navy);
  font-size: 18px;
  line-height: 1.15;
}

.proof-grid article p {
  margin: 0;
}

.home-showcase {
  background: linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.showcase-card {
  border-color: rgba(181, 127, 18, 0.18);
  background: #fffaf1;
}

@media (max-width: 1180px) {
  .primary-nav {
    gap: 12px;
    padding: 0 14px;
    font-size: 12.6px;
  }

  .pasadena-template-hero .hero-grid {
    gap: 32px;
  }

  .hero-visual {
    max-width: 620px;
    min-height: 0;
  }

  .image-metric-card {
    right: 16px;
    bottom: 70px;
    width: min(420px, calc(100% - 32px));
  }

  .main-photo img,
  .hero-media-card > img {
    height: 460px;
  }
}

@media (max-width: 940px) {
  .site-header .nav-shell {
    min-height: 62px;
  }

  .brand {
    width: 62px;
    height: 42px;
    flex-basis: 62px;
    padding: 0;
  }

  .brand img {
    width: 116px;
    transform: translate(-27px, -1px);
  }

  .primary-nav {
    left: 16px;
    right: 16px;
    top: 78px;
    min-height: 0;
    padding: 14px;
    border-radius: 22px;
    background: rgba(6, 42, 82, 0.98);
  }

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

  .primary-nav > a,
  .nav-group-toggle {
    min-height: 46px;
  }

  .pasadena-template-hero {
    padding: 48px 0 52px;
  }

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

  .pasadena-template-hero .hero-copy {
    max-width: 680px;
  }
}

@media (max-width: 700px) {
  .site-header .nav-shell {
    min-height: 62px;
    padding-block: 7px;
  }

  .brand {
    width: 60px;
    height: 42px;
    flex-basis: 60px;
    border-radius: 15px;
  }

  .brand img {
    width: 114px;
    transform: translate(-27px, -1px);
  }

  .pasadena-template-hero {
    padding: 32px 0 38px;
  }

  .pasadena-template-hero .hero-bg {
    background: linear-gradient(180deg, rgba(3, 27, 53, 0.84), rgba(3, 27, 53, 0.78) 45%, rgba(3, 27, 53, 0.92));
  }

  .pasadena-template-hero .hero-video {
    opacity: 0.42;
    object-position: center center;
  }

  .pasadena-template-hero .hero-grid {
    gap: 24px;
  }

  .pasadena-template-hero h1 {
    max-width: calc(100vw - 34px);
    font-size: clamp(34px, 10.5vw, 46px);
    line-height: 1.01;
  }

  .pasadena-template-hero .hero-lead {
    margin: 13px 0 16px;
    font-size: 16px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .hero-actions .btn {
    width: 100%;
    padding: 11px 9px;
    font-size: 12.8px;
    white-space: nowrap;
  }

  .hero-mini-proof {
    gap: 7px;
    margin-top: 13px;
  }

  .hero-mini-proof li {
    min-height: 32px;
    padding: 7px 9px;
    font-size: 11.5px;
  }

  .hero-visual {
    padding-bottom: 58px;
  }

  .main-photo {
    border-radius: 28px;
    transform: none;
  }

  .main-photo img,
  .hero-media-card > img {
    height: 360px;
    object-position: center bottom;
  }

  .service-ribbon {
    left: 14px;
    top: -12px;
    padding: 7px 10px;
    font-size: 9.5px;
  }

  .cabinet-review-badge {
    display: none;
  }

  .hero-media-gradient {
    border-radius: 0 0 28px 28px;
  }

  .image-metric-card {
    left: 14px;
    right: 14px;
    bottom: -34px;
    width: auto;
    padding: 22px 12px 13px;
    border-radius: 22px;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .image-metric-card .hero-proof-row div {
    padding: 0 7px;
  }

  .metric-counter {
    font-size: clamp(20px, 6.2vw, 25px);
  }

  .metric-label {
    font-size: 10.5px;
  }

  .metric-subcopy {
    font-size: 9.5px;
  }

  .proof-kicker {
    left: 14px;
    top: -15px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .quick-proof {
    margin-top: 0;
  }

  .proof-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  .hero-actions {
    grid-template-columns: 1fr;
  }

  .main-photo img,
  .hero-media-card > img {
    height: 330px;
  }

  .image-metric-card {
    left: 10px;
    right: 10px;
  }

  .image-metric-card .hero-proof-row div {
    padding: 0 5px;
  }

  .metric-counter {
    font-size: 20px;
  }

  .metric-label {
    font-size: 9.5px;
  }

  .metric-subcopy {
    font-size: 8.8px;
  }
}

/* Final Pasadena fidelity pass: proof with hero copy, lower photo review, and cleaner logo crop. */
.brand {
  width: 72px;
  height: 48px;
  flex-basis: 72px;
}

.brand img {
  width: 132px;
  transform: translate(-30px, -4px);
}

.hero-copy-proof {
  position: relative;
  max-width: 760px;
  margin-top: 26px;
  padding: 22px 18px 16px;
  border: 1px solid rgba(255, 220, 99, 0.28);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(3, 27, 53, 0.58), rgba(6, 42, 82, 0.38));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
}

.hero-copy-proof .proof-kicker {
  position: static;
  display: inline-flex;
  width: auto;
  margin: 0 0 14px;
}

.hero-copy-proof .hero-proof-row {
  width: 100%;
}

.cabinet-review-badge {
  left: -24px;
  right: auto;
  top: auto;
  bottom: 34px;
  width: min(320px, calc(100% - 24px));
}

.proof-icon {
  font-size: 13px;
}

@media (max-width: 940px) {
  .brand {
    width: 72px;
    height: 48px;
    flex-basis: 72px;
  }

  .brand img {
    width: 132px;
    transform: translate(-30px, -4px);
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-grid {
    gap: 22px;
  }

  .hero-actions {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .hero-actions .btn {
    white-space: normal;
    line-height: 1.08;
  }

  .hero-mini-proof {
    display: none;
  }

  .hero-copy-proof {
    margin-top: 18px;
    padding: 22px 12px 13px;
    border-radius: 22px;
  }

  .hero-copy-proof .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .hero-copy-proof .hero-proof-row div {
    padding: 0 7px;
  }

  .hero-visual {
    padding-bottom: 10px;
  }
}

.main-photo .cabinet-review-head img,
.cabinet-review-head img {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px;
  border-radius: 999px;
  object-fit: cover;
}

@media (max-width: 940px) {
  .cabinet-review-badge {
    left: 16px;
  }
}

/* Pasadena fidelity tightening from screenshot comparison. */
.pasadena-template-hero .hero-grid {
  grid-template-columns: 1.14fr 0.86fr;
  align-items: start;
}

.pasadena-template-hero .hero-visual {
  margin-top: 22px;
}

.pasadena-template-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 5vw, 68px);
}

.hero-mini-proof {
  display: none;
}

.hero-copy-proof {
  max-width: 650px;
  margin-top: 22px;
  padding: 20px 17px 15px;
}

.cabinet-review-badge {
  padding: 19px;
}

.cabinet-review-badge .stars {
  font-size: 17px;
}

.cabinet-review-badge p {
  font-size: 15px;
}

@media (min-width: 941px) {
  .primary-nav {
    gap: 12px;
    padding: 0 14px;
    font-size: 12.4px;
  }

  .primary-nav > a,
  .nav-group-toggle {
    min-height: 42px;
  }
}

@media (max-width: 940px) {
  .nav-shell {
    justify-content: flex-start;
  }

  .brand {
    order: 1;
  }

  .nav-actions {
    order: 2;
    display: flex;
    margin-left: auto;
  }

  .nav-actions .phone-link {
    display: none;
  }

  .nav-actions .btn-small {
    padding: 9px 13px;
    font-size: 12.5px;
  }

  .menu-toggle {
    order: 3;
    margin-left: 8px;
  }

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

  .pasadena-template-hero .hero-visual {
    width: min(620px, 100%);
    max-width: 620px;
    margin-top: 0;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .pasadena-template-hero .hero-visual {
    margin-top: 0;
  }

  .hero-keyword {
    white-space: normal;
  }

  .hero-copy-proof .hero-proof-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy-proof .hero-proof-row div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    padding: 10px 4px;
  }

  .hero-copy-proof .hero-proof-row div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-copy-proof .inclusion-icon {
    display: inline-grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 999px;
    background: rgba(255, 220, 99, 0.15);
    color: #ffdc63;
    font-size: 13px;
  }

  .metric-counter,
  .metric-label {
    display: inline;
  }

  .metric-counter {
    margin-right: 6px;
  }

  .metric-subcopy {
    grid-column: 2;
  }
}

/* Homepage premium alignment pass. */
:root {
  --navy: #031f3f;
  --navy-2: #083764;
  --gold: #a86f0a;
  --gold-2: #f3c85f;
  --ivory: #fffaf1;
  --cream: #fff0cf;
  --ink: #142335;
  --muted: #5e6f82;
  --line: rgba(3, 31, 63, 0.14);
  --shadow: 0 26px 70px rgba(3, 31, 63, 0.16);
}

body {
  background:
    linear-gradient(180deg, #fffaf1 0%, #ffffff 28%, var(--brand-ivory) 58%, #fffaf1 100%);
}

h1,
h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h2,
.section-head h2,
.included-copy h2,
.trust-copy h2,
.story-copy h2,
.standards-copy h2,
.review-intro h2,
.gallery-copy h2,
.areas-copy h2,
.faq-wrap h2,
.final-cta h2 {
  color: var(--navy);
  font-size: 46px;
  line-height: 1.03;
  font-weight: 900;
}

.section-head p,
.included-copy p,
.story-copy p,
.standards-copy p,
.review-intro p,
.gallery-copy p,
.areas-copy p,
.faq-wrap p {
  color: #53687d;
  font-size: 17px;
}

.site-header {
  background: linear-gradient(180deg, rgba(3, 31, 63, 0.96), rgba(3, 31, 63, 0.88));
  box-shadow: 0 16px 42px rgba(3, 31, 63, 0.18);
}

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

.primary-nav {
  border-color: rgba(243, 200, 95, 0.18);
  background: rgba(255, 250, 241, 0.07);
}

.btn-gold {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 34%),
    linear-gradient(135deg, #ffe08b, #d69a21 52%, #a86f0a);
  color: #1b230b;
  box-shadow: 0 16px 38px rgba(168, 111, 10, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.btn-glass {
  background: rgba(255, 250, 241, 0.10);
  border-color: rgba(255, 240, 207, 0.42);
}

.pasadena-template-hero {
  min-height: 590px;
  padding: 36px 0 42px;
  isolation: isolate;
}

.pasadena-template-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243, 200, 95, 0.72), transparent);
  z-index: 2;
}

.pasadena-template-hero .hero-video {
  opacity: 0.44;
  filter: saturate(0.92) contrast(1.06) brightness(0.92);
}

.pasadena-template-hero .hero-bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 200, 95, 0.24), transparent 26%),
    radial-gradient(circle at 72% 30%, rgba(6, 42, 82, 0.18), transparent 30%),
    linear-gradient(90deg, rgba(2, 20, 42, 0.98), rgba(3, 31, 63, 0.82) 48%, rgba(3, 31, 63, 0.44)),
    linear-gradient(180deg, rgba(2, 20, 42, 0.46), rgba(2, 20, 42, 0.82));
}

.pasadena-template-hero .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 42px;
  align-items: center;
}

.pasadena-template-hero .hero-copy {
  position: relative;
  padding-top: 0;
}

.pasadena-template-hero .hero-copy::before {
  content: "";
  display: block;
  width: 86px;
  height: 3px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffe08b, rgba(255, 224, 139, 0.18));
}

.pasadena-template-hero .eyebrow.light {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 224, 139, 0.26);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.08);
  color: #ffe08b;
  letter-spacing: 0.11em;
}

.pasadena-template-hero h1 {
  max-width: 690px;
  color: #fff7df;
  font-size: 60px;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.hero-keyword {
  display: inline;
  font-style: italic;
  white-space: normal;
}

.pasadena-template-hero .hero-lead {
  max-width: 650px;
  margin: 22px 0 24px;
  color: rgba(255, 250, 241, 0.87);
  font-size: 19px;
}

.hero-actions {
  gap: 12px;
}

.hero-copy-proof {
  max-width: 690px;
  margin-top: 30px;
  padding: 22px 18px 17px;
  border-color: rgba(243, 200, 95, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 250, 241, 0.11), rgba(255, 250, 241, 0.04)),
    linear-gradient(135deg, rgba(3, 31, 63, 0.72), rgba(8, 55, 100, 0.42));
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-copy-proof .proof-kicker,
.service-ribbon {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 34%),
    linear-gradient(135deg, #ffe08b, #d69a21 56%, #a86f0a);
}

.metric-counter {
  color: #fff7df;
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.metric-label {
  color: #ffffff;
}

.metric-subcopy {
  color: rgba(255, 250, 241, 0.70);
}

.pasadena-template-hero .hero-visual {
  margin-top: 8px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 22px -16px 12px 34px;
  border: 1px solid rgba(243, 200, 95, 0.32);
  border-radius: 42px;
  transform: rotate(-2deg);
  z-index: -1;
}

.main-photo {
  border-radius: 34px;
  transform: rotate(0.7deg);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.32);
}

.hero-media-card > img,
.main-photo img {
  height: 400px;
  border-radius: 34px;
  object-position: center bottom;
}

.hero-media-gradient {
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, transparent, rgba(2, 20, 42, 0.80));
}

.cabinet-review-badge {
  left: -34px;
  bottom: 30px;
  border-radius: 20px;
  border-color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 253, 248, 0.94);
}

.quick-proof {
  margin-top: -42px;
  padding-bottom: 32px;
}

.proof-grid article,
.showcase-card,
.service-card,
.included-cards article,
.trust-cards article,
.confidence-cards article,
.room-grid article,
.frequency-grid article,
.standards-cards article,
.review-card,
.moments-grid article,
.compare-grid article,
.faq-wrap details {
  border-color: rgba(168, 111, 10, 0.16);
  box-shadow: 0 18px 48px rgba(3, 31, 63, 0.10);
}

.section {
  position: relative;
}

.home-showcase,
.service-picker,
.included-section,
.room-scope,
.recurring-split,
.customer-moments,
.comparison,
.faq {
  background:
    radial-gradient(circle at 10% 0%, rgba(243, 200, 95, 0.10), transparent 28%),
    linear-gradient(180deg, #fffdf8, #ffffff);
}

.trust-system,
.premium-standards,
.gallery,
.process,
.final-cta {
  background:
    radial-gradient(circle at 12% 12%, rgba(243, 200, 95, 0.18), transparent 28%),
    linear-gradient(135deg, #031f3f, #082f56);
}

.trust-system h2,
.premium-standards h2,
.gallery h2,
.process h2,
.final-cta h2 {
  color: #fff7df;
}

.trust-system p,
.premium-standards p,
.gallery p,
.process p,
.final-cta p {
  color: rgba(255, 250, 241, 0.78);
}

.service-card.featured,
.picker-panel,
.included-panel,
.split-panel,
.compare-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.96));
  border-color: rgba(168, 111, 10, 0.18);
}

.card-kicker,
.showcase-card figcaption span,
.included-cards span,
.trust-cards span,
.standards-cards span,
.moments-grid span {
  color: #9a6806;
}

@media (max-width: 1180px) {
  .pasadena-template-hero .hero-grid {
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  }

  .pasadena-template-hero h1 {
    font-size: 54px;
  }

  .hero-media-card > img,
  .main-photo img {
    height: 420px;
  }
}

@media (max-width: 940px) {
  h2,
  .section-head h2,
  .included-copy h2,
  .trust-copy h2,
  .story-copy h2,
  .standards-copy h2,
  .review-intro h2,
  .gallery-copy h2,
  .areas-copy h2,
  .faq-wrap h2,
  .final-cta h2 {
    font-size: 40px;
  }

  .pasadena-template-hero {
    min-height: 0;
    padding: 42px 0 48px;
  }

  .pasadena-template-hero .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .pasadena-template-hero h1 {
    font-size: 50px;
  }

  .pasadena-template-hero .hero-copy {
    max-width: 760px;
  }

  .pasadena-template-hero .hero-visual {
    display: none;
  }

  .hero-copy-proof .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .quick-proof {
    margin-top: -22px;
  }
}

@media (max-width: 700px) {
  .brand {
    width: 116px;
    height: 42px;
    flex-basis: 116px;
    overflow: visible;
  }

  .brand img {
    width: 112px;
    transform: none;
  }

  h2,
  .section-head h2,
  .included-copy h2,
  .trust-copy h2,
  .story-copy h2,
  .standards-copy h2,
  .review-intro h2,
  .gallery-copy h2,
  .areas-copy h2,
  .faq-wrap h2,
  .final-cta h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .pasadena-template-hero {
    padding: 28px 0 34px;
  }

  .pasadena-template-hero .hero-copy::before {
    width: 62px;
    margin-bottom: 18px;
  }

  .pasadena-template-hero h1 {
    max-width: none;
    font-size: 38px;
    line-height: 1.02;
  }

  .pasadena-template-hero .hero-lead {
    font-size: 16px;
  }

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

  .hero-actions .btn {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 13px;
  }

  .hero-copy-proof {
    margin-top: 14px;
    padding: 16px 10px 10px;
  }

  .hero-copy-proof .hero-proof-row {
    grid-template-columns: 1fr;
  }

  .hero-copy-proof .hero-proof-row div {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    padding: 8px 4px;
    text-align: left;
  }

  .hero-copy-proof .hero-proof-row div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-copy-proof .inclusion-icon {
    display: inline-grid;
    grid-row: 1 / span 2;
    place-items: center;
    width: 28px;
    height: 28px;
    margin-top: 1px;
    border-radius: 999px;
    background: rgba(255, 220, 99, 0.15);
    color: #ffdc63;
    font-size: 13px;
  }

  .metric-counter,
  .metric-label {
    display: inline;
  }

  .metric-counter {
    margin-right: 6px;
    font-size: 22px;
  }

  .metric-label {
    font-size: 10px;
    line-height: 1.1;
  }

  .metric-subcopy {
    display: block;
    grid-column: 2;
    font-size: 9.5px;
  }

  .quick-proof {
    margin-top: 0;
    padding-top: 18px;
  }

  .section-head p,
  .included-copy p,
  .story-copy p,
  .standards-copy p,
  .review-intro p,
  .gallery-copy p,
  .areas-copy p,
  .faq-wrap p {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .brand {
    width: 104px;
    flex-basis: 104px;
  }

  .brand img {
    width: 102px;
  }

  .pasadena-template-hero h1 {
    font-size: 31px;
  }

  .pasadena-template-hero {
    padding-top: 24px;
    padding-bottom: 28px;
  }

  .hero-copy-proof .metric-subcopy {
    display: none;
  }

  .hero-copy-proof .proof-kicker {
    display: none;
  }

  .hero-copy-proof .hero-proof-row div {
    min-height: 36px;
    align-items: center;
    padding: 5px 4px;
  }

  .pasadena-template-hero .hero-lead {
    font-size: 15px;
    line-height: 1.35;
  }
}

/* Julio feedback pass: restore Pasadena compact logo crop and make the proof counter consistent. */
.site-header .brand,
.site-header .brand:visited {
  width: 72px;
  height: 48px;
  min-height: 0;
  flex: 0 0 72px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 223, 0.12);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.site-header .brand img {
  position: absolute;
  left: 0;
  top: 0;
  width: 132px;
  max-width: none;
  height: auto;
  max-height: none;
  object-fit: initial;
  transform: translate(-31px, -1px);
}

.hero-copy-proof .inclusion-icon {
  display: none;
}

.hero-copy-proof .metric-counter {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 700px) {
  .site-header .brand {
    width: 72px;
    height: 48px;
    flex-basis: 72px;
  }

  .site-header .brand img {
    width: 132px;
    transform: translate(-31px, -1px);
  }

  .hero-copy-proof {
    padding: 15px 12px 12px;
  }

  .hero-copy-proof .proof-kicker {
    display: inline-flex;
    margin-bottom: 12px;
  }

  .hero-copy-proof .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .hero-copy-proof .hero-proof-row div {
    display: block;
    min-height: 86px;
    padding: 0 8px;
    text-align: left;
  }

  .hero-copy-proof .hero-proof-row div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .hero-copy-proof .metric-counter,
  .hero-copy-proof .metric-label {
    display: block;
  }

  .hero-copy-proof .metric-counter {
    margin-right: 0;
    font-size: clamp(22px, 7vw, 30px);
    line-height: 0.95;
  }

  .hero-copy-proof .metric-label {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1;
  }

  .hero-copy-proof .metric-subcopy {
    display: block;
    grid-column: auto;
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.15;
  }
}

@media (max-width: 380px) {
  .site-header .brand {
    width: 66px;
    height: 45px;
    flex-basis: 66px;
  }

  .site-header .brand img {
    width: 122px;
    transform: translate(-29px, -1px);
  }

  .hero-copy-proof .proof-kicker {
    display: inline-flex;
  }

  .hero-copy-proof .hero-proof-row div {
    min-height: 76px;
    padding: 0 5px;
  }

  .hero-copy-proof .metric-counter {
    font-size: 22px;
  }

  .hero-copy-proof .metric-label {
    font-size: 8.8px;
  }

  .hero-copy-proof .metric-subcopy {
    display: none;
  }
}

/* Homepage mobile hero alignment: match the Pasadena image-plus-proof hierarchy. */
.image-metric-card .inclusion-icon {
  display: none;
}

.image-metric-card .metric-counter {
  font-variant-numeric: tabular-nums;
}

@media (max-width: 940px) {
  .pasadena-template-hero .hero-visual {
    display: block;
    width: min(620px, 100%);
    max-width: 620px;
  }

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

@media (max-width: 700px) {
  .pasadena-template-hero {
    padding: 24px 0 34px;
  }

  .pasadena-template-hero .hero-grid {
    gap: 18px;
  }

  .hero-actions {
    grid-template-columns: 1.08fr 0.92fr;
  }

  .hero-actions .btn {
    white-space: nowrap;
  }

  .hero-actions .btn:first-child {
    font-size: 11.8px;
  }

  .hero-copy-proof {
    display: none;
  }

  .pasadena-template-hero .hero-visual {
    margin-top: 0;
    padding-bottom: 64px;
  }

  .hero-visual::before {
    display: none;
  }

  .main-photo {
    border-radius: 28px;
    transform: none;
  }

  .hero-media-card > img,
  .main-photo img {
    height: 338px;
    object-position: center bottom;
  }

  .image-metric-card {
    left: 12px;
    right: 12px;
    bottom: -34px;
    width: auto;
    padding: 22px 12px 13px;
    border-radius: 22px;
  }

  .image-metric-card .proof-kicker {
    left: 14px;
    top: -15px;
    padding: 7px 10px;
    font-size: 9.5px;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
  }

  .image-metric-card .hero-proof-row div {
    display: block;
    min-height: 82px;
    padding: 0 7px;
    text-align: left;
  }

  .image-metric-card .hero-proof-row div + div {
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .image-metric-card .metric-counter,
  .image-metric-card .metric-label,
  .image-metric-card .metric-subcopy {
    display: block;
  }

  .image-metric-card .metric-counter {
    font-size: clamp(20px, 6vw, 25px);
    line-height: 0.95;
  }

  .image-metric-card .metric-label {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.1;
  }

  .image-metric-card .metric-subcopy {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.15;
  }

  .quick-proof {
    margin-top: 0;
  }
}

@media (min-width: 360px) and (max-width: 380px) {
  .hero-actions {
    grid-template-columns: 1.08fr 0.92fr;
  }
}

@media (min-width: 360px) and (max-width: 700px) {
  .hero-keyword {
    white-space: nowrap;
  }
}

@media (max-width: 359px) {
  .hero-actions .btn:first-child {
    font-size: 10.6px;
  }

  .hero-media-card > img,
  .main-photo img {
    height: 318px;
  }

  .image-metric-card {
    left: 9px;
    right: 9px;
    bottom: -30px;
    padding: 20px 9px 11px;
  }

  .image-metric-card .hero-proof-row div {
    min-height: 72px;
    padding: 0 5px;
  }

  .image-metric-card .metric-counter {
    font-size: 19px;
  }

  .image-metric-card .metric-subcopy {
    display: none;
  }
}

/* Julio feedback pass: give the CTA more room before proof/card content appears. */
.pasadena-template-hero {
  padding-bottom: 68px;
}

.pasadena-template-hero .hero-lead {
  margin-bottom: 30px;
}

.hero-actions {
  position: relative;
  z-index: 8;
}

.quick-proof {
  margin-top: 0;
  padding-top: 30px;
}

.section-head {
  margin-bottom: 48px;
}

.section-head.centered {
  margin-bottom: 54px;
}

@media (max-width: 940px) {
  .quick-proof {
    margin-top: 0;
    padding-top: 28px;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero {
    padding-bottom: 52px;
  }

  .pasadena-template-hero .hero-grid {
    gap: 34px;
  }

  .pasadena-template-hero .hero-lead {
    margin-bottom: 24px;
  }

  .hero-actions {
    margin-bottom: 4px;
  }

  .section-head,
  .section-head.centered {
    margin-bottom: 42px;
  }
}

@media (max-width: 380px) {
  .pasadena-template-hero .hero-grid {
    gap: 30px;
  }

  .pasadena-template-hero .hero-lead {
    margin-bottom: 22px;
  }
}

/* Pasadena proof-card duplication pass: restore the exact optimized metrics system. */
.image-metric-card {
  position: absolute !important;
  z-index: 5 !important;
  right: 10px !important;
  bottom: -46px !important;
  width: min(410px, calc(100% - 42px)) !important;
  margin: 0 !important;
  padding: 21px 16px 15px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 220, 99, 0.32) !important;
  border-radius: 26px !important;
  background: linear-gradient(135deg, rgba(3, 27, 53, 0.88), rgba(6, 42, 82, 0.72)) !important;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.32) !important;
  backdrop-filter: blur(16px) !important;
  color: #fff !important;
}

.image-metric-card::before {
  display: none !important;
}

.image-metric-card .proof-kicker {
  position: absolute !important;
  left: 20px !important;
  top: -17px !important;
  margin: 0 !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--gold-2), var(--gold)) !important;
  color: #1e240b !important;
  box-shadow: 0 12px 28px rgba(181, 127, 18, 0.25) !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.09em !important;
  text-transform: uppercase !important;
}

.image-metric-card .hero-proof-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  width: 100% !important;
  margin: 0 !important;
}

.image-metric-card .hero-proof-row div {
  display: block !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.image-metric-card .hero-proof-row div + div {
  border-top: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.16) !important;
}

.image-metric-card .inclusion-icon {
  display: none !important;
}

.image-metric-card .hero-proof-row strong {
  display: block !important;
}

.image-metric-card .metric-counter {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  grid-row: auto !important;
  color: #fff7df !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(23px, 2.1vw, 31px) !important;
  font-weight: 1000 !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
  font-variant-numeric: tabular-nums !important;
  animation: none !important;
}

.image-metric-card .metric-label {
  display: block !important;
  margin-top: 4px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.01em !important;
  text-transform: none !important;
}

.image-metric-card .metric-subcopy {
  display: block !important;
  margin-top: 3px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  font-size: 10.5px !important;
  line-height: 1.2 !important;
}

@media (min-width: 901px) {
  .pasadena-template-hero .hero-visual {
    padding-bottom: 96px !important;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .pasadena-template-hero .hero-visual {
    padding-bottom: 86px !important;
  }

  .image-metric-card {
    left: 18px !important;
    right: 18px !important;
    bottom: -66px !important;
    width: auto !important;
    max-width: none !important;
  }

  .image-metric-card .metric-counter {
    font-size: 26px !important;
  }

  .image-metric-card .metric-label {
    font-size: 11.5px !important;
  }

  .image-metric-card .metric-subcopy {
    font-size: 10px !important;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-visual {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    min-height: 0 !important;
    padding-bottom: 82px !important;
  }

  .image-metric-card {
    left: 14px !important;
    right: 14px !important;
    bottom: -68px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 18px 10px 11px !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22) !important;
  }

  .image-metric-card .proof-kicker {
    left: 14px !important;
    top: -14px !important;
    padding: 7px 10px !important;
    font-size: 10px !important;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 0 !important;
  }

  .image-metric-card .hero-proof-row div {
    padding: 0 7px !important;
  }

  .image-metric-card .metric-counter {
    font-size: clamp(18px, 5.4vw, 23px) !important;
  }

  .image-metric-card .metric-label {
    font-size: 9.8px !important;
  }

  .image-metric-card .metric-subcopy {
    font-size: 8.9px !important;
  }

  .quick-proof {
    padding-top: 72px !important;
  }
}

@media (max-width: 380px) {
  .pasadena-template-hero .hero-visual {
    padding-bottom: 78px !important;
  }

  .image-metric-card {
    left: 10px !important;
    right: 10px !important;
    bottom: -64px !important;
    padding: 17px 9px 10px !important;
  }

  .image-metric-card .hero-proof-row div {
    padding: 0 5px !important;
  }

  .image-metric-card .metric-counter {
    font-size: 19px !important;
  }

  .image-metric-card .metric-label {
    font-size: 9.1px !important;
  }

  .image-metric-card .metric-subcopy {
    font-size: 8.2px !important;
  }
}

/* Julio feedback pass: stack hero metrics and make the count-up feel deliberate. */
.image-metric-card {
  width: min(318px, calc(100% - 26px));
  right: -14px;
  bottom: 12px;
  padding: 25px 18px 15px;
  overflow: visible;
}

.image-metric-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(115deg, transparent 0 35%, rgba(255, 236, 164, 0.22) 45%, transparent 56%),
    radial-gradient(circle at 18% 0, rgba(255, 220, 99, 0.20), transparent 34%);
  opacity: 0;
  transform: translateX(-68%);
  pointer-events: none;
}

.image-metric-card.is-counting::before {
  animation: metric-card-sheen 1.4s ease-out both;
}

.image-metric-card .hero-proof-row {
  grid-template-columns: 1fr;
  gap: 0;
}

.image-metric-card .hero-proof-row div {
  position: relative;
  display: grid;
  grid-template-columns: minmax(96px, 0.4fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 14px;
  min-height: 64px;
  padding: 9px 0;
  text-align: left;
}

.image-metric-card .hero-proof-row div + div {
  border-left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.image-metric-card .metric-counter {
  position: relative;
  display: inline-flex;
  width: max-content;
  min-width: 96px;
  grid-row: 1 / span 2;
  color: #ffe7a3;
  font-size: clamp(31px, 3.8vw, 44px);
  line-height: 0.88;
  text-shadow: 0 0 18px rgba(255, 220, 99, 0.25);
}

.image-metric-card .hero-proof-row strong {
  display: contents;
}

.image-metric-card .metric-counter.is-counting {
  animation: metric-number-lift 1.4s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.image-metric-card .metric-label {
  margin-top: 0;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-metric-card .metric-subcopy {
  margin-top: 4px;
  font-size: 10.5px;
}

@keyframes metric-card-sheen {
  0% {
    opacity: 0;
    transform: translateX(-68%);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(72%);
  }
}

@keyframes metric-number-lift {
  0% {
    filter: blur(2px);
    opacity: 0.74;
    transform: translateY(10px);
  }

  62% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(-2px);
  }

  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 940px) {
  .image-metric-card {
    right: 14px;
    bottom: 10px;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-visual {
    padding-bottom: 100px;
  }

  .image-metric-card {
    left: 16px;
    right: 16px;
    bottom: -76px;
    width: auto;
    padding: 25px 16px 15px;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: 1fr;
  }

  .image-metric-card .hero-proof-row div {
    display: grid;
    grid-template-columns: minmax(112px, 0.44fr) minmax(0, 1fr);
    column-gap: 12px;
    min-height: 66px;
    padding: 10px 0;
  }

  .image-metric-card .hero-proof-row div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  .image-metric-card .metric-counter {
    min-width: 112px;
    font-size: clamp(28px, 8vw, 36px);
  }

  .image-metric-card .metric-label {
    font-size: 10.5px;
  }

  .image-metric-card .metric-subcopy {
    font-size: 9.6px;
  }

  .quick-proof {
    padding-top: 84px;
  }
}

@media (max-width: 359px) {
  .pasadena-template-hero .hero-visual {
    padding-bottom: 98px;
  }

  .image-metric-card {
    left: 10px;
    right: 10px;
    bottom: -78px;
    padding: 22px 12px 13px;
  }

  .image-metric-card .hero-proof-row div {
    grid-template-columns: minmax(96px, 0.42fr) minmax(0, 1fr);
    column-gap: 8px;
    min-height: 63px;
  }

  .image-metric-card .metric-counter {
    min-width: 96px;
    font-size: 25px;
  }

  .image-metric-card .metric-label {
    font-size: 9.4px;
  }

  .image-metric-card .metric-subcopy {
    display: block;
    font-size: 8.8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .image-metric-card.is-counting::before,
  .image-metric-card .metric-counter.is-counting {
    animation: none;
  }
}

/* Pasadena source parity: final computed metric typography and narrow sizing. */
.image-metric-card .metric-counter {
  color: #fff1c4 !important;
  font-style: italic !important;
  font-weight: 950 !important;
  letter-spacing: -0.035em !important;
}

@media (max-width: 700px) {
  .image-metric-card .hero-inclusions.proof-metric-card {
    padding: 16px 16px 12px !important;
    border-radius: 20px !important;
  }

  .image-metric-card .metric-subcopy {
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin-top: 4px !important;
  }
}

@media (max-width: 380px) {
  .image-metric-card {
    left: 14px !important;
    right: 14px !important;
  }

  .image-metric-card .metric-counter {
    font-size: 19px !important;
  }

  .image-metric-card .metric-label {
    font-size: 9.1px !important;
    line-height: 1.05 !important;
  }

  .image-metric-card .metric-subcopy {
    font-size: 12px !important;
  }
}

/* CTA focus pass: keep the quote buttons visually primary before proof metrics enter. */
@media (min-width: 901px) {
  .pasadena-template-hero .hero-visual {
    margin-top: 34px !important;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  .pasadena-template-hero .hero-grid {
    gap: 56px !important;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-grid {
    gap: 66px !important;
  }

  .hero-actions {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 380px) {
  .pasadena-template-hero .hero-grid {
    gap: 62px !important;
  }
}

/* Video visibility pass: keep the Pasadena contrast, but let the background motion show. */
.pasadena-template-hero .hero-video {
  opacity: 0.72;
  filter: saturate(1.08) contrast(1.02) brightness(1);
}

.pasadena-template-hero .hero-bg {
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 200, 95, 0.12), transparent 26%),
    radial-gradient(circle at 72% 30%, rgba(6, 42, 82, 0.10), transparent 30%),
    linear-gradient(90deg, rgba(2, 20, 42, 0.84), rgba(3, 31, 63, 0.56) 48%, rgba(3, 31, 63, 0.18)),
    linear-gradient(180deg, rgba(2, 20, 42, 0.24), rgba(2, 20, 42, 0.58));
}

@media (max-width: 700px) {
  .pasadena-template-hero .hero-video {
    opacity: 0.66;
    filter: saturate(1.06) contrast(1.02) brightness(0.98);
  }

  .pasadena-template-hero .hero-bg {
    background:
      linear-gradient(180deg, rgba(2, 20, 42, 0.68), rgba(3, 31, 63, 0.48) 46%, rgba(2, 20, 42, 0.74)),
      linear-gradient(90deg, rgba(2, 20, 42, 0.66), rgba(3, 31, 63, 0.20));
  }
}

/* Pasadena review badge parity: smaller, inside the photo, and visible on mobile. */
.pasadena-template-hero .cabinet-review-badge {
  display: block !important;
  left: 22.5% !important;
  right: auto !important;
  top: 55.5% !important;
  bottom: auto !important;
  z-index: 6;
  width: 184px !important;
  padding: 10px 11px 9px !important;
  border-radius: 16px !important;
  transform: translate(-50%, -50%) rotate(-1.4deg) !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 15px 34px rgba(6, 42, 82, 0.18) !important;
  pointer-events: none;
}

.pasadena-template-hero .cabinet-review-head {
  display: grid !important;
  grid-template-columns: 28px 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 5px;
}

.pasadena-template-hero .cabinet-review-head img {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border: 2px solid #fff;
  box-shadow: 0 5px 12px rgba(6, 42, 82, 0.16);
}

.pasadena-template-hero .cabinet-review-head strong {
  color: #10263d;
  font-size: 11px;
  line-height: 1.05;
  font-weight: 1000;
}

.pasadena-template-hero .cabinet-review-head span {
  margin-top: 1px;
  color: #667789;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.055em;
}

.pasadena-template-hero .cabinet-review-badge .stars {
  margin: 0 0 3px !important;
  font-size: 10px !important;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.pasadena-template-hero .cabinet-review-badge p {
  margin: 0 !important;
  color: #1c3348;
  font-size: 10.4px !important;
  line-height: 1.14 !important;
  font-weight: 950;
  letter-spacing: -0.02em;
}

@media (max-width: 700px) {
  .pasadena-template-hero .cabinet-review-badge {
    display: block !important;
    left: 22% !important;
    top: 56% !important;
    width: 158px !important;
    padding: 8px 9px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.84) !important;
    box-shadow: 0 12px 26px rgba(6, 42, 82, 0.18) !important;
  }

  .pasadena-template-hero .cabinet-review-head {
    grid-template-columns: 23px 1fr;
    gap: 6px;
    margin-bottom: 4px;
  }

  .pasadena-template-hero .cabinet-review-head img {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
  }

  .pasadena-template-hero .cabinet-review-head strong {
    font-size: 9.6px;
  }

  .pasadena-template-hero .cabinet-review-head span {
    font-size: 7px;
  }

  .pasadena-template-hero .cabinet-review-badge .stars {
    font-size: 8px !important;
    margin-bottom: 2px !important;
  }

  .pasadena-template-hero .cabinet-review-badge p {
    font-size: 8.9px !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 380px) {
  .pasadena-template-hero .cabinet-review-badge {
    left: 23% !important;
    top: 55.5% !important;
    width: 144px !important;
    padding: 7px 8px !important;
  }

  .pasadena-template-hero .cabinet-review-head {
    grid-template-columns: 21px 1fr;
    gap: 5px;
  }

  .pasadena-template-hero .cabinet-review-head img {
    width: 21px !important;
    height: 21px !important;
    min-width: 21px !important;
  }

  .pasadena-template-hero .cabinet-review-head strong {
    font-size: 8.9px;
  }

  .pasadena-template-hero .cabinet-review-head span {
    font-size: 6.5px;
  }

  .pasadena-template-hero .cabinet-review-badge p {
    font-size: 8.2px !important;
  }
}

@media (max-width: 340px) {
  .pasadena-template-hero .cabinet-review-badge {
    left: 24% !important;
    width: 132px !important;
    padding: 7px !important;
  }

  .pasadena-template-hero .cabinet-review-badge .stars {
    font-size: 7.5px !important;
  }

  .pasadena-template-hero .cabinet-review-badge p {
    font-size: 7.8px !important;
  }
}

/* Top-to-bottom visual rhythm pass: each homepage section gets its own visual job. */
.section,
.quick-proof,
.final-cta {
  overflow: hidden;
}

.service-hub {
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 92% 9%, rgba(246, 200, 78, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--brand-ivory) 100%);
}

.service-hub .section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.service-hub .section-head .eyebrow {
  grid-column: 1 / -1;
  width: max-content;
}

.service-hub .section-head h2 {
  max-width: 760px;
  margin: 0;
}

.service-hub .section-head p:not(.eyebrow) {
  max-width: 500px;
  margin: 0;
  padding: 22px 0 0 26px;
  border-left: 3px solid rgba(168, 111, 10, 0.34);
}

.service-hub-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1.42fr);
  gap: 18px;
  margin-bottom: 26px;
  padding: 18px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(3, 31, 63, 0.96), rgba(8, 61, 91, 0.92));
  color: #fff7df;
}

.service-hub-panel h3,
.service-hub-panel p {
  color: inherit;
}

.service-hub-panel > div:first-child {
  display: grid;
  align-content: center;
  min-height: 210px;
  padding: 22px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 0 0, rgba(246, 200, 78, 0.18), transparent 40%),
    rgba(255, 255, 255, 0.07);
}

.guided-picker-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.guided-picker-list a {
  min-height: 190px;
  align-content: end;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.86));
}

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

.service-hub .service-card {
  grid-column: span 4;
  min-height: 100%;
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 16px 44px rgba(3, 31, 63, 0.09);
}

.service-hub .service-card.featured {
  grid-column: span 6;
  background:
    linear-gradient(145deg, rgba(3, 31, 63, 0.94), rgba(7, 70, 93, 0.88));
  color: #fff7df;
}

.service-hub .service-card:nth-child(2) {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff);
}

.service-hub .service-card:nth-child(3) {
  background: linear-gradient(180deg, #fff7e7, #ffffff);
}

.service-hub .service-card:nth-child(4) {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff);
}

.service-hub .service-card:nth-child(5) {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff);
}

.service-hub .service-card-cta {
  grid-column: span 6;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 100% 0, rgba(246, 200, 78, 0.20), transparent 36%),
    linear-gradient(135deg, #fffdf8, var(--brand-ivory));
}

.service-hub .service-card.featured h3,
.service-hub .service-card.featured p,
.service-hub .service-card.featured li,
.service-hub .service-card.featured a:not(.btn) {
  color: #fff7df;
}

.service-hub .service-card.featured .card-kicker,
.service-hub .service-card.featured .service-plaque {
  color: #ffe08b;
}

.service-compare-row {
  margin-top: 22px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.service-compare-row article {
  min-height: 116px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.74), rgba(255,255,255,0.42));
  box-shadow: inset 0 0 0 1px rgba(3, 31, 63, 0.09);
}

.recurring-core-offer {
  padding: 94px 0;
  background:
    radial-gradient(circle at 18% 16%, rgba(181, 127, 18, 0.12), transparent 34%),
    linear-gradient(135deg, var(--brand-ivory) 0%, #fffdf8 58%, #ffffff 100%);
}

.recurring-panel {
  position: relative;
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.14fr);
  padding: 22px;
  border-radius: 34px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.94), rgba(255,255,255,0.72));
}

.recurring-panel::before {
  content: "";
  position: absolute;
  inset: 22px auto 22px 48%;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(168, 111, 10, 0.35), transparent);
}

.recurring-panel .split-copy {
  padding: 22px 28px 22px 18px;
}

.recurring-media {
  min-height: 500px;
  border-radius: 28px;
}

.recurring-floating-notes {
  position: absolute;
  left: 18px;
  top: 18px;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  width: min(210px, calc(100% - 36px));
}

.recurring-floating-notes span {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(3, 31, 63, 0.72);
  color: #fff7df;
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

.before-after-carousel-section {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff8ec 46%, var(--brand-ivory) 100%);
}

.before-after-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.66fr) minmax(0, 1.34fr);
  gap: 34px;
  align-items: center;
}

.before-after-copy {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}

.before-after-copy h2 {
  max-width: 500px;
  font-size: clamp(38px, 4.4vw, 58px);
}

.before-after-carousel {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(168, 111, 10, 0.17);
  border-radius: 34px;
  background:
    radial-gradient(circle at 0 0, rgba(246, 200, 78, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.66);
  box-shadow: 0 24px 70px rgba(3, 31, 63, 0.13);
}

.before-after-pair {
  border-radius: 26px;
}

.scope-hub {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(3, 31, 63, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--brand-ivory) 0%, #ffffff 100%);
  background-size: 44px 44px, auto;
}

.scope-hub .included-panel {
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  margin-bottom: 22px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.scope-hub .included-copy {
  padding: 0 24px 0 0;
}

.scope-hub .included-copy h2 {
  max-width: 680px;
}

.scope-hub .included-cards {
  align-self: stretch;
}

.scope-hub .included-cards article {
  display: grid;
  align-content: start;
  min-height: 230px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(3, 31, 63, 0.92), rgba(8, 61, 91, 0.86));
  color: #fff7df;
}

.scope-hub .included-cards article:nth-child(2) {
  transform: translateY(22px);
}

.scope-hub .included-cards article:nth-child(3) {
  transform: translateY(44px);
}

.scope-hub .included-cards h3,
.scope-hub .included-cards p {
  color: inherit;
}

.visual-room-grid {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.room-photo-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 28px;
  background: #031f3f;
}

.room-photo-card:nth-child(even) {
  transform: translateY(38px);
}

.room-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.room-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 28%, rgba(3, 31, 63, 0.86));
}

.room-checklist {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(3, 31, 63, 0.76);
  color: #fff7df;
  backdrop-filter: blur(14px);
}

.room-checklist h3,
.room-checklist li {
  color: inherit;
}

.room-checklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.room-checklist li {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  font-size: 11px;
  font-weight: 850;
}

.scope-detail-grid {
  margin-top: 82px;
}

.scope-detail-card {
  border-radius: 28px;
}

.trust-system {
  padding: 96px 0;
  background:
    radial-gradient(circle at 90% 8%, rgba(246, 200, 78, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%);
  color: var(--ink);
}

.trust-system h2 {
  color: var(--navy);
}

.trust-system p,
.trust-system .eyebrow.light {
  color: #52677b;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: 38px;
  align-items: center;
}

.trust-copy {
  padding-right: 10px;
}

.promise-card {
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(246, 200, 78, 0.15), transparent 34%),
    linear-gradient(180deg, #fff8ec, #ffffff);
}

.operations-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.operations-photo {
  grid-column: span 3;
  grid-row: span 2;
  min-height: 450px;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
}

.operations-photo img {
  width: 100%;
  height: 100%;
  min-height: 450px;
  object-fit: cover;
}

.operations-photo figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 13px 15px;
  border-radius: 999px;
  background: rgba(3, 31, 63, 0.74);
  color: #fff7df;
  font-weight: 950;
  text-align: center;
  backdrop-filter: blur(12px);
}

.operations-board article {
  grid-column: span 3;
  min-height: 216px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, var(--brand-ivory), #ffffff);
}

.operations-board article:nth-of-type(2),
.operations-board article:nth-of-type(4) {
  background:
    linear-gradient(180deg, #fff7e7, #ffffff);
}

.operations-board article h3,
.operations-board article p {
  color: var(--ink);
}

.operations-pills {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px;
  border-radius: 22px;
  background: #031f3f;
}

.reviews {
  padding: 96px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(246, 200, 78, 0.11), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, var(--brand-ivory) 100%);
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 42px;
  align-items: center;
}

.review-intro {
  position: relative;
}

.rating-card {
  max-width: 300px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, #031f3f, var(--brand-navy-2));
  color: #fff7df;
}

.rating-card strong,
.rating-card span {
  color: inherit;
}

.review-stack {
  position: relative;
  min-height: 470px;
}

.review-card {
  position: absolute;
  width: min(430px, 86%);
  min-height: 230px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(3, 31, 63, 0.14);
  opacity: 1;
  transform: none;
}

.review-card:nth-child(1) {
  left: 0;
  top: 32px;
  z-index: 3;
  transform: rotate(-2deg);
}

.review-card:nth-child(2) {
  right: 0;
  top: 0;
  z-index: 2;
  transform: rotate(2.2deg);
}

.review-card:nth-child(3) {
  left: 20%;
  bottom: 0;
  z-index: 1;
  transform: rotate(1deg);
}

.review-card.is-active {
  box-shadow: 0 28px 78px rgba(3, 31, 63, 0.20);
}

.proof-gallery {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr 1.05fr;
  gap: 14px;
}

.proof-gallery figure {
  min-height: 250px;
  border-radius: 26px;
}

.proof-gallery figure:nth-child(1),
.proof-gallery figure:nth-child(4) {
  min-height: 330px;
}

.process {
  padding: 96px 0;
  background:
    linear-gradient(90deg, rgba(168, 111, 10, 0.10) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
  background-size: 52px 52px, auto;
  color: var(--ink);
}

.process h2 {
  color: var(--navy);
}

.process p,
.process .eyebrow.light {
  color: #52677b;
}

.process-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  gap: 46px;
  align-items: center;
}

.visual-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.visual-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 34px;
  height: 2px;
  background: linear-gradient(90deg, rgba(168, 111, 10, 0.10), rgba(168, 111, 10, 0.58), rgba(168, 111, 10, 0.10));
}

.visual-timeline li {
  position: relative;
  z-index: 1;
  min-height: 330px;
  padding: 22px;
  border: 1px solid rgba(168, 111, 10, 0.16);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 16px 44px rgba(3, 31, 63, 0.09);
}

.step-visual {
  margin: 18px 0;
}

.areas {
  padding: 96px 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(181, 127, 18, 0.12), transparent 34%),
    linear-gradient(180deg, var(--brand-ivory) 0%, #ffffff 100%);
}

.areas-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.64fr) minmax(0, 1.36fr);
  gap: 38px;
  align-items: center;
}

.area-map-card {
  min-height: 580px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 224, 139, 0.28), transparent 16%),
    radial-gradient(circle at 50% 48%, rgba(181, 127, 18, 0.20), transparent 36%),
    linear-gradient(145deg, #031f3f, var(--brand-navy-2));
}

.area-columns {
  left: 22px;
  right: 22px;
  bottom: 22px;
  border-radius: 24px;
}

.faq {
  padding: 96px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, #fffaf1 100%);
}

.faq-wrap {
  display: grid;
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  gap: 34px;
}

.faq-visual-card {
  position: sticky;
  top: 96px;
  align-self: start;
  overflow: hidden;
  border-radius: 32px;
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-accordion details {
  border-radius: 18px;
  background: #ffffff;
}

.final-cta {
  padding: 94px 0 100px;
  background:
    radial-gradient(circle at 12% 12%, rgba(246, 200, 78, 0.20), transparent 28%),
    linear-gradient(135deg, #031f3f 0%, #082d52 54%, var(--brand-navy-2) 100%);
}

.final-photo-card {
  min-height: 430px;
  border-radius: 34px;
}

@media (max-width: 1100px) {
  .service-hub .section-head,
  .service-hub-panel,
  .recurring-panel,
  .before-after-layout,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap {
    grid-template-columns: 1fr;
  }

  .recurring-panel::before {
    display: none;
  }

  .guided-picker-list,
  .visual-room-grid,
  .visual-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-hub .service-card,
  .service-hub .service-card.featured,
  .service-hub .service-card-cta {
    grid-column: span 6;
  }

  .scope-hub .included-cards article,
  .room-photo-card:nth-child(even) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .service-hub,
  .recurring-core-offer,
  .before-after-carousel-section,
  .scope-hub,
  .trust-system,
  .reviews,
  .process,
  .areas,
  .faq,
  .final-cta {
    padding: 58px 0;
  }

  .service-hub .section-head p:not(.eyebrow) {
    padding: 0;
    border-left: 0;
  }

  .service-hub-panel,
  .recurring-panel,
  .before-after-carousel {
    padding: 12px;
    border-radius: 24px;
  }

  .guided-picker-list,
  .visual-room-grid,
  .visual-timeline,
  .proof-gallery {
    grid-template-columns: 1fr;
  }

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

  .service-hub .service-card,
  .service-hub .service-card.featured,
  .service-hub .service-card-cta {
    grid-column: auto;
  }

  .recurring-media,
  .room-photo-card,
  .area-map-card,
  .final-photo-card {
    min-height: 360px;
  }

  .recurring-floating-notes {
    width: min(190px, calc(100% - 30px));
  }

  .scope-detail-grid {
    margin-top: 42px;
  }

  .operations-board {
    grid-template-columns: 1fr;
  }

  .operations-photo,
  .operations-board article,
  .operations-pills {
    grid-column: auto;
  }

  .operations-photo,
  .operations-photo img {
    min-height: 330px;
  }

  .review-stack {
    display: grid;
    gap: 12px;
    min-height: 0;
  }

  .review-card,
  .review-card:nth-child(1),
  .review-card:nth-child(2),
  .review-card:nth-child(3) {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .visual-timeline::before {
    display: none;
  }

  .visual-timeline li {
    min-height: 0;
  }

  .area-columns {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 260px;
  }

  .faq-visual-card {
    position: relative;
    top: auto;
  }
}

/* Mother page section 01: premium image-led trust band. */
.mother-proof {
  position: relative;
  z-index: 4;
  padding: 48px 0 54px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fffaf1 54%, #ffffff 100%);
}

.mother-proof-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr);
  gap: 34px;
  align-items: stretch;
  padding: 18px;
  border: 1px solid rgba(168, 111, 10, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 10%, rgba(243, 200, 95, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.92));
  box-shadow: 0 28px 78px rgba(3, 31, 63, 0.13);
}

.mother-proof-media {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #08233f;
  box-shadow: 0 22px 60px rgba(3, 31, 63, 0.18);
}

.mother-proof-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.mother-proof-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 31, 63, 0.02), rgba(3, 31, 63, 0.72)),
    linear-gradient(90deg, rgba(3, 31, 63, 0.26), transparent 58%);
  pointer-events: none;
}

.mother-proof-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 20px;
  background: rgba(3, 31, 63, 0.74);
  color: #fff7df;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}

.mother-proof-media figcaption span {
  display: block;
  margin-bottom: 6px;
  color: #ffe08b;
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mother-proof-media figcaption strong {
  display: block;
  max-width: 320px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.mother-proof-copy {
  align-self: center;
  padding: 22px 18px 22px 0;
}

.mother-proof-copy h2 {
  max-width: 720px;
  color: #031f3f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 4.3vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.mother-proof-lead {
  max-width: 640px;
  margin: 18px 0 26px;
  color: #4f647a;
  font-size: 18px;
  line-height: 1.55;
}

.mother-proof-points {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mother-proof-points article {
  min-height: 190px;
  padding: 20px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.94));
  box-shadow: 0 16px 40px rgba(3, 31, 63, 0.09);
}

.mother-proof-points article strong {
  font-size: 17px;
}

.mother-proof-points article p {
  font-size: 14.5px;
  line-height: 1.48;
}

@media (max-width: 980px) {
  .mother-proof-panel {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .mother-proof-copy {
    padding: 0 8px 8px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 360px;
  }
}

@media (max-width: 700px) {
  .mother-proof {
    padding: 34px 0 42px;
  }

  .mother-proof-panel {
    width: min(100% - 26px, 1160px);
    padding: 12px;
    border-radius: 24px;
  }

  .mother-proof-media {
    border-radius: 20px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 315px;
  }

  .mother-proof-media figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 14px;
    border-radius: 17px;
  }

  .mother-proof-media figcaption strong {
    font-size: 18px;
  }

  .mother-proof-copy h2 {
    font-size: 33px;
    line-height: 1.02;
  }

  .mother-proof-lead {
    margin: 14px 0 20px;
    font-size: 16px;
  }

  .mother-proof-points {
    grid-template-columns: 1fr;
  }

  .mother-proof-points article {
    display: grid;
    grid-template-columns: 42px 1fr;
    column-gap: 12px;
    min-height: auto;
    padding: 16px;
  }

  .mother-proof-points .proof-icon {
    grid-row: 1 / span 2;
  }

  .mother-proof-points article strong {
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .mother-proof-copy h2 {
    font-size: 30px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 288px;
  }
}

/* Mother page section 02: editorial visual proof showcase. */
.home-showcase {
  padding: 92px 0 96px;
  background:
    radial-gradient(circle at 8% 8%, rgba(243, 200, 95, 0.12), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, var(--brand-ivory) 48%, #fffdf8 100%);
}

.home-showcase .section-head {
  max-width: 900px;
}

.home-showcase .section-head .eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 8px 13px;
  border: 1px solid rgba(168, 111, 10, 0.20);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.86);
}

.home-showcase .section-head h2 {
  margin-inline: auto;
  max-width: 820px;
  color: #031f3f;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 0.98;
  scroll-margin-top: 118px;
}

.home-showcase .section-head p:not(.eyebrow) {
  max-width: 700px;
  margin: 18px auto 0;
  color: #53677d;
  font-size: 18px;
}

.showcase-grid {
  position: relative;
  gap: 20px;
  padding: 18px;
  border: 1px solid rgba(168, 111, 10, 0.18);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 241, 0.86));
  box-shadow: 0 30px 84px rgba(3, 31, 63, 0.12);
}

.showcase-grid::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  pointer-events: none;
  z-index: 2;
}

.showcase-card {
  border-radius: 24px;
  border: 1px solid rgba(168, 111, 10, 0.18);
  box-shadow: 0 24px 62px rgba(3, 31, 63, 0.14);
}

.showcase-card-large {
  min-height: 548px;
}

.showcase-card img {
  transition: transform 0.7s ease;
}

.showcase-card:hover img {
  transform: scale(1.045);
}

.showcase-card::after {
  background:
    linear-gradient(180deg, rgba(2, 20, 42, 0.02) 10%, rgba(2, 20, 42, 0.82) 100%),
    radial-gradient(circle at 82% 12%, rgba(243, 200, 95, 0.16), transparent 28%);
}

.showcase-card figcaption {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(3, 31, 63, 0.78);
}

.showcase-card figcaption strong {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 23px;
  letter-spacing: -0.025em;
}

.review-showcase figcaption {
  background:
    radial-gradient(circle at 100% 0, rgba(243, 200, 95, 0.20), transparent 34%),
    rgba(255, 253, 248, 0.94);
}

@media (max-width: 980px) {
  .home-showcase {
    padding: 72px 0;
  }

  .showcase-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .showcase-card,
  .showcase-card-large {
    height: 390px;
    min-height: 390px;
  }
}

@media (max-width: 700px) {
  .home-showcase {
    padding: 58px 0 132px;
  }

  .home-showcase .section-head {
    text-align: left;
  }

  .home-showcase .section-head h2 {
    font-size: 33px;
    line-height: 1.02;
  }

  .home-showcase .section-head p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 16px;
  }

  .showcase-grid {
    width: min(100% - 26px, 1160px);
    padding: 12px;
    border-radius: 24px;
  }

  .showcase-grid::before {
    display: none;
  }

  .showcase-card,
  .showcase-card-large {
    height: 340px;
    min-height: 340px;
    border-radius: 20px;
  }

  .showcase-card figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
    border-radius: 17px;
  }

  .showcase-card figcaption strong {
    font-size: 19px;
    line-height: 1.14;
  }
}

@media (max-width: 360px) {
  .showcase-card,
  .showcase-card-large {
    height: 316px;
    min-height: 316px;
  }

  .showcase-card figcaption strong {
    font-size: 18px;
  }
}

/* Homepage mother-page premium card pass, aligned with the Pasadena visual system. */
:root {
  --premium-border: rgba(181, 127, 18, 0.24);
  --premium-border-strong: rgba(181, 127, 18, 0.36);
  --premium-panel: linear-gradient(145deg, rgba(255, 253, 248, 0.98), rgba(255, 248, 234, 0.94) 54%, rgba(246, 251, 255, 0.96));
  --premium-panel-blue: linear-gradient(145deg, rgba(3, 27, 53, 0.98), rgba(7, 61, 106, 0.96));
  --premium-card: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
  --premium-shadow: 0 30px 86px rgba(6, 42, 82, 0.14);
  --premium-soft: 0 18px 52px rgba(6, 42, 82, 0.10);
}

.section:not(.hero) {
  position: relative;
}

.section-head h2,
.mother-proof-copy h2,
.picker-panel h2,
.included-copy h2,
.trust-copy h2,
.confidence-grid h2,
.story-copy h2,
.split-panel h2,
.standards-copy h2,
.review-intro h2,
.gallery-copy h2,
.process-grid h2,
.areas-copy h2,
.faq-wrap h2,
.final-cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

.eyebrow:not(.light) {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 999px;
  background: rgba(255, 250, 241, 0.84);
  color: #956307;
}

.mother-proof {
  padding: 84px 0 72px;
  background:
    radial-gradient(circle at 8% 8%, rgba(246, 200, 78, 0.16), transparent 28%),
    radial-gradient(circle at 90% 30%, rgba(6, 42, 82, 0.10), transparent 32%),
    linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.mother-proof-panel,
.showcase-grid,
.picker-panel,
.included-panel,
.confidence-grid,
.story-grid,
.split-panel,
.compare-panel,
.faq-wrap,
.final-grid,
.areas-grid {
  position: relative;
  border: 1px solid var(--premium-border);
  border-radius: 34px;
  background: var(--premium-panel);
  box-shadow: var(--premium-shadow);
}

.mother-proof-panel::before,
.showcase-grid::before,
.picker-panel::before,
.included-panel::before,
.confidence-grid::before,
.story-grid::before,
.split-panel::before,
.compare-panel::before,
.faq-wrap::before,
.final-grid::before,
.areas-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 9% 8%, rgba(246, 200, 78, 0.16), transparent 31%),
    radial-gradient(circle at 93% 14%, rgba(6, 42, 82, 0.08), transparent 33%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0) 34%);
  z-index: 0;
}

.mother-proof-panel > *,
.showcase-grid > *,
.picker-panel > *,
.included-panel > *,
.confidence-grid > *,
.story-grid > *,
.split-panel > *,
.compare-panel > *,
.faq-wrap > *,
.final-grid > *,
.areas-grid > * {
  position: relative;
  z-index: 1;
}

.mother-proof-panel {
  align-items: stretch;
  padding: 22px;
  gap: 34px;
}

.mother-proof-media {
  min-height: 570px;
  border-radius: 28px;
  box-shadow: 0 28px 74px rgba(3, 31, 63, 0.20);
}

.mother-proof-media img {
  height: 100%;
  min-height: 570px;
  filter: saturate(1.04) contrast(1.03);
}

.mother-proof-media figcaption {
  left: 18px;
  right: 18px;
  bottom: 20px;
  border: 1px solid rgba(255, 247, 223, 0.18);
  background:
    radial-gradient(circle at 100% 0, rgba(246, 200, 78, 0.16), transparent 32%),
    rgba(3, 31, 63, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.mother-proof-copy {
  align-self: center;
  padding: 24px 14px 24px 0;
}

.mother-proof-points {
  gap: 14px;
}

.mother-proof-points article,
.included-cards article,
.confidence-cards article,
.frequency-grid article,
.standards-cards article,
.trust-cards article,
.room-grid article,
.moments-grid article,
.compare-grid article,
.area-columns > div,
.faq details {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(6, 42, 82, 0.10);
  border-radius: 24px;
  background: var(--premium-card);
  box-shadow: var(--premium-soft);
}

.mother-proof-points article::before,
.included-cards article::before,
.confidence-cards article::before,
.frequency-grid article::before,
.standards-cards article::before,
.trust-cards article::before,
.room-grid article::before,
.moments-grid article::before,
.compare-grid article::before,
.area-columns > div::before,
.faq details::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 94% 10%, rgba(246, 200, 78, 0.12), transparent 34%);
}

.mother-proof-points article > *,
.included-cards article > *,
.confidence-cards article > *,
.frequency-grid article > *,
.standards-cards article > *,
.trust-cards article > *,
.room-grid article > *,
.moments-grid article > *,
.compare-grid article > *,
.area-columns > div > *,
.faq details > * {
  position: relative;
  z-index: 1;
}

.mother-proof-points .proof-icon,
.standards-cards span,
.trust-cards span,
.steps span {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
  box-shadow: 0 10px 24px rgba(181, 127, 18, 0.22);
}

.home-showcase {
  padding-top: 94px;
  background:
    radial-gradient(circle at 7% 16%, rgba(246, 200, 78, 0.13), transparent 31%),
    linear-gradient(180deg, var(--brand-ivory) 0%, #fffdf8 54%, #ffffff 100%);
}

.home-showcase .section-head h2 {
  max-width: 850px;
}

.showcase-grid {
  padding: 20px;
  border-color: var(--premium-border);
}

.showcase-card {
  border-color: rgba(255, 247, 223, 0.32);
}

.showcase-card figcaption {
  left: 18px;
  right: 18px;
  bottom: 18px;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.20);
}

.service-picker {
  padding: 76px 0;
  background: linear-gradient(180deg, #ffffff, #fff8ea 54%, var(--brand-ivory));
}

.picker-panel {
  padding: 34px;
  grid-template-columns: 0.96fr 1.04fr;
}

.picker-list a {
  min-height: 68px;
  border-color: rgba(181, 127, 18, 0.18);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #fffaf0);
  box-shadow: 0 14px 34px rgba(6, 42, 82, 0.08);
}

.picker-list a:hover,
.area-columns a:hover,
.moments-grid a:hover,
.compare-grid a:hover,
.service-card a:not(.btn):hover {
  color: #8a5e09;
}

.services {
  background:
    radial-gradient(circle at 92% 9%, rgba(246, 200, 78, 0.12), transparent 32%),
    linear-gradient(180deg, #fff, var(--brand-ivory));
}

.service-grid {
  gap: 22px;
}

.service-card {
  position: relative;
  border-radius: 30px;
  border-color: rgba(181, 127, 18, 0.18);
  background: var(--premium-card);
  box-shadow: var(--premium-soft);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0) 36%);
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: var(--premium-border-strong);
  box-shadow: 0 28px 74px rgba(6, 42, 82, 0.16);
}

.service-card.featured {
  border-color: rgba(181, 127, 18, 0.42);
  background:
    radial-gradient(circle at 9% 0, rgba(246, 200, 78, 0.22), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff4d8);
}

.service-card img {
  position: relative;
  z-index: 1;
  width: calc(100% - 18px);
  height: 218px;
  margin-top: 9px;
  border-radius: 22px;
}

.service-card > div {
  position: relative;
  z-index: 1;
}

.service-plaque {
  position: absolute;
  z-index: 3;
  top: 21px;
  left: 21px;
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 247, 223, 0.32);
  border-radius: 999px;
  background: rgba(3, 31, 63, 0.88);
  color: #fff4cf;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.included-section {
  background: linear-gradient(180deg, var(--brand-ivory), #fffdf8);
}

.included-panel {
  align-items: stretch;
}

.included-cards article {
  padding: 24px;
}

.trust-system,
.premium-standards,
.process,
.final-cta {
  background:
    radial-gradient(circle at 14% 10%, rgba(246, 200, 78, 0.18), transparent 31%),
    linear-gradient(135deg, #031b35, #0a477d);
}

.trust-grid,
.standards-grid,
.process-grid,
.final-grid {
  border: 1px solid rgba(255, 247, 223, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 10% 0, rgba(246, 200, 78, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.04));
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.20);
  padding: 36px;
}

.trust-cards article,
.standards-cards article,
.steps li {
  border-color: rgba(255, 255, 255, 0.15);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.06));
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.18);
}

.trust-cards article h3,
.standards-cards article h3,
.steps strong {
  color: #fff;
}

.trust-cards article p,
.standards-cards article p,
.steps p {
  color: rgba(255, 255, 255, 0.76);
}

.confidence {
  background: linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.photo-story {
  background:
    radial-gradient(circle at 85% 10%, rgba(6, 42, 82, 0.10), transparent 32%),
    linear-gradient(180deg, var(--brand-ivory), #fff8ea);
}

.story-grid,
.split-panel {
  padding: 30px;
}

.story-media img,
.split-panel > img {
  border: 1px solid rgba(181, 127, 18, 0.18);
  box-shadow: 0 24px 62px rgba(6, 42, 82, 0.14);
}

.room-scope {
  background: linear-gradient(180deg, #fff8ea, #ffffff);
}

.room-grid {
  gap: 16px;
}

.room-grid article {
  padding: 24px;
}

.recurring-split {
  background: linear-gradient(180deg, #ffffff, var(--brand-ivory));
}

.premium-standards .eyebrow.light,
.trust-system .eyebrow.light,
.process .eyebrow.light,
.final-cta .eyebrow.light {
  border-color: rgba(246, 200, 78, 0.22);
  background: rgba(255, 247, 223, 0.08);
}

.reviews {
  background:
    radial-gradient(circle at 9% 12%, rgba(246, 200, 78, 0.13), transparent 31%),
    linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.review-layout {
  border: 1px solid var(--premium-border);
  border-radius: 34px;
  background: var(--premium-panel);
  box-shadow: var(--premium-shadow);
  padding: 34px;
}

.rating-card,
.review-card {
  border-color: rgba(181, 127, 18, 0.18);
  background: var(--premium-card);
}

.gallery {
  background: linear-gradient(180deg, var(--brand-ivory), #031b35);
}

.gallery-grid {
  border: 1px solid rgba(255, 247, 223, 0.16);
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 6%, rgba(246, 200, 78, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 34px 84px rgba(0, 0, 0, 0.20);
  padding: 30px;
}

.gallery-mosaic figure {
  border: 1px solid rgba(255, 247, 223, 0.20);
  border-radius: 26px;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.18);
}

.areas {
  background: linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.area-columns {
  gap: 14px;
}

.area-columns > div {
  padding: 22px;
}

.customer-moments {
  background:
    radial-gradient(circle at 92% 14%, rgba(246, 200, 78, 0.12), transparent 31%),
    linear-gradient(180deg, var(--brand-ivory), #fffdf8);
}

.moments-grid {
  gap: 18px;
}

.moments-grid article {
  padding: 26px;
}

.comparison {
  background: linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.compare-panel {
  padding: 34px;
}

.compare-grid article {
  padding: 24px;
}

.faq {
  background: linear-gradient(180deg, var(--brand-ivory), #fff8ea);
}

.faq-wrap {
  padding: 34px;
}

.faq details {
  box-shadow: 0 12px 32px rgba(6, 42, 82, 0.07);
}

.final-grid {
  align-items: center;
}

.final-grid::before {
  background:
    radial-gradient(circle at 10% 4%, rgba(246, 200, 78, 0.20), transparent 34%),
    radial-gradient(circle at 94% 40%, rgba(255, 255, 255, 0.10), transparent 34%);
}

@media (max-width: 980px) {
  .mother-proof-panel,
  .picker-panel,
  .included-panel,
  .confidence-grid,
  .story-grid,
  .split-panel,
  .review-layout,
  .gallery-grid,
  .areas-grid,
  .trust-grid,
  .standards-grid,
  .process-grid,
  .final-grid {
    padding: 26px;
    border-radius: 28px;
  }

  .mother-proof-copy {
    padding: 0;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 440px;
  }

  .picker-panel {
    grid-template-columns: 1fr;
  }

  .service-grid {
    gap: 18px;
  }
}

@media (max-width: 700px) {
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .mother-proof {
    padding-top: 60px;
  }

  .mother-proof-panel,
  .showcase-grid,
  .picker-panel,
  .included-panel,
  .confidence-grid,
  .story-grid,
  .split-panel,
  .review-layout,
  .gallery-grid,
  .areas-grid,
  .compare-panel,
  .faq-wrap,
  .trust-grid,
  .standards-grid,
  .process-grid,
  .final-grid {
    width: min(100% - 28px, 1160px);
    padding: 18px;
    border-radius: 24px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 360px;
  }

  .mother-proof-media figcaption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px;
    border-radius: 18px;
  }

  .mother-proof-copy h2,
  .section-head h2,
  .picker-panel h2,
  .included-copy h2,
  .trust-copy h2,
  .confidence-grid h2,
  .story-copy h2,
  .split-panel h2,
  .standards-copy h2,
  .review-intro h2,
  .gallery-copy h2,
  .process-grid h2,
  .areas-copy h2,
  .faq-wrap h2,
  .final-cta h2 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.02;
  }

  .mother-proof-points article,
  .included-cards article,
  .confidence-cards article,
  .frequency-grid article,
  .standards-cards article,
  .trust-cards article,
  .room-grid article,
  .moments-grid article,
  .compare-grid article,
  .area-columns > div {
    border-radius: 20px;
  }

  .service-card img {
    height: 168px;
    border-radius: 20px;
  }

  .service-card ul {
    display: none;
  }

  .service-plaque {
    top: 18px;
    left: 18px;
    font-size: 10px;
  }

  .gallery {
    background: linear-gradient(180deg, var(--brand-ivory), #062a52);
  }
}

@media (max-width: 380px) {
  .mother-proof-panel,
  .showcase-grid,
  .picker-panel,
  .included-panel,
  .confidence-grid,
  .story-grid,
  .split-panel,
  .review-layout,
  .gallery-grid,
  .areas-grid,
  .compare-panel,
  .faq-wrap,
  .trust-grid,
  .standards-grid,
  .process-grid,
  .final-grid {
    width: min(100% - 22px, 1160px);
    padding: 15px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 330px;
  }
}

/* Homepage compression pass: fewer sections, clearer sales-page jobs. */
.service-hub {
  padding-top: 86px;
}

.service-hub-panel {
  margin-bottom: 34px;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
}

.service-hub-panel h3 {
  margin-top: 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

.service-hub-panel p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  font-size: 17px;
}

.service-compare-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.service-compare-row article {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 10%, rgba(246, 200, 78, 0.13), transparent 34%),
    linear-gradient(180deg, #fff, #fffaf0);
  box-shadow: var(--premium-soft);
}

.service-compare-row strong,
.service-compare-row span {
  display: block;
}

.service-compare-row strong {
  color: var(--navy);
  font-size: 19px;
  line-height: 1.12;
}

.service-compare-row span {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
}

.scope-hub {
  background:
    radial-gradient(circle at 8% 12%, rgba(246, 200, 78, 0.12), transparent 31%),
    linear-gradient(180deg, var(--brand-ivory), #fffdf8);
}

.scope-hub .included-panel {
  margin-bottom: 22px;
}

.scope-room-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scope-room-grid article {
  min-height: 172px;
}

.proof-section {
  background:
    radial-gradient(circle at 9% 12%, rgba(246, 200, 78, 0.13), transparent 31%),
    linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.proof-layout {
  margin-bottom: 22px;
}

.proof-gallery {
  grid-template-rows: repeat(2, 210px);
  padding: 18px;
  border: 1px solid var(--premium-border);
  border-radius: 34px;
  background: var(--premium-panel);
  box-shadow: var(--premium-shadow);
}

.proof-gallery figure {
  border: 1px solid rgba(181, 127, 18, 0.18);
  box-shadow: 0 22px 58px rgba(6, 42, 82, 0.12);
}

.proof-gallery figcaption {
  background: rgba(3, 31, 63, 0.76);
}

@media (max-width: 1180px) {
  .service-compare-row,
  .scope-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .service-hub-panel {
    grid-template-columns: 1fr;
  }

  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 220px);
  }

  .proof-gallery figure:first-child {
    grid-row: auto;
  }
}

@media (max-width: 700px) {
  .service-hub {
    padding-top: 62px;
  }

  .service-hub-panel {
    margin-bottom: 24px;
  }

  .service-hub-panel h3 {
    font-size: 30px;
  }

  .service-compare-row,
  .scope-room-grid,
  .proof-gallery {
    grid-template-columns: 1fr;
  }

  .service-compare-row {
    width: min(100% - 28px, 1160px);
    gap: 12px;
    display: none;
  }

  .service-compare-row article,
  .scope-room-grid article {
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .scope-hub .included-panel {
    margin-bottom: 16px;
  }

  .proof-gallery {
    width: min(100% - 28px, 1160px);
    grid-template-rows: none;
    padding: 12px;
    border-radius: 24px;
  }

  .proof-gallery figure {
    min-height: 255px;
  }
}

/* Julio feedback pass: merge house/maid service and add homepage before/after proof. */
.before-after-section {
  position: relative;
  overflow: hidden;
  scroll-margin-top: 98px;
  background:
    radial-gradient(circle at 12% 10%, rgba(246, 200, 78, 0.14), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--brand-ivory) 100%);
}

.before-after-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 44px;
  align-items: start;
}

.before-after-copy {
  position: sticky;
  top: 112px;
  max-width: 430px;
}

.before-after-copy h2 {
  margin: 10px 0 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  line-height: 1.03;
}

.before-after-copy p:not(.eyebrow) {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.before-after-board {
  display: grid;
  gap: 18px;
}

.before-after-board article {
  display: grid;
  grid-template-columns: minmax(230px, 0.76fr) minmax(320px, 1fr);
  gap: 14px;
  min-height: 245px;
  padding: 14px;
  border: 1px solid rgba(181, 127, 18, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 235, 0.9)),
    var(--premium-panel);
  box-shadow: 0 24px 70px rgba(6, 42, 82, 0.11);
}

.before-after-text,
.before-after-board figure {
  min-width: 0;
  border-radius: 20px;
}

.before-after-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  background:
    radial-gradient(circle at 8% 8%, rgba(246, 200, 78, 0.18), transparent 42%),
    linear-gradient(180deg, #ffffff, #fff8e8);
  border: 1px solid rgba(181, 127, 18, 0.16);
}

.before-after-text span,
.before-after-board figcaption span {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  color: #7a5207;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after-text strong {
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.12;
}

.before-after-board figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 220px;
  background: #031b35;
  box-shadow: 0 18px 48px rgba(6, 42, 82, 0.14);
}

.before-after-board img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.before-after-board figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(3, 27, 53, 0.82);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
  backdrop-filter: blur(12px);
}

.before-after-board figcaption span {
  display: block;
  margin: 0 0 4px;
  color: var(--gold);
}

@media (max-width: 1040px) {
  .before-after-layout {
    grid-template-columns: 1fr;
  }

  .before-after-copy {
    position: static;
    max-width: 760px;
  }

  .before-after-copy h2 {
    font-size: 40px;
  }
}

@media (max-width: 760px) {
  .before-after-section {
    padding-top: 62px;
    padding-bottom: 170px;
    scroll-margin-top: 112px;
  }

  .before-after-layout {
    gap: 26px;
  }

  .before-after-copy h2 {
    font-size: 34px;
  }

  .before-after-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .before-after-board article {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 11px;
    border-radius: 22px;
  }

  .before-after-text {
    padding: 18px;
  }

  .before-after-text strong {
    font-size: 22px;
  }

  .before-after-board figure,
  .before-after-board img {
    min-height: 258px;
  }

  .before-after-board figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
  }
}

/* Real before/after image pairs pulled from the live site media library. */
.before-after-board .before-after-pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: auto;
  gap: 12px;
}

.before-after-pair figure {
  min-height: 285px;
}

.before-after-pair img {
  min-height: 285px;
}

.before-after-pair figure:first-child img {
  filter: saturate(0.92) contrast(0.98);
}

.before-after-pair figcaption {
  right: auto;
  width: auto;
  min-width: 86px;
  padding: 9px 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.before-after-pair figure:first-child figcaption {
  background: rgba(3, 27, 53, 0.78);
}

.before-after-pair figure:nth-child(2) figcaption {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #1f2609;
}

.before-after-note {
  grid-column: 1 / -1;
  padding: 18px 20px;
  border: 1px solid rgba(181, 127, 18, 0.16);
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #fff9ea);
}

.before-after-note span {
  display: block;
  margin-bottom: 7px;
  color: #7a5207;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.before-after-note strong {
  display: block;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.12;
}

@media (max-width: 760px) {
  .before-after-board .before-after-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .before-after-pair figure,
  .before-after-pair img {
    min-height: 205px;
  }

  .before-after-pair figcaption {
    left: 8px;
    bottom: 8px;
    min-width: 72px;
    padding: 8px 10px;
    font-size: 10px;
  }

  .before-after-note {
    padding: 16px;
    border-radius: 18px;
  }

  .before-after-note strong {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .before-after-copy h2 {
    font-size: 31px;
  }

  .before-after-pair figure,
  .before-after-pair img {
    min-height: 178px;
  }
}

/* Premium carousel pass: make before/after proof feel like the Pasadena visual system. */
.before-after-carousel-section {
  padding: 94px 0 106px;
  background:
    radial-gradient(circle at 12% 8%, rgba(242, 198, 93, 0.18), transparent 29%),
    radial-gradient(circle at 78% 18%, rgba(181, 127, 18, 0.10), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, #fff7e9 46%, var(--brand-ivory) 100%);
}

.before-after-carousel-section .before-after-layout {
  grid-template-columns: minmax(300px, 0.74fr) minmax(0, 1.26fr);
  align-items: center;
  gap: 48px;
}

.before-after-carousel-section .before-after-copy {
  position: relative;
  top: auto;
  max-width: 500px;
}

.before-after-carousel-section .before-after-copy h2 {
  max-width: 500px;
  margin: 10px 0 18px;
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.before-after-carousel-section .before-after-copy p:not(.eyebrow) {
  max-width: 470px;
  margin-bottom: 28px;
  color: #4e6477;
}

.before-after-carousel {
  position: relative;
  min-width: 0;
}

.before-after-window {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(181, 127, 18, 0.20);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 248, 232, 0.9)),
    radial-gradient(circle at 8% 8%, rgba(242, 198, 93, 0.22), transparent 34%);
  box-shadow: 0 32px 90px rgba(6, 42, 82, 0.16);
  scroll-behavior: smooth;
}

.before-after-window::before,
.before-after-window::after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  z-index: 4;
  width: 54px;
  pointer-events: none;
}

.before-after-window::before {
  left: 16px;
  background: linear-gradient(90deg, rgba(255, 252, 245, 0.92), transparent);
}

.before-after-window::after {
  right: 16px;
  background: linear-gradient(270deg, rgba(255, 252, 245, 0.92), transparent);
}

.before-after-track {
  display: flex;
  gap: 18px;
  align-items: stretch;
}

.before-after-board .before-after-pair,
.before-after-slide {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 26px;
  background: transparent;
  box-shadow: none;
}

.before-after-images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
  overflow: hidden;
  border-radius: 26px;
  background: #031b35;
  box-shadow: 0 24px 70px rgba(3, 31, 63, 0.20);
}

.before-after-images::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  z-index: 3;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 224, 139, 0.95), transparent);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.before-after-slide figure,
.before-after-slide img {
  min-height: 430px;
}

.before-after-slide figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #031b35;
  box-shadow: none;
}

.before-after-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-after-slide figure:first-child img {
  filter: saturate(0.9) contrast(0.98) brightness(0.96);
}

.before-after-slide figcaption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 5;
  min-width: 98px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 999px;
  background: rgba(3, 27, 53, 0.78);
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.before-after-slide figure:nth-child(2) figcaption {
  background: linear-gradient(135deg, #ffe08b, var(--gold-2));
  color: #1f2609;
}

.before-after-slide .before-after-note {
  display: grid;
  gap: 5px;
  min-height: 116px;
  padding: 22px 24px;
  border: 1px solid rgba(181, 127, 18, 0.17);
  border-radius: 24px;
  background:
    radial-gradient(circle at 5% 8%, rgba(242, 198, 93, 0.20), transparent 34%),
    linear-gradient(135deg, #ffffff, #fff8e8);
  box-shadow: 0 18px 48px rgba(6, 42, 82, 0.10);
}

.before-after-slide .before-after-note span {
  display: block;
  color: #7a5207;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.before-after-slide .before-after-note strong {
  max-width: 620px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.before-after-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 22px;
}

.before-after-arrow,
.before-after-dots button {
  border: 0;
  cursor: pointer;
}

.before-after-arrow {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(181, 127, 18, 0.28);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy);
  box-shadow: 0 14px 34px rgba(6, 42, 82, 0.11);
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.before-after-arrow:hover,
.before-after-arrow:focus-visible {
  background: var(--navy);
  color: #fff;
  transform: translateY(-1px);
}

.before-after-arrow span {
  font-size: 22px;
  line-height: 1;
}

.before-after-dots {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0 12px 30px rgba(6, 42, 82, 0.08);
}

.before-after-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 999px;
  background: rgba(6, 42, 82, 0.24);
  transition: width 180ms ease, background 180ms ease;
}

.before-after-dots button.is-active {
  width: 24px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
}

@media (max-width: 1040px) {
  .before-after-carousel-section .before-after-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .before-after-carousel-section .before-after-copy {
    max-width: 780px;
  }

  .before-after-carousel-section .before-after-copy h2,
  .before-after-carousel-section .before-after-copy p:not(.eyebrow) {
    max-width: 720px;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 390px;
  }
}

@media (max-width: 760px) {
  .before-after-carousel-section {
    padding: 64px 0 150px;
  }

  .before-after-carousel-section .before-after-layout {
    width: min(100% - 26px, 1160px);
    gap: 26px;
  }

  .before-after-carousel-section .before-after-copy h2 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.05;
  }

  .before-after-carousel-section .before-after-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .before-after-window {
    padding: 10px;
    border-radius: 25px;
  }

  .before-after-window::before,
  .before-after-window::after {
    top: 10px;
    bottom: 10px;
    width: 28px;
  }

  .before-after-window::before {
    left: 10px;
  }

  .before-after-window::after {
    right: 10px;
  }

  .before-after-images {
    gap: 3px;
    border-radius: 20px;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 270px;
  }

  .before-after-slide figcaption {
    left: 10px;
    bottom: 10px;
    min-width: 72px;
    padding: 8px 10px;
    font-size: 10px;
    letter-spacing: 0.11em;
  }

  .before-after-slide .before-after-note {
    min-height: 0;
    padding: 18px;
    border-radius: 20px;
  }

  .before-after-slide .before-after-note strong {
    font-size: 22px;
  }

  .before-after-controls {
    gap: 13px;
    margin-top: 18px;
  }

  .before-after-arrow {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 380px) {
  .before-after-slide figure,
  .before-after-slide img {
    min-height: 232px;
  }

  .before-after-slide .before-after-note strong {
    font-size: 20px;
  }
}

.before-after-window {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.before-after-window::-webkit-scrollbar {
  display: none;
}

.before-after-slide {
  scroll-snap-align: start;
}

.before-after-slide[aria-hidden="true"] {
  pointer-events: none;
}

/* Elegance pass: quieter luxury, stronger rhythm, and more composed mobile sections. */
html {
  scroll-padding-top: 92px;
}

body {
  background:
    linear-gradient(180deg, #fffaf1 0%, #fffdf8 18%, var(--brand-ivory) 46%, #fffaf1 76%, #ffffff 100%);
}

.site-header {
  background:
    linear-gradient(180deg, rgba(3, 27, 53, 0.97), rgba(3, 31, 63, 0.91));
  border-bottom-color: rgba(255, 224, 139, 0.18);
}

.site-header::before {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 139, 0.78), rgba(255, 255, 255, 0.30), transparent);
}

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

.primary-nav {
  border-color: rgba(255, 224, 139, 0.18);
  background: rgba(255, 255, 255, 0.055);
}

.nav-actions .phone-link,
.btn-glass {
  border-color: rgba(255, 247, 223, 0.34);
}

.pasadena-template-hero {
  min-height: 620px;
  padding: 42px 0 76px;
}

.pasadena-template-hero .hero-bg {
  background:
    linear-gradient(90deg, rgba(2, 18, 38, 0.88), rgba(3, 31, 63, 0.58) 48%, rgba(3, 31, 63, 0.25)),
    linear-gradient(180deg, rgba(2, 18, 38, 0.28), rgba(2, 18, 38, 0.70));
}

.pasadena-template-hero h1 {
  max-width: 720px;
  font-size: clamp(50px, 5.1vw, 70px);
  line-height: 0.99;
  text-wrap: balance;
}

.pasadena-template-hero .hero-lead {
  max-width: 610px;
  color: rgba(255, 250, 241, 0.89);
}

.main-photo {
  border-radius: 30px;
  box-shadow: 0 38px 92px rgba(0, 0, 0, 0.30);
}

.hero-media-card > img,
.main-photo img {
  border-radius: 30px;
}

.image-metric-card {
  background:
    linear-gradient(135deg, rgba(3, 27, 53, 0.94), rgba(6, 42, 82, 0.82)) !important;
  box-shadow:
    0 28px 74px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section:not(.hero)::before,
.mother-proof::before,
.final-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1120px, calc(100% - 48px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(181, 127, 18, 0.28), transparent);
  pointer-events: none;
}

.section-head {
  margin-bottom: 56px;
}

.section-head h2,
.mother-proof-copy h2,
.before-after-copy h2,
.service-hub-panel h3,
.included-copy h2,
.trust-copy h2,
.review-intro h2,
.process-grid h2,
.areas-copy h2,
.faq-wrap h2,
.final-grid h2 {
  text-wrap: balance;
}

.section-head p:not(.eyebrow),
.mother-proof-lead,
.before-after-copy p:not(.eyebrow),
.included-copy p,
.trust-copy p,
.review-intro p,
.process-grid p,
.areas-copy p,
.faq-wrap p {
  max-width: 680px;
}

.mother-proof {
  padding: 88px 0 82px;
  background:
    linear-gradient(180deg, #fffdf8 0%, var(--brand-ivory) 58%, #ffffff 100%);
}

.mother-proof-panel,
.showcase-grid,
.before-after-window,
.service-hub-panel,
.included-panel,
.review-layout,
.proof-gallery,
.areas-grid,
.faq-wrap {
  border-color: rgba(181, 127, 18, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 241, 0.88) 56%, rgba(247, 251, 255, 0.94));
  box-shadow: 0 28px 82px rgba(3, 31, 63, 0.11);
}

.trust-grid,
.process-grid,
.final-grid {
  border-color: rgba(255, 247, 223, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.18);
}

.mother-proof-panel {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  padding: 20px;
}

.mother-proof-media,
.mother-proof-media img {
  min-height: 520px;
}

.mother-proof-media {
  border-radius: 26px;
}

.mother-proof-copy {
  padding-right: 22px;
}

.mother-proof-copy h2 {
  font-size: clamp(40px, 4.5vw, 60px);
}

.mother-proof-points article,
.included-cards article,
.service-compare-row article,
.scope-room-grid article,
.area-columns > div,
.faq details {
  box-shadow: 0 16px 42px rgba(3, 31, 63, 0.075);
}

.home-showcase {
  padding: 106px 0;
  background:
    linear-gradient(180deg, #ffffff 0%, var(--brand-ivory) 48%, #fffdf8 100%);
}

.showcase-grid {
  gap: 16px;
  padding: 16px;
}

.showcase-card,
.showcase-card-large {
  border-radius: 22px;
}

.showcase-card figcaption {
  border-radius: 16px;
  background: rgba(3, 31, 63, 0.80);
}

.before-after-carousel-section {
  padding: 92px 0 112px;
  scroll-margin-top: 112px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fff8ec 48%, var(--brand-ivory) 100%);
}

.before-after-carousel-section .before-after-layout {
  gap: 54px;
}

.before-after-copy {
  padding-top: 8px;
}

.before-after-copy .btn {
  margin-top: 4px;
}

.before-after-window {
  padding: 14px;
  border-radius: 30px;
}

.before-after-images {
  border-radius: 22px;
}

.before-after-slide figure,
.before-after-slide img {
  min-height: 410px;
}

.before-after-slide .before-after-note {
  min-height: 104px;
  border-radius: 20px;
  box-shadow: 0 14px 36px rgba(3, 31, 63, 0.08);
}

.before-after-controls {
  margin-top: 24px;
}

.service-hub {
  padding-top: 98px;
}

.service-hub-panel {
  padding: 32px;
}

.service-grid {
  gap: 20px;
}

.service-card {
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(3, 31, 63, 0.10);
}

.service-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 68px rgba(3, 31, 63, 0.14);
}

.service-card img {
  height: 202px;
  border-radius: 18px;
}

.service-plaque {
  border-color: rgba(255, 247, 223, 0.24);
  background: rgba(3, 31, 63, 0.82);
}

.scope-hub {
  background:
    linear-gradient(180deg, var(--brand-ivory) 0%, #fffdf8 100%);
}

.included-panel {
  padding: 34px;
}

.included-cards {
  gap: 14px;
}

.trust-system,
.process,
.final-cta {
  background:
    linear-gradient(135deg, #031b35 0%, #082d52 54%, var(--brand-navy-2) 100%);
}

.trust-cards article,
.steps li {
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}

.proof-section {
  background:
    linear-gradient(180deg, #fffdf8 0%, var(--brand-ivory) 100%);
}

.review-layout {
  padding: 36px;
}

.review-card {
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(3, 31, 63, 0.09);
}

.rating-card {
  box-shadow: 0 18px 46px rgba(3, 31, 63, 0.08);
}

.areas {
  background: linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.faq {
  background: linear-gradient(180deg, var(--brand-ivory), #fffaf1);
}

.faq details {
  border-radius: 18px;
}

.final-cta {
  position: relative;
}

.final-grid {
  padding: 42px;
}

.mobile-cta {
  border-top-color: rgba(181, 127, 18, 0.22);
  box-shadow: 0 -18px 38px rgba(3, 31, 63, 0.15);
}

@media (max-width: 1180px) {
  .pasadena-template-hero h1 {
    font-size: clamp(48px, 5.8vw, 62px);
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 82px;
  }

  .mother-proof-panel {
    grid-template-columns: 1fr;
  }

  .mother-proof-copy {
    padding-right: 0;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .before-after-carousel-section {
    padding: 74px 0 158px;
    scroll-margin-top: 112px;
  }

  .before-after-carousel-section .before-after-layout {
    gap: 30px;
  }

  .before-after-window {
    padding: 9px;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 252px;
  }
}

@media (max-width: 700px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    padding-bottom: 104px;
  }

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

  .pasadena-template-hero {
    padding: 28px 0 58px;
  }

  .pasadena-template-hero .hero-grid {
    gap: 58px !important;
  }

  .pasadena-template-hero h1 {
    font-size: clamp(34px, 10.2vw, 42px);
    line-height: 1.02;
  }

  .pasadena-template-hero .hero-lead {
    max-width: 34rem;
  }

  .hero-actions {
    grid-template-columns: 1fr 0.78fr;
    gap: 10px;
  }

  .main-photo,
  .hero-media-card > img,
  .main-photo img {
    border-radius: 24px;
  }

  .hero-media-card > img,
  .main-photo img {
    height: 346px;
  }

  .section,
  .home-showcase,
  .service-hub {
    padding-top: 68px;
    padding-bottom: 72px;
  }

  .mother-proof {
    padding: 64px 0 64px;
  }

  .mother-proof-panel,
  .showcase-grid,
  .service-hub-panel,
  .included-panel,
  .review-layout,
  .proof-gallery,
  .areas-grid,
  .faq-wrap,
  .trust-grid,
  .process-grid,
  .final-grid {
    width: min(100% - 30px, 1160px);
    padding: 16px;
    border-radius: 22px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 340px;
  }

  .mother-proof-copy h2,
  .section-head h2,
  .before-after-copy h2,
  .service-hub-panel h3,
  .included-copy h2,
  .trust-copy h2,
  .review-intro h2,
  .process-grid h2,
  .areas-copy h2,
  .faq-wrap h2,
  .final-grid h2 {
    font-size: clamp(31px, 8.8vw, 40px);
    line-height: 1.04;
  }

  .section-head {
    margin-bottom: 38px;
  }

  .showcase-card,
  .showcase-card-large {
    height: 320px;
    min-height: 320px;
  }

  .service-card {
    border-radius: 22px;
  }

  .service-card img {
    height: 158px;
  }

  .included-panel {
    gap: 22px;
  }

  .mobile-cta a {
    min-height: 48px;
    padding-top: 10px;
    padding-bottom: calc(10px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 380px) {
  .pasadena-template-hero h1 {
    font-size: 31px;
  }

  .hero-actions {
    grid-template-columns: 1fr 0.74fr;
  }

  .hero-actions .btn:first-child {
    font-size: 10.8px;
  }

  .hero-media-card > img,
  .main-photo img {
    height: 320px;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 218px;
  }

  .mother-proof-media,
  .mother-proof-media img {
    min-height: 305px;
  }
}

/* Elegance QA correction: keep the hero composed and prevent narrow metric crowding. */
@media (min-width: 981px) {
  .pasadena-template-hero .hero-grid {
    grid-template-columns: minmax(0, 1.14fr) minmax(390px, 0.86fr);
    gap: 38px;
  }

  .pasadena-template-hero h1 {
    max-width: 760px;
    font-size: clamp(48px, 4.35vw, 60px);
  }
}

@media (max-width: 700px) {
  .nav-actions .btn-small {
    min-width: 146px;
    padding-inline: 14px;
    font-size: 12px;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .nav-actions .btn-small {
    min-width: 138px;
    font-size: 11.2px;
  }

  .image-metric-card {
    left: 12px !important;
    right: 12px !important;
    padding: 17px 7px 10px !important;
  }

  .image-metric-card .hero-proof-row div {
    padding: 0 3px !important;
    text-align: center !important;
  }

  .image-metric-card .metric-counter {
    font-size: 16.5px !important;
    letter-spacing: -0.06em !important;
  }

  .image-metric-card .metric-label {
    font-size: 8px !important;
    line-height: 1.05 !important;
  }

  .image-metric-card .metric-subcopy {
    display: none !important;
  }
}

/* Pasadena-style image placeholder pass: warmer framed media, pills, and mobile parity. */
.mother-proof-panel,
.showcase-grid,
.before-after-window,
.proof-gallery {
  border-color: rgba(181, 127, 18, 0.22) !important;
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 200, 78, 0.16), transparent 18rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 238, 0.92)) !important;
  box-shadow: 0 28px 76px rgba(6, 42, 82, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.78) !important;
}

.mother-proof-media,
.showcase-card,
.before-after-images,
.proof-gallery figure {
  border: 1px solid rgba(181, 127, 18, 0.22) !important;
  background: #031b35;
  box-shadow:
    0 22px 52px rgba(6, 42, 82, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.34) !important;
}

.mother-proof-media::before,
.showcase-card::before,
.proof-gallery figure::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: inherit;
  pointer-events: none;
}

.mother-proof-media img,
.showcase-card img,
.before-after-slide img,
.proof-gallery img {
  filter: saturate(0.96) contrast(1.04) brightness(1.01);
}

.mother-proof-media,
.showcase-card-large,
.proof-gallery figure:nth-child(1) {
  border-radius: 34px 54px 82px 28px / 34px 54px 62px 28px !important;
}

.showcase-card:not(.showcase-card-large),
.proof-gallery figure:nth-child(even) {
  border-radius: 54px 34px 28px 82px / 54px 34px 28px 62px !important;
}

.mother-proof-media figcaption,
.showcase-card figcaption,
.proof-gallery figcaption,
.before-after-slide figcaption {
  border: 1px solid rgba(255, 255, 255, 0.26) !important;
  background: rgba(3, 27, 53, 0.80) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.20) !important;
  backdrop-filter: blur(12px);
}

.mother-proof-media figcaption span,
.showcase-card figcaption span,
.proof-gallery figcaption,
.before-after-slide figcaption {
  color: #ffe08b;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.service-card:not(.service-card-cta) {
  position: relative !important;
  overflow: visible !important;
  padding-top: 54px !important;
  border-radius: 34px !important;
  border-color: rgba(181, 127, 18, 0.18) !important;
  background:
    radial-gradient(circle at 12% 0%, rgba(246, 200, 78, 0.16), transparent 15rem),
    linear-gradient(180deg, #fffefb 0%, #fff7e8 100%) !important;
  box-shadow: 0 28px 72px rgba(6, 42, 82, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.86) !important;
}

.service-card.featured:not(.service-card-cta) {
  background:
    radial-gradient(circle at 16% 0%, rgba(246, 200, 78, 0.24), transparent 16rem),
    linear-gradient(180deg, #fffefb 0%, #fff3d8 100%) !important;
}

.service-card:not(.service-card-cta)::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: inherit;
  pointer-events: none;
}

.service-card:not(.service-card-cta)::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 82px;
  right: 32px;
  width: 36px;
  height: 36px;
  opacity: 0.48;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 255, 255, 0.92) 0 2px, transparent 2.5px),
    radial-gradient(circle at 48% 52%, rgba(246, 200, 78, 0.78) 0 1.8px, transparent 2.3px),
    linear-gradient(135deg, transparent 41%, rgba(255, 255, 255, 0.46) 48%, rgba(255, 255, 255, 0.82) 50%, rgba(255, 255, 255, 0.46) 52%, transparent 59%);
  filter: drop-shadow(0 3px 7px rgba(6, 42, 82, 0.12));
}

.service-card:nth-child(even):not(.service-card-cta)::after {
  right: auto;
  left: 32px;
  transform: scaleX(-1);
}

.service-card > .service-plaque {
  position: absolute !important;
  z-index: 6 !important;
  top: 0 !important;
  left: 50% !important;
  width: auto !important;
  max-width: calc(100% - 34px) !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  padding: 8px 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.42) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--gold2), var(--gold)) !important;
  color: #1e240b !important;
  font-size: 11px !important;
  font-weight: 1000 !important;
  letter-spacing: 0.105em !important;
  line-height: 1.05 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  box-shadow: 0 14px 30px rgba(181, 127, 18, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.70) !important;
}

.service-card > .service-plaque::before {
  content: "" !important;
  position: absolute !important;
  left: 10px !important;
  top: 2px !important;
  width: 18px !important;
  height: 18px !important;
  transform: translate(-72%, -68%) rotate(45deg) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    conic-gradient(from 45deg, transparent 0 35deg, #fffdf8 35deg 55deg, transparent 55deg 125deg, #fffdf8 125deg 145deg, transparent 145deg 215deg, #fffdf8 215deg 235deg, transparent 235deg 305deg, #fffdf8 305deg 325deg, transparent 325deg),
    radial-gradient(circle at 50% 50%, #fffdf8 0 2.6px, rgba(255, 220, 99, 0.90) 3px 4.7px, transparent 5.2px) !important;
  box-shadow: 0 4px 9px rgba(6, 42, 82, 0.11) !important;
  opacity: 0.98 !important;
  pointer-events: none !important;
}

.service-card > .service-plaque::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -8px !important;
  width: 30px !important;
  height: 1px !important;
  transform: translateX(-50%) !important;
  border-radius: 999px !important;
  opacity: 0.38 !important;
  background: linear-gradient(90deg, rgba(181, 127, 18, 0), rgba(181, 127, 18, 0.50), rgba(181, 127, 18, 0)) !important;
  pointer-events: none !important;
}

.service-card:not(.service-card-cta) > img {
  position: relative;
  z-index: 0;
  width: calc(100% - 34px) !important;
  aspect-ratio: 4 / 3 !important;
  height: auto !important;
  min-height: 240px !important;
  max-height: 286px !important;
  margin: 0 auto !important;
  object-fit: cover !important;
  border-radius: 34px 54px 82px 28px / 34px 54px 62px 28px !important;
  outline: 1px solid rgba(181, 127, 18, 0.24) !important;
  outline-offset: -1px !important;
  box-shadow:
    0 20px 44px rgba(6, 42, 82, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.36) !important;
  filter: saturate(0.96) contrast(1.04) brightness(1.01);
}

.service-card:nth-child(even):not(.service-card-cta) > img {
  border-radius: 54px 34px 28px 82px / 54px 34px 28px 62px !important;
}

.service-card:not(.service-card-cta) > div {
  position: relative;
  z-index: 2;
}

.service-card:not(.service-card-cta) > div h3::before {
  content: "";
  display: block;
  width: 58px;
  height: 2px;
  margin: 0 0 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(181, 127, 18, 0));
}

.before-after-images {
  border-radius: 32px 48px 60px 28px / 32px 48px 48px 28px !important;
  outline: 1px solid rgba(181, 127, 18, 0.20);
  outline-offset: -1px;
}

.before-after-slide .before-after-note {
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 200, 78, 0.13), transparent 14rem),
    linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 238, 0.94)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.70);
}

@media (max-width: 1180px) {
  .service-card:not(.service-card-cta) > img {
    aspect-ratio: 16 / 10 !important;
    min-height: 250px !important;
    max-height: 324px !important;
  }
}

@media (max-width: 700px) {
  .mother-proof-media,
  .showcase-card-large,
  .proof-gallery figure:nth-child(1) {
    border-radius: 30px 46px 70px 24px / 30px 46px 54px 24px !important;
  }

  .showcase-card:not(.showcase-card-large),
  .proof-gallery figure:nth-child(even) {
    border-radius: 46px 30px 24px 70px / 46px 30px 24px 54px !important;
  }

  .mother-proof-media::before,
  .showcase-card::before,
  .proof-gallery figure::before {
    inset: 8px;
  }

  .mother-proof-media figcaption,
  .showcase-card figcaption {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 14px;
  }

  .service-card:not(.service-card-cta) {
    padding-top: 48px !important;
    border-radius: 30px !important;
  }

  .service-card > .service-plaque {
    max-width: calc(100% - 28px) !important;
    padding: 7px 12px !important;
    font-size: 9.8px !important;
    letter-spacing: 0.085em !important;
  }

  .service-card > .service-plaque::before {
    left: 8px !important;
    top: 1px !important;
    width: 16px !important;
    height: 16px !important;
  }

  .service-card:not(.service-card-cta) > img {
    width: calc(100% - 26px) !important;
    aspect-ratio: 4 / 3 !important;
    min-height: 226px !important;
    max-height: 292px !important;
    border-radius: 30px 46px 70px 24px / 30px 46px 54px 24px !important;
  }

  .service-card:nth-child(even):not(.service-card-cta) > img {
    border-radius: 46px 30px 24px 70px / 46px 30px 24px 54px !important;
  }

  .service-card:not(.service-card-cta)::after {
    top: 80px;
    right: 28px;
    width: 32px;
    height: 32px;
    opacity: 0.44;
  }

  .service-card:nth-child(even):not(.service-card-cta)::after {
    left: 28px;
    right: auto;
  }

  .before-after-images {
    grid-template-columns: 1fr;
    border-radius: 28px 40px 54px 24px / 28px 40px 42px 24px !important;
  }

  .before-after-images::after {
    left: 18px;
    right: 18px;
    top: 50%;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 224, 139, 0.95), transparent);
  }
}

@media (max-width: 380px) {
  .service-card > .service-plaque {
    font-size: 9.1px !important;
    letter-spacing: 0.06em !important;
    padding-inline: 10px !important;
  }

  .service-card:not(.service-card-cta) > img {
    min-height: 210px !important;
    max-height: 264px !important;
  }

  .service-card:not(.service-card-cta)::after {
    right: 24px;
    width: 30px;
    height: 30px;
  }

  .service-card:nth-child(even):not(.service-card-cta)::after {
    left: 24px;
  }
}

/* Contrast repair: later Pasadena-style dark overlays must not inherit older dark text treatments. */
.review-showcase figcaption,
.review-showcase figcaption strong {
  color: #ffffff !important;
}

.review-showcase figcaption span {
  color: #ffe08b !important;
}

.before-after-slide figure:nth-child(2) figcaption {
  background: rgba(3, 27, 53, 0.80) !important;
  color: #ffe08b !important;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.74);
}

/* Conversion pass: quote-start, recurring offer, add-ons, ZIP checker, and mobile CTAs. */
.nav-actions {
  gap: 10px;
}

.nav-actions .btn-small {
  white-space: nowrap;
}

.cta-mobile-text {
  display: none;
}

.mother-proof-points {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.image-metric-card .hero-proof-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 14px;
}

.image-metric-card {
  width: min(430px, calc(100% - 28px));
}

.cabinet-review-badge {
  top: 28px;
  bottom: auto;
}

.image-metric-card .hero-proof-row div:nth-child(odd) {
  border-left: 0;
}

.quote-start-card {
  max-width: 760px;
  margin-top: 26px;
  padding: 20px;
  border: 1px solid rgba(255, 220, 99, 0.30);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(3, 27, 53, 0.70), rgba(6, 42, 82, 0.48));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.quote-start-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.quote-start-head .eyebrow {
  margin-bottom: 4px;
}

.quote-start-card h2 {
  margin: 0;
  max-width: 380px;
  color: #fff7df;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(23px, 2.15vw, 32px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.quote-start-fields {
  display: grid;
  grid-template-columns: 0.8fr 1.24fr 1fr auto;
  gap: 10px;
  align-items: end;
}

.quote-start-card label,
.zip-checker label {
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.quote-start-card input,
.quote-start-card select,
.zip-checker input {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  padding: 0 12px;
  font-weight: 850;
}

.quote-start-card button {
  min-height: 48px;
  white-space: nowrap;
}

.quote-start-note {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.70);
  font-size: 13px;
}

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

.service-card h3 {
  letter-spacing: -0.045em;
}

.service-card li {
  line-height: 1.35;
}

.recurring-core-offer {
  background:
    radial-gradient(circle at 10% 0%, rgba(246, 200, 78, 0.18), transparent 18rem),
    linear-gradient(180deg, #fffdf8, var(--brand-ivory));
}

.recurring-panel {
  padding: 30px;
  border: 1px solid rgba(181, 127, 18, 0.20);
  border-radius: 36px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 238, 0.92));
  box-shadow: 0 28px 76px rgba(6, 42, 82, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.80);
}

.recurring-core-offer h2 {
  color: var(--navy);
}

.offer-list,
.scope-detail-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.offer-list li,
.scope-detail-card li {
  position: relative;
  padding-left: 28px;
  color: #3a5268;
  font-weight: 780;
}

.offer-list li::before,
.scope-detail-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(246, 200, 78, 0.16);
}

.recurring-media {
  min-height: 470px;
}

.recurring-media img {
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
}

.scope-detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 18px;
}

.scope-detail-card {
  padding: 28px;
  border: 1px solid rgba(181, 127, 18, 0.20);
  border-radius: 28px;
  background: linear-gradient(180deg, #fff, #fff8ea);
  box-shadow: var(--soft-shadow);
}

.scope-detail-card h3 {
  font-size: clamp(28px, 3vw, 40px);
}

.scope-detail-card p {
  color: var(--muted);
}

.scope-detail-card ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pricing-card {
  background:
    radial-gradient(circle at 8% 0%, rgba(246, 200, 78, 0.20), transparent 14rem),
    linear-gradient(150deg, #062a52, #0a3e70);
  color: #fff;
}

.pricing-card h3,
.pricing-card .eyebrow {
  color: #fff7df;
}

.pricing-card p,
.pricing-card li {
  color: rgba(255, 255, 255, 0.80);
}

.promise-card {
  margin: 22px 0;
  padding: 18px;
  border: 1px solid rgba(255, 220, 99, 0.30);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
}

.promise-card span {
  display: block;
  color: #ffdc63;
  font-weight: 1000;
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.promise-card p {
  margin: 8px 0 0;
}

.review-service-label {
  display: inline-flex;
  margin: 13px 0 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(246, 200, 78, 0.18);
  color: var(--navy);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zip-checker {
  display: grid;
  gap: 8px;
  margin: 20px 0 6px;
  padding: 16px;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--soft-shadow);
}

.zip-checker label {
  color: var(--navy);
}

.zip-checker div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.zip-checker input {
  border-color: var(--line);
}

.metric-counter-ready {
  animation: metric-settle 520ms ease;
}

@keyframes metric-settle {
  from {
    transform: translateY(2px);
    opacity: 0.84;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .quote-start-fields,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-start-card button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 940px) {
  .scope-detail-grid {
    grid-template-columns: 1fr;
  }

  .recurring-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .pasadena-template-hero h1 {
    font-size: clamp(33px, 9.4vw, 44px);
  }

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

  .cta-desktop-text {
    display: none;
  }

  .cta-mobile-text {
    display: inline;
  }

  .quote-start-card {
    margin-top: 18px;
    padding: 16px;
    border-radius: 22px;
  }

  .quote-start-head {
    display: block;
  }

  .quote-start-fields,
  .service-grid,
  .mother-proof-points,
  .scope-detail-card ul,
  .zip-checker div {
    grid-template-columns: 1fr;
  }

  .quote-start-card button,
  .zip-checker button {
    width: 100%;
  }

  .image-metric-card .hero-proof-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 12px;
  }

  .image-metric-card .hero-proof-row div:nth-child(odd) {
    border-left: 0;
  }

  .recurring-panel {
    padding: 20px;
    border-radius: 28px;
  }

  .recurring-media,
  .recurring-media img {
    min-height: 330px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .metric-counter-ready {
    animation: none;
  }
}

/* Visual storytelling pass: premium below-the-fold section rhythm. */
.hero-media-card {
  isolation: isolate;
}

.hero-media-card::before {
  content: "";
  position: absolute;
  inset: -18px 24px auto -18px;
  height: 42%;
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 224, 139, 0.18), transparent 62%),
    url("assets/optimized/live-luxury-living-kitchen.webp") center/cover;
  opacity: 0.30;
  filter: blur(3px);
  z-index: -1;
}

.image-metric-card {
  border: 1px solid rgba(255, 224, 139, 0.32);
  background:
    linear-gradient(135deg, rgba(3, 27, 53, 0.90), rgba(6, 42, 82, 0.78)),
    radial-gradient(circle at 10% 0%, rgba(255, 224, 139, 0.25), transparent 15rem);
}

.mother-proof-media {
  position: relative;
}

.mother-proof-media::after {
  content: "Local team proof";
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 224, 139, 0.46);
  border-radius: 999px;
  background: rgba(3, 27, 53, 0.74);
  color: #fff7df;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.guided-picker-list {
  position: relative;
}

.guided-picker-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(181, 127, 18, 0), rgba(181, 127, 18, 0.62), rgba(181, 127, 18, 0));
}

.guided-picker-list a {
  position: relative;
  min-height: 78px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  grid-template-areas: "thumb title" "thumb sub";
  align-items: center;
  gap: 0 14px;
  padding: 13px 16px 13px 14px;
}

.guided-picker-list a strong {
  grid-area: title;
  color: var(--navy);
  line-height: 1.15;
}

.guided-picker-list a em {
  grid-area: sub;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.picker-thumb {
  grid-area: thumb;
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(181, 127, 18, 0.24);
  border-radius: 18px;
  background:
    radial-gradient(circle at 66% 28%, rgba(255, 224, 139, 0.82) 0 7px, transparent 8px),
    linear-gradient(145deg, #fff9ea, var(--brand-ivory));
  box-shadow: 0 12px 28px rgba(6, 42, 82, 0.10);
}

.picker-thumb::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 13px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 -9px 0 rgba(181, 127, 18, 0.26), 0 -18px 0 rgba(181, 127, 18, 0.14);
}

.picker-thumb.recurring::after {
  width: 18px;
  height: 18px;
  left: 16px;
  bottom: 14px;
  border: 3px solid var(--gold);
  border-top-color: transparent;
  border-radius: 50%;
  background: transparent;
  box-shadow: none;
}

.picker-thumb.reset::after {
  left: 15px;
  right: auto;
  bottom: 14px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 28%, transparent 30% 100%);
  box-shadow: 0 0 0 7px rgba(181, 127, 18, 0.17);
}

.picker-thumb.move::after {
  left: 13px;
  right: 13px;
  bottom: 15px;
  height: 20px;
  border: 2px solid var(--gold);
  border-top-width: 6px;
  border-radius: 4px;
  background: transparent;
  box-shadow: none;
}

.recurring-media {
  position: relative;
  overflow: hidden;
}

.recurring-floating-notes {
  position: absolute;
  inset: 24px 24px auto auto;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  width: min(270px, calc(100% - 48px));
}

.recurring-floating-notes span,
.final-proof-pills span,
.faq-chips span,
.city-chip {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 224, 139, 0.42);
  border-radius: 999px;
  background: rgba(3, 27, 53, 0.76);
  color: #fff9ea;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(3, 27, 53, 0.16);
}

.proof-note {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid rgba(181, 127, 18, 0.20);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.82);
  box-shadow: var(--soft-shadow);
}

.proof-note span,
.room-checklist span,
.final-photo-card figcaption span,
.operations-photo figcaption,
.service-plaque {
  color: var(--gold);
  font-size: 11px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.proof-note p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.visual-room-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.visual-room-grid .room-photo-card {
  position: relative;
  min-height: 430px;
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
  background: #031b35;
}

.room-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  filter: saturate(0.94) contrast(0.98);
}

.room-photo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 27, 53, 0.03), rgba(3, 27, 53, 0.82));
}

.room-checklist {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 16px;
  border: 1px solid rgba(255, 224, 139, 0.30);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.92);
  box-shadow: 0 20px 46px rgba(3, 27, 53, 0.20);
  backdrop-filter: blur(14px);
}

.room-checklist h3 {
  margin: 3px 0 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.04;
  letter-spacing: 0;
}

.room-checklist ul,
.addon-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.room-checklist li {
  padding: 5px 8px;
  border: 1px solid rgba(6, 42, 82, 0.10);
  border-radius: 999px;
  background: #fff;
  color: #36506a;
  font-size: 12px;
  font-weight: 850;
}

.scope-detail-grid {
  align-items: stretch;
}

.addon-chip-grid li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px 10px 10px;
  border: 1px solid rgba(181, 127, 18, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #36506a;
  font-weight: 850;
}

.addon-chip-grid li::before,
.estimate-equation span::before {
  display: none;
}

.addon-chip-grid li span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffe08b, var(--gold));
  color: #2e2306;
  font-size: 10px;
  font-weight: 1000;
}

.estimate-equation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
  align-items: center;
}

.estimate-equation span,
.estimate-equation strong {
  min-height: 62px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(255, 224, 139, 0.28);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.10);
  text-align: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 900;
}

.estimate-equation strong {
  grid-column: span 2;
  background: linear-gradient(135deg, #ffe08b, var(--gold));
  color: #2d2206;
}

.estimate-equation b {
  display: none;
}

.trust-system {
  position: relative;
  overflow: hidden;
}

.trust-system::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 224, 139, 0.13), transparent 18rem),
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.08), transparent 16rem),
    linear-gradient(135deg, rgba(3, 27, 53, 0.88), rgba(3, 27, 53, 0.96));
  opacity: 0.56;
  pointer-events: none;
}

.trust-system > * {
  position: relative;
}

.operations-board {
  position: relative;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
}

.operations-photo {
  grid-column: 1 / -1;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 139, 0.24);
  border-radius: 30px;
  margin: 0;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.22);
}

.operations-photo img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.operations-photo figcaption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 252, 245, 0.92);
}

.operations-pills {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.operations-pills span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 224, 139, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 900;
}

.proof-gallery {
  grid-template-columns: 1.35fr 0.85fr 0.85fr;
}

.proof-gallery figure {
  min-height: 250px;
}

.proof-gallery figure:first-child {
  grid-row: span 2;
  min-height: 524px;
}

.visual-timeline {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  counter-reset: step;
}

.visual-timeline::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 46px;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 224, 139, 0), rgba(255, 224, 139, 0.72), rgba(255, 224, 139, 0));
}

.visual-timeline li {
  position: relative;
  padding-top: 22px;
}

.step-visual {
  width: 100%;
  min-height: 116px;
  display: grid;
  place-items: center;
  margin: 18px 0;
  border: 1px solid rgba(255, 224, 139, 0.26);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff7df;
  font-weight: 950;
  text-align: center;
}

.step-visual b {
  color: #ffdc63;
}

.checklist-module {
  gap: 9px;
}

.checklist-module i {
  width: min(120px, 80%);
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.70);
  box-shadow: -24px 0 0 -16px #ffdc63;
}

.photo-module {
  overflow: hidden;
  padding: 0;
}

.photo-module img {
  width: 100%;
  height: 116px;
  object-fit: cover;
}

.area-map-card {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 224, 139, 0.26), transparent 14rem),
    linear-gradient(145deg, #062a52, #0a3e70 58%, #fff8ea);
  box-shadow: var(--shadow);
}

.map-rings {
  position: absolute;
  inset: 42px 38px 180px;
  border-radius: 50%;
  opacity: 0.72;
}

.map-rings span {
  position: absolute;
  inset: 14%;
  border: 1px solid rgba(255, 224, 139, 0.38);
  border-radius: 50%;
}

.map-rings span:nth-child(2) {
  inset: 0;
  border-color: rgba(255, 255, 255, 0.22);
}

.map-rings span:nth-child(3) {
  inset: 28%;
  background: rgba(255, 224, 139, 0.10);
}

.city-chip {
  position: absolute;
  z-index: 2;
  background: rgba(255, 252, 245, 0.95);
  color: var(--navy);
}

.city-chip.houston { left: 44%; top: 33%; }
.city-chip.pasadena { left: 58%; top: 42%; }
.city-chip.pearland { left: 47%; top: 48%; }
.city-chip.sugar { left: 22%; top: 45%; }
.city-chip.katy { left: 16%; top: 34%; }
.city-chip.cypress { left: 28%; top: 19%; }
.city-chip.spring { right: 23%; top: 19%; }
.city-chip.woodlands { right: 11%; top: 9%; }
.city-chip.conroe { right: 20%; top: 2%; }

.area-map-card .area-columns {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 3;
}

.faq-split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 24px;
  align-items: start;
}

.faq-visual-card {
  position: sticky;
  top: 100px;
  overflow: hidden;
  border: 1px solid rgba(181, 127, 18, 0.18);
  border-radius: 32px;
  background: linear-gradient(180deg, #fffdf8, #fff5df);
  box-shadow: var(--soft-shadow);
}

.faq-visual-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.faq-visual-card div {
  padding: 24px;
}

.faq-visual-card h2 {
  margin: 0;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3vw, 46px);
  line-height: 1;
  letter-spacing: 0;
}

.faq-visual-card p:not(.eyebrow) {
  color: var(--muted);
}

.faq-accordion {
  display: grid;
  gap: 10px;
}

.faq-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.faq-chips span {
  background: #fff;
  color: var(--navy);
  border-color: rgba(181, 127, 18, 0.18);
  box-shadow: none;
}

.final-grid {
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 28px;
}

.final-copy {
  min-width: 0;
}

.final-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 24px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.final-photo-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(255, 224, 139, 0.26);
  border-radius: 34px;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.26);
}

.final-photo-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
}

.final-photo-card figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 224, 139, 0.28);
  border-radius: 22px;
  background: rgba(255, 252, 245, 0.92);
  color: var(--navy);
  box-shadow: var(--soft-shadow);
}

.final-photo-card figcaption strong {
  display: block;
  margin-top: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.05;
  letter-spacing: 0;
}

.site-footer {
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 224, 139, 0.74), transparent);
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(255, 224, 139, 0.10), transparent 16rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.025) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.025) 50% 75%, transparent 75%);
  background-size: auto, 28px 28px;
  pointer-events: none;
}

.site-footer > * {
  position: relative;
}

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

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

  .visual-timeline::before {
    display: none;
  }
}

@media (max-width: 940px) {
  .faq-split,
  .final-grid {
    grid-template-columns: 1fr;
  }

  .faq-visual-card {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: 0.7fr 1fr;
  }

  .faq-visual-card img {
    height: 100%;
    aspect-ratio: auto;
  }

  .area-map-card {
    min-height: 640px;
  }
}

@media (max-width: 700px) {
  .hero-media-card::before {
    display: none;
  }

  .guided-picker-list::before {
    left: 40px;
  }

  .visual-room-grid,
  .visual-timeline,
  .estimate-equation {
    grid-template-columns: 1fr;
  }

  .scope-detail-grid {
    margin-top: 88px;
  }

  .room-photo-card img,
  .visual-room-grid .room-photo-card {
    min-height: 0;
  }

  .visual-room-grid .room-photo-card {
    background: #fff;
  }

  .room-photo-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .room-photo-card::after {
    display: none;
  }

  .room-checklist {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -14px 12px 14px;
  }

  .recurring-floating-notes {
    position: relative;
    inset: auto;
    width: auto;
    justify-content: flex-start;
    padding: 12px;
    background: #fffdf8;
  }

  .recurring-floating-notes span {
    background: rgba(3, 27, 53, 0.84);
  }

  .operations-board {
    grid-template-columns: 1fr;
  }

  .operations-photo,
  .operations-pills {
    grid-column: auto;
  }

  .proof-gallery,
  .proof-gallery figure:first-child {
    grid-template-columns: 1fr;
    grid-row: auto;
    min-height: 0;
  }

  .visual-timeline {
    position: relative;
  }

  .visual-timeline li {
    padding-left: 0;
  }

  .step-visual {
    min-height: 96px;
  }

  .area-map-card {
    min-height: 0;
    padding: 18px;
  }

  .map-rings,
  .city-chip {
    display: none;
  }

  .area-map-card .area-columns {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }

  .faq-visual-card {
    grid-template-columns: 1fr;
  }

  .faq-visual-card img {
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 44px;
  }

  .final-actions .btn-xl {
    font-size: 14px;
    min-height: 54px;
  }

  .final-cta {
    padding-bottom: 120px;
  }

  .final-photo-card,
  .final-photo-card img {
    min-height: 0;
  }

  .final-photo-card img {
    height: auto;
    aspect-ratio: 16 / 11;
  }

  .final-photo-card figcaption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: -16px 14px 14px;
  }
}

/* Final rhythm override: last in cascade so the page does not fall back into repeated card walls. */
.service-hub {
  background:
    radial-gradient(circle at 92% 9%, rgba(246, 200, 78, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, var(--brand-ivory) 100%) !important;
}

.service-hub .service-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.service-hub .service-card:not(.service-card-cta) {
  grid-column: span 4 !important;
  padding-top: 44px !important;
  border-radius: 28px !important;
  background: linear-gradient(180deg, #ffffff, var(--brand-ivory)) !important;
}

.service-hub .service-card.featured:not(.service-card-cta) {
  grid-column: span 6 !important;
  background: linear-gradient(145deg, #031f3f, var(--brand-navy-2)) !important;
}

.service-hub .service-card:nth-child(3):not(.service-card-cta) {
  background: linear-gradient(180deg, #fff7e7, #ffffff) !important;
}

.service-hub .service-card:nth-child(4):not(.service-card-cta) {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff) !important;
}

.service-hub .service-card:nth-child(5):not(.service-card-cta) {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff) !important;
}

.service-hub .service-card-cta {
  grid-column: span 6 !important;
  min-height: 360px !important;
  border-radius: 28px !important;
}

.service-hub .service-card:not(.service-card-cta) > img {
  min-height: 188px !important;
  max-height: 218px !important;
  aspect-ratio: 16 / 10 !important;
}

.service-hub .service-card:not(.service-card-cta) > div {
  padding: 22px !important;
}

.service-hub .service-card.featured h3,
.service-hub .service-card.featured p,
.service-hub .service-card.featured li,
.service-hub .service-card.featured a:not(.btn) {
  color: #fff7df !important;
}

.recurring-core-offer {
  background:
    radial-gradient(circle at 18% 16%, rgba(181, 127, 18, 0.12), transparent 34%),
    linear-gradient(135deg, var(--brand-ivory) 0%, #fffdf8 58%, #ffffff 100%) !important;
}

.scope-hub {
  background:
    linear-gradient(90deg, rgba(3, 31, 63, 0.045) 1px, transparent 1px),
    linear-gradient(180deg, var(--brand-ivory) 0%, #ffffff 100%) !important;
  background-size: 44px 44px, auto !important;
}

.visual-room-grid .room-photo-card {
  min-height: 360px !important;
}

.visual-room-grid .room-photo-card img {
  min-height: 360px !important;
}

.scope-detail-grid {
  margin-top: 64px !important;
}

.trust-system {
  background:
    radial-gradient(circle at 90% 8%, rgba(246, 200, 78, 0.12), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #fffdf8 100%) !important;
  color: var(--ink) !important;
}

.trust-system h2,
.trust-system h3,
.trust-system p,
.trust-system .eyebrow.light {
  color: var(--navy) !important;
}

.operations-board article {
  background: linear-gradient(180deg, var(--brand-ivory), #ffffff) !important;
  color: var(--ink) !important;
}

.operations-board article:nth-of-type(2),
.operations-board article:nth-of-type(4) {
  background: linear-gradient(180deg, #fff7e7, #ffffff) !important;
}

.operations-board article h3,
.operations-board article p {
  color: var(--ink) !important;
}

.operations-pills {
  background: #031f3f !important;
}

.reviews {
  background:
    radial-gradient(circle at 18% 12%, rgba(246, 200, 78, 0.11), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, var(--brand-ivory) 100%) !important;
}

.process {
  background:
    linear-gradient(90deg, rgba(168, 111, 10, 0.10) 1px, transparent 1px),
    linear-gradient(180deg, #fffaf1 0%, #ffffff 100%) !important;
  background-size: 52px 52px, auto !important;
  color: var(--ink) !important;
}

.process h2,
.process h3,
.process strong,
.process p,
.process .eyebrow.light {
  color: var(--navy) !important;
}

.visual-timeline::before {
  background: linear-gradient(90deg, rgba(168, 111, 10, 0.10), rgba(168, 111, 10, 0.58), rgba(168, 111, 10, 0.10)) !important;
}

.visual-timeline li {
  background: rgba(255, 255, 255, 0.90) !important;
  color: var(--ink) !important;
}

.step-visual {
  background: rgba(3, 31, 63, 0.06) !important;
  color: var(--navy) !important;
}

.areas {
  background:
    radial-gradient(circle at 50% 12%, rgba(181, 127, 18, 0.12), transparent 34%),
    linear-gradient(180deg, var(--brand-ivory) 0%, #ffffff 100%) !important;
}

.faq {
  background: linear-gradient(180deg, #ffffff 0%, #fffaf1 100%) !important;
}

.faq-accordion {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: start !important;
}

.faq-chips {
  grid-column: 1 / -1 !important;
}

.faq-accordion details {
  min-height: 0 !important;
  background: #ffffff !important;
}

.final-cta {
  background:
    radial-gradient(circle at 12% 12%, rgba(246, 200, 78, 0.20), transparent 28%),
    linear-gradient(135deg, #031f3f 0%, #082d52 54%, var(--brand-navy-2) 100%) !important;
}

@media (max-width: 1100px) {
  .service-hub .service-card:not(.service-card-cta),
  .service-hub .service-card.featured:not(.service-card-cta),
  .service-hub .service-card-cta {
    grid-column: span 6 !important;
  }
}

@media (max-width: 760px) {
  .service-hub .service-grid,
  .faq-accordion {
    grid-template-columns: 1fr !important;
  }

  .service-hub .service-card:not(.service-card-cta),
  .service-hub .service-card.featured:not(.service-card-cta),
  .service-hub .service-card-cta {
    grid-column: auto !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img {
    min-height: 210px !important;
    max-height: 270px !important;
  }

  .visual-room-grid .room-photo-card,
  .visual-room-grid .room-photo-card img {
    min-height: 0 !important;
  }

  .faq-chips {
    grid-column: auto !important;
  }
}

@media (max-width: 760px) {
  .service-hub-panel > div:first-child {
    min-height: 0 !important;
  }

  .guided-picker-list a {
    min-height: 118px !important;
  }

  .service-hub .service-card:not(.service-card-cta) {
    display: grid !important;
    grid-template-columns: 108px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    padding: 14px !important;
    border-radius: 22px !important;
  }

  .service-hub .service-card:not(.service-card-cta)::before,
  .service-hub .service-card:not(.service-card-cta)::after,
  .service-hub .service-card > .service-plaque::before,
  .service-hub .service-card > .service-plaque::after {
    display: none !important;
  }

  .service-hub .service-card > .service-plaque {
    position: static !important;
    grid-column: 2 !important;
    transform: none !important;
    max-width: 100% !important;
    width: max-content !important;
    margin: 0 0 4px !important;
    padding: 5px 8px !important;
    font-size: 8px !important;
    white-space: normal !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    width: 108px !important;
    height: 132px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 18px !important;
    aspect-ratio: auto !important;
  }

  .service-hub .service-card:not(.service-card-cta) > div {
    grid-column: 2 !important;
    padding: 0 !important;
  }

  .service-hub .service-card h3 {
    font-size: 20px !important;
    line-height: 1.08 !important;
  }

  .service-hub .service-card p:not(.card-kicker),
  .service-hub .service-card li {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .service-hub .service-card ul {
    margin-top: 8px !important;
  }

  .service-hub .service-card a:not(.btn) {
    margin-top: 10px !important;
  }

  .service-hub .service-card-cta {
    min-height: 0 !important;
    padding: 22px !important;
  }

  .scope-hub .included-cards article {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .scope-hub .included-cards article:nth-child(2),
  .scope-hub .included-cards article:nth-child(3) {
    transform: none !important;
  }

  .room-checklist ul {
    gap: 5px !important;
  }

  .room-checklist li {
    font-size: 10.5px !important;
  }
}

@media (max-width: 360px) {
  .service-hub .service-card:not(.service-card-cta) {
    grid-template-columns: 92px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img {
    width: 92px !important;
    height: 118px !important;
  }
}

/* Brand normalization cleanup pass.
   Keep the current homepage structure, but collapse the visual system back to
   Magnificent's warm residential palette and a smaller set of reusable surfaces. */
:root {
  --brand-navy: #031b35;
  --brand-navy-2: #062a52;
  --brand-cream: #fff7e8;
  --brand-ivory: #fffdf8;
  --brand-white: #ffffff;
  --brand-gold: #b57f12;
  --brand-gold-soft: #f2c65d;
  --brand-ink: #172636;
  --brand-muted: #5e6f82;
  --brand-line: rgba(6, 42, 82, 0.12);
  --brand-line-gold: rgba(181, 127, 18, 0.20);
  --brand-shadow-lg: 0 24px 64px rgba(6, 42, 82, 0.13);
  --brand-shadow-sm: 0 14px 34px rgba(6, 42, 82, 0.08);
  --brand-radius-lg: 24px;
  --brand-radius-md: 18px;
  --brand-radius-sm: 12px;

  --navy: var(--brand-navy-2);
  --navy-2: #083764;
  --blue: var(--brand-navy-2);
  --teal: var(--brand-navy-2);
  --sage: var(--brand-cream);
  --sky: var(--brand-ivory);
  --mint: var(--brand-cream);
  --coral: var(--brand-gold-soft);
  --gold: var(--brand-gold);
  --gold-2: var(--brand-gold-soft);
  --gold2: var(--brand-gold-soft);
  --ivory: var(--brand-ivory);
  --cream: var(--brand-cream);
  --ink: var(--brand-ink);
  --muted: var(--brand-muted);
  --line: var(--brand-line);
  --shadow: var(--brand-shadow-lg);
  --soft-shadow: var(--brand-shadow-sm);
  --radius: var(--brand-radius-lg);
}

html {
  background: var(--brand-navy) !important;
}

body {
  background: var(--brand-ivory) !important;
  color: var(--brand-ink) !important;
  overflow-x: hidden !important;
}

body,
button,
input,
select,
textarea {
  letter-spacing: 0 !important;
}

.shell {
  max-width: 1180px !important;
}

.section {
  padding-block: clamp(72px, 7vw, 112px) !important;
}

.section-head {
  margin-bottom: clamp(28px, 4vw, 48px) !important;
}

.section-head h2,
.split-copy h2,
.before-after-copy h2,
.included-copy h2,
.trust-copy h2,
.review-intro h2,
.process-grid h2,
.areas-copy h2,
.faq-visual-card h2,
.final-copy h2 {
  color: inherit;
  font-size: clamp(2rem, 4vw, 3.55rem) !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.section-head p:not(.eyebrow),
.split-copy p,
.before-after-copy p,
.included-copy p,
.trust-copy p,
.review-intro p,
.process-grid p,
.areas-copy p,
.faq-visual-card p,
.final-copy p {
  color: var(--brand-muted);
  font-size: clamp(1rem, 1.4vw, 1.14rem) !important;
  line-height: 1.65 !important;
}

.eyebrow,
.eyebrow.light,
.card-kicker,
.proof-kicker,
.review-service-label,
.service-plaque,
.proof-note span,
.room-checklist span,
.scope-detail-card .eyebrow,
.final-photo-card figcaption span,
.recurring-media figcaption span {
  color: var(--brand-gold) !important;
  letter-spacing: .08em !important;
}

.site-header {
  background: rgba(3, 27, 53, 0.92) !important;
  border-bottom: 1px solid rgba(255, 247, 223, 0.14) !important;
  box-shadow: 0 10px 30px rgba(3, 27, 53, 0.16) !important;
}

.btn,
.text-link,
.primary-nav a,
.nav-group-toggle,
.nav-dropdown a,
.phone-link,
.mobile-cta a,
.service-card a:not(.btn),
.area-columns a {
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.btn {
  border-radius: 999px !important;
  min-height: 46px !important;
  box-shadow: none !important;
}

.btn-gold,
.mobile-cta a:last-child {
  background: linear-gradient(135deg, var(--brand-gold-soft), var(--brand-gold)) !important;
  color: #1f2609 !important;
  border: 1px solid rgba(255, 247, 223, 0.50) !important;
  box-shadow: 0 12px 28px rgba(181, 127, 18, 0.22) !important;
}

.btn-gold:hover,
.mobile-cta a:last-child:hover {
  box-shadow: 0 16px 34px rgba(181, 127, 18, 0.28) !important;
  transform: translateY(-1px);
}

.btn-navy,
.mobile-cta a:first-child {
  background: var(--brand-navy-2) !important;
  color: var(--brand-white) !important;
  border: 1px solid rgba(255, 247, 223, 0.16) !important;
}

.btn-glass {
  background: rgba(255, 250, 241, 0.10) !important;
  border: 1px solid rgba(255, 247, 223, 0.34) !important;
  color: var(--brand-white) !important;
}

:where(a, button, input, select, summary):focus-visible {
  outline: 3px solid var(--brand-gold-soft) !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px rgba(181, 127, 18, 0.18) !important;
}

main > section:not(.hero),
.site-footer {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

.quick-proof,
.recurring-core-offer,
.scope-hub,
.reviews,
.areas {
  background: var(--brand-cream) !important;
  color: var(--brand-ink) !important;
}

.service-hub,
.before-after-carousel-section,
.process,
.faq {
  background: linear-gradient(180deg, var(--brand-white), var(--brand-ivory)) !important;
  color: var(--brand-ink) !important;
}

.trust-system,
.final-cta {
  background: linear-gradient(135deg, var(--brand-navy) 0%, var(--brand-navy-2) 100%) !important;
  color: var(--brand-white) !important;
}

.trust-system::before,
.home-showcase::before,
.area-map-card::before,
.service-card:not(.service-card-cta)::before,
.service-card:not(.service-card-cta)::after,
.service-card > .service-plaque::before,
.service-card > .service-plaque::after {
  display: none !important;
}

.hero {
  background: var(--brand-navy) !important;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 27, 53, 0.92), rgba(3, 27, 53, 0.70) 48%, rgba(3, 27, 53, 0.30)),
    linear-gradient(180deg, rgba(3, 27, 53, 0.54), rgba(3, 27, 53, 0.10) 42%, rgba(3, 27, 53, 0.78)) !important;
}

.hero h1 {
  letter-spacing: 0 !important;
}

.hero-lead,
.hero-mini-proof,
.quote-start-note {
  color: rgba(255, 250, 241, 0.84) !important;
}

.quote-start-card,
.hero-media-card,
.mother-proof-panel,
.service-hub-panel,
.service-card,
.before-after-window,
.included-panel,
.scope-detail-card,
.review-layout,
.review-card,
.proof-gallery figure,
.faq-visual-card,
.faq-accordion details,
.zip-checker,
.final-photo-card {
  border: 1px solid var(--brand-line) !important;
  border-radius: var(--brand-radius-lg) !important;
  background: var(--brand-white) !important;
  box-shadow: var(--brand-shadow-sm) !important;
}

.hero-media-card,
.quote-start-card {
  border-color: rgba(255, 247, 223, 0.28) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24) !important;
}

.quote-start-card {
  background: rgba(255, 253, 248, 0.96) !important;
}

.quote-start-card .eyebrow,
.quote-start-card h2,
.quote-start-card label {
  color: var(--brand-navy) !important;
}

.quote-start-card input,
.quote-start-card select,
.zip-checker input {
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line) !important;
  border-radius: var(--brand-radius-sm) !important;
  color: var(--brand-ink) !important;
}

.photo-frame img,
.mother-proof-media img,
.service-card img,
.recurring-media img,
.before-after-slide img,
.room-photo-card img,
.operations-photo img,
.review-person img,
.proof-gallery img,
.faq-visual-card img,
.final-photo-card img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.photo-frame img,
.mother-proof-media,
.mother-proof-media img,
.service-card > img,
.recurring-media img,
.before-after-slide figure,
.room-photo-card,
.operations-photo,
.proof-gallery figure,
.faq-visual-card img,
.final-photo-card img {
  border-radius: var(--brand-radius-md) !important;
}

.service-card > img,
.recurring-media img,
.faq-visual-card img {
  aspect-ratio: 16 / 10 !important;
}

.before-after-slide figure,
.room-photo-card,
.proof-gallery figure {
  aspect-ratio: 4 / 3 !important;
}

.hero-media-card,
.final-photo-card img {
  aspect-ratio: 4 / 3 !important;
}

.mother-proof-panel {
  background: var(--brand-white) !important;
  border-color: var(--brand-line-gold) !important;
  box-shadow: var(--brand-shadow-lg) !important;
  gap: clamp(24px, 4vw, 52px) !important;
}

.mother-proof-media figcaption,
.before-after-slide figcaption,
.proof-gallery figcaption,
.final-photo-card figcaption,
.recurring-media figcaption {
  background: rgba(3, 27, 53, 0.84) !important;
  border: 1px solid rgba(255, 247, 223, 0.20) !important;
  color: var(--brand-white) !important;
  box-shadow: 0 14px 34px rgba(3, 27, 53, 0.20) !important;
}

.proof-grid article,
.included-cards article,
.trust-cards article,
.area-columns > div {
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line) !important;
  border-radius: var(--brand-radius-md) !important;
  box-shadow: var(--brand-shadow-sm) !important;
  color: var(--brand-ink) !important;
}

.proof-icon,
.included-cards article span,
.trust-cards article span,
.area-columns h3,
.scope-detail-card .eyebrow,
.review-service-label,
.faq-chips span,
.final-proof-pills span,
.recurring-floating-notes span {
  background: rgba(181, 127, 18, 0.10) !important;
  border: 1px solid var(--brand-line-gold) !important;
  color: var(--brand-gold) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.service-hub-panel {
  background: var(--brand-ivory) !important;
  border-color: var(--brand-line-gold) !important;
  box-shadow: var(--brand-shadow-sm) !important;
}

.guided-picker-list {
  gap: 12px !important;
}

.guided-picker-list a {
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line) !important;
  border-radius: var(--brand-radius-md) !important;
  box-shadow: none !important;
  color: var(--brand-navy) !important;
}

.guided-picker-list a em {
  color: var(--brand-gold) !important;
}

.picker-thumb {
  background: var(--brand-cream) !important;
  box-shadow: inset 0 0 0 1px var(--brand-line-gold) !important;
}

.service-hub .service-grid {
  gap: clamp(18px, 2vw, 24px) !important;
}

.service-hub .service-card:not(.service-card-cta),
.service-hub .service-card:nth-child(3):not(.service-card-cta),
.service-hub .service-card:nth-child(4):not(.service-card-cta),
.service-hub .service-card:nth-child(5):not(.service-card-cta) {
  background: var(--brand-white) !important;
  border-color: var(--brand-line) !important;
  box-shadow: var(--brand-shadow-sm) !important;
  padding-top: 0 !important;
}

.service-hub .service-card.featured:not(.service-card-cta) {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-2)) !important;
  border-color: rgba(255, 247, 223, 0.18) !important;
  box-shadow: var(--brand-shadow-lg) !important;
}

.service-card > .service-plaque {
  position: static !important;
  transform: none !important;
  width: fit-content !important;
  max-width: calc(100% - 32px) !important;
  margin: 18px 18px 0 !important;
  padding: 7px 11px !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  background: rgba(181, 127, 18, 0.10) !important;
  border: 1px solid var(--brand-line-gold) !important;
  color: var(--brand-gold) !important;
  box-shadow: none !important;
}

.service-card.featured > .service-plaque {
  background: rgba(255, 224, 139, 0.14) !important;
  border-color: rgba(255, 224, 139, 0.28) !important;
  color: #ffe08b !important;
}

.service-card img {
  min-height: 190px !important;
  max-height: 230px !important;
  margin: 14px 18px 0 !important;
  width: calc(100% - 36px) !important;
  height: auto !important;
}

.service-card > div {
  padding: 22px !important;
}

.service-card h3,
.scope-detail-card h3,
.area-columns h3,
.faq details summary {
  color: var(--brand-navy) !important;
}

.service-card p,
.service-card li,
.scope-detail-card p,
.area-columns a,
.faq details p {
  color: var(--brand-muted) !important;
}

.service-card.featured h3,
.service-card.featured p,
.service-card.featured li,
.service-card.featured a:not(.btn) {
  color: rgba(255, 250, 241, 0.90) !important;
}

.service-card-cta {
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-2)) !important;
  border-color: rgba(255, 224, 139, 0.28) !important;
  box-shadow: var(--brand-shadow-lg) !important;
}

.recurring-panel {
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line-gold) !important;
  border-radius: var(--brand-radius-lg) !important;
  box-shadow: var(--brand-shadow-lg) !important;
}

.recurring-floating-notes {
  gap: 8px !important;
}

.recurring-floating-notes span {
  font-size: 12px !important;
  background: rgba(255, 253, 248, 0.94) !important;
}

.before-after-window,
.proof-gallery {
  border-color: var(--brand-line-gold) !important;
  background: var(--brand-white) !important;
}

.before-after-controls button,
.before-after-dots button {
  border-color: var(--brand-line-gold) !important;
  background: var(--brand-white) !important;
  color: var(--brand-navy) !important;
  box-shadow: none !important;
}

.before-after-dots button.is-active,
.before-after-controls button:hover {
  background: var(--brand-gold) !important;
  color: var(--brand-white) !important;
}

.included-panel {
  background: var(--brand-white) !important;
  border-color: var(--brand-line-gold) !important;
}

.visual-room-grid {
  gap: clamp(16px, 2vw, 24px) !important;
}

.room-photo-card {
  min-height: 340px !important;
  border: 1px solid var(--brand-line) !important;
  box-shadow: var(--brand-shadow-sm) !important;
  overflow: hidden !important;
}

.room-photo-card::after {
  background: linear-gradient(180deg, transparent 28%, rgba(3, 27, 53, 0.86)) !important;
}

.room-checklist {
  background: rgba(255, 253, 248, 0.92) !important;
  border: 1px solid rgba(255, 247, 223, 0.76) !important;
  color: var(--brand-ink) !important;
  box-shadow: 0 14px 34px rgba(3, 27, 53, 0.18) !important;
}

.room-checklist h3 {
  color: var(--brand-navy) !important;
}

.room-checklist li,
.addon-chip-grid li,
.estimate-equation span,
.estimate-equation strong {
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line) !important;
  color: var(--brand-ink) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.scope-detail-grid {
  gap: clamp(18px, 3vw, 30px) !important;
  margin-top: clamp(36px, 5vw, 56px) !important;
}

.scope-detail-card {
  padding: clamp(24px, 4vw, 38px) !important;
}

.estimate-equation {
  background: var(--brand-ivory) !important;
  border: 1px solid var(--brand-line-gold) !important;
  border-radius: var(--brand-radius-md) !important;
  box-shadow: none !important;
}

.estimate-equation b {
  color: var(--brand-gold) !important;
}

.trust-system .trust-grid {
  gap: clamp(28px, 4vw, 56px) !important;
}

.trust-system h2,
.trust-system h3,
.trust-system .eyebrow.light {
  color: var(--brand-white) !important;
}

.trust-system p,
.trust-system .trust-copy p {
  color: rgba(255, 250, 241, 0.82) !important;
}

.promise-card {
  background: rgba(255, 250, 241, 0.08) !important;
  border: 1px solid rgba(255, 224, 139, 0.28) !important;
  border-radius: var(--brand-radius-md) !important;
  color: var(--brand-white) !important;
  box-shadow: none !important;
}

.promise-card span {
  color: #ffe08b !important;
}

.operations-board {
  gap: 16px !important;
}

.operations-board article,
.operations-board article:nth-of-type(2),
.operations-board article:nth-of-type(4) {
  background: rgba(255, 250, 241, 0.08) !important;
  border-color: rgba(255, 247, 223, 0.16) !important;
  color: var(--brand-white) !important;
  box-shadow: none !important;
}

.operations-board article h3,
.operations-board article p {
  color: rgba(255, 250, 241, 0.88) !important;
}

.operations-board article span {
  background: rgba(255, 224, 139, 0.14) !important;
  border-color: rgba(255, 224, 139, 0.28) !important;
  color: #ffe08b !important;
}

.operations-photo,
.operations-pills {
  border-radius: var(--brand-radius-md) !important;
  border-color: rgba(255, 247, 223, 0.18) !important;
  box-shadow: none !important;
}

.operations-pills {
  background: rgba(255, 250, 241, 0.08) !important;
}

.review-layout {
  background: var(--brand-white) !important;
  border-color: var(--brand-line-gold) !important;
}

.review-card {
  min-height: 0 !important;
  padding: clamp(20px, 2.5vw, 28px) !important;
}

.rating-card {
  background: var(--brand-ivory) !important;
  border: 1px solid var(--brand-line-gold) !important;
  box-shadow: none !important;
}

.proof-gallery {
  gap: 16px !important;
  padding: 16px !important;
}

.process-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(28px, 4vw, 44px) !important;
}

.process .eyebrow.light,
.process h2,
.process h3,
.process strong,
.process p {
  color: var(--brand-ink) !important;
}

.visual-timeline {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  position: relative !important;
}

.visual-timeline::before {
  content: "" !important;
  position: absolute !important;
  left: 8% !important;
  right: 8% !important;
  top: 31px !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(181, 127, 18, 0.10), rgba(181, 127, 18, 0.62), rgba(181, 127, 18, 0.10)) !important;
  z-index: -1 !important;
}

.visual-timeline li {
  display: grid !important;
  gap: 14px !important;
  min-height: 260px !important;
  padding: 24px !important;
  background: var(--brand-white) !important;
  border: 1px solid var(--brand-line) !important;
  border-radius: var(--brand-radius-lg) !important;
  box-shadow: var(--brand-shadow-sm) !important;
  color: var(--brand-ink) !important;
}

.visual-timeline li > span {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  background: var(--brand-gold) !important;
  color: var(--brand-white) !important;
  box-shadow: 0 0 0 8px var(--brand-ivory) !important;
}

.step-visual {
  min-height: 92px !important;
  border-radius: var(--brand-radius-md) !important;
  background: var(--brand-ivory) !important;
  border: 1px solid var(--brand-line) !important;
  color: var(--brand-navy) !important;
  box-shadow: none !important;
}

.area-map-card {
  min-height: 520px !important;
  background: linear-gradient(135deg, var(--brand-navy), var(--brand-navy-2)) !important;
  border: 1px solid rgba(255, 224, 139, 0.28) !important;
  border-radius: var(--brand-radius-lg) !important;
  box-shadow: var(--brand-shadow-lg) !important;
  overflow: hidden !important;
}

.map-rings span {
  border-color: rgba(255, 224, 139, 0.28) !important;
}

.city-chip {
  background: rgba(255, 253, 248, 0.94) !important;
  border: 1px solid rgba(255, 224, 139, 0.34) !important;
  color: var(--brand-navy) !important;
  box-shadow: 0 10px 24px rgba(3, 27, 53, 0.16) !important;
}

.area-map-card .area-columns {
  background: rgba(255, 253, 248, 0.94) !important;
  border: 1px solid rgba(255, 224, 139, 0.28) !important;
  border-radius: var(--brand-radius-md) !important;
  box-shadow: var(--brand-shadow-sm) !important;
}

.area-columns a {
  border-radius: var(--brand-radius-sm) !important;
}

.zip-checker {
  padding: 22px !important;
  background: var(--brand-white) !important;
}

.zip-checker div {
  gap: 10px !important;
}

.faq-split {
  gap: clamp(22px, 4vw, 44px) !important;
}

.faq-visual-card {
  overflow: hidden !important;
}

.faq-accordion {
  gap: 12px !important;
}

.faq-accordion details {
  padding: 0 !important;
  overflow: hidden !important;
}

.faq-accordion summary {
  min-height: 58px !important;
  padding: 18px 20px !important;
  cursor: pointer !important;
}

.faq-accordion details p {
  padding: 0 20px 20px !important;
}

.faq-chips {
  gap: 8px !important;
}

.final-cta {
  padding-block: clamp(76px, 8vw, 128px) clamp(84px, 9vw, 138px) !important;
}

.final-grid {
  align-items: center !important;
  gap: clamp(28px, 5vw, 64px) !important;
}

.final-copy p {
  color: rgba(255, 250, 241, 0.84) !important;
}

.final-proof-pills {
  gap: 10px !important;
}

.final-proof-pills span {
  background: rgba(255, 224, 139, 0.12) !important;
  border-color: rgba(255, 224, 139, 0.30) !important;
  color: #ffe08b !important;
}

.final-actions {
  gap: 12px !important;
}

.final-photo-card {
  background: rgba(255, 250, 241, 0.08) !important;
  border-color: rgba(255, 224, 139, 0.26) !important;
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.24) !important;
  overflow: hidden !important;
}

.site-footer {
  background: var(--brand-navy) !important;
  border-top: 1px solid rgba(255, 224, 139, 0.20) !important;
  color: rgba(255, 250, 241, 0.76) !important;
}

.site-footer a,
.site-footer strong {
  color: var(--brand-white) !important;
}

.site-footer a:hover {
  color: #ffe08b !important;
}

.mobile-cta {
  background: rgba(255, 253, 248, 0.96) !important;
  border-top: 1px solid var(--brand-line-gold) !important;
  box-shadow: 0 -12px 28px rgba(6, 42, 82, 0.12) !important;
}

@media (max-width: 1100px) {
  .visual-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .visual-timeline::before {
    display: none !important;
  }

  .area-map-card {
    min-height: 0 !important;
  }
}

@media (max-width: 760px) {
  .section {
    padding-block: 58px !important;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 27, 53, 0.94), rgba(3, 27, 53, 0.66) 56%, rgba(3, 27, 53, 0.92)),
      linear-gradient(90deg, rgba(3, 27, 53, 0.86), rgba(3, 27, 53, 0.44)) !important;
  }

  .quote-start-card,
  .mother-proof-panel,
  .service-hub-panel,
  .recurring-panel,
  .included-panel,
  .review-layout,
  .faq-visual-card,
  .final-photo-card {
    border-radius: 20px !important;
  }

  .service-hub .service-card:not(.service-card-cta) {
    display: grid !important;
    grid-template-columns: 104px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .service-card > .service-plaque {
    grid-column: 2 !important;
    margin: 0 0 2px !important;
    max-width: 100% !important;
    font-size: 9px !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img {
    grid-column: 1 !important;
    grid-row: 1 / span 3 !important;
    width: 104px !important;
    height: 132px !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    border-radius: 14px !important;
  }

  .service-card > div {
    grid-column: 2 !important;
    padding: 0 !important;
  }

  .service-card h3 {
    font-size: 19px !important;
  }

  .service-card p:not(.card-kicker),
  .service-card li {
    font-size: 13px !important;
    line-height: 1.42 !important;
  }

  .visual-room-grid,
  .proof-gallery,
  .visual-timeline,
  .faq-accordion {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline li {
    min-height: 0 !important;
  }

  .room-photo-card {
    min-height: 300px !important;
  }

  .room-checklist {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
  }

  .area-map-card .area-columns {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }

  .final-cta {
    padding-bottom: 118px !important;
  }

  .final-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 380px) {
  .service-hub .service-card:not(.service-card-cta) {
    grid-template-columns: 92px minmax(0, 1fr) !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img {
    width: 92px !important;
    height: 118px !important;
  }

  .final-actions .btn-xl,
  .hero-actions .btn-xl {
    font-size: 13px !important;
  }
}

/* Quick visual QA stabilization pass. */
@media (min-width: 941px) {
  .site-header .nav-shell {
    gap: 12px !important;
  }

  .primary-nav {
    gap: 8px !important;
    padding-inline: 12px !important;
    font-size: 11.6px !important;
  }

  .primary-nav > a,
  .nav-group-toggle {
    min-height: 40px !important;
    white-space: nowrap !important;
  }

  .nav-actions {
    gap: 8px !important;
  }

  .nav-actions .phone-link {
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .nav-actions .btn-small {
    padding-inline: 14px !important;
  }
}

.quote-start-card {
  max-width: 820px !important;
}

.quote-start-fields {
  grid-template-columns: minmax(96px, 0.7fr) minmax(190px, 1.35fr) minmax(140px, 1fr) minmax(150px, auto) !important;
}

.quote-start-card select {
  padding-right: 34px !important;
  text-overflow: clip !important;
}

.quote-start-card .quote-start-note {
  color: #53687d !important;
  font-weight: 750 !important;
}

.quote-start-card button {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

@media (max-width: 760px) {
  .quote-start-fields {
    grid-template-columns: 1fr !important;
  }

  .quote-start-card button {
    width: 100% !important;
  }
}

.before-after-window {
  overflow: hidden !important;
}

.before-after-track {
  display: block !important;
}

.before-after-slide {
  display: none !important;
  width: 100% !important;
}

.before-after-slide.is-active,
.before-after-slide[aria-hidden="false"] {
  display: grid !important;
}

.before-after-slide figure,
.before-after-slide img {
  min-height: 360px !important;
}

@media (max-width: 760px) {
  .before-after-carousel-section {
    padding-bottom: 64px !important;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 235px !important;
  }
}

.service-card > img,
.recurring-media img,
.proof-gallery img,
.final-photo-card img,
.room-photo-card img {
  background: var(--brand-cream) !important;
}

.service-card > img {
  height: 210px !important;
  min-height: 210px !important;
  max-height: 210px !important;
  object-fit: cover !important;
}

.service-hub .service-card.featured > img {
  border: 1px solid rgba(255, 247, 223, 0.18) !important;
}

.scope-hub .included-cards {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
  gap: 16px !important;
}

.scope-hub .included-cards article,
.scope-hub .included-cards article:nth-child(2),
.scope-hub .included-cards article:nth-child(3) {
  min-height: 0 !important;
  transform: none !important;
}

.visual-room-grid .room-photo-card,
.visual-room-grid .room-photo-card:nth-child(even) {
  min-height: 360px !important;
  transform: none !important;
}

.trust-system .operations-board {
  align-items: stretch !important;
}

.operations-pills {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.operations-pills span {
  min-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  text-align: center !important;
  white-space: normal !important;
}

.review-stack {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
  min-height: 0 !important;
}

.review-card,
.review-card:nth-child(1),
.review-card:nth-child(2),
.review-card:nth-child(3) {
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  transform: none !important;
}

.proof-gallery figure {
  min-height: 260px !important;
}

.rating-card,
.rating-card strong,
.rating-card span {
  color: var(--brand-navy) !important;
}

.rating-card strong {
  display: block !important;
}

.rating-card span {
  color: #53687d !important;
}

.proof-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  align-items: stretch !important;
  overflow: hidden !important;
}

.proof-gallery figure,
.proof-gallery figure:first-child,
.proof-gallery figure:nth-child(4) {
  grid-row: auto !important;
  min-height: 280px !important;
}

.final-photo-card {
  min-height: 390px !important;
}

.final-photo-card img {
  min-height: 390px !important;
}

.site-footer,
.site-footer p,
.site-footer a {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

@media (max-width: 900px) {
  .scope-hub .included-cards,
  .review-stack,
  .proof-gallery {
    grid-template-columns: 1fr !important;
  }

  .visual-room-grid .room-photo-card,
  .final-photo-card,
  .final-photo-card img {
    min-height: 320px !important;
  }
}

@media (max-width: 760px) {
  .service-hub .service-card:not(.service-card-cta) > img {
    height: 132px !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  .proof-gallery figure {
    min-height: 240px !important;
  }

  .operations-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Surgical QA repair pass: scale, spacing, accessibility polish without changing content. */
:root {
  --qa-shell: 1180px;
  --qa-section-y: clamp(78px, 7vw, 108px);
  --qa-card-radius: 22px;
}

.shell {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
}

.section {
  padding-block: var(--qa-section-y) !important;
}

.section-head,
.service-hub .section-head {
  margin-bottom: 40px !important;
}

.service-hub .section-head,
.before-after-carousel-section .before-after-layout,
.scope-hub .included-panel,
.review-layout,
.process-grid,
.areas-grid,
.faq-wrap,
.final-grid {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
}

.service-hub-panel,
.recurring-panel,
.included-panel,
.review-layout,
.areas-grid,
.faq-wrap,
.final-grid {
  border-radius: 26px !important;
}

.service-hub-panel {
  grid-template-columns: minmax(280px, .76fr) minmax(0, 1.24fr) !important;
  gap: 28px !important;
  padding: 30px !important;
  background: var(--brand-white) !important;
  border-color: var(--brand-line-gold) !important;
}

.service-hub-panel > div:first-child {
  min-height: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.guided-picker-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.guided-picker-list::before,
.picker-thumb {
  display: none !important;
}

.guided-picker-list a {
  min-height: 0 !important;
  display: block !important;
  padding: 18px 18px 16px !important;
  border-radius: 16px !important;
  background: var(--brand-ivory) !important;
}

.guided-picker-list a::after {
  display: none !important;
}

.guided-picker-list a strong {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.25 !important;
}

.guided-picker-list a em {
  display: block !important;
  margin-top: 6px !important;
  font-size: 14px !important;
}

.service-hub .service-grid {
  grid-auto-rows: 1fr !important;
}

.service-hub .service-card:not(.service-card-cta),
.service-hub .service-card.featured:not(.service-card-cta),
.service-hub .service-card-cta {
  grid-column: span 4 !important;
  min-height: 100% !important;
  border-radius: var(--qa-card-radius) !important;
}

.service-hub .service-card:not(.service-card-cta) {
  display: flex !important;
  flex-direction: column !important;
}

.service-card > .service-plaque {
  margin: 20px 20px 0 !important;
}

.service-card img {
  width: calc(100% - 40px) !important;
  height: 224px !important;
  min-height: 224px !important;
  max-height: 224px !important;
  margin: 14px 20px 0 !important;
  border-radius: 16px !important;
}

.service-card > div {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  padding: 24px !important;
}

.service-card p:not(.card-kicker),
.service-card li,
.service-card a:not(.btn),
.included-cards p,
.scope-detail-card p,
.scope-detail-card li,
.review-card p,
.faq details p,
.area-columns a {
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.service-card a:not(.btn) {
  margin-top: auto !important;
}

.service-card-cta {
  min-height: 0 !important;
  background: var(--brand-white) !important;
  border-color: var(--brand-line-gold) !important;
  box-shadow: var(--brand-shadow-sm) !important;
}

.service-card-cta h3,
.service-card-cta p {
  color: var(--brand-ink) !important;
}

.service-card-cta .btn {
  width: fit-content !important;
}

.recurring-panel {
  grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr) !important;
  padding: 32px !important;
  gap: 34px !important;
}

.recurring-floating-notes {
  position: absolute !important;
  inset: 20px 20px auto auto !important;
  width: min(310px, calc(100% - 40px)) !important;
}

.recurring-floating-notes span {
  min-height: 28px !important;
  padding: 5px 9px !important;
  font-size: 11.5px !important;
}

.scope-hub .included-panel {
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr) !important;
  gap: 32px !important;
}

.scope-hub .included-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.scope-hub .included-cards article {
  padding: 24px !important;
}

.visual-room-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.visual-room-grid .room-photo-card,
.visual-room-grid .room-photo-card img {
  min-height: 360px !important;
}

.room-photo-card,
.room-photo-card img {
  aspect-ratio: 3 / 4 !important;
}

.scope-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}

.scope-detail-card {
  min-height: 100% !important;
}

.trust-grid {
  grid-template-columns: minmax(300px, .74fr) minmax(0, 1.26fr) !important;
  padding: 44px !important;
}

.operations-board article {
  min-height: 190px !important;
  padding: 24px !important;
}

.operations-pills {
  display: flex !important;
  gap: 10px !important;
}

.operations-pills span {
  flex: 1 1 160px !important;
  min-height: 38px !important;
}

.review-layout {
  grid-template-columns: minmax(280px, .68fr) minmax(0, 1.32fr) !important;
  gap: 34px !important;
  padding: 34px !important;
}

.review-stack {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.review-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 280px !important;
}

.proof-gallery {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.proof-gallery figure,
.proof-gallery figure:first-child,
.proof-gallery figure:nth-child(4) {
  min-height: 290px !important;
}

.process {
  background: linear-gradient(180deg, var(--brand-white), var(--brand-ivory)) !important;
}

.process-grid {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.process-grid > div {
  max-width: 780px !important;
}

.visual-timeline {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
  padding-top: 16px !important;
}

.visual-timeline::before {
  left: 6% !important;
  right: 6% !important;
  top: 40px !important;
  z-index: 0 !important;
}

.visual-timeline li {
  min-height: 0 !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr !important;
  gap: 14px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.visual-timeline li > span {
  position: relative !important;
  z-index: 1 !important;
  width: 52px !important;
  height: 52px !important;
  box-shadow: 0 0 0 10px var(--brand-white) !important;
}

.visual-timeline strong {
  color: var(--brand-navy) !important;
  font-size: 20px !important;
  line-height: 1.18 !important;
}

.visual-timeline p {
  color: var(--brand-muted) !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.step-visual {
  display: none !important;
}

.areas-grid {
  grid-template-columns: minmax(300px, .68fr) minmax(0, 1.32fr) !important;
  padding: 34px !important;
  background: var(--brand-white) !important;
}

.zip-checker {
  padding: 20px !important;
}

.area-map-card {
  min-height: 500px !important;
  border-radius: 22px !important;
}

.area-map-card .area-columns {
  left: 18px !important;
  right: 18px !important;
  bottom: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  padding: 14px !important;
}

.area-columns > div {
  padding: 18px !important;
}

.faq-wrap {
  max-width: var(--qa-shell) !important;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  gap: 34px !important;
  padding: 34px !important;
  background: var(--brand-white) !important;
}

.faq-visual-card {
  position: sticky !important;
  top: 96px !important;
  box-shadow: none !important;
}

.faq-visual-card img {
  aspect-ratio: 16 / 11 !important;
  height: auto !important;
}

.faq-accordion {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.faq-chips {
  display: none !important;
}

.faq-accordion summary {
  position: relative !important;
  padding-right: 52px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
}

.faq-accordion summary::after {
  content: "+" !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--brand-gold) !important;
  font-size: 22px !important;
  line-height: 1 !important;
}

.faq-accordion details[open] summary::after {
  content: "-" !important;
}

.final-cta {
  padding-block: 108px 88px !important;
}

.final-grid {
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr) !important;
  padding: clamp(36px, 5vw, 56px) !important;
  gap: clamp(34px, 5vw, 68px) !important;
}

.final-copy h2 {
  font-size: clamp(2.55rem, 4.8vw, 4.25rem) !important;
}

.final-copy p {
  font-size: 18px !important;
}

.final-actions .btn-xl {
  min-height: 56px !important;
  padding-inline: 24px !important;
  font-size: 15px !important;
}

.final-photo-card,
.final-photo-card img {
  min-height: 440px !important;
}

.site-footer {
  padding: 64px 0 82px !important;
}

.footer-grid {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(160px, 1fr)) !important;
  gap: clamp(28px, 4vw, 54px) !important;
}

.site-footer img {
  width: 210px !important;
  margin-bottom: 12px !important;
}

.site-footer strong {
  margin-bottom: 14px !important;
  font-size: 16px !important;
}

.site-footer p,
.site-footer a {
  font-size: 15.5px !important;
}

@media (max-width: 1100px) {
  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    grid-template-columns: 1fr !important;
  }

  .service-hub .service-card:not(.service-card-cta),
  .service-hub .service-card.featured:not(.service-card-cta),
  .service-hub .service-card-cta {
    grid-column: span 6 !important;
  }

  .visual-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .area-map-card {
    min-height: 570px !important;
  }

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

@media (max-width: 1180px) {
  .visual-room-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .room-photo-card,
  .room-photo-card img,
  .proof-gallery figure {
    aspect-ratio: auto !important;
  }

  .before-after-slide figure,
  .before-after-slide img {
    aspect-ratio: auto !important;
  }
}

@media (max-width: 820px) {
  .guided-picker-list,
  .scope-hub .included-cards,
  .visual-room-grid,
  .scope-detail-grid,
  .review-stack,
  .proof-gallery,
  .visual-timeline {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline {
    gap: 0 !important;
    padding-left: 20px !important;
  }

  .visual-timeline::before {
    display: block !important;
    left: 45px !important;
    right: auto !important;
    top: 18px !important;
    bottom: 18px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(181, 127, 18, 0.12), rgba(181, 127, 18, 0.62), rgba(181, 127, 18, 0.12)) !important;
  }

  .visual-timeline li {
    position: relative !important;
    grid-template-columns: 58px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    column-gap: 16px !important;
    padding: 18px 0 !important;
  }

  .visual-timeline li > span {
    grid-row: 1 / span 2 !important;
    width: 50px !important;
    height: 50px !important;
    box-shadow: 0 0 0 8px var(--brand-ivory) !important;
  }

  .visual-timeline strong,
  .visual-timeline p {
    grid-column: 2 !important;
  }

  .visual-timeline p {
    margin: 0 !important;
  }

  .area-map-card {
    min-height: 0 !important;
    padding: 18px !important;
  }

  .map-rings,
  .city-chip {
    display: none !important;
  }

  .area-map-card .area-columns {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    grid-template-columns: 1fr !important;
  }

  .faq-visual-card {
    position: relative !important;
    top: auto !important;
  }

  .proof-gallery figure,
  .proof-gallery figure:first-child,
  .proof-gallery figure:nth-child(4) {
    min-height: 250px !important;
    aspect-ratio: auto !important;
  }

  .before-after-images {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .before-after-slide figure,
  .before-after-slide img {
    min-height: 280px !important;
  }
}

@media (max-width: 760px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 30px, var(--qa-shell)) !important;
  }

  .section {
    padding-block: 62px !important;
  }

  .process {
    padding-bottom: 118px !important;
  }

  .service-hub .service-card:not(.service-card-cta),
  .service-hub .service-card.featured:not(.service-card-cta),
  .service-hub .service-card-cta {
    grid-column: auto !important;
  }

  .service-hub .service-card:not(.service-card-cta) {
    display: block !important;
    padding: 0 !important;
  }

  .service-card > .service-plaque {
    margin: 16px 16px 0 !important;
    font-size: 9.5px !important;
  }

  .service-hub .service-card:not(.service-card-cta) > img,
  .service-card img {
    width: calc(100% - 32px) !important;
    height: auto !important;
    min-height: 220px !important;
    max-height: 260px !important;
    margin: 12px 16px 0 !important;
    aspect-ratio: 16 / 10 !important;
  }

  .service-card > div {
    padding: 20px !important;
  }

  .service-card ul {
    display: grid !important;
  }

  .recurring-floating-notes {
    position: relative !important;
    inset: auto !important;
    width: auto !important;
    padding: 12px 0 0 !important;
    background: transparent !important;
  }

  .visual-room-grid .room-photo-card,
  .visual-room-grid .room-photo-card img {
    min-height: 320px !important;
  }

  .room-photo-card,
  .room-photo-card img {
    width: 100% !important;
    aspect-ratio: auto !important;
  }

  .room-checklist {
    position: absolute !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    margin: 0 !important;
  }

  .review-card {
    min-height: 0 !important;
  }

  .final-cta {
    padding-block: 72px 112px !important;
  }

  .final-photo-card,
  .final-photo-card img {
    min-height: 330px !important;
  }

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

@media (max-width: 420px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 24px, var(--qa-shell)) !important;
  }

  .service-hub-panel,
  .recurring-panel,
  .included-panel,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 18px !important;
  }

  .visual-timeline {
    padding-left: 10px !important;
  }

  .visual-timeline::before {
    left: 35px !important;
  }

  .visual-timeline li {
    grid-template-columns: 50px minmax(0, 1fr) !important;
    column-gap: 12px !important;
  }

  .visual-timeline li > span {
    width: 46px !important;
    height: 46px !important;
  }
}

/* Final orchestrator QA pass: surgical scale/readability fixes only. */
:root {
  --qa-radius: 20px;
  --qa-border: rgba(6, 42, 82, 0.12);
  --qa-border-gold: rgba(181, 127, 18, 0.22);
  --qa-shadow: 0 18px 48px rgba(6, 42, 82, 0.10);
}

.section {
  overflow-x: clip !important;
}

.btn:focus-visible,
.phone-link:focus-visible,
.text-link:focus-visible,
.service-card a:focus-visible,
.guided-picker-list a:focus-visible,
.zip-checker input:focus-visible,
.zip-checker button:focus-visible,
.faq-accordion summary:focus-visible,
.before-after-arrow:focus-visible,
.mobile-cta a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(181, 127, 18, 0.58) !important;
  outline-offset: 4px !important;
}

.section-head p,
.split-copy p,
.areas-copy p,
.trust-copy p,
.review-intro p,
.final-copy p {
  font-size: clamp(16px, 1.35vw, 18px) !important;
  line-height: 1.62 !important;
}

.service-hub-panel {
  align-items: center !important;
}

.guided-picker-list {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
}

.guided-picker-list a {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 16px 18px !important;
  border: 1px solid var(--qa-border-gold) !important;
  box-shadow: none !important;
}

.guided-picker-list a strong,
.guided-picker-list a em {
  margin: 0 !important;
}

.guided-picker-list a em {
  color: var(--brand-gold-dark) !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-align: right !important;
}

.service-hub .service-card:not(.service-card-cta),
.service-hub .service-card.featured:not(.service-card-cta),
.service-hub .service-card-cta,
.scope-hub .included-cards article,
.scope-detail-card,
.review-card,
.faq-accordion details,
.zip-checker,
.area-columns > div {
  border-radius: var(--qa-radius) !important;
  border: 1px solid var(--qa-border) !important;
  box-shadow: var(--qa-shadow) !important;
}

.service-card h3,
.scope-detail-card h3,
.review-card strong,
.area-columns h3,
.faq-accordion summary {
  overflow-wrap: anywhere !important;
}

.service-card > div {
  gap: 12px !important;
}

.service-card h3 {
  margin-bottom: 0 !important;
}

.service-card p:not(.card-kicker) {
  margin: 0 !important;
}

.service-card ul {
  margin-block: 0 8px !important;
}

.service-card-cta {
  justify-content: center !important;
}

.service-card-cta .btn {
  min-height: 48px !important;
}

.scope-hub .included-panel,
.scope-detail-grid,
.review-layout,
.areas-grid,
.faq-wrap {
  gap: clamp(24px, 3vw, 38px) !important;
}

.scope-hub .included-cards article {
  min-height: 0 !important;
}

.room-photo-card img,
.proof-gallery img,
.service-card img,
.faq-visual-card img,
.final-photo-card img {
  object-fit: cover !important;
}

.scope-detail-card {
  padding: clamp(24px, 3vw, 34px) !important;
}

.addon-chip-grid {
  gap: 10px !important;
}

.addon-chip-grid li {
  min-height: 44px !important;
}

.estimate-equation {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
}

.trust-system {
  background: linear-gradient(180deg, #031b35, #062a52) !important;
}

.trust-grid {
  max-width: var(--qa-shell) !important;
}

.operations-board {
  align-items: stretch !important;
}

.operations-board article {
  min-height: 0 !important;
}

.operations-pills {
  flex-wrap: wrap !important;
}

.operations-pills span {
  min-width: min(100%, 150px) !important;
  font-size: 13px !important;
}

.review-card {
  padding: 22px !important;
}

.review-person {
  gap: 12px !important;
}

.proof-gallery figure {
  border-radius: var(--qa-radius) !important;
}

.process .eyebrow,
.process .eyebrow.light {
  color: var(--brand-gold-dark) !important;
}

.process-grid h2 {
  color: var(--brand-navy) !important;
}

.visual-timeline {
  align-items: start !important;
}

.visual-timeline li > span {
  background: var(--brand-gold) !important;
  color: #031b35 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.areas {
  background: linear-gradient(180deg, var(--brand-ivory), var(--brand-white)) !important;
}

.area-map-card {
  min-height: 0 !important;
  padding: 24px !important;
  background: var(--brand-ivory) !important;
  border: 1px solid var(--qa-border-gold) !important;
  border-radius: 24px !important;
  box-shadow: none !important;
}

.map-rings,
.city-chip {
  display: none !important;
}

.area-map-card .area-columns {
  position: static !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.area-columns > div {
  background: rgba(255, 253, 248, 0.96) !important;
  padding: 22px !important;
}

.zip-checker input::placeholder {
  color: rgba(73, 89, 103, 0.76) !important;
}

.faq {
  background: var(--brand-white) !important;
}

.faq-visual-card {
  position: relative !important;
  top: auto !important;
  align-self: start !important;
}

.faq-accordion {
  align-content: start !important;
}

.faq-accordion details {
  box-shadow: none !important;
}

.faq-accordion details p {
  padding-right: 52px !important;
}

.final-cta {
  background: linear-gradient(180deg, #031b35, #062a52) !important;
}

.final-grid {
  align-items: center !important;
  background: rgba(255, 250, 241, 0.07) !important;
  border: 1px solid rgba(255, 224, 139, 0.24) !important;
}

.final-proof-pills span {
  min-height: 38px !important;
  display: inline-flex !important;
  align-items: center !important;
}

.site-footer {
  background: #031b35 !important;
}

.footer-grid > div:first-child {
  max-width: 360px !important;
}

.mobile-cta {
  z-index: 50 !important;
}

@media (max-width: 1180px) {
  .visual-timeline {
    gap: 16px !important;
  }

  .visual-timeline strong {
    font-size: 18px !important;
  }
}

@media (max-width: 900px) {
  .area-map-card .area-columns {
    grid-template-columns: 1fr !important;
  }

  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 28px !important;
  }
}

@media (max-width: 820px) {
  .visual-timeline li {
    min-height: 0 !important;
    padding: 20px 0 !important;
  }

  .visual-timeline strong {
    font-size: 19px !important;
  }
}

@media (max-width: 760px) {
  .guided-picker-list a {
    grid-template-columns: 1fr !important;
    gap: 6px !important;
  }

  .guided-picker-list a em {
    text-align: left !important;
  }

  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 22px !important;
    border-radius: 20px !important;
  }

  .faq-visual-card img {
    max-height: 230px !important;
  }

  .faq-accordion details p {
    padding-right: 0 !important;
  }

  .final-actions .btn-xl {
    width: 100% !important;
  }

  .site-footer {
    padding-bottom: 116px !important;
  }
}

@media (max-width: 430px) {
  .section-head p,
  .split-copy p,
  .areas-copy p,
  .trust-copy p,
  .review-intro p,
  .final-copy p {
    font-size: 16px !important;
  }

  .service-card p:not(.card-kicker),
  .service-card li,
  .service-card a:not(.btn),
  .included-cards p,
  .scope-detail-card p,
  .scope-detail-card li,
  .review-card p,
  .faq details p,
  .area-columns a {
    font-size: 15px !important;
  }

  .visual-timeline {
    padding-left: 0 !important;
  }

  .visual-timeline::before {
    left: 23px !important;
  }

  .visual-timeline li {
    grid-template-columns: 48px minmax(0, 1fr) !important;
  }
}

/* Final responsive QA repairs: appended last so they win the layered cascade. */
.site-header .nav-shell {
  padding-left: max(18px, env(safe-area-inset-left)) !important;
  padding-right: max(18px, env(safe-area-inset-right)) !important;
}

.site-header .brand {
  margin-left: 0 !important;
  transform: none !important;
  overflow: visible !important;
}

.site-header .brand img {
  transform: none !important;
  object-position: center !important;
}

.before-after-images {
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: hidden !important;
}

.before-after-images figure,
.before-after-images img {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.proof-gallery {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
  overflow: visible !important;
}

.proof-gallery figure {
  min-width: 0 !important;
}

.visual-room-grid .room-photo-card,
.visual-room-grid .room-photo-card:nth-child(even) {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: visible !important;
  background: var(--brand-white) !important;
}

.visual-room-grid .room-photo-card::after {
  display: none !important;
}

.visual-room-grid .room-photo-card img,
.room-photo-card img {
  flex: 0 0 auto !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border-radius: 18px 18px 0 0 !important;
}

.room-checklist {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  z-index: 1 !important;
  margin: 0 !important;
  border-radius: 0 0 18px 18px !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
}

@media (max-width: 1100px) {
  .quote-start-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .quote-start-card button {
    grid-column: 1 / -1 !important;
  }

  .proof-grid,
  .proof-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .visual-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .visual-timeline::before {
    display: none !important;
  }

  .visual-timeline li {
    padding: 22px !important;
    border: 1px solid var(--qa-border-gold) !important;
    border-radius: var(--qa-radius) !important;
    background: var(--brand-white) !important;
    box-shadow: var(--qa-shadow) !important;
  }

  .proof-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .mobile-cta {
    display: none !important;
  }
}

@media (max-width: 760px) {
  .mobile-cta {
    display: flex !important;
  }

  .site-header .brand img {
    width: min(178px, 48vw) !important;
  }

  .hero-keyword-gold {
    display: inline !important;
    white-space: normal !important;
  }

  .hero-copy h1 {
    overflow-wrap: anywhere !important;
  }

  .proof-grid,
  .proof-grid-three {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline li {
    padding: 20px 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .recurring-media {
    min-height: 0 !important;
    overflow: visible !important;
  }

  .recurring-media img {
    min-height: 260px !important;
    max-height: none !important;
  }

  .service-plaque {
    font-size: 10.5px !important;
    letter-spacing: 0.06em !important;
  }

  .hero-proof-row span,
  .image-metric-card .hero-proof-row span,
  .card-kicker {
    font-size: 10.5px !important;
  }

  .proof-gallery {
    width: min(100% - 30px, var(--qa-shell)) !important;
    grid-template-columns: 1fr !important;
  }

  .faq-visual-card {
    padding-bottom: 18px !important;
  }
}

@media (max-width: 430px) {
  .site-header .nav-shell {
    padding-left: max(16px, env(safe-area-inset-left)) !important;
    padding-right: max(16px, env(safe-area-inset-right)) !important;
  }

  .site-header .brand img {
    width: min(166px, 52vw) !important;
  }
}

/* Final validation cleanup: remove remaining tiny mobile text and minor masked media clipping. */
.recurring-media {
  overflow: visible !important;
}

@media (max-width: 760px) {
  .hero-review-chip strong,
  .image-metric-card .hero-review-chip strong,
  .cabinet-review-badge strong {
    font-size: 11px !important;
  }

  .hero-review-chip span,
  .hero-review-chip p,
  .image-metric-card .hero-review-chip span,
  .image-metric-card .hero-review-chip p,
  .cabinet-review-badge span,
  .cabinet-review-badge p {
    font-size: 10px !important;
    line-height: 1.25 !important;
  }

  .photo-frame .cabinet-review-badge p,
  .hero-media-card .cabinet-review-badge p {
    font-size: 10.5px !important;
  }

  .service-card > .service-plaque,
  .service-hub .service-card > .service-plaque,
  .service-hub .service-card.featured > .service-plaque {
    font-size: 10.5px !important;
    line-height: 1.15 !important;
  }
}

/* Surgical QA repair pass 2b: appended last so it wins the layered QA cascade. */
:root {
  --qa-shell: 1160px;
  --qa-section-y: clamp(72px, 6.4vw, 98px);
  --qa-card-radius: 18px;
}

.shell,
.service-hub .section-head,
.before-after-carousel-section .before-after-layout,
.scope-hub .included-panel,
.review-layout,
.process-grid,
.areas-grid,
.faq-wrap,
.final-grid,
.footer-grid {
  width: min(100% - 48px, var(--qa-shell)) !important;
  max-width: var(--qa-shell) !important;
}

.scope-hub .included-panel {
  grid-template-columns: 1fr !important;
}

.scope-hub .included-copy {
  max-width: 760px !important;
}

.scope-hub .included-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.section {
  padding-block: var(--qa-section-y) !important;
}

.service-hub-panel {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  padding: clamp(28px, 3vw, 38px) !important;
  align-items: center !important;
}

.guided-picker-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.guided-picker-list a {
  min-height: 70px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 5px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  background: var(--brand-ivory) !important;
  border: 1px solid rgba(181, 127, 18, 0.18) !important;
  box-shadow: none !important;
}

.guided-picker-list a strong {
  font-size: 16px !important;
}

.guided-picker-list a em {
  font-size: 14px !important;
  text-align: left !important;
}

.service-hub .service-card:not(.service-card-cta),
.service-hub .service-card.featured:not(.service-card-cta),
.service-hub .service-card-cta,
.scope-hub .included-cards article,
.scope-detail-card,
.review-card,
.faq-accordion details,
.area-columns > div {
  border-radius: var(--qa-card-radius) !important;
}

.service-card > div {
  padding: clamp(22px, 2.2vw, 28px) !important;
}

.service-card p:not(.card-kicker),
.service-card li,
.service-card a:not(.btn),
.included-cards p,
.scope-detail-card p,
.scope-detail-card li,
.review-card p,
.faq details p,
.area-columns a {
  font-size: 15.5px !important;
}

.recurring-panel {
  min-height: 520px !important;
}

.recurring-floating-notes span {
  background: rgba(255, 253, 248, 0.9) !important;
  border-color: rgba(181, 127, 18, 0.18) !important;
}

.scope-hub .included-cards article {
  padding: clamp(24px, 2.4vw, 30px) !important;
}

.visual-room-grid .room-photo-card img,
.room-photo-card img {
  aspect-ratio: 4 / 3 !important;
}

.trust-grid {
  padding: clamp(34px, 4vw, 52px) !important;
}

.operations-board article {
  padding: 20px !important;
}

.review-layout {
  align-items: stretch !important;
}

.review-stack {
  align-self: stretch !important;
}

.review-card {
  display: flex !important;
  min-height: 230px !important;
  flex-direction: column !important;
}

.proof-gallery {
  gap: 16px !important;
}

.process {
  background: var(--brand-white) !important;
}

.process-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 42px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.process-grid > div {
  max-width: 760px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.visual-timeline {
  position: relative !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.visual-timeline::before {
  display: block !important;
  position: absolute !important;
  left: 10% !important;
  right: 10% !important;
  top: 26px !important;
  width: auto !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(181, 127, 18, 0.12), rgba(181, 127, 18, 0.68), rgba(181, 127, 18, 0.12)) !important;
  transform: none !important;
}

.visual-timeline li {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  min-height: 0 !important;
  padding: 0 18px !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.visual-timeline li > span {
  width: 54px !important;
  height: 54px !important;
  margin: 0 auto !important;
  box-shadow: 0 0 0 10px var(--brand-white) !important;
}

.visual-timeline strong {
  font-size: clamp(18px, 1.6vw, 21px) !important;
  line-height: 1.2 !important;
}

.visual-timeline p {
  max-width: 240px !important;
  margin: 0 auto !important;
  font-size: 15.5px !important;
  line-height: 1.55 !important;
}

.areas-grid {
  grid-template-columns: minmax(320px, .76fr) minmax(0, 1.24fr) !important;
}

.zip-checker {
  padding: 20px !important;
}

.zip-checker label {
  font-size: 15px !important;
}

.zip-checker div {
  gap: 12px !important;
}

.area-map-card {
  padding: 26px !important;
}

.area-columns > div {
  padding: 24px !important;
}

.faq {
  padding-block: clamp(72px, 6vw, 92px) !important;
}

.faq-wrap {
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr) !important;
  align-items: start !important;
  padding: clamp(28px, 3vw, 38px) !important;
}

.faq-visual-card {
  height: auto !important;
  min-height: 0 !important;
}

.faq-visual-card img {
  aspect-ratio: 16 / 11 !important;
  max-height: 290px !important;
}

.faq-visual-card > div {
  padding: clamp(24px, 2.6vw, 32px) !important;
}

.faq-chips {
  display: none !important;
}

.faq-accordion {
  gap: 10px !important;
}

.faq-accordion details {
  padding: 0 !important;
}

.faq-accordion summary {
  min-height: 58px !important;
  padding: 17px 58px 17px 20px !important;
  font-size: 16px !important;
}

.faq-accordion details p {
  padding: 0 58px 20px 20px !important;
}

.final-cta {
  padding-block: clamp(86px, 7vw, 118px) clamp(70px, 6vw, 92px) !important;
}

.final-grid {
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr) !important;
  gap: clamp(30px, 4vw, 52px) !important;
  padding: clamp(36px, 4.4vw, 58px) !important;
}

.final-grid h2 {
  font-size: clamp(34px, 4vw, 56px) !important;
}

.final-copy p:not(.eyebrow) {
  max-width: 580px !important;
}

.final-proof-pills {
  gap: 10px !important;
}

.final-proof-pills span {
  min-height: 42px !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
}

.final-actions {
  gap: 14px !important;
}

.final-actions .btn-xl {
  min-height: 56px !important;
}

.final-photo-card,
.final-photo-card img {
  min-height: 430px !important;
}

.site-footer {
  padding-block: 54px 60px !important;
}

.footer-grid {
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, .75fr)) !important;
  gap: clamp(26px, 3vw, 46px) !important;
}

.site-footer img {
  width: 92px !important;
}

.site-footer strong {
  font-size: 15px !important;
}

.site-footer a,
.site-footer p {
  font-size: 15.5px !important;
}

@media (max-width: 1100px) {
  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 32px, var(--qa-shell)) !important;
  }

  .section {
    padding-block: 62px !important;
  }

  .guided-picker-list,
  .scope-hub .included-cards {
    grid-template-columns: 1fr !important;
  }

  .visual-timeline {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    padding-left: 0 !important;
  }

  .visual-timeline::before {
    left: 27px !important;
    right: auto !important;
    top: 28px !important;
    bottom: 28px !important;
    width: 2px !important;
    height: auto !important;
    background: linear-gradient(180deg, rgba(181, 127, 18, 0.12), rgba(181, 127, 18, 0.68), rgba(181, 127, 18, 0.12)) !important;
  }

  .visual-timeline li {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 16px !important;
    min-height: 0 !important;
    padding: 18px 18px 18px 0 !important;
    text-align: left !important;
    border-radius: 16px !important;
    background: transparent !important;
  }

  .visual-timeline li > span {
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
    width: 54px !important;
    height: 54px !important;
    box-shadow: 0 0 0 8px var(--brand-white) !important;
  }

  .visual-timeline strong,
  .visual-timeline p {
    grid-column: 2 !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 24px !important;
  }

  .area-map-card .area-columns,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .final-photo-card,
  .final-photo-card img {
    min-height: 320px !important;
  }
}

@media (max-width: 520px) {
  .shell,
  .service-hub .section-head,
  .before-after-carousel-section .before-after-layout,
  .scope-hub .included-panel,
  .review-layout,
  .process-grid,
  .areas-grid,
  .faq-wrap,
  .final-grid,
  .footer-grid {
    width: min(100% - 24px, var(--qa-shell)) !important;
  }

  .service-hub-panel,
  .recurring-panel,
  .scope-hub .included-panel,
  .trust-grid,
  .review-layout,
  .areas-grid,
  .faq-wrap,
  .final-grid {
    padding: 20px !important;
  }

  .zip-checker div,
  .final-actions {
    grid-template-columns: 1fr !important;
  }

  .zip-checker .btn,
  .final-actions .btn-xl {
    width: 100% !important;
  }

  .faq-accordion summary {
    padding-right: 44px !important;
  }

  .faq-accordion details p {
    padding-right: 20px !important;
  }
}
