/* Homepage-only visual layer. Quote markup, pricing, validation and shared assets are unchanged. */
.premium-home {
  --premium-ink: #173e42;
  --premium-text: #425854;
  --premium-muted: #5e6e67;
  --premium-paper: #f5f3ec;
  --premium-line: #d2dbd1;
  --max: 1240px;
  color: var(--premium-ink);
  background: var(--premium-paper);
}

.premium-home .premium-wrap {
  width: calc(100% - 64px);
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.premium-home .site-header {
  padding-top: 18px;
  padding-bottom: 18px;
  background: rgba(245, 243, 236, .97);
  border-bottom-color: var(--premium-line);
}

.premium-home .brand-mark,
.premium-home .header-cta {
  background: var(--premium-ink);
}

.premium-home .brand strong,
.premium-home .header-phone,
.premium-home .main-nav > a,
.premium-home .nav-dropdown > button {
  color: var(--premium-ink);
}

.premium-home .premium-eyebrow {
  margin: 0 0 20px;
  color: var(--premium-ink);
  font-size: .75rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.premium-home .premium-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 56px;
  padding-top: 52px;
  padding-bottom: 44px;
}

.premium-home .premium-hero-copy {
  max-width: 600px;
  padding: 12px 0 22px;
}

.premium-home .premium-hero h1 {
  margin: 0;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.1vw, 4.625rem);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.premium-home .premium-hero h1 em,
.premium-home .premium-quote-intro h2 em {
  font-weight: 400;
}

.premium-home .premium-hero-intro {
  max-width: 490px;
  margin: 26px 0 28px;
  color: var(--premium-text);
  font-size: 1.0625rem;
  line-height: 1.75;
}

.premium-home .premium-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}

.premium-home .premium-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 52px;
  padding: 14px 22px;
  color: #fff;
  font-size: .9375rem;
  font-weight: 750;
  line-height: 1.4;
  background: var(--premium-ink);
  border: 1px solid var(--premium-ink);
  border-radius: 6px;
}

.premium-home .premium-button:hover {
  color: #fff;
  background: #0c5658;
}

.premium-home .premium-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  color: var(--premium-ink);
  font-size: .875rem;
  font-weight: 750;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.premium-home .premium-text-link > span,
.premium-home .premium-button > span {
  font-size: 1.15rem;
}

.premium-home .premium-hero-reviews {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--premium-ink);
  font-size: .875rem;
  font-weight: 700;
}

.premium-home .premium-hero-reviews small {
  display: block;
  margin-top: 2px;
  color: var(--premium-muted);
  font-size: .75rem;
  font-weight: 400;
}

.premium-home .premium-review-symbol {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.125rem;
  border: 1px solid #aebeb0;
  border-radius: 50%;
}

.premium-home .premium-hero-photo {
  min-width: 0;
  margin: 0;
}

.premium-home .premium-hero-photo picture {
  display: block;
  overflow: hidden;
  background: #dee5dc;
  border-radius: 8px;
}

.premium-home .premium-hero-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.05;
  object-fit: cover;
  object-position: 66% 50%;
}

.premium-home .premium-hero-photo figcaption {
  margin-top: 12px;
  color: var(--premium-muted);
  font-size: .75rem;
  line-height: 1.5;
}

.premium-home .review-home {
  width: calc(100% - 64px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 32px;
  background: #eeefe6;
  border-color: var(--premium-line);
  border-radius: 10px;
}

.premium-home #home-reviews-title {
  scroll-margin-top: 140px;
}

/* Reserve the carousel's loaded space while its external feed is pending. */
.premium-home .review-home-body {
  min-height: 24rem;
}

.premium-home .premium-services,
.premium-home .premium-gallery {
  padding-top: 78px;
  padding-bottom: 68px;
}

.premium-home .premium-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 32px;
}

