/* Gashi Construct project openings system */

.offers-page {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #070707;
}

.offers-hero {
  position: relative;
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  gap: 64px;
  align-items: center;
  padding: 132px 72px 76px;
  isolation: isolate;
}

.offers-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(7,7,7,.98), rgba(7,7,7,.88) 42%, rgba(7,7,7,.56) 78%),
    linear-gradient(180deg, rgba(7,7,7,.12), rgba(7,7,7,.92)),
    url("../images/about-project-coordination.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(.9) contrast(1.08);
}

.offers-hero::before,
.active-offers-section::before,
.offers-form-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("../images/gashi-lines.svg");
  background-size: 980px auto;
  background-position: top left;
  background-repeat: repeat;
  opacity: .11;
  pointer-events: none;
}

.offers-hero-copy,
.offers-section-head,
.offers-project-section > div,
.offers-terms-section > div:first-child,
.offers-form-copy {
  min-width: 0;
}

.offers-hero h1,
.featured-offer-panel h2,
.offers-section-head h2,
.offers-project-section h2,
.offers-terms-section h2,
.offers-form-copy h2 {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0;
  line-height: .96;
  text-transform: uppercase;
}

.offers-hero h1 {
  max-width: 970px;
  font-size: 78px;
}

.offers-hero h1 span,
.offers-terms-copy strong {
  color: #F80906;
}

.offers-subheadline {
  max-width: 820px;
  margin: 24px 0 0;
  color: #FFFFFF !important;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.45 !important;
}

.offers-subheadline-mobile {
  display: none;
}

.offers-hero-mobile {
  display: none;
}

.offers-hero-copy p:not(.eyebrow):not(.offers-subheadline):not(.offers-note),
.offers-section-head p,
.offers-project-section p,
.offers-terms-copy p,
.offers-form-copy p {
  max-width: 820px;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.68;
}

.offers-hero-copy p:not(.eyebrow) {
  margin: 20px 0 0;
}

.offers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 34px;
}

.offers-note {
  max-width: 780px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height: 1.55;
}

.featured-offer-panel {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 450px;
  padding: 34px;
  border: 1px solid rgba(248,9,6,.42);
  background: rgba(10,10,10,.82);
  box-shadow: 0 28px 88px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}

.panel-label,
.offer-card-top strong {
  margin: 0;
  color: #F80906;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.featured-offer-panel dl {
  display: grid;
  gap: 1px;
  margin: 28px 0 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
}

.featured-offer-panel div {
  padding: 22px;
  background: rgba(12,12,12,.96);
}

.featured-offer-panel dt {
  color: rgba(255,255,255,.50);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.featured-offer-panel dd {
  margin: 8px 0 0;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.active-offers-section,
.future-windows-section,
.saved-campaign-section,
.offers-steps-section,
.offers-project-section,
.offers-terms-section,
.offers-form-section,
.seasonal-offer-callout {
  position: relative;
  padding: 100px 72px;
  background: #080808;
}

.active-offers-section,
.future-windows-section,
.saved-campaign-section,
.offers-project-section,
.offers-terms-section,
.offers-form-section {
  border-top: 1px solid rgba(255,255,255,.09);
}

.offers-section-head {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, .56fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 42px;
}

.offers-section-head.compact {
  display: block;
}

.offers-section-head h2,
.offers-project-section h2,
.offers-terms-section h2,
.offers-form-copy h2 {
  max-width: 840px;
  font-size: 52px;
}

.offers-section-head p:not(.eyebrow) {
  margin: 0;
}

.active-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
}

.active-offer-card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: rgba(11,11,11,.97);
}

.active-offer-card.is-featured {
  background:
    linear-gradient(180deg, rgba(248,9,6,.10), rgba(11,11,11,.98) 34%),
    rgba(11,11,11,.97);
}

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

.offer-card-top span,
.offers-steps-grid span {
  color: #F80906;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .24em;
}

.active-offer-card h3,
.offers-steps-grid h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
}

.active-offer-card > p {
  margin: 18px 0 28px;
  color: rgba(255,255,255,.70);
  font-size: 15px;
  line-height: 1.62;
}

.offer-card-detail {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.offer-card-detail strong {
  display: block;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.offer-card-detail p {
  margin: 8px 0 0;
  color: rgba(255,255,255,.64);
  font-size: 14px;
  line-height: 1.55;
}

.offer-card-link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  margin-top: auto;
  border: 1px solid rgba(248,9,6,.68);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease;
}

.offer-card-link:hover {
  border-color: #F80906;
  background: #F80906;
}

.saved-campaign-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, .55fr);
  gap: 56px;
  align-items: stretch;
  background:
    linear-gradient(135deg, rgba(248,9,6,.08), transparent 34%),
    #070707;
}

.saved-campaign-copy h2 {
  max-width: 840px;
  margin: 0;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.saved-campaign-copy p:not(.eyebrow) {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 17px;
  line-height: 1.68;
}

.saved-campaign-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 300px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(12,12,12,.92);
}

