.worcester-home,
.worcester-home * {
  box-sizing: border-box;
}

.worcester-home {
  --w-ink: #111820;
  --w-navy: #102d48;
  --w-blue: #1b4669;
  --w-red: #a92332;
  --w-paper: #f2f0eb;
  --w-line: #d8d4cd;
  color: var(--w-ink);
  background: #fff;
}

.worcester-wrap {
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
}

#hero.worcester-hero {
  position: relative !important;
  min-height: 650px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-end !important;
  overflow: hidden !important;
  background: var(--w-navy) !important;
}

.worcester-hero > img {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.worcester-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(8, 28, 46, .94) 0%, rgba(8, 28, 46, .76) 47%, rgba(8, 28, 46, .18) 100%);
}

.worcester-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 64px));
  margin: 0 auto;
  padding: 112px 0 78px;
  color: #fff;
}

.worcester-eyebrow {
  margin: 0 0 16px !important;
  color: var(--w-red) !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  font-weight: 800 !important;
  letter-spacing: .14em !important;
  text-transform: uppercase !important;
}

.worcester-hero h1 {
  max-width: 810px;
  margin: 0 0 22px !important;
  color: #fff !important;
  font-family: "Trade Gothic LT Std", Impact, sans-serif !important;
  font-size: clamp(50px, 6.4vw, 92px) !important;
  font-weight: 700 !important;
  line-height: .94 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .32);
}

.worcester-hero__lead {
  max-width: 690px;
  margin: 0 0 30px !important;
  color: #fff !important;
  font-size: clamp(18px, 1.6vw, 23px) !important;
  line-height: 1.55 !important;
}

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

.worcester-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding: 14px 22px !important;
  border: 2px solid var(--w-red) !important;
  border-radius: 0 !important;
  background: var(--w-red) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .075em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.worcester-btn:hover,
.worcester-btn:focus-visible {
  border-color: #7f1724 !important;
  background: #7f1724 !important;
  color: #fff !important;
}

.worcester-btn--light {
  border-color: #fff !important;
  background: transparent !important;
}

.worcester-btn--light:hover,
.worcester-btn--light:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--w-navy) !important;
}

.worcester-hero__services {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.worcester-emergency {
  background: var(--w-red);
  color: #fff;
}

.worcester-emergency .worcester-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 24px 0;
}

.worcester-emergency strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 21px;
  line-height: 1.25;
}

.worcester-emergency p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.worcester-emergency a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 11px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.worcester-section {
  padding: 88px 0;
}

.worcester-section--paper {
  background: var(--w-paper);
}

.worcester-section--navy {
  background: var(--w-navy);
  color: #fff;
}

.worcester-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(280px, .55fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 42px;
}

.worcester-heading h2,
.worcester-split h2,
.worcester-service-plan h2,
.worcester-close h2 {
  margin: 0 !important;
  color: var(--w-navy) !important;
  font-family: "Trade Gothic LT Std", Impact, sans-serif !important;
  font-size: clamp(39px, 5vw, 65px) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.015em !important;
  text-transform: uppercase !important;
}