.premium-home .premium-section-heading h2,
.premium-home .premium-coverage h2,
.premium-home .premium-faq h2,
.premium-home .premium-final h2 {
  margin: 0;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.125rem, 3.5vw, 3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.premium-home .premium-section-heading > p,
.premium-home .premium-gallery-intro > p {
  max-width: 365px;
  margin: 0 0 4px;
  color: var(--premium-text);
  font-size: 1rem;
  line-height: 1.75;
}

.premium-home .premium-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.premium-home .premium-service-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 34px 36px 28px;
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 8px;
}

.premium-home .premium-service-number {
  margin-bottom: 26px;
  color: var(--premium-muted);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
}

.premium-home .premium-service-card h3 {
  margin: 0;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.875rem, 2.8vw, 2.5rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.premium-home .premium-service-card > p {
  max-width: 440px;
  margin: 18px 0 26px;
  color: var(--premium-text);
  font-size: 1rem;
  line-height: 1.75;
}

.premium-home .premium-service-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--premium-line);
}

.premium-home .premium-service-links a,
.premium-home .premium-smaller-services a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 44px;
  color: var(--premium-ink);
  font-size: .875rem;
  font-weight: 750;
}

.premium-home .premium-service-links a:hover,
.premium-home .premium-smaller-services a:hover,
.premium-home .premium-area-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.premium-home .premium-service-card-office {
  color: #fff;
  background: var(--premium-ink);
  border-color: var(--premium-ink);
}

.premium-home .premium-service-card-office h3,
.premium-home .premium-service-card-office a {
  color: #fff;
}

.premium-home .premium-service-card-office > p {
  color: #d9e2d7;
}

.premium-home .premium-service-card-office .premium-service-number {
  color: #c3d5b4;
}

.premium-home .premium-service-card-office .premium-service-links {
  border-color: #55716c;
}

.premium-home .premium-smaller-services {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: center;
  gap: 32px;
  margin-top: 26px;
  padding: 24px 0 0;
}

.premium-home .premium-smaller-services > p {
  margin: 0;
  color: var(--premium-ink);
  font-size: .9375rem;
  font-weight: 750;
}

.premium-home .premium-smaller-services > p span {
  color: var(--premium-muted);
  font-size: .875rem;
  font-weight: 400;
}

.premium-home .premium-smaller-services nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.premium-home .premium-smaller-services nav a {
  border-bottom: 1px solid #aebeb0;
}

.premium-home .premium-booking {
  background: #e9eee7;
  border-top: 1px solid var(--premium-line);
  border-bottom: 1px solid var(--premium-line);
}

.premium-home .premium-quote-layout {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.65fr);
  align-items: start;
  gap: 60px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.premium-home .premium-quote-intro {
  min-width: 0;
  padding-top: 14px;
  scroll-margin-top: 125px;
}

.premium-home .premium-quote-intro h2 {
  margin: 0;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.premium-home .premium-quote-intro > p:not(.premium-eyebrow) {
  margin: 22px 0 0;
  color: var(--premium-text);
  font-size: 1rem;
  line-height: 1.75;
}

.premium-home .premium-steps {
  display: grid;
  gap: 22px;
  margin: 30px 0 22px;
  padding: 28px 0 0;
  list-style: none;
  border-top: 1px solid #b6c5b7;
}

.premium-home .premium-steps li {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}

.premium-home .premium-steps li > span {
  padding-top: 3px;
  color: var(--premium-muted);
  font-size: .75rem;
}

.premium-home .premium-steps h3 {
  margin: 0;
  color: var(--premium-ink);
  font-size: .9375rem;
  font-weight: 750;
  line-height: 1.5;
}

.premium-home .premium-steps p {
  margin: 6px 0 0;
  color: var(--premium-text);
  font-size: .875rem;
  line-height: 1.65;
}

.premium-home .premium-quote-help a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--premium-ink);
  font-weight: 750;
}

.premium-home .premium-quote-workspace {
  min-width: 0;
}

.premium-home .premium-quote-workspace .quote-panel {
  grid-area: auto;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 28px;
  background: #fff;
  border: 1px solid #c7d3c7;
  border-radius: 10px;
  box-shadow: 0 12px 34px rgba(23, 62, 66, .045);
}