.saved-campaign-card span {
  color: #F80906;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.saved-campaign-card h3 {
  margin: 34px 0 0;
  color: #FFFFFF;
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.saved-campaign-card p {
  margin: 18px 0 0;
  color: rgba(255,255,255,.66);
  line-height: 1.6;
}

.saved-campaign-card strong {
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: rgba(255,255,255,.82);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.future-windows-section {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(420px, 1fr);
  gap: 56px;
  align-items: start;
  background:
    linear-gradient(135deg, rgba(248,9,6,.08), transparent 34%),
    #070707;
}

.future-windows-copy h2 {
  max-width: 780px;
  margin: 0;
  color: #FFFFFF;
  font-size: 52px;
  font-weight: 700;
  line-height: .96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.future-windows-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 17px;
  line-height: 1.68;
}

.future-window-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
}

.future-window-card,
.past-window-note {
  min-height: 250px;
  padding: 28px;
  background: rgba(12,12,12,.96);
}

.future-window-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.future-window-card span,
.past-window-note span {
  color: #F80906;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.future-window-card h3,
.past-window-note h3 {
  margin: 26px 0 0;
  color: #FFFFFF;
  font-size: 25px;
  line-height: 1.05;
  text-transform: uppercase;
}

.future-window-card p,
.past-window-note p {
  margin: 16px 0 0;
  color: rgba(255,255,255,.66);
  line-height: 1.58;
}

.past-window-note {
  grid-column: 1 / -1;
  min-height: 0;
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248,9,6,.10), rgba(12,12,12,.96) 46%),
    rgba(12,12,12,.96);
}

.past-window-note h3 {
  margin-top: 0;
  font-size: 22px;
}

.offers-steps-section {
  background:
    linear-gradient(90deg, rgba(7,7,7,.96), rgba(7,7,7,.72)),
    url("../images/sharp-details.jpg");
  background-size: cover;
  background-position: center;
}

.offers-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.14);
}

.offers-steps-grid article {
  min-height: 260px;
  padding: 30px;
  background: rgba(8,8,8,.88);
  backdrop-filter: blur(12px);
}

.offers-steps-grid h3 {
  margin-top: 44px;
  font-size: 23px;
}

.offers-steps-grid p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.68);
  line-height: 1.6;
}

.offers-project-section,
.offers-terms-section,
.offers-form-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 70px;
  align-items: start;
}

.offers-project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.12);
  list-style: none;
}

.offers-project-list li {
  min-height: 76px;
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(11,11,11,.96);
  color: rgba(255,255,255,.84);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.offers-terms-copy p {
  margin: 0;
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.035);
}

.offers-form-section {
  background:
    linear-gradient(135deg, rgba(248,9,6,.12), transparent 34%),
    #090909;
}

.offers-form {
  padding: 34px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(13,13,13,.94);
}

.offers-form .btn {
  width: 100%;
  justify-content: center;
}

.seasonal-offer-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  margin: 0;
  border-top: 1px solid rgba(248,9,6,.35);
  border-bottom: 1px solid rgba(255,255,255,.09);
  background:
    linear-gradient(135deg, rgba(248,9,6,.12), transparent 34%),
    #080808;
}

.seasonal-offer-callout h2 {
  max-width: 820px;
  margin: 0;
  color: #FFFFFF;
  font-size: 44px;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}

.seasonal-offer-callout p:not(.eyebrow) {
  max-width: 760px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.70);
  font-size: 17px;
  line-height: 1.62;
}

@media (max-width: 1200px) {
  .offers-hero,
  .offers-section-head,
  .future-windows-section,
  .saved-campaign-section,
  .offers-project-section,
  .offers-terms-section,
  .offers-form-section,
  .seasonal-offer-callout {
    grid-template-columns: 1fr;
  }

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

  .featured-offer-panel {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .offers-hero,
  .active-offers-section,
  .future-windows-section,
  .saved-campaign-section,
  .offers-steps-section,
  .offers-project-section,
  .offers-terms-section,
  .offers-form-section,
  .seasonal-offer-callout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .offers-hero {
    min-height: auto;
    padding-top: 116px;
    padding-bottom: 52px;
    gap: 30px;
  }

  .offers-hero-copy,
  .offers-hero-copy p:not(.eyebrow),
  .offers-subheadline,
  .featured-offer-panel {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .offers-hero h1 {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    font-size: 39px;
    line-height: .98;
    white-space: normal !important;
  }

  .offers-subheadline {
    font-size: 18px !important;
  }

  .offers-subheadline-desktop {
    display: none;
  }

  .offers-subheadline-mobile {
    display: inline;
  }

  .offers-hero-desktop {
    display: none;
  }

  .offers-hero-mobile {
    display: inline;
  }

  .offers-section-head h2,
  .future-windows-copy h2,
  .saved-campaign-copy h2,
  .offers-project-section h2,
  .offers-terms-section h2,
  .offers-form-copy h2,
  .seasonal-offer-callout h2 {
    font-size: 34px;
  }

  .active-offers-grid,
  .future-window-grid,
  .offers-steps-grid,
  .offers-project-list {
    grid-template-columns: 1fr;
  }

  .past-window-note {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .active-offer-card {
    min-height: auto;
  }

  .offer-card-top {
    margin-bottom: 36px;
  }

  .featured-offer-panel,
  .saved-campaign-card,
  .offers-form,
  .offers-terms-copy p {
    padding: 24px;
  }

  .offers-actions .btn,
  .seasonal-offer-callout .btn {
    width: 100%;
    justify-content: center;
  }
}