.worcester-heading > p,
.worcester-split__copy > p,
.worcester-service-plan__copy > p {
  margin: 0 !important;
  color: #4a535b !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

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

.worcester-priority-card {
  grid-column: span 4;
  position: relative;
  min-height: 280px;
  padding: 32px 28px 28px !important;
  border-top: 5px solid var(--w-red);
  background: #fff;
  color: var(--w-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(16, 45, 72, .08);
  transition: transform .2s ease, box-shadow .2s ease;
}

.worcester-priority-card:nth-child(4),
.worcester-priority-card:nth-child(5) {
  grid-column: span 6;
}

.worcester-priority-card:hover,
.worcester-priority-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(16, 45, 72, .14);
}

.worcester-priority-card small {
  display: block;
  margin-bottom: 42px;
  color: var(--w-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.worcester-priority-card h3 {
  margin: 0 0 14px !important;
  color: var(--w-navy) !important;
  font-size: 27px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.worcester-priority-card p {
  margin: 0 !important;
  color: #515a63 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.worcester-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  min-height: 610px;
}

.worcester-split__media {
  min-height: 500px;
  overflow: hidden;
}

.worcester-split__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.worcester-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(52px, 7vw, 100px);
  background: #fff;
}

.worcester-split__copy h2 {
  margin-bottom: 24px !important;
}

.worcester-report-list,
.worcester-weather-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 32px;
  padding: 0;
  list-style: none;
}

.worcester-report-list li,
.worcester-weather-list li {
  position: relative;
  padding-left: 22px;
  color: #343d45;
  font-size: 15px;
  line-height: 1.55;
}

.worcester-report-list li::before,
.worcester-weather-list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 9px;
  height: 3px;
  background: var(--w-red);
}

.worcester-decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .22);
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.worcester-section--navy .worcester-heading h2,
.worcester-section--navy .worcester-heading > p {
  color: #fff !important;
}

.worcester-section--navy .worcester-eyebrow {
  color: #ed7f88 !important;
}

.worcester-decision {
  min-height: 280px;
  padding: 34px 28px;
  border-right: 1px solid rgba(255, 255, 255, .22);
}

.worcester-decision:last-child {
  border-right: 0;
}

.worcester-decision h3 {
  margin: 0 0 15px !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.worcester-decision p {
  margin: 0 0 25px !important;
  color: rgba(255, 255, 255, .77) !important;
  font-size: 15px !important;
  line-height: 1.62 !important;
}

.worcester-decision a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  text-decoration: underline !important;
  text-decoration-color: var(--w-red) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.worcester-service-plan {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, .65fr);
  gap: 70px;
  align-items: center;
}

.worcester-service-plan__copy h2 {
  margin-bottom: 24px !important;
}

.worcester-service-plan__panel {
  padding: 42px;
  border-left: 7px solid var(--w-red);
  background: var(--w-navy);
  color: #fff;
}

.worcester-service-plan__panel h3 {
  margin: 0 0 20px !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.worcester-service-plan__panel ul {
  margin: 0 0 28px;
  padding-left: 18px;
}

.worcester-service-plan__panel li {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .83);
  font-size: 15px;
  line-height: 1.5;
}

.worcester-weather {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 0;
  background: var(--w-paper);
}

.worcester-weather__copy {
  padding: clamp(52px, 7vw, 92px);
}

.worcester-weather__copy h2 {
  margin: 0 0 24px !important;
  color: var(--w-navy) !important;
  font-family: "Trade Gothic LT Std", Impact, sans-serif !important;
  font-size: clamp(39px, 5vw, 65px) !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
}

.worcester-weather__copy > p {
  margin: 0 !important;
  color: #4a535b !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

.worcester-weather__media {
  min-height: 620px;
}

.worcester-weather__media img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

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

.worcester-market-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
}

.worcester-market-card img {
  position: absolute;
  inset: 0;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .35s ease;
}

.worcester-market-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(5, 19, 31, .92), rgba(5, 19, 31, .08) 72%);
}

.worcester-market-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 28px;
}