.premium-home .premium-quote-workspace .quote-result {
  grid-area: auto;
  max-width: none;
  width: 100%;
  margin-top: 24px;
}

.premium-home .premium-quote-workspace .quote-result:empty {
  margin-top: 0;
}

.premium-home .premium-gallery-intro .premium-text-link {
  margin-top: 10px;
}

.premium-home .premium-gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}

.premium-home .premium-gallery-photo {
  display: block;
  min-width: 0;
}

.premium-home .premium-gallery-photo img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 8px;
}

.premium-home .premium-gallery-photo > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  padding-top: 8px;
  color: var(--premium-ink);
  font-size: .875rem;
  font-weight: 650;
}

.premium-home .premium-standards {
  margin-top: 30px;
  border-top: 1px solid #bbc9bd;
  border-bottom: 1px solid #bbc9bd;
}

.premium-home .premium-standards > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  color: var(--premium-ink);
  font-size: 1rem;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
}

.premium-home .premium-standards > summary > span {
  flex: 0 0 auto;
  font-size: .875rem;
  font-weight: 400;
}

.premium-home .premium-standards > summary > span::after {
  content: "+";
  margin-left: 18px;
  font-size: 1.25rem;
}

.premium-home .premium-standards[open] > summary > span::after {
  content: "−";
}

.premium-home .premium-guide-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding-bottom: 24px;
}

.premium-home .premium-guide-grid .standard-card {
  display: block;
  min-height: 0;
  padding: 22px;
  color: var(--premium-text);
  background: #fff;
  border: 1px solid var(--premium-line);
  border-radius: 7px;
  box-shadow: none;
}

.premium-home .premium-guide-grid .standard-card h3 {
  color: var(--premium-ink);
  font-size: 1rem;
  line-height: 1.5;
}

.premium-home .premium-guide-grid .standard-card p {
  margin: 8px 0 12px;
  color: var(--premium-text);
  font-size: .875rem;
  line-height: 1.65;
}

.premium-home .premium-guide-grid .standard-card span {
  color: var(--premium-ink);
  font-size: .875rem;
}

.premium-home .premium-coverage {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 70px;
  padding-top: 40px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--premium-line);
}

.premium-home .premium-coverage-copy > p:not(.premium-eyebrow) {
  max-width: 420px;
  margin: 22px 0 16px;
  color: var(--premium-text);
  font-size: 1rem;
  line-height: 1.75;
}

.premium-home .premium-area-directory {
  min-width: 0;
  border-top: 1px solid #b2c1b4;
}

.premium-home .premium-area-region {
  border-bottom: 1px solid #b2c1b4;
}

.premium-home .premium-area-region > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 14px 0;
  color: var(--premium-ink);
  font-size: .9375rem;
  font-weight: 650;
  list-style: none;
  cursor: pointer;
}

.premium-home .premium-area-region > summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 400;
}

.premium-home .premium-area-region[open] > summary::after {
  content: "−";
}

.premium-home .premium-area-region > summary::-webkit-details-marker,
.premium-home .premium-standards > summary::-webkit-details-marker {
  display: none;
}

.premium-home .premium-area-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  padding: 2px 0 20px;
}

.premium-home .premium-area-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 7px 0;
  color: var(--premium-text);
  font-size: .875rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.premium-home .premium-faq {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 70px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.premium-home .premium-faq .section-heading {
  max-width: none;
  margin: 0;
  text-align: left;
}

.premium-home .premium-faq .eyebrow {
  margin-bottom: 20px;
  color: var(--premium-ink);
  font-size: .75rem;
  font-weight: 750;
  letter-spacing: .13em;
}

.premium-home .premium-faq .faq-list {
  display: grid;
  gap: 0;
  max-width: none;
  margin: 0;
  border-top: 1px solid #b2c1b4;
}

.premium-home .premium-faq details {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #b2c1b4;
  border-radius: 0;
  box-shadow: none;
}

.premium-home .premium-faq summary {
  min-height: 58px;
  padding: 17px 30px 17px 0;
  color: var(--premium-ink);
  font-size: .9375rem;
  font-weight: 650;
  line-height: 1.65;
}

.premium-home .premium-faq details p {
  margin: 0;
  padding: 0 16px 22px 0;
  color: var(--premium-text);
  font-size: 1rem;
  line-height: 1.75;
}

.premium-home .premium-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 40px;
  padding-bottom: 56px;
  border-top: 1px solid var(--premium-line);
}

