.generated-page main { max-width: 100%; overflow-x: clip; padding-top: 0; }
.generated-page * { min-width: 0; }
.breadcrumbs {
  width: min(calc(100% - 64px), 1280px);
  min-height: 56px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: #69728a;
  font-size: 12px;
}
.breadcrumbs a:hover { color: var(--forest); }
.breadcrumbs i { color: #aeb5c7; font-style: normal; }
.breadcrumbs span { color: var(--ink); font-weight: 600; }

.location-hero,
.service-hero,
.directory-hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  color: var(--ink);
  background: #e8eaf6;
}
.location-hero-media,
.service-hero figure,
.directory-hero figure { min-height: 650px; margin: 0; overflow: hidden; }
.location-hero-media img,
.service-hero figure img,
.directory-hero figure img { width: 100%; height: 100%; object-fit: cover; animation: generated-image-enter 1s ease both; }
.location-hero-copy,
.service-hero > div,
.directory-hero > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px max(48px, 6vw);
}
.location-hero-copy h1,
.service-hero h1,
.directory-hero h1,
.guide-article > header h1 {
  margin: 0 0 28px;
  font-family: var(--serif);
  font-size: 54px;
  line-height: 1.24;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.location-hero-copy h1 span { display: block; margin-top: 14px; color: var(--forest); font-family: var(--sans); font-size: 20px; line-height: 1.5; font-weight: 700; overflow-wrap: anywhere; }
.location-hero-copy > p:not(.eyebrow),
.service-hero > div > p:not(.eyebrow),
.directory-hero > div > p:not(.eyebrow) { max-width: 600px; color: var(--ink-soft); }
.location-hero .hero-actions,
.service-hero .hero-actions { margin-top: 20px; }
.apartment-hero { background: #f0ece6; }

.location-facts,
.service-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: var(--white);
  background: var(--ink);
}
.location-facts > div,
.service-principles > div { min-height: 142px; display: flex; flex-direction: column; justify-content: center; padding: 30px max(30px, 4vw); border-right: 1px solid rgba(255,255,255,.15); }
.location-facts > div:last-child,
.service-principles > div:last-child { border-right: 0; }
.location-facts span,
.service-principles span { margin-bottom: 7px; color: var(--amber); font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.location-facts strong,
.service-principles strong { font-size: 17px; overflow-wrap: anywhere; }
.service-principles p { margin: 8px 0 0; color: #b8bfd2; font-size: 13px; }

.location-section { width: min(calc(100% - 64px), 1280px); margin-inline: auto; }
.location-context,
.apartment-notice { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10%; padding-block: 130px; }
.location-context h2,
.apartment-notice h2,
.process-section h2,
.related-section h2,
.location-faq h2,
.service-detail h2,
.service-region-links h2,
.directory-search h2,
.directory-featured h2,
.directory-note h2 { font-size: 46px; }
.location-context > div:last-child > p,
.apartment-notice > div:last-child > p { color: var(--ink-soft); font-size: 18px; }
.location-context ul,
.apartment-notice ul { margin: 28px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.location-context li,
.apartment-notice li { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.alias-line { padding: 18px 20px; background: #eef1f8; border-left: 2px solid var(--forest); font-size: 13px !important; }
.alias-line strong { display: block; margin-bottom: 6px; color: var(--ink); }

.coating-choice {
  display: grid;
  grid-template-columns: .92fr .78fr;
  gap: 34px 6%;
  align-items: start;
  padding: 0 0 130px;
}
.choice-copy {
  padding: 48px 0 10px;
}
.choice-copy h2 {
  margin-bottom: 24px;
  font-size: 46px;
}
.choice-copy > p {
  color: var(--ink-soft);
  font-size: 17px;
}
.choice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.coating-choice figure {
  margin: 0;
  background: #eef1f8;
  overflow: hidden;
}
.coating-choice picture,
.coating-choice img {
  display: block;
}
.coating-choice img {
  width: 100%;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}
.coating-choice figcaption {
  padding: 12px 16px 15px;
  color: #68718a;
  font-size: 12px;
}
.choice-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.choice-grid article {
  min-height: 190px;
  padding: 24px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.choice-grid span {
  color: var(--amber-deep);
  font-family: var(--serif);
  font-size: 18px;
}
.choice-grid strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 18px;
}
.choice-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
}
.choice-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 20px 24px;
  color: #535b73;
  background: #f1f3f9;
  border-left: 2px solid var(--forest);
  font-size: 13px;
}

.service-jump { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--forest); }
.service-jump a { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 30px max(30px, 4vw); color: var(--white); border-right: 1px solid rgba(255,255,255,.2); transition: background 180ms ease; }
.service-jump a:last-child { border-right: 0; }
.service-jump a:hover { background: var(--brand-blue); }
.service-jump span { margin-bottom: 7px; color: #d9def0; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.service-jump strong { font-size: 18px; }
.service-jump strong,
.related-grid strong,
.directory-result strong { overflow-wrap: anywhere; }

.location-services { background: var(--white); }
.location-service { display: grid; grid-template-columns: 1.12fr .88fr; min-height: 720px; border-bottom: 1px solid var(--line); scroll-margin-top: 82px; }
.location-service.reverse { grid-template-columns: .88fr 1.12fr; }
.location-service.reverse figure { order: 2; }
.location-service.reverse .location-service-copy { order: 1; }
.location-service figure { min-height: 720px; margin: 0; overflow: hidden; background: var(--mineral); }
.location-service figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms ease; }
.location-service:hover figure img { transform: scale(1.02); }
.location-service-copy { display: flex; flex-direction: column; justify-content: center; padding: 80px max(48px, 7vw); }
.location-service:nth-child(2) .location-service-copy { background: #f4f2ee; }
.location-service:nth-child(3) .location-service-copy { background: #eef1f8; }
.location-service-copy h2 { margin-bottom: 26px; font-size: 42px; }
.service-summary { color: var(--ink-soft); font-size: 17px; }
.location-service dl { margin: 24px 0 30px; border-top: 1px solid var(--line); }
.location-service dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.location-service dt { font-size: 13px; font-weight: 700; }
.location-service dd { margin: 0; color: var(--ink-soft); font-size: 13px; }
.service-limit { margin: 0 0 30px; padding: 18px 20px; color: #535b73; background: #f1f3f9; border-left: 2px solid var(--amber); font-size: 13px; }
.service-limit strong { display: block; margin-bottom: 4px; color: var(--ink); }
.location-service-copy .text-link { align-self: flex-start; }

.process-section { display: grid; grid-template-columns: .68fr 1.32fr; gap: 10%; padding-block: 130px; }
.process-section header { align-self: start; position: sticky; top: 100px; }
.process-section ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-section li { display: grid; grid-template-columns: 48px 150px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.process-section li span { color: var(--amber-deep); font-family: var(--serif); }
.process-section li strong { font-size: 16px; }
.process-section li p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.related-section { padding-bottom: 130px; }
.related-section > header,
.service-region-links > header,
.directory-featured > header { margin-bottom: 44px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.related-grid a { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 22px 24px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color 180ms ease, background 180ms ease; }
.related-grid a:hover { color: var(--white); background: var(--forest); }
.related-grid span { color: #68718a; font-size: 11px; }
.related-grid a:hover span,
.related-grid a:hover small { color: #d9def0; }
.related-grid strong { margin: 4px 0; font-size: 16px; }
.related-grid small { color: var(--forest-bright); font-size: 10px; }

.location-faq { display: grid; grid-template-columns: .65fr 1.35fr; gap: 10%; padding-bottom: 130px; }
.location-faq > div { border-top: 1px solid var(--line); }
.location-faq details { border-bottom: 1px solid var(--line); }
.location-faq summary { position: relative; padding: 26px 50px 26px 0; cursor: pointer; list-style: none; font-weight: 600; }
.location-faq summary::-webkit-details-marker { display: none; }
.location-faq summary::after { content: "+"; position: absolute; top: 19px; right: 3px; color: var(--forest); font-size: 26px; font-weight: 400; transition: transform 180ms ease; }
.location-faq details[open] summary::after { transform: rotate(45deg); }
.location-faq details p { padding: 0 48px 24px 0; color: var(--ink-soft); font-size: 13px; }

.location-cta { min-height: 520px; display: grid; place-items: center; padding: 80px 24px; color: var(--white); background: var(--forest); text-align: center; }
.location-cta > div { width: min(100%, 760px); }
.location-cta .eyebrow { color: #d9def0; }
.location-cta h2 { font-size: 46px; }
.location-cta > div > p:not(.eyebrow) { color: #d8dcef; }
.location-cta .hero-actions { justify-content: center; margin-top: 28px; }

.service-hero { grid-template-columns: 1.2fr .8fr; }
.service-hero figure { order: 2; }
.service-hero > div { order: 1; }
.service-hero h1 { font-size: 66px; }
.service-principles p { line-height: 1.6; }
.service-detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8%; align-items: center; padding-block: 130px; }
.service-detail figure { margin: 0; }
.service-detail figure img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.service-detail > div > p:not(.eyebrow) { color: var(--ink-soft); }
.service-detail dl { margin-top: 28px; border-top: 1px solid var(--line); }
.service-detail dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.service-detail dt { font-size: 13px; font-weight: 700; }
.service-detail dd { margin: 0; color: var(--ink-soft); font-size: 13px; }
.service-region-links { padding-bottom: 130px; }
.service-region-links nav { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 28px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-region-links nav a { min-height: 100px; display: flex; flex-direction: column; justify-content: center; padding: 18px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-region-links nav a:hover { background: #eef1f8; }
.service-region-links nav span { color: #69728a; font-size: 10px; }
.service-region-links nav strong { font-size: 14px; }

.directory-hero { grid-template-columns: .82fr 1.18fr; background: #e8eaf6; }
.directory-hero figure { order: 2; }
.directory-hero > div { order: 1; }
.directory-search { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px 9%; padding-block: 130px 80px; }
.directory-search header p:last-child { color: var(--ink-soft); }
.directory-search form { align-self: end; }
.directory-search form label { display: block; margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.directory-search form > div { display: grid; grid-template-columns: 1fr 96px; border-bottom: 2px solid var(--ink); }
.directory-search input { min-width: 0; height: 62px; padding: 0 8px; background: transparent; border: 0; outline: 0; font-size: 18px; }
.directory-search button { color: var(--white); background: var(--ink); border: 0; cursor: pointer; font-weight: 700; }
.directory-status { grid-column: 1 / -1; margin: 12px 0 0; color: #69728a; font-size: 13px; }
.directory-results { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.directory-result { min-height: 124px; display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.directory-result:hover { color: var(--white); background: var(--forest); }
.directory-result span { color: #68718a; font-size: 11px; }
.directory-result:hover span,
.directory-result:hover small { color: #d9def0; }
.directory-result strong { margin: 5px 0; }
.directory-result small { color: var(--forest-bright); font-size: 10px; }
.directory-featured { padding-bottom: 130px; }
.directory-note { padding: 110px max(24px, calc((100vw - 860px) / 2)); color: var(--white); background: var(--ink); text-align: center; }
.directory-note .eyebrow { color: var(--amber); }
.directory-note p:last-child { color: #b8bfd2; }

.guide-article > header { width: min(calc(100% - 64px), 980px); margin: 0 auto; padding: 100px 0 68px; text-align: center; }
.guide-article > header p:last-child { max-width: 760px; margin-inline: auto; color: var(--ink-soft); font-size: 18px; }
.guide-article > figure { width: min(calc(100% - 64px), 1280px); margin: 0 auto; }
.guide-article > figure img { width: 100%; max-height: 720px; object-fit: cover; }
.guide-body { width: min(calc(100% - 64px), 980px); margin-inline: auto; padding: 90px 0 130px; }
.guide-body > section { display: grid; grid-template-columns: 70px 1fr; gap: 28px; padding: 34px 0; border-top: 1px solid var(--line); }
.guide-body > section > span { color: var(--amber-deep); font-family: var(--serif); font-size: 20px; }
.guide-body h2 { margin-bottom: 13px; font-size: 30px; }
.guide-body section p { margin: 0; color: var(--ink-soft); }
.guide-body aside { margin-top: 50px; padding: 48px; color: var(--white); background: var(--forest); }
.guide-body aside strong { display: block; margin-bottom: 10px; font-family: var(--serif); font-size: 24px; }
.guide-body aside p { color: #d8dcef; }
.guide-body aside .hero-actions { margin-top: 24px; }
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.trust-badges span {
  padding: 8px 12px;
  color: var(--forest);
  background: #eef1f8;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.trust-action-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 20px 0 4px;
}
.trust-action-links a {
  display: grid;
  min-height: 42px;
  place-items: center;
  padding: 8px;
  color: var(--brand-navy);
  background: var(--white);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@keyframes generated-image-enter { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }

@media (max-width: 1000px) {
  .location-hero,
  .service-hero,
  .directory-hero { grid-template-columns: 1fr; }
  .location-hero-media,
  .service-hero figure,
  .directory-hero figure { min-height: 500px; order: 1; }
  .location-hero-copy,
  .service-hero > div,
  .directory-hero > div { order: 2; padding: 70px max(32px, 7vw); }
  .location-context,
  .apartment-notice,
  .coating-choice,
  .process-section,
  .location-faq,
  .service-detail,
  .directory-search { grid-template-columns: 1fr; gap: 44px; }
  .choice-copy { padding-top: 0; }
  .choice-grid { grid-template-columns: repeat(2, 1fr); }
  .process-section header { position: static; }
  .location-service,
  .location-service.reverse { grid-template-columns: 1fr; }
  .location-service.reverse figure,
  .location-service.reverse .location-service-copy { order: initial; }
  .location-service figure { min-height: 560px; }
  .service-region-links nav { grid-template-columns: repeat(2, 1fr); }
  .directory-search header { grid-column: 1; }
  .directory-results { grid-column: 1; grid-template-columns: repeat(2, 1fr); }
  .directory-status { grid-column: 1; }
}

@media (max-width: 900px) {
  .generated-page main { padding-top: 0; }
  .breadcrumbs { width: calc(100% - 40px); }
  .location-section { width: min(calc(100% - 40px), 720px); }
  .location-hero-copy h1,
  .service-hero h1,
  .directory-hero h1,
  .guide-article > header h1 { font-size: 44px; }
  .location-context h2,
  .apartment-notice h2,
  .choice-copy h2,
  .process-section h2,
  .related-section h2,
  .location-faq h2,
  .service-detail h2,
  .service-region-links h2,
  .directory-search h2,
  .directory-featured h2,
  .directory-note h2 { font-size: 38px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-article > header,
  .guide-article > figure,
  .guide-body { width: calc(100% - 40px); }
}

@media (max-width: 620px) {
  .generated-page main { padding-top: 0; }
  .breadcrumbs { width: calc(100% - 32px); min-height: 50px; }
  .location-hero,
  .service-hero,
  .directory-hero { min-height: 0; }
  .location-hero-media,
  .service-hero figure,
  .directory-hero figure { min-height: 0; aspect-ratio: 4 / 3; order: 2; }
  .apartment-hero .location-hero-copy { padding-block: 30px 32px; }
  .apartment-hero .location-hero-copy h1 { margin-bottom: 18px; }
  .apartment-hero .location-hero-copy > p:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .apartment-hero .hero-actions { margin-top: 14px; }
  .location-hero-copy,
  .service-hero > div,
  .directory-hero > div { order: 1; padding: 38px 18px 44px; }
  .location-hero-copy h1,
  .service-hero h1,
  .directory-hero h1,
  .guide-article > header h1 { font-size: clamp(28px, 9.4vw, 36px); line-height: 1.25; }
  .location-hero-copy h1 span { font-size: clamp(14px, 4.2vw, 16px); line-height: 1.45; }
  .location-facts,
  .service-principles,
  .service-jump { grid-template-columns: 1fr; }
  .location-facts > div,
  .service-principles > div,
  .service-jump a { min-height: 84px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .location-context,
  .apartment-notice { padding-block: 54px; }
  .coating-choice { padding-bottom: 84px; }
  .location-context h2,
  .apartment-notice h2,
  .choice-copy h2,
  .process-section h2,
  .related-section h2,
  .location-faq h2,
  .service-detail h2,
  .service-region-links h2,
  .directory-search h2,
  .directory-featured h2,
  .directory-note h2 { font-size: 32px; }
  .location-context > div:last-child > p,
  .apartment-notice > div:last-child > p,
  .choice-copy > p { font-size: 16px; }
  .choice-grid { grid-template-columns: 1fr; }
  .choice-grid article { min-height: 0; padding: 22px 18px; }
  .hero-actions,
  .choice-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
  .hero-actions .button,
  .choice-actions .button { width: 100%; min-width: 0; min-height: 48px; padding: 8px 7px; overflow: visible; font-size: 13px; line-height: 1.25; text-align: center; white-space: normal; }
  .location-hero .hero-actions { grid-template-columns: 1fr; }
  .location-page main { display: flex; flex-direction: column; }
  .location-page .location-context { order: 1; }
  .location-page .location-cta { order: 2; }
  .coating-choice figure { order: -1; }
  .mobile-contact { right: 10px; bottom: 8px; left: 10px; width: auto; max-width: calc(100% - 20px); height: 56px; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--line); }
  .mobile-contact a { width: 100%; min-width: 0; overflow: hidden; white-space: nowrap; }
  .location-service { min-height: 0; }
  .location-service figure { min-height: 0; aspect-ratio: 4 / 3; }
  .location-service-copy { padding: 58px 18px 70px; }
  .location-service-copy h2 { font-size: 31px; }
  .location-service dl div { grid-template-columns: 1fr; gap: 3px; }
  .process-section { padding-block: 84px; }
  .process-section li { grid-template-columns: 36px 1fr; gap: 12px; }
  .process-section li p { grid-column: 2; }
  .related-section { padding-bottom: 84px; }
  .related-grid { grid-template-columns: 1fr; }
  .location-faq { padding-bottom: 84px; }
  .location-cta { min-height: 480px; }
  .location-cta h2 { font-size: 32px; }
  .service-detail { padding-block: 82px; }
  .service-region-links { padding-bottom: 84px; }
  .service-region-links nav { grid-template-columns: 1fr; }
  .trust-badges { justify-content: flex-start; }
  .trust-action-links { grid-template-columns: 1fr; }
  .directory-search { padding-block: 82px 58px; }
  .directory-search form > div { grid-template-columns: 1fr 76px; }
  .directory-search input { font-size: 15px; }
  .directory-results { grid-template-columns: 1fr; }
  .directory-featured { padding-bottom: 84px; }
  .directory-note { padding-block: 82px; }
  .guide-article > header { padding-block: 74px 48px; }
  .guide-article > header p:last-child { font-size: 16px; }
  .guide-body { padding-block: 58px 84px; }
  .guide-body > section { grid-template-columns: 42px 1fr; gap: 14px; }
  .guide-body h2 { font-size: 24px; }
  .guide-body aside { padding: 32px 22px; }
}

@media (max-width: 370px) {
  .location-hero-copy,
  .service-hero > div,
  .directory-hero > div { padding-inline: 14px; }
  .location-hero-copy h1,
  .service-hero h1,
  .directory-hero h1,
  .guide-article > header h1 { font-size: 29px; }
  .location-facts > div,
  .service-principles > div,
  .service-jump a { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .location-hero-media img,
  .service-hero figure img,
  .directory-hero figure img {
    animation: none !important;
  }
}