.worcester-market-card h3 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: 27px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.worcester-market-card p {
  margin: 0 !important;
  color: rgba(255, 255, 255, .8) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.worcester-market-card:hover img,
.worcester-market-card:focus-visible img {
  transform: scale(1.04);
}

.worcester-areas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.worcester-areas a {
  padding: 10px 14px;
  border: 1px solid var(--w-line);
  color: var(--w-navy) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.worcester-faq {
  display: grid;
  grid-template-columns: minmax(250px, .55fr) minmax(0, 1fr);
  gap: 80px;
  align-items: start;
}

.worcester-faq h2 {
  margin: 0 !important;
  color: var(--w-navy) !important;
  font-family: "Trade Gothic LT Std", Impact, sans-serif !important;
  font-size: clamp(39px, 5vw, 62px) !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
}

.worcester-faq details {
  border-top: 1px solid var(--w-line);
  padding: 20px 0;
}

.worcester-faq details:last-child {
  border-bottom: 1px solid var(--w-line);
}

.worcester-faq summary {
  cursor: pointer;
  color: var(--w-navy);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.35;
}

.worcester-faq details p {
  margin: 14px 0 0 !important;
  color: #4a535b !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}

.worcester-close {
  padding: 84px 0;
  background: var(--w-red);
  color: #fff;
}

.worcester-close .worcester-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
}

.worcester-close h2 {
  max-width: 830px;
  color: #fff !important;
}

.worcester-close p {
  max-width: 760px;
  margin: 18px 0 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
}

.worcester-close .worcester-btn {
  border-color: #fff !important;
  background: #fff !important;
  color: var(--w-red) !important;
}

.worcester-mobile-roof-help {
  display: none;
}

@media (max-width: 980px) {
  .worcester-wrap,
  .worcester-hero__inner {
    width: min(100% - 40px, 760px);
  }

  #hero.worcester-hero {
    min-height: 620px !important;
  }

  .worcester-heading,
  .worcester-service-plan,
  .worcester-faq,
  .worcester-close .worcester-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .worcester-priority-card,
  .worcester-priority-card:nth-child(4),
  .worcester-priority-card:nth-child(5) {
    grid-column: span 6;
  }

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

  .worcester-decision:nth-child(2) {
    border-right: 0;
  }

  .worcester-decision:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

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

@media (max-width: 700px) {
  .worcester-wrap,
  .worcester-hero__inner {
    width: calc(100% - 32px);
  }

  #hero.worcester-hero {
    min-height: 630px !important;
    align-items: center !important;
  }

  .worcester-hero > img {
    object-position: 62% center !important;
  }

  .worcester-hero::before {
    background: linear-gradient(90deg, rgba(8, 28, 46, .92), rgba(8, 28, 46, .62));
  }

  .worcester-hero__inner {
    padding: 88px 0 64px;
  }

  .worcester-hero h1 {
    font-size: clamp(42px, 13vw, 62px) !important;
  }

  .worcester-actions {
    display: grid;
  }

  .worcester-btn {
    width: 100%;
  }

  .worcester-emergency .worcester-wrap {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .worcester-emergency a {
    justify-content: center;
  }

  .worcester-section {
    padding: 64px 0;
  }

  .worcester-heading {
    gap: 18px;
    margin-bottom: 32px;
  }

  .worcester-priority-grid,
  .worcester-market-grid {
    grid-template-columns: 1fr;
  }

  .worcester-priority-card,
  .worcester-priority-card:nth-child(4),
  .worcester-priority-card:nth-child(5) {
    grid-column: 1;
    min-height: 0;
  }

  .worcester-priority-card small {
    margin-bottom: 24px;
  }

  .worcester-split,
  .worcester-weather {
    grid-template-columns: 1fr;
  }

  .worcester-split__media,
  .worcester-weather__media {
    min-height: 360px;
  }

  .worcester-split__copy,
  .worcester-weather__copy {
    padding: 54px 20px;
  }

  .worcester-decision-grid {
    grid-template-columns: 1fr;
  }

  .worcester-decision,
  .worcester-decision:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .22);
  }

  .worcester-decision:last-child {
    border-bottom: 0;
  }

  .worcester-service-plan__panel {
    padding: 32px 24px;
  }

  .worcester-market-card {
    min-height: 300px;
  }

  .worcester-close {
    padding: 64px 0 88px;
  }

  .worcester-mobile-roof-help {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 1200;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    min-height: 48px;
    padding: 11px 16px;
    border: 2px solid #fff;
    background: var(--w-red);
    color: #fff !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .28);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
  }
}

@media (max-width: 390px) {
  .worcester-hero__services {
    display: none;
  }
}