.premium-home .premium-final .premium-eyebrow {
  margin-bottom: 12px;
}

.premium-home .site-footer {
  align-items: start;
  gap: 48px;
  padding-top: 46px;
  padding-bottom: 40px;
  color: #edf2e9;
  background: var(--premium-ink);
  border-top: 0;
}

.premium-home .site-footer strong,
.premium-home .site-footer a {
  color: #edf2e9;
}

.premium-home .site-footer p {
  color: #d3ddd0;
  line-height: 1.65;
}

.premium-home .site-footer nav {
  max-width: 600px;
}

.premium-home a:focus-visible,
.premium-home summary:focus-visible,
.premium-home button:focus-visible {
  outline: 3px solid #337d78;
  outline-offset: 4px;
}

.premium-home .premium-service-card-office a:focus-visible,
.premium-home .site-footer a:focus-visible {
  outline-color: #d3dfbd;
}

@media (max-width: 1100px) {
  .premium-home .premium-hero { gap: 36px; }
  .premium-home .premium-hero h1 { font-size: clamp(2.75rem, 5.4vw, 3.625rem); }
  .premium-home .premium-hero-photo img { aspect-ratio: .9; }
  .premium-home .premium-quote-layout { grid-template-columns: minmax(0, .7fr) minmax(0, 1.5fr); gap: 32px; }
  .premium-home .premium-service-card { padding: 28px; }
  .premium-home .premium-smaller-services { grid-template-columns: 200px minmax(0, 1fr); gap: 24px; }
  .premium-home .premium-smaller-services nav { gap: 14px; }
  .premium-home .premium-coverage,
  .premium-home .premium-faq { gap: 40px; }
}

@media (max-width: 800px) {
  .premium-home .premium-wrap,
  .premium-home .review-home { width: calc(100% - 40px); }
  .premium-home .premium-hero { grid-template-columns: 1fr; gap: 26px; padding-top: 32px; padding-bottom: 34px; }
  .premium-home .premium-hero-copy { max-width: 660px; padding: 0; }
  .premium-home .premium-hero h1 { max-width: 630px; font-size: clamp(2.875rem, 8.4vw, 4.5rem); }
  .premium-home .premium-hero-intro { max-width: 540px; margin-top: 22px; }
  .premium-home .premium-hero-reviews { margin-top: 22px; }
  .premium-home .premium-hero-photo img { max-height: 420px; aspect-ratio: 1.55; object-position: 50% 50%; }
  .premium-home .review-home { padding: 24px; }
  .premium-home .premium-services,
  .premium-home .premium-gallery { padding-top: 52px; padding-bottom: 48px; }
  .premium-home .premium-section-heading { gap: 24px; }
  .premium-home .premium-section-heading > p,
  .premium-home .premium-gallery-intro { max-width: 290px; }
  .premium-home .premium-smaller-services { grid-template-columns: 1fr; gap: 12px; margin-top: 20px; }
  .premium-home .premium-smaller-services > p br { display: none; }
  .premium-home .premium-smaller-services > p span { margin-left: 4px; }
  .premium-home .premium-quote-layout { grid-template-columns: 1fr; gap: 32px; padding-top: 42px; padding-bottom: 42px; }
  .premium-home .premium-quote-intro { padding-top: 0; }
  .premium-home .premium-quote-intro > p:not(.premium-eyebrow) { max-width: 600px; }
  .premium-home .premium-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
  .premium-home .premium-steps li { display: block; }
  .premium-home .premium-steps h3 { margin-top: 10px; }
  .premium-home .premium-quote-intro .premium-quote-help { display: inline-block; margin: 0 0 0 24px; font-size: .875rem; vertical-align: middle; }
  .premium-home .premium-gallery-grid { gap: 18px; }
  .premium-home .premium-gallery-photo img { height: 250px; }
  .premium-home .premium-coverage { grid-template-columns: 1fr; gap: 26px; padding-top: 24px; padding-bottom: 46px; }
  .premium-home .premium-coverage-copy > p:not(.premium-eyebrow) { max-width: 620px; }
  .premium-home .premium-faq { grid-template-columns: 1fr; gap: 28px; padding-top: 46px; padding-bottom: 46px; }
  .premium-home .premium-final { flex-wrap: wrap; padding-top: 32px; padding-bottom: 42px; }
}

@media (max-width: 540px) {
  .premium-home .site-header { padding-top: 14px; padding-bottom: 14px; }
  .premium-home .premium-hero h1 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .premium-home .premium-eyebrow { margin-bottom: 16px; font-size: .6875rem; letter-spacing: .1em; }
  .premium-home .premium-hero-intro { font-size: 1rem; line-height: 1.7; }
  .premium-home .premium-actions { gap: 10px 20px; }
  .premium-home .premium-hero-photo img { aspect-ratio: 1.22; }
  .premium-home .review-home { padding: 22px 18px; }
  .premium-home .premium-section-heading { display: block; margin-bottom: 24px; }
  .premium-home .premium-section-heading > p,
  .premium-home .premium-gallery-intro { max-width: none; margin-top: 20px; }
  .premium-home .premium-service-grid { grid-template-columns: 1fr; gap: 14px; }
  .premium-home .premium-service-card { padding: 26px; }
  .premium-home .premium-service-number { margin-bottom: 22px; }
  .premium-home .premium-service-card h3 { font-size: 2rem; }
  .premium-home .premium-smaller-services nav { grid-template-columns: 1fr; gap: 4px; }
  .premium-home .premium-smaller-services nav a { min-height: 50px; }
  .premium-home .premium-smaller-services > p br { display: initial; }
  .premium-home .premium-smaller-services > p span { margin-left: 0; }
  .premium-home .premium-steps { grid-template-columns: 1fr; gap: 16px; padding-top: 22px; }
  .premium-home .premium-steps li { display: grid; }
  .premium-home .premium-steps h3 { margin-top: 0; }
  .premium-home .premium-quote-intro .premium-quote-help { display: block; margin: 18px 0 0; }
  .premium-home .premium-quote-intro .premium-quote-help br { display: none; }
  .premium-home .premium-quote-help a { margin-left: 6px; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 20px 16px; }
  .premium-home .premium-quote-workspace .quote-panel h2 { font-size: 1.5rem; }
  .premium-home .premium-gallery-grid { grid-template-columns: 1fr; gap: 20px; }
  .premium-home .premium-gallery-photo img { height: auto; aspect-ratio: 1.48; }
  .premium-home .premium-standards > summary { align-items: start; gap: 16px; font-size: .9375rem; }
  .premium-home .premium-standards > summary > span { font-size: 0; }
  .premium-home .premium-standards > summary > span::after { margin-left: 0; font-size: 1.25rem; }
  .premium-home .premium-guide-grid { grid-template-columns: 1fr; }
  .premium-home .premium-area-links { grid-template-columns: 1fr; }
  .premium-home .premium-final { gap: 24px; }
  .premium-home .premium-final .premium-actions { width: 100%; }
  .premium-home .site-footer { gap: 24px; }
}

@media (max-width: 360px) {
  .premium-home .premium-wrap,
  .premium-home .review-home { width: calc(100% - 32px); }
  .premium-home .premium-hero h1 { font-size: 2.5rem; }
  .premium-home .premium-button { padding-right: 18px; padding-left: 18px; }
  .premium-home .premium-service-card { padding: 22px; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 18px 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .premium-home .premium-button,
  .premium-home .premium-gallery-photo,
  .premium-home .premium-service-links a { transition: none; }
}

/* Quote-first opening: the complete working form, not a link to a distant section. */
.premium-home .premium-quote-first {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  grid-template-areas: "intro form" "support form" "reviews reviews";
  grid-template-rows: auto 1fr auto;
  align-items: start;
  gap: 32px 40px;
  padding-top: 28px;
  padding-bottom: 12px;
}

.premium-home .premium-quote-first > .premium-hero-copy {
  grid-area: intro;
  padding: 12px 0 0;
}

.premium-home .premium-quote-first h1 {
  margin: 0;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.75rem, 4vw, 3.625rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.premium-home .premium-quote-first .premium-hero-intro {
  max-width: 390px;
  margin: 20px 0 0;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.premium-home .premium-quote-first > .premium-quote-workspace { grid-area: form; }
.premium-home .premium-quote-first > .premium-quote-intro { grid-area: support; padding-top: 0; }
.premium-home .premium-quote-first > .review-home { grid-area: reviews; width: 100%; margin-top: 12px; }
.premium-home .premium-quote-first .premium-hero-photo { margin-bottom: 34px; }
.premium-home .premium-quote-first .premium-hero-photo img { aspect-ratio: 1.5; object-position: 60% 50%; }
.premium-home .premium-quote-first .premium-quote-intro h2 { font-size: 2rem; }
.premium-home .premium-quote-first .premium-steps { margin-top: 22px; }
.premium-home .premium-support-links { display: grid; justify-items: start; gap: 4px; }

/* One restrained visual system for the form and its nested route sections. */
.premium-home .premium-quote-workspace .quote-panel {
  --ink: var(--premium-ink);
  --text: var(--premium-text);
  --muted: var(--premium-muted);
  --brand: #226763;
  --line: #b8c8bd;
  padding: 30px;
  border-radius: 14px;
  border-color: #c7d3c7;
  box-shadow: 0 14px 42px rgba(23, 62, 66, .06);
}

.premium-home .quote-panel .panel-kicker {
  margin: 0 0 12px;
  color: #38625b;
  font-size: .75rem;
  line-height: 1.5;
  letter-spacing: .1em;
}

.premium-home .quote-panel h2 {
  max-width: 540px;
  margin: 0 0 26px;
  color: var(--premium-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.premium-home .quote-panel .form-grid { gap: 22px 20px; }
.premium-home .quote-panel .included-note { background: #f7f8f3; border-color: #d5dfd1; }
.premium-home .quote-panel .included-note strong { font-size: .875rem; font-weight: 650; }
.premium-home .quote-panel .included-note span { font-size: .875rem; font-weight: 400; line-height: 1.55; }
.premium-home .quote-panel label { font-size: .875rem; font-weight: 650; line-height: 1.5; }
.premium-home .quote-panel label small,
.premium-home .quote-panel .route-planner-head p,
.premium-home .quote-panel .additional-stops > small,
.premium-home .quote-panel .form-note { color: var(--premium-muted); font-size: .875rem; font-weight: 400; line-height: 1.55; }
.premium-home .quote-panel input,
.premium-home .quote-panel select,
.premium-home .quote-panel textarea { color: var(--premium-ink); font-size: 1rem; font-weight: 400; border-color: #b8c8bd; border-radius: 7px; }
.premium-home .quote-panel input,
.premium-home .quote-panel select { min-height: 50px; }
.premium-home .quote-panel input:focus-visible,
.premium-home .quote-panel select:focus-visible,
.premium-home .quote-panel textarea:focus-visible { outline: 2px solid #337d78; outline-offset: 2px; }
.premium-home .quote-panel .route-planner { margin-top: 4px; padding: 20px; background: #f2f5ef; border-color: #d3dfd0; border-radius: 10px; }
.premium-home .quote-panel .route-planner-head { gap: 8px; margin-bottom: 20px; }
.premium-home .quote-panel .route-planner-kicker { color: #38625b; font-size: .75rem; font-weight: 650; }
.premium-home .quote-panel .route-planner h3 { color: var(--premium-ink); font-size: 1.125rem; font-weight: 700; }
.premium-home .quote-panel .location-card { padding: 18px; background: #fff; border-color: #d0dccf; border-radius: 8px; }
.premium-home .quote-panel .route-stop-number { color: #fff; background: var(--premium-ink); box-shadow: none; }
.premium-home .quote-panel .public-address-detail { background: #f7f8f3; border-color: #d5dfd1; }
.premium-home .quote-panel .additional-stops,
.premium-home .quote-panel .service-choice { background: #f7f8f3; border-color: #d5dfd1; border-radius: 8px; }
.premium-home .quote-panel .delivery-stack { gap: 20px; }
.premium-home .quote-panel button[type="submit"] { min-height: 54px; margin-top: 26px; color: #fff; background: var(--premium-ink); border-radius: 7px; box-shadow: none; }
.premium-home .quote-panel button[type="submit"]:hover { background: #0c5658; }
.premium-home .quote-panel .inline-action { min-height: 46px; color: var(--premium-ink); background: #fff; border: 1px solid #9db6a6; border-radius: 7px; box-shadow: none; }
.premium-home .quote-panel .form-note { margin-top: 16px; }

@media (max-width: 1100px) {
  .premium-home .premium-quote-first { grid-template-columns: minmax(0, .64fr) minmax(0, 1.36fr); gap: 28px; }
  .premium-home .premium-quote-first h1 { font-size: 2.75rem; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 24px; }
}

@media (max-width: 800px) {
  .premium-home .premium-quote-first { grid-template-columns: minmax(0, 1fr); grid-template-areas: "intro" "form" "reviews" "support"; grid-template-rows: auto; gap: 24px; padding-top: 24px; }
  .premium-home .premium-quote-first > .premium-hero-copy { padding: 0; }
  .premium-home .premium-quote-first .premium-eyebrow { margin-bottom: 12px; }
  .premium-home .premium-quote-first h1 { font-size: 2.125rem; line-height: 1.1; }
  .premium-home .premium-quote-first .premium-hero-intro { max-width: 480px; margin-top: 12px; font-size: 1rem; line-height: 1.55; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 24px; }
  .premium-home .premium-quote-first > .review-home { margin-top: 8px; }
  .premium-home .premium-quote-first > .premium-quote-intro { margin-top: 12px; }
  .premium-home .premium-quote-first .premium-hero-photo { margin-bottom: 28px; }
  .premium-home .premium-quote-first .premium-hero-photo img { max-height: 400px; aspect-ratio: 1.7; }
  .premium-home .premium-support-links { display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .premium-home .premium-quote-first .premium-quote-help { display: block; margin: 14px 0 0; }
}

@media (max-width: 540px) {
  .premium-home .premium-quote-first { gap: 20px; padding-top: 20px; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 22px 18px; border-radius: 10px; }
  .premium-home .premium-quote-workspace .quote-panel h2 { margin-bottom: 22px; font-size: 1.625rem; line-height: 1.16; }
  .premium-home .quote-panel .form-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .premium-home .quote-panel .route-planner { padding: 16px 12px; }
  .premium-home .quote-panel .location-card { padding: 14px 12px; }
  .premium-home .quote-panel .route-stop-grid::before { display: none; }
  .premium-home .quote-panel .public-address-detail { padding: 12px; }
  .premium-home .quote-panel .additional-stops,
  .premium-home .quote-panel .service-choice { padding: 14px 12px; }
}

@media (max-width: 360px) {
  .premium-home .premium-quote-first h1 { font-size: 1.875rem; }
  .premium-home .premium-quote-workspace .quote-panel { padding: 20px 14px; }
  .premium-home .premium-quote-workspace .quote-panel h2 { font-size: 1.5rem; }
}
