/* Final presentation layer for the parish-focused offer. */

.hero-profile-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: min(100%, 530px);
  margin-top: 25px;
  padding: 10px 12px;
  color: #fff;
  background: #151517;
  border: 1px solid rgba(255, 255, 255, .13);
  transition: border-color .25s ease, transform .25s ease;
}

.hero-profile-card:hover {
  border-color: rgba(239, 36, 51, .62);
  transform: translateY(-2px);
}

.hero-profile-card img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  object-position: center 22%;
  border-radius: 50%;
  filter: grayscale(18%);
}

.hero-profile-card span,
.hero-profile-card strong,
.hero-profile-card small {
  display: block;
}

.hero-profile-card strong {
  margin-bottom: 2px;
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}

.hero-profile-card small {
  max-width: 260px;
  color: #95959a;
  font-size: 7px;
  line-height: 1.45;
}

.hero-profile-card > b {
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  white-space: nowrap;
}

.hero-profile-card > b i {
  margin-left: 5px;
  color: var(--gold-light);
  font-style: normal;
}

.hero-private-preview {
  position: relative;
  min-width: 0;
  min-height: 525px;
  padding: 0;
}

.private-preview-grid {
  position: absolute;
  inset: 4% 1% 1% 7%;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 78% 27%, rgba(223, 31, 45, .4), transparent 43%),
    #111113;
  background-size: 34px 34px, 34px 34px, auto, auto;
  border: 1px solid rgba(255, 255, 255, .1);
}

.private-preview-grid::after {
  position: absolute;
  right: -18%;
  bottom: -43%;
  width: 68%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(239, 36, 51, .28);
  border-radius: 50%;
}

.private-browser {
  position: absolute;
  top: 72px;
  right: 2%;
  z-index: 2;
  width: 94%;
  height: 365px;
  overflow: hidden;
  background: #f7f4ee;
  border: 1px solid rgba(255, 255, 255, .32);
  box-shadow: 0 36px 85px rgba(0, 0, 0, .52);
  transform: perspective(1500px) rotateY(-2deg);
}

.private-browser-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  height: 32px;
  padding: 0 12px;
  color: #86868a;
  background: #272729;
}

.private-browser-bar > div {
  display: flex;
  gap: 5px;
}

.private-browser-bar i {
  width: 6px;
  height: 6px;
  background: #717176;
  border-radius: 50%;
}

.private-browser-bar span {
  justify-self: center;
  min-width: 190px;
  padding: 4px 10px;
  background: #18181a;
  font-size: 6px;
  text-align: center;
}

.private-browser-bar b {
  color: #bdbdc1;
  font-size: 6px;
  letter-spacing: .1em;
}

.private-site {
  height: calc(100% - 32px);
  color: #141416;
}

.private-site-nav {
  display: flex;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  background: #fff;
  border-bottom: 1px solid #e7e1d8;
}

.private-mark {
  display: grid;
  width: 27px;
  height: 27px;
  margin-right: 9px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 12px;
}

.private-brand {
  margin-right: auto;
}

.private-brand strong,
.private-brand i {
  display: block;
}

.private-brand strong {
  font-family: var(--serif);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .08em;
}

.private-brand i {
  width: 58px;
  height: 3px;
  margin-top: 3px;
  background: #d9d4cd;
}

.private-nav-lines {
  display: flex;
  gap: 12px;
}

.private-nav-lines i {
  width: 27px;
  height: 3px;
  background: #d4d0c9;
}

.private-hero-panel {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  align-items: center;
  min-height: 205px;
  padding: 24px 28px;
  color: #fff;
  background: linear-gradient(110deg, #101012 0 68%, #2e090d 68% 100%);
}

.private-project-copy small {
  color: #ff6874;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .15em;
}

.private-project-copy h2 {
  margin: 12px 0 11px;
  font-family: var(--serif);
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.private-masked-lines {
  display: grid;
  gap: 5px;
  width: 52%;
}

.private-masked-lines i {
  height: 3px;
  background: rgba(255, 255, 255, .22);
}

.private-masked-lines i:last-child {
  width: 72%;
}

.private-project-copy > span {
  display: inline-block;
  margin-top: 15px;
  padding: 7px 10px;
  background: var(--gold);
  font-size: 6px;
  font-weight: 750;
}

.private-info-card {
  position: relative;
  z-index: 2;
  justify-self: end;
  min-width: 118px;
  padding: 18px;
  color: #171719;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .28);
}

.private-info-card small {
  color: #929297;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .1em;
}

.private-info-card strong {
  display: block;
  margin: 7px 0 2px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
}

.private-info-card p {
  margin: 0;
  color: #8b8b90;
  font-size: 6px;
}

.private-info-card div {
  display: grid;
  gap: 5px;
  margin-top: 14px;
}

.private-info-card i {
  height: 3px;
  background: #dedad3;
}

.private-info-card i:last-child {
  width: 70%;
}

.private-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 74px;
  margin: -9px 20px 0;
  background: #fff;
  box-shadow: 0 13px 32px rgba(23, 20, 17, .12);
}

.private-shortcuts span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  border-right: 1px solid #e6e1d9;
}

.private-shortcuts span:last-child {
  border-right: 0;
}

.private-shortcuts b {
  font-family: var(--serif);
  font-size: 10px;
  font-weight: 400;
}

.private-shortcuts i {
  width: 62%;
  height: 3px;
  margin-top: 6px;
  background: #ddd8d1;
}

.private-data-card {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 210px;
  padding: 11px 14px;
  color: #fff;
  background: var(--gold);
  box-shadow: 0 17px 38px rgba(93, 0, 9, .35);
}

.private-data-card > span {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  color: var(--gold);
  background: #fff;
  border-radius: 50%;
  font-size: 7px;
}

.private-data-card p,
.private-data-card strong,
.private-data-card small {
  display: block;
  margin: 0;
}

.private-data-card strong {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
}

.private-data-card small {
  color: rgba(255, 255, 255, .68);
  font-size: 6px;
}

.private-admin-card {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 215px;
  padding: 14px 15px;
  color: #fff;
  background: #101012;
  border: 1px solid rgba(255, 255, 255, .15);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .42);
}

.private-admin-card small,
.private-admin-card strong,
.private-admin-card span {
  display: block;
}

.private-admin-card small {
  color: #77777c;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .14em;
}

.private-admin-card strong {
  margin: 4px 0 10px;
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
}

.private-admin-card div {
  display: grid;
  gap: 4px;
}

.private-admin-card i {
  height: 3px;
  background: #303034;
}

.private-admin-card i:nth-child(2) {
  width: 82%;
}

.private-admin-card i:last-child {
  width: 61%;
}

.private-admin-card span {
  margin-top: 10px;
  color: #6fc594;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
}

.portfolio-showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 3.2fr) minmax(270px, 1fr);
  gap: 20px;
}

#realizacje .section-heading h2 {
  font-size: clamp(44px, 4vw, 62px);
  line-height: .98;
}

.featured-case {
  display: grid;
  grid-template-columns: .76fr 1.24fr;
  min-height: 500px;
  overflow: hidden;
  color: #fff;
  background: #09090a;
  border: 1px solid rgba(255, 255, 255, .12);
}

.featured-case-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 36px;
}

.featured-case-copy > p {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.featured-case-copy h3 {
  margin: 0 0 18px;
  font-family: var(--serif);
  font-size: clamp(29px, 2.45vw, 37px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.08;
}

.featured-case-copy > span {
  color: #9d9da2;
  font-size: 11px;
  line-height: 1.75;
}

.featured-case-facts {
  display: grid;
  gap: 9px;
  margin: 24px 0 27px;
}

.featured-case-facts b {
  position: relative;
  padding-left: 17px;
  color: #d7d7d9;
  font-size: 9px;
  font-weight: 650;
}

.featured-case-facts b::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.featured-case-copy .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.featured-case-device {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 50% 46%, rgba(223, 31, 45, .34), transparent 48%),
    #121214;
  background-size: 34px 34px, 34px 34px, auto, auto;
}

.featured-package {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 6;
  padding: 8px 11px;
  color: #fff;
  background: var(--gold);
  border-radius: 20px;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.portfolio-laptop {
  position: relative;
  display: block;
  width: 91%;
  margin-top: 22px;
  perspective: 1300px;
}

.portfolio-laptop-lid {
  position: relative;
  z-index: 3;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #171719;
  border: 8px solid #171719;
  border-bottom-width: 13px;
  border-radius: 10px 10px 3px 3px;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .4);
  transform: rotateX(var(--laptop-angle, -78deg));
  transform-origin: center bottom;
  opacity: var(--laptop-opacity, .32);
  will-change: transform, opacity;
}

.featured-case.is-visible .portfolio-laptop-lid {
  animation: none;
}

.portfolio-laptop-lid .case-browserbar {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 25px;
  padding: 0 9px;
  background: #28282b;
}

.portfolio-laptop-lid .case-browserbar i {
  width: 5px;
  height: 5px;
  background: #77777c;
  border-radius: 50%;
}

.portfolio-laptop-lid .case-browserbar b {
  margin-left: auto;
  margin-right: auto;
  color: #88888c;
  font-size: 6px;
  font-weight: 500;
}

.portfolio-laptop-lid img {
  width: 100%;
  height: calc(100% - 25px);
  object-fit: cover;
  object-position: top center;
}

.portfolio-laptop-deck {
  position: relative;
  z-index: 4;
  display: block;
  width: 112%;
  height: 17px;
  margin-left: -6%;
  background: linear-gradient(#e1e1e4, #838389);
  border-radius: 2px 2px 12px 12px;
  box-shadow: 0 8px 13px rgba(0, 0, 0, .42);
}

.portfolio-laptop-deck i {
  position: absolute;
  top: 0;
  left: 50%;
  width: 19%;
  height: 5px;
  background: #a8a8ad;
  border-radius: 0 0 6px 6px;
  transform: translateX(-50%);
}

.portfolio-laptop-shadow {
  display: block;
  width: 94%;
  height: 18px;
  margin: 2px auto 0;
  background: rgba(0, 0, 0, .42);
  border-radius: 50%;
  filter: blur(9px);
}

@keyframes laptop-open {
  0% { opacity: .3; transform: rotateX(-82deg); }
  62% { opacity: 1; transform: rotateX(7deg); }
  100% { opacity: 1; transform: rotateX(0); }
}

.portfolio-coming {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  padding: 34px 28px;
  overflow: hidden;
  color: #fff;
  background: #151517;
  border: 1px solid rgba(255, 255, 255, .14);
}

.coming-lines {
  position: absolute;
  inset: 0;
}

.coming-lines::before,
.coming-lines::after {
  position: absolute;
  width: 280px;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(223, 31, 45, .22);
  border-radius: 50%;
}

.coming-lines::before {
  top: -130px;
  right: -150px;
}

.coming-lines::after {
  top: -78px;
  right: -205px;
}

.coming-lines i {
  position: absolute;
  top: 26px;
  left: 26px;
  width: calc(100% - 52px);
  height: 1px;
  background: rgba(255, 255, 255, .09);
}

.coming-lines i:nth-child(2) {
  top: 38px;
  width: 55%;
}

.coming-lines i:nth-child(3) {
  top: 50px;
  width: 32%;
}

.portfolio-coming small {
  position: relative;
  color: var(--gold);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portfolio-coming h3 {
  position: relative;
  margin: 12px 0 16px;
  font-family: var(--serif);
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1.02;
}

.portfolio-coming p {
  position: relative;
  margin: 0 0 27px;
  color: #aaa9ad;
  font-size: 11px;
  line-height: 1.75;
}

.portfolio-coming > span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  color: #bdbdc1;
  border-top: 1px solid rgba(255, 255, 255, .14);
  font-size: 8px;
  font-weight: 750;
  text-transform: uppercase;
}

.portfolio-coming > span i {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(223, 31, 45, .12);
  animation: none;
}

.pricing {
  padding-block: 100px;
}

.price-grid-three .price-card {
  min-height: 855px;
  padding: 34px 30px 30px;
}

.price-grid-three .price-featured {
  padding-top: 62px;
}

.price-grid-three .price-description {
  min-height: 76px;
}

.price-grid-three .price-fit {
  min-height: 98px;
  margin-top: 14px;
  padding: 14px;
}

.price-grid-three .price-card ul {
  gap: 8px;
  margin: 18px 0 23px;
  padding-top: 20px;
}

.price-grid-three .price-card li {
  font-size: 10px;
  line-height: 1.4;
}

.care-plans {
  margin-top: 70px;
}

.care-heading {
  padding: 36px 40px;
}

.care-option {
  min-height: 680px;
  padding: 32px 28px 82px;
}

.care-option-popular .care-card-head {
  padding-top: 30px;
}

.care-for {
  min-height: 66px;
  margin-top: 20px;
}

.care-option > .care-price {
  margin-top: 16px;
}

.care-price-regular,
.care-price-offer {
  min-height: 75px;
  padding: 9px 10px;
}

.care-price-offer strong {
  font-size: 35px;
}

.care-option ul {
  min-height: 235px;
  gap: 9px;
  margin-top: 19px;
  padding-top: 20px;
}

.care-option > .care-cta {
  right: 28px;
  bottom: 24px;
  left: 28px;
  height: 47px;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.contact-method {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 10px;
  min-height: 66px;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  transition: border-color .25s ease, transform .25s ease;
}

.contact-method:hover {
  border-color: rgba(255, 255, 255, .48);
  transform: translateY(-2px);
}

.contact-method > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-size: 8px;
  font-weight: 800;
}

.contact-whatsapp > span {
  background: #25d366;
}

.contact-method p,
.contact-method small,
.contact-method strong {
  display: block;
  margin: 0;
}

.contact-method small {
  margin-bottom: 2px;
  color: #87878c;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.contact-method strong {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
}

.contact-method > b {
  color: var(--gold-light);
  font-size: 12px;
}

@media (max-width: 1100px) {
  .hero-private-preview {
    width: min(100%, 780px);
    margin: 32px auto 0;
  }

  .portfolio-showcase-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-coming {
    min-height: 250px;
  }

  .price-grid-three .price-card,
  .care-option {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .featured-case {
    grid-template-columns: 1fr;
  }

  .featured-case-device {
    min-height: 390px;
  }

  .portfolio-coming {
    min-height: 230px;
  }
}

@media (max-width: 620px) {
  .hero-profile-card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
  }

  .hero-profile-card img {
    width: 42px;
    height: 42px;
  }

  .hero-profile-card > b {
    grid-column: auto;
    font-size: 7px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 15px;
  }

  .hero-actions .button {
    padding-inline: 15px;
  }

  .hero-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 26px;
  }

  .hero-highlights > div,
  .hero-highlights > div:not(:first-child) {
    min-height: 58px;
    padding: 8px;
    border-right: 1px solid rgba(255, 255, 255, .12);
    border-bottom: 0;
  }

  .hero-highlights > div:last-child {
    border-right: 0;
  }

  .hero-highlights span {
    font-size: 6px;
  }

  .hero-private-preview {
    min-height: 420px;
  }

  .private-browser {
    top: 54px;
    right: 0;
    width: 100%;
    height: 300px;
    transform: none;
  }

  .private-browser-bar span {
    min-width: 0;
  }

  .private-browser-bar b,
  .private-nav-lines i:nth-child(2),
  .private-nav-lines i:nth-child(3) {
    display: none;
  }

  .private-site-nav {
    height: 45px;
    padding-inline: 12px;
  }

  .private-hero-panel {
    grid-template-columns: 1.2fr .8fr;
    min-height: 165px;
    padding: 15px;
  }

  .private-project-copy h2 {
    margin-block: 8px;
    font-size: 25px;
  }

  .private-info-card {
    min-width: 89px;
    padding: 12px;
  }

  .private-info-card strong {
    font-size: 25px;
  }

  .private-shortcuts {
    height: 55px;
    margin-inline: 10px;
  }

  .private-shortcuts span {
    padding-inline: 9px;
  }

  .private-data-card {
    min-width: 188px;
  }

  .private-admin-card {
    width: 184px;
  }

  .featured-case-copy {
    padding: 34px 24px;
  }

  .featured-case-device {
    min-height: 310px;
  }

  .featured-package {
    top: 14px;
    right: 14px;
  }

  .portfolio-laptop {
    width: 88%;
    margin-top: 30px;
  }

  .portfolio-coming {
    min-height: 220px;
    padding: 28px 24px;
  }

  .price-grid-three .price-card,
  .price-grid-three .price-featured {
    min-height: auto;
    padding: 32px 24px;
  }

  .price-grid-three .price-featured {
    padding-top: 64px;
  }

  .care-heading {
    padding: 32px 24px;
  }

  .care-option {
    min-height: auto;
    padding: 32px 24px 82px;
  }

  .contact-methods {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .featured-case.is-visible .portfolio-laptop-lid {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Hero design board — a neutral, private project preview. */
.hero-design-showcase {
  position: relative;
  min-width: 0;
  min-height: 540px;
  padding: 0;
}

.design-stage {
  position: absolute;
  inset: 5% 0 2% 5%;
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 82% 25%, rgba(223, 31, 45, .26), transparent 39%),
    #111113;
  background-size: 32px 32px, 32px 32px, auto, auto;
  border: 1px solid rgba(255, 255, 255, .1);
}

.design-stage::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 31%;
  content: "";
  background: var(--gold);
}

.design-stage::after {
  position: absolute;
  right: -17%;
  bottom: -48%;
  width: 69%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(239, 36, 51, .24);
  border-radius: 50%;
}

.design-board {
  position: absolute;
  top: 68px;
  right: 1%;
  z-index: 2;
  width: 95%;
  height: 410px;
  overflow: hidden;
  background: #171719;
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: 0 38px 90px rgba(0, 0, 0, .56);
  opacity: 0;
  transform: translateY(24px) scale(.965);
}

.hero-design-showcase.is-visible .design-board {
  animation: design-board-in .85s cubic-bezier(.2, .75, .2, 1) .12s forwards;
}

.design-board-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  height: 34px;
  padding: 0 13px;
  color: #85858a;
  background: #29292c;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.design-board-bar > div {
  display: flex;
  gap: 5px;
}

.design-board-bar i {
  width: 6px;
  height: 6px;
  background: #737378;
  border-radius: 50%;
}

.design-board-bar span {
  justify-self: center;
  min-width: 190px;
  padding: 4px 12px;
  color: #9b9ba0;
  background: #1d1d20;
  font-size: 6px;
  text-align: center;
}

.design-board-bar b {
  color: #c4c4c7;
  font-size: 6px;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.design-canvas {
  position: relative;
  height: calc(100% - 34px);
  overflow: hidden;
  background:
    linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px),
    #121214;
  background-size: 28px 28px;
}

.desktop-artboard {
  position: absolute;
  top: 30px;
  left: 28px;
  width: 79%;
  height: 302px;
  overflow: hidden;
  color: #171719;
  background: #f5f2ec;
  box-shadow: 0 23px 55px rgba(0, 0, 0, .42);
}

.artboard-nav {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 14px;
  background: #fff;
  border-bottom: 1px solid #e5dfd6;
}

.artboard-nav > span {
  display: grid;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.artboard-nav > div {
  margin-right: auto;
}

.artboard-nav b,
.artboard-nav > div i {
  display: block;
}

.artboard-nav b {
  font-family: var(--serif);
  font-size: 8px;
  font-weight: 400;
  letter-spacing: .08em;
}

.artboard-nav > div i {
  width: 53px;
  height: 3px;
  margin-top: 3px;
  background: #d9d4cc;
}

.artboard-nav p {
  display: flex;
  gap: 9px;
  margin: 0;
}

.artboard-nav p i {
  width: 22px;
  height: 3px;
  background: #d6d2ca;
}

.artboard-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 112px;
  align-items: center;
  min-height: 190px;
  padding: 25px 27px;
  overflow: hidden;
  color: #fff;
  background: #0d0d0f;
}

.artboard-hero::after {
  position: absolute;
  top: -55%;
  right: -12%;
  width: 50%;
  height: 210%;
  content: "";
  background: linear-gradient(145deg, #37080d, #91101b);
  transform: rotate(12deg);
}

.artboard-copy {
  position: relative;
  z-index: 2;
}

.artboard-copy small {
  color: #ff6672;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .14em;
}

.artboard-title {
  display: grid;
  gap: 6px;
  width: 68%;
  margin: 14px 0 11px;
}

.artboard-title i {
  height: 12px;
  background: #fff;
}

.artboard-title i:nth-child(2) {
  width: 88%;
}

.artboard-title i:last-child {
  width: 57%;
}

.artboard-text {
  display: grid;
  gap: 4px;
  width: 47%;
}

.artboard-text i {
  height: 3px;
  background: rgba(255, 255, 255, .26);
}

.artboard-text i:last-child {
  width: 72%;
}

.artboard-copy > span {
  display: block;
  width: 63px;
  height: 19px;
  margin-top: 15px;
  background: var(--gold);
}

.artboard-mass {
  position: relative;
  z-index: 3;
  justify-self: end;
  width: 106px;
  padding: 15px;
  color: #171719;
  background: #fff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, .3);
}

.artboard-mass small {
  display: block;
  color: #939398;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .1em;
}

.artboard-mass strong {
  display: block;
  margin: 9px 0 12px;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .05em;
}

.artboard-mass i {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  background: #dedad3;
}

.artboard-mass i:last-child {
  width: 66%;
}

.artboard-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  height: 69px;
  background: #fff;
}

.artboard-links span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  border-right: 1px solid #e4ded6;
}

.artboard-links span:last-child {
  border-right: 0;
}

.artboard-links b {
  font-family: var(--serif);
  font-size: 9px;
  font-weight: 400;
}

.artboard-links i {
  width: 62%;
  height: 3px;
  margin-top: 7px;
  background: #ded9d2;
}

.mobile-artboard {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 4;
  width: 126px;
  height: 267px;
  padding: 7px;
  overflow: hidden;
  color: #171719;
  background: #09090a;
  border: 1px solid #444449;
  border-radius: 20px;
  box-shadow: 0 28px 58px rgba(0, 0, 0, .56);
  opacity: 0;
  transform: translate(18px, 18px);
}

.hero-design-showcase.is-visible .mobile-artboard {
  animation: design-mobile-in .7s cubic-bezier(.2, .75, .2, 1) .65s forwards;
}

.mobile-notch {
  position: absolute;
  top: 5px;
  left: 50%;
  z-index: 6;
  width: 36px;
  height: 5px;
  background: #29292d;
  border-radius: 5px;
  transform: translateX(-50%);
}

.mobile-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 38px;
  padding: 7px 9px 0;
  background: #fff;
  border-radius: 13px 13px 0 0;
}

.mobile-nav span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 9px;
}

.mobile-nav i {
  width: 15px;
  height: 2px;
  background: #171719;
  box-shadow: 0 5px 0 #171719;
}

.mobile-hero {
  min-height: 145px;
  padding: 24px 10px 13px;
  color: #fff;
  background: linear-gradient(145deg, #111113, #650b13);
}

.mobile-hero small {
  color: #ff737d;
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .1em;
}

.mobile-hero > div {
  display: grid;
  gap: 5px;
  width: 78%;
  margin: 12px 0 16px;
}

.mobile-hero > div i {
  height: 8px;
  background: #fff;
}

.mobile-hero > div i:last-child {
  width: 65%;
}

.mobile-hero b {
  display: block;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  letter-spacing: .04em;
}

.mobile-hero p {
  margin: 2px 0 0;
  color: #a7a7ac;
  font-size: 5px;
}

.mobile-links {
  display: grid;
  height: 70px;
  background: #fff;
  border-radius: 0 0 13px 13px;
}

.mobile-links span {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-bottom: 1px solid #ece7df;
  font-family: var(--serif);
  font-size: 7px;
}

.mobile-links span:last-child {
  border-bottom: 0;
}

.design-pointer {
  position: absolute;
  bottom: 18px;
  left: 20px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 11px;
  color: #d4d4d7;
  background: #202023;
  border: 1px solid rgba(255, 255, 255, .13);
  font-size: 6px;
  font-weight: 700;
}

.design-pointer > span {
  width: 7px;
  height: 7px;
  background: #6fc594;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(111, 197, 148, .11);
}

.design-private-chip {
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  padding: 12px 15px;
  color: #fff;
  background: var(--gold);
  box-shadow: 0 18px 40px rgba(92, 0, 9, .34);
}

.design-private-chip > span {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--gold);
  background: #fff;
  border-radius: 50%;
  font-size: 7px;
}

.design-private-chip p,
.design-private-chip small,
.design-private-chip strong {
  display: block;
  margin: 0;
}

.design-private-chip small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, .66);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: .12em;
}

.design-private-chip strong {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
}

.design-proof {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 235px;
  padding: 11px 14px;
  color: #171719;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .34);
}

.design-proof > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #fff;
  background: #171719;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.design-proof p,
.design-proof strong,
.design-proof small {
  display: block;
  margin: 0;
}

.design-proof strong {
  font-family: var(--serif);
  font-size: 12px;
  font-weight: 400;
}

.design-proof small {
  margin-top: 2px;
  color: #8b8b90;
  font-size: 6px;
}

@keyframes design-board-in {
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes design-mobile-in {
  to { opacity: 1; transform: translate(0, 0); }
}

@media (max-width: 1100px) {
  .hero-design-showcase {
    width: min(100%, 780px);
    margin: 32px auto 0;
  }
}

@media (max-width: 620px) {
  .hero-design-showcase {
    min-height: 430px;
  }

  .design-stage {
    inset: 4% 0 2% 0;
  }

  .design-board {
    top: 54px;
    right: 0;
    width: 100%;
    height: 325px;
  }

  .design-board-bar span {
    min-width: 0;
  }

  .design-board-bar b {
    display: none;
  }

  .desktop-artboard {
    top: 24px;
    left: 13px;
    width: 83%;
    height: 237px;
  }

  .artboard-nav {
    height: 34px;
    padding-inline: 10px;
  }

  .artboard-nav p i:nth-child(2),
  .artboard-nav p i:nth-child(3) {
    display: none;
  }

  .artboard-hero {
    grid-template-columns: 1fr 76px;
    min-height: 148px;
    padding: 17px 15px;
  }

  .artboard-title {
    margin-block: 10px 8px;
  }

  .artboard-title i {
    height: 8px;
  }

  .artboard-copy > span {
    width: 48px;
    height: 14px;
    margin-top: 10px;
  }

  .artboard-mass {
    width: 72px;
    padding: 9px;
  }

  .artboard-mass strong {
    margin-block: 6px 8px;
    font-size: 15px;
  }

  .artboard-links {
    height: 55px;
  }

  .artboard-links span {
    padding-inline: 9px;
  }

  .artboard-links b {
    font-size: 6px;
  }

  .mobile-artboard {
    right: 9px;
    bottom: 13px;
    width: 88px;
    height: 190px;
    padding: 5px;
    border-radius: 15px;
  }

  .mobile-nav {
    height: 29px;
    padding: 5px 6px 0;
  }

  .mobile-nav span {
    width: 16px;
    height: 16px;
    font-size: 7px;
  }

  .mobile-hero {
    min-height: 104px;
    padding: 16px 7px 8px;
  }

  .mobile-hero > div {
    margin-block: 8px 10px;
  }

  .mobile-hero > div i {
    height: 5px;
  }

  .mobile-hero b {
    font-size: 14px;
  }

  .mobile-links {
    height: 50px;
  }

  .mobile-links span {
    padding-inline: 7px;
    font-size: 5px;
  }

  .design-pointer {
    display: none;
  }

  .design-private-chip {
    top: 13px;
    min-width: 205px;
    padding: 9px 11px;
  }

  .design-proof {
    min-width: 204px;
    padding: 9px 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-design-showcase.is-visible .design-board,
  .hero-design-showcase.is-visible .mobile-artboard {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Parish-led hero image: architecture and light instead of a product mockup. */
.hero-parish-scene {
  min-height: 620px;
  padding: 18px 0 36px 46px;
  isolation: isolate;
}

.hero-parish-scene > .design-stage,
.hero-parish-scene > .design-board,
.hero-parish-scene > .design-private-chip,
.hero-parish-scene > .design-proof {
  display: none;
}

.parish-scene-frame {
  position: absolute;
  inset: 4px 0 26px 9%;
  z-index: 1;
  overflow: hidden;
  background: #15110e;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50% 50% 5px 5px / 21% 21% 5px 5px;
  box-shadow: 0 38px 100px rgba(0, 0, 0, .5);
}

.parish-scene-frame::before {
  position: absolute;
  inset: 18px;
  z-index: 3;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50% 50% 2px 2px / 20% 20% 2px 2px;
}

.parish-scene-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 50%;
  filter: saturate(.88) contrast(1.04);
  transform: scale(1.035);
  transition: transform 1.8s cubic-bezier(.22, .61, .36, 1);
}

.hero-parish-scene.is-visible .parish-scene-frame img {
  transform: scale(1);
}

.parish-scene-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(7, 7, 8, .08) 32%, rgba(7, 7, 8, .82) 100%),
    linear-gradient(90deg, rgba(7, 7, 8, .48), transparent 46%);
}

.parish-scene-arch {
  position: absolute;
  top: 58px;
  right: -115px;
  z-index: 3;
  width: 370px;
  height: 590px;
  pointer-events: none;
  border: 1px solid rgba(239, 36, 51, .55);
  border-radius: 50% 50% 0 0 / 24% 24% 0 0;
}

.parish-scene-copy {
  position: absolute;
  right: 50px;
  bottom: 52px;
  left: 52px;
  z-index: 4;
}

.parish-scene-copy small,
.parish-scene-copy strong {
  display: block;
}

.parish-scene-copy small {
  margin-bottom: 11px;
  color: #ff6873;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.parish-scene-copy strong {
  max-width: 390px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(31px, 2.7vw, 43px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.parish-scene-badge {
  position: absolute;
  top: 88px;
  left: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
  padding: 15px 18px;
  color: #fff;
  background: #df1f2d;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .34);
}

.parish-cross {
  position: relative;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
}

.parish-cross::before,
.parish-cross::after {
  position: absolute;
  top: 9px;
  left: 16px;
  width: 2px;
  height: 17px;
  content: "";
  background: #df1f2d;
}

.parish-cross::after {
  top: 14px;
  left: 11px;
  width: 12px;
  height: 2px;
}

.parish-scene-badge p,
.parish-scene-badge small,
.parish-scene-badge strong,
.parish-scene-note p,
.parish-scene-note small,
.parish-scene-note strong {
  display: block;
  margin: 0;
}

.parish-scene-badge small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, .7);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .15em;
}

.parish-scene-badge strong {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}

.parish-scene-note {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 270px;
  padding: 15px 18px;
  color: #171719;
  background: #fff;
  border-left: 4px solid #df1f2d;
  box-shadow: 0 22px 52px rgba(0, 0, 0, .34);
}

.parish-scene-note > span {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #fff;
  background: #171719;
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 11px;
}

.parish-scene-note strong {
  font-family: var(--serif);
  font-size: 14px;
  font-weight: 400;
}

.parish-scene-note small {
  margin-top: 3px;
  color: #747477;
  font-size: 7px;
  letter-spacing: .02em;
}

@media (max-width: 1100px) {
  .hero-parish-scene {
    min-height: 550px;
    margin-right: -20px;
    padding-left: 32px;
  }

  .parish-scene-frame {
    left: 7%;
  }

  .parish-scene-copy {
    right: 35px;
    bottom: 44px;
    left: 38px;
  }

  .parish-scene-badge {
    top: 72px;
  }
}

@media (max-width: 900px) {
  .hero-parish-scene {
    width: min(100%, 720px);
    min-height: 610px;
    margin: 46px auto 0;
    padding-left: 38px;
  }

  .parish-scene-frame {
    inset: 0 0 28px 8%;
  }
}

/* Final horizontal timeline layout. */
.process-timeline-viewport {
  width: 100%;
  padding: 6px 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: var(--gold) rgba(9, 9, 10, .12);
  scrollbar-width: thin;
  overscroll-behavior-inline: contain;
}

.process-timeline-viewport::-webkit-scrollbar {
  height: 7px;
}

.process-timeline-viewport::-webkit-scrollbar-track {
  background: rgba(9, 9, 10, .1);
}

.process-timeline-viewport::-webkit-scrollbar-thumb {
  background: var(--gold);
  border-radius: 20px;
}

.process-grid.process-grid-seven {
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-template-rows: 34px auto;
  gap: 58px 16px;
  width: 100%;
  min-width: 1640px;
  padding: 0 6px 24px;
  overflow: visible;
}

.process-grid.process-grid-seven::before {
  position: absolute;
  top: 61px;
  right: calc(100% / 14);
  bottom: auto;
  left: calc(100% / 14);
  display: block;
  width: auto;
  height: 2px;
  content: "";
  background: linear-gradient(to right, var(--gold) 0 18%, rgba(9, 9, 10, .22) 18% 84%, #09090a 84% 100%);
  transform: none;
}

.process-timeline-label,
.process-timeline-start,
.process-timeline-finish {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 4;
  grid-row: 1;
  align-self: start;
  justify-self: center;
  min-width: 190px;
  min-height: 34px;
  transform: none;
}

.process-timeline-start {
  grid-column: 1;
}

.process-timeline-finish {
  grid-column: 7;
}

.process-grid-seven .process-card,
.process-grid-seven .process-card:nth-child(n + 5),
.process-grid-seven .process-card:last-child,
.process-grid-seven .process-card:nth-of-type(even) {
  grid-row: 2;
  grid-column: auto !important;
  align-self: stretch !important;
  width: auto !important;
  min-width: 0;
  min-height: 380px !important;
  padding: 30px 26px 28px;
  overflow: visible;
  scroll-snap-align: start;
}

.process-grid-seven .process-card::after {
  display: none;
}

.process-grid-seven .process-top {
  position: relative;
}

.process-grid-seven .process-top::after,
.process-grid-seven .process-card:nth-of-type(even) .process-top::after {
  position: absolute;
  top: -61px !important;
  right: auto !important;
  left: 50% !important;
  width: 1px !important;
  height: 61px;
  content: "";
  background: rgba(9, 9, 10, .22);
}

.process-grid-seven .process-dot,
.process-grid-seven .process-start .process-dot,
.process-grid-seven .process-card:nth-of-type(even) .process-dot,
.process-grid-seven .process-finish .process-dot {
  position: absolute;
  top: -42px !important;
  right: auto !important;
  left: 50% !important;
  z-index: 3;
  width: 22px;
  height: 22px;
  margin: 0 0 0 -11px;
  background: #fff;
  border: 6px solid #e9e3d9;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--gold);
}

.process-grid-seven .process-finish .process-dot {
  background: var(--gold);
  box-shadow: 0 0 0 2px #09090a;
}

.process-grid-seven .process-card h3 {
  min-height: 58px;
  margin: 29px 0 11px;
  font-size: 23px;
}

.process-grid-seven .process-card > p {
  min-height: 82px;
  font-size: 11px;
}

.process-grid-seven .process-card ul {
  margin-top: 18px;
  padding-top: 17px;
}

.process-grid-seven .process-card li {
  font-size: 9px;
}

@media (max-width: 900px) {
  .process-grid.process-grid-seven {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-template-rows: 34px auto;
    gap: 52px 14px;
    min-width: 1860px;
    padding: 0 6px 22px;
  }

  .process-grid.process-grid-seven::before {
    top: 58px;
    left: calc(100% / 14);
    transform: none;
  }

  .process-timeline-label,
  .process-timeline-start,
  .process-timeline-finish {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .process-grid-seven .process-card,
  .process-grid-seven .process-card:nth-child(n + 5),
  .process-grid-seven .process-card:last-child,
  .process-grid-seven .process-card:nth-of-type(even) {
    grid-row: 2;
    align-self: stretch !important;
    width: auto !important;
    min-height: 390px !important;
    padding: 28px 24px 27px;
  }

  .process-grid-seven .process-dot,
  .process-grid-seven .process-start .process-dot,
  .process-grid-seven .process-card:nth-of-type(even) .process-dot,
  .process-grid-seven .process-finish .process-dot {
    top: -39px !important;
    left: 50% !important;
    margin-left: -11px;
  }

  .process-grid-seven .process-top::after,
  .process-grid-seven .process-card:nth-of-type(even) .process-top::after {
    top: -58px !important;
    left: 50% !important;
    width: 1px !important;
    height: 58px;
  }
}

/* Previous vertical variant kept disabled after switching to a horizontal timeline. */
@media (max-width: 0px) {
/* Expanded project timeline. */
.process-grid.process-grid-seven {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 72px 0;
}

.process-grid.process-grid-seven::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 2px;
  height: auto;
  content: "";
  background: linear-gradient(to bottom, var(--gold) 0 18%, rgba(9, 9, 10, .2) 18% 84%, #09090a 84% 100%);
  transform: translateX(-50%);
}

.process-timeline-label {
  position: absolute;
  left: 50%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 34px;
  padding: 0 18px;
  color: #fff;
  border-radius: 30px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.process-timeline-start {
  top: 0;
  background: var(--gold);
}

.process-timeline-finish {
  bottom: 0;
  background: #09090a;
}

.process-grid-seven .process-card,
.process-grid-seven .process-card:nth-child(n + 5),
.process-grid-seven .process-card:last-child {
  position: relative;
  grid-column: auto;
  align-self: flex-start;
  width: calc(50% - 62px);
  min-height: 0;
  padding: 30px 34px 32px;
  overflow: visible;
  box-shadow: 0 18px 48px rgba(9, 9, 10, .07);
}

.process-grid-seven .process-card:nth-of-type(even) {
  align-self: flex-end;
}

.process-grid-seven .process-card::after {
  display: none;
}

.process-grid-seven .process-top {
  position: relative;
}

.process-grid-seven .process-top::after {
  position: absolute;
  top: 13px;
  right: -96px;
  width: 96px;
  height: 1px;
  content: "";
  background: rgba(9, 9, 10, .22);
}

.process-grid-seven .process-card:nth-of-type(even) .process-top::after {
  right: auto;
  left: -96px;
}

.process-grid-seven .process-dot,
.process-grid-seven .process-start .process-dot {
  position: absolute;
  top: 28px;
  right: -73px;
  z-index: 3;
  width: 22px;
  height: 22px;
  margin: 0;
  background: #fff;
  border: 6px solid #e9e3d9;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--gold);
}

.process-grid-seven .process-card:nth-of-type(even) .process-dot {
  right: auto;
  left: -73px;
}

.process-grid-seven .process-finish .process-dot {
  background: var(--gold);
  box-shadow: 0 0 0 2px #09090a;
}

.process-grid-seven .process-card h3 {
  min-height: 0;
  margin: 30px 0 11px;
  font-size: 27px;
}

.process-grid-seven .process-card > p {
  min-height: 0;
  max-width: none;
  font-size: 12px;
}

.process-grid-seven .process-card ul {
  margin-top: 20px;
  padding-top: 18px;
}

.process-grid-seven .process-card li {
  font-size: 10px;
}

.process-grid-seven .process-start .process-top::after {
  background: var(--gold);
}

.process-grid-seven .process-finish .process-top::after {
  background: #09090a;
}

@media (max-width: 900px) {
  .process-grid.process-grid-seven {
    gap: 22px;
    padding: 64px 0 58px 42px;
  }

  .process-grid.process-grid-seven::before {
    left: 14px;
    transform: none;
  }

  .process-timeline-label {
    left: 42px;
    min-width: 0;
    transform: none;
  }

  .process-grid-seven .process-card,
  .process-grid-seven .process-card:nth-child(n + 5),
  .process-grid-seven .process-card:last-child,
  .process-grid-seven .process-card:nth-of-type(even) {
    align-self: stretch;
    width: 100%;
    padding: 28px;
  }

  .process-grid-seven .process-dot,
  .process-grid-seven .process-start .process-dot,
  .process-grid-seven .process-card:nth-of-type(even) .process-dot {
    top: 28px;
    right: auto;
    left: -39px;
  }

  .process-grid-seven .process-top::after,
  .process-grid-seven .process-card:nth-of-type(even) .process-top::after {
    top: 13px;
    right: auto;
    left: -56px;
    width: 56px;
  }
}

@media (max-width: 620px) {
  .process-grid.process-grid-seven {
    padding-left: 34px;
  }

  .process-grid.process-grid-seven::before {
    left: 10px;
  }

  .process-timeline-label {
    left: 34px;
    padding-inline: 14px;
  }

  .process-grid-seven .process-card,
  .process-grid-seven .process-card:nth-of-type(even) {
    padding: 25px 22px 27px;
  }

  .process-grid-seven .process-dot,
  .process-grid-seven .process-start .process-dot,
  .process-grid-seven .process-card:nth-of-type(even) .process-dot {
    left: -35px;
  }

  .process-grid-seven .process-top::after,
  .process-grid-seven .process-card:nth-of-type(even) .process-top::after {
    left: -46px;
    width: 46px;
  }

  .process-grid-seven .process-card h3 {
    font-size: 24px;
  }
}
}

@media (max-width: 620px) {
  .hero-parish-scene {
    min-height: 470px;
    margin-top: 38px;
    padding: 0 0 26px 18px;
  }

  .parish-scene-frame {
    inset: 0 0 28px 5%;
    border-radius: 50% 50% 4px 4px / 17% 17% 4px 4px;
  }

  .parish-scene-frame::before {
    inset: 11px;
  }

  .parish-scene-frame img {
    object-position: 62% 50%;
  }

  .parish-scene-arch {
    top: 40px;
    right: -155px;
    height: 480px;
  }

  .parish-scene-copy {
    right: 25px;
    bottom: 58px;
    left: 26px;
  }

  .parish-scene-copy small {
    font-size: 6px;
  }

  .parish-scene-copy strong {
    font-size: clamp(27px, 8vw, 34px);
  }

  .parish-scene-badge {
    top: 56px;
    min-width: 226px;
    padding: 12px 14px;
  }

  .parish-cross {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .parish-cross::before {
    top: 8px;
    left: 14px;
    height: 15px;
  }

  .parish-cross::after {
    top: 13px;
    left: 10px;
    width: 10px;
  }

  .parish-scene-badge strong {
    font-size: 12px;
  }

  .parish-scene-note {
    right: -2px;
    min-width: 234px;
    padding: 12px 14px;
  }

  .parish-scene-note > span {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .parish-scene-frame img {
    transition: none;
    transform: none;
  }
}

/* Cleaner, editorial about section. */
.about-panel.about-panel-clean {
  display: grid;
  grid-template-columns: minmax(350px, .74fr) minmax(0, 1.36fr);
  min-height: 480px;
  margin-bottom: 0;
  color: #fff;
  background: #0b0b0c;
  border: 1px solid #0b0b0c;
}

.about-portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 480px;
  padding: 38px 34px 108px;
  overflow: hidden;
  background: #151516;
}

.about-portrait::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 38%, rgba(239, 36, 51, .2), transparent 47%),
    linear-gradient(135deg, transparent 58%, rgba(255, 255, 255, .035));
  pointer-events: none;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: min(82%, 310px);
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .34);
  filter: none;
}

.about-panel-clean .about-person {
  position: absolute;
  right: 34px;
  bottom: 32px;
  left: 34px;
  z-index: 2;
  padding-left: 17px;
  border-left: 3px solid var(--gold-light);
}

.about-panel-clean .about-person small,
.about-panel-clean .about-person strong,
.about-panel-clean .about-person span {
  display: block;
}

.about-panel-clean .about-person small {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .17em;
}

.about-panel-clean .about-person strong {
  margin: 0 0 4px;
  color: #fff;
  font-size: 27px;
}

.about-panel-clean .about-person span {
  color: #b8b8bb;
  font-size: 8px;
  letter-spacing: .06em;
  text-transform: none;
}

.about-panel-clean .about-story {
  justify-content: center;
  padding: 45px clamp(38px, 5vw, 70px);
  border-right: 0;
}

.about-panel-clean .about-kicker {
  margin-bottom: 14px;
}

.about-panel-clean .about-story > p.about-lead {
  max-width: 720px;
  margin: 0 0 22px;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(18px, 1.45vw, 22px);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.35;
}

.about-text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.about-panel-clean .about-text p {
  max-width: 720px;
  margin: 0;
  color: #aaa9ad;
  font-size: 11px;
  line-height: 1.72;
}

.about-facts-inline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.about-facts-inline > div {
  padding: 0 18px;
  border-right: 1px solid rgba(255, 255, 255, .14);
}

.about-facts-inline > div:first-child {
  padding-left: 0;
}

.about-facts-inline > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.about-facts-inline strong,
.about-facts-inline span {
  display: block;
}

.about-facts-inline strong {
  margin-bottom: 5px;
  color: #fff;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.about-facts-inline span {
  color: #858589;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Former value cards, now a compact standard placed with the offer. */
.delivery-standards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 20px;
  border: 1px solid rgba(255, 255, 255, .15);
}

.delivery-standards-intro,
.delivery-standard {
  padding: 32px;
  border-right: 1px solid rgba(255, 255, 255, .15);
}

.delivery-standard:last-child {
  border-right: 0;
}

.delivery-standards-intro {
  grid-column: 1 / -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 116px;
  text-align: center;
  background: #18181a;
  border-right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.delivery-standards-intro small {
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .16em;
}

.delivery-standards-intro strong {
  max-width: 680px;
  margin-top: 10px;
  color: #fff;
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.15;
}

.delivery-standard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 210px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #fff;
  background: #0f0f10;
  text-align: center;
}

.delivery-standard > span {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--gold-light);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.delivery-standard p,
.delivery-standard strong,
.delivery-standard small {
  display: block;
  margin: 0;
}

.delivery-standard strong {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
}

.delivery-standard small {
  max-width: 320px;
  color: #8f8f93;
  font-size: 9px;
  line-height: 1.8;
}

@media (max-width: 1100px) {
  .about-panel.about-panel-clean {
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  }

  .delivery-standard {
    padding-inline: 24px;
  }
}

@media (max-width: 900px) {
  .about-panel.about-panel-clean {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    min-height: 420px;
  }

  .about-panel-clean .about-story {
    padding: 48px 38px;
  }

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

  .delivery-standards-intro {
    grid-column: auto;
  }

  .delivery-standard,
  .delivery-standard:last-child {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .delivery-standard:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 620px) {
  .about-portrait {
    min-height: 350px;
    padding: 30px 24px 98px;
  }

  .about-panel-clean .about-person {
    right: 24px;
    bottom: 24px;
    left: 24px;
  }

  .about-panel-clean .about-story {
    padding: 38px 25px;
  }

  .about-panel-clean .about-story > p.about-lead {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .about-facts-inline {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 30px;
    padding-top: 0;
  }

  .about-facts-inline > div,
  .about-facts-inline > div:first-child,
  .about-facts-inline > div:last-child {
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
  }

  .about-facts-inline > div:last-child {
    border-bottom: 0;
  }

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

  .delivery-standards-intro,
  .delivery-standard,
  .delivery-standard:nth-child(2),
  .delivery-standard:nth-child(3) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }

  .delivery-standard:nth-child(4) {
    border-bottom: 0;
  }

  .delivery-standards-intro strong {
    margin-top: 28px;
  }
}

/* Alternating section rhythm: dark FAQ after the light process section. */
.faq {
  color: #f5f5f5;
  background: #0c0c0d;
}

.faq .eyebrow,
.faq-intro > p:not(.eyebrow),
.faq-list details p {
  color: #aaa9ad;
}

.faq h2,
.faq-list summary {
  color: #fff;
}

.faq h2 em {
  color: var(--gold-light);
}

.faq .text-link {
  color: #fff;
  border-color: rgba(255, 255, 255, .45);
}

.faq-list,
.faq-list details {
  border-color: rgba(255, 255, 255, .15);
}

.faq-list summary span {
  border-color: rgba(255, 255, 255, .25);
}

.faq-list summary span::before,
.faq-list summary span::after {
  background: #fff;
}

.faq-list details[open] summary span {
  background: var(--gold-light);
  border-color: var(--gold-light);
}

/* Unified pricing cards: shared geometry, centered hierarchy, readable lists. */
.price-grid.price-grid-three {
  gap: 18px;
  padding-top: 20px;
  border: 0;
  overflow: visible;
}

.price-grid-three .price-card,
.price-grid-three .price-featured,
.price-grid-three .price-pro {
  min-height: 855px;
  padding: 38px 32px 30px;
  overflow: visible;
  background: #f8f7f4;
  border: 1px solid rgba(9, 9, 10, .16);
  text-align: center;
}

.price-grid-three .price-featured {
  color: #fff;
  background: #09090a;
  border-color: #09090a;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .22);
}

.price-grid-three .price-pro {
  background: #f8f7f4 !important;
  border: 1px solid rgba(9, 9, 10, .16) !important;
}

.price-grid-three .popular-badge {
  top: -15px;
  left: 50%;
  width: auto;
  min-width: 190px;
  padding: 8px 15px;
  border-radius: 30px;
  transform: translateX(-50%);
}

.price-grid-three .price-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 62px;
  padding-bottom: 19px;
  text-align: center;
}

.price-grid-three .price-top p {
  font-size: 26px;
}

.price-grid-three .price-top > span {
  line-height: 1.45;
}

.price-grid-three .price {
  justify-content: center;
  min-height: 95px;
  margin: 22px 0 11px;
  text-align: center;
}

.price-grid-three .price-description {
  max-width: 325px;
  min-height: 78px;
  margin-inline: auto;
  text-align: center;
}

.price-grid-three .price-fit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 104px;
  margin: 14px 0 0;
  padding: 15px 18px;
  text-align: center;
}

.price-grid-three .price-fit span {
  align-self: center;
}

.price-grid-three .price-card ul {
  width: 100%;
  margin: 20px 0 25px;
  text-align: left;
}

.price-grid-three .price-card .button {
  min-height: 54px;
  margin-top: auto;
}

/* Subscription cards use the same template as the website packages. */
.care-plans {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 76px;
  border: 0;
  overflow: visible;
}

.care-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr minmax(280px, .75fr);
  align-items: center;
  gap: 50px;
  padding: 38px 42px;
  background: #e5e3de;
  border: 1px solid rgba(9, 9, 10, .16);
}

.care-heading h3,
.care-heading p {
  margin-inline: auto;
}

.care-option,
.care-option-soft,
.care-option-dark {
  min-height: 690px;
  padding: 36px 30px 82px;
  overflow: visible;
  background: #f8f7f4;
  border: 1px solid rgba(9, 9, 10, .16);
  text-align: center;
}

.care-option-dark {
  color: #fff;
  background: #09090a;
  border-color: #09090a;
  box-shadow: 0 24px 65px rgba(0, 0, 0, .22);
}

.care-card-head,
.care-option-popular .care-card-head {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 98px;
  padding-top: 0;
  text-align: center;
}

.care-card-head > div {
  text-align: center;
}

.care-card-head > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #fff;
  background: var(--gold-light);
  border-radius: 50%;
  font-size: 9px;
}

.care-card-head h4 {
  margin-top: 5px;
  font-size: 24px;
}

.care-for {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 330px;
  min-height: 76px;
  margin: 15px auto 0;
  text-align: center;
}

.care-option > .care-price {
  width: 100%;
  min-height: 108px;
  margin-top: 13px;
  text-align: center;
}

.care-price-regular,
.care-price-offer {
  align-items: center;
  justify-content: center;
  min-height: 82px;
  text-align: center;
}

.care-option ul {
  width: 100%;
  min-height: 235px;
  margin: 20px 0 0;
  text-align: left;
}

.care-option > .care-cta {
  right: 30px;
  bottom: 25px;
  left: 30px;
  height: 50px;
}

.price-grid-three .popular-badge,
.care-popular-badge {
  top: -15px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 190px;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 8px;
  letter-spacing: .13em;
  text-align: center;
  transform: translateX(-50%);
}

@media (max-width: 900px) {
  .price-grid.price-grid-three,
  .care-plans {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .price-grid-three .price-card,
  .price-grid-three .price-featured,
  .care-option,
  .care-option-soft,
  .care-option-dark {
    min-height: auto;
  }

  .price-grid-three .price-description,
  .price-grid-three .price-fit,
  .care-for,
  .care-option ul {
    min-height: 0;
  }

  .care-heading {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 620px) {
  .price-grid-three .price-card,
  .price-grid-three .price-featured,
  .care-option,
  .care-option-soft,
  .care-option-dark {
    padding-inline: 24px;
  }

  .care-heading {
    padding: 32px 24px;
  }
}

/* Subscription packages mirror the website-package card template. */
.care-option,
.care-option-soft,
.care-option-dark {
  min-height: 855px;
  padding: 38px 32px 84px;
}

.care-card-head,
.care-option-popular .care-card-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 0 19px;
  border-bottom: 1px solid rgba(9, 9, 10, .16);
}

.care-option-dark .care-card-head {
  border-color: rgba(255, 255, 255, .17);
}

.care-card-head > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.care-card-head > span {
  display: none;
}

.care-card-head small,
.care-option-dark .care-card-head small {
  order: 1;
  margin: 0;
  color: #09090a;
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  text-transform: none;
}

.care-option-dark .care-card-head small {
  color: #fff;
}

.care-card-head h4 {
  order: 2;
  margin: 0;
  color: #68686b;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.care-option-dark .care-card-head h4 {
  color: #aeb0b4;
}

.care-option > .care-price {
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px;
  min-height: 95px;
  margin: 22px 0 11px;
  padding: 0;
  text-align: center;
  border: 0;
}

.care-price-regular,
.care-price-offer {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
}

.care-price-regular {
  flex-direction: row;
  gap: 7px;
  line-height: 1;
}

.care-price-regular > span,
.care-price-offer > span {
  color: #818184;
  font-size: 7px;
  letter-spacing: .1em;
  line-height: 1.1;
}

.care-price-regular del {
  color: #77777b;
  font-size: 12px;
  line-height: 1.1;
}

.care-price-offer {
  flex-direction: column;
  gap: 0;
  line-height: 1;
}

.care-price-offer > span {
  color: var(--gold);
}

.care-price-offer strong {
  color: #09090a;
  font-size: 51.2px;
  letter-spacing: -.05em;
  line-height: .92;
}

.care-option-dark .care-price-offer strong {
  color: #fff;
}

.care-price-offer strong small {
  color: #69696d;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.care-option-dark .care-price-offer strong small {
  color: #a9a9ad;
}

.care-price mark,
.care-option-dark .care-price mark {
  position: static !important;
  margin-top: 0;
  padding: 2px 8px;
  color: #fff;
  background: var(--gold);
  border-radius: 20px;
  font-size: 6px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.2;
}

.care-description {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 325px;
  min-height: 78px;
  margin: 0 auto;
  color: #68686b;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.care-option-dark .care-description {
  color: #adb0b4;
}

.care-for,
.care-option-dark .care-for {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: none;
  min-height: 104px;
  margin: 14px 0 0;
  padding: 15px 18px;
  color: #5f5f63;
  text-align: center;
  background: rgba(9, 9, 10, .035);
  border: 1px solid rgba(9, 9, 10, .09);
}

.care-option-dark .care-for {
  color: #b5b5b9;
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .12);
}

.care-for > span {
  color: var(--gold);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.care-option-dark .care-for > span {
  color: var(--gold-light);
}

.care-option ul {
  min-height: 233px;
  gap: 8px;
  margin: 20px 0 25px;
  padding-top: 20px;
  text-align: left;
}

.care-option li {
  font-size: 10px;
  line-height: 1.4;
}

.care-option > .care-cta {
  right: 32px;
  bottom: 30px;
  left: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 17px 0 23px;
  color: #09090a;
  background: transparent;
  border: 1px solid rgba(20, 35, 31, .32);
  border-radius: 0;
  font-size: 12px;
  transition: none;
}

.care-option > .care-cta > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: #09090a;
  border-radius: 50%;
  transition: none;
}

.care-option-dark > .care-cta {
  color: #fff;
  background: var(--gold);
  border-color: transparent;
}

.care-option-dark > .care-cta > span {
  color: var(--gold);
  background: #fff;
}

.care-option > .care-cta:hover {
  color: #fff;
  background: #09090a;
  transform: none;
}

.care-option-dark > .care-cta:hover {
  color: #fff;
  background: #c91829;
  border-color: #c91829;
}

.care-option > .care-cta:hover > span {
  color: #09090a;
  background: var(--gold-light);
  transform: none;
}

.care-option-dark > .care-cta:hover > span {
  color: var(--gold);
  background: #fff;
  transform: none;
}

@media (max-width: 900px) {
  .care-option,
  .care-option-soft,
  .care-option-dark {
    min-height: auto;
  }

  .care-for,
  .care-option-dark .care-for,
  .care-description,
  .care-option ul {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .care-option,
  .care-option-soft,
  .care-option-dark {
    padding: 34px 24px 84px;
  }

  .care-option > .care-cta {
    right: 24px;
    left: 24px;
  }
}

/* One shared badge for the highlighted website and subscription package. */
.price-card > .package-popular-badge,
.care-option > .package-popular-badge {
  position: absolute;
  top: -15px;
  right: auto;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-width: 190px;
  height: 29px;
  padding: 0 15px;
  color: #fff;
  background: var(--gold);
  border: 0;
  border-radius: 30px;
  box-shadow: none;
  font-family: var(--sans);
  font-size: 8px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .13em;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  transition: none;
}

/* Previous card grid kept disabled after switching to a horizontal timeline. */
@media (max-width: 0px) {
/* Seven project stages: four cards followed by a balanced row of three. */
.process-grid.process-grid-seven {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.process-grid-seven .process-card {
  grid-column: span 3;
  min-height: 430px;
}

.process-grid-seven .process-card:nth-child(n + 5) {
  grid-column: span 4;
}

@media (max-width: 1100px) {
  .process-grid.process-grid-seven {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid-seven .process-card,
  .process-grid-seven .process-card:nth-child(n + 5) {
    grid-column: auto;
  }

  .process-grid-seven .process-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .process-grid.process-grid-seven {
    grid-template-columns: 1fr;
  }

  .process-grid-seven .process-card,
  .process-grid-seven .process-card:nth-child(n + 5),
  .process-grid-seven .process-card:last-child {
    grid-column: auto;
    min-height: auto;
  }
}
}

/* Compact contact details and footer. */
.contact-email p {
  min-width: 0;
}

.contact-email strong {
  color: #fff;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: -.02em;
  white-space: nowrap;
}

.site-footer {
  padding-top: 0;
}

.footer-main.footer-main-compact {
  grid-template-columns: 1.25fr .85fr .75fr 1fr;
  gap: 44px;
  padding: 48px 0 40px;
}

.footer-main-compact .footer-intro > p {
  max-width: 325px;
  margin-top: 17px;
}

.footer-main-compact .footer-signature {
  margin-top: 14px;
}

.footer-contact-compact .footer-email {
  font-size: 10px;
  white-space: nowrap;
}

.footer-contact-compact > span {
  margin-top: 2px;
}

.footer-main-compact + .footer-bottom {
  padding: 18px 0 22px;
}

@media (max-width: 900px) {
  .footer-main.footer-main-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 32px;
  }

  .footer-main-compact .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .contact-email strong {
    font-size: 10px;
  }

  .footer-main.footer-main-compact {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 42px 0 34px;
  }

  .footer-main-compact .footer-intro {
    grid-column: auto;
  }
}

/* Structured contact section and conditional enquiry form. */
.contact {
  padding: 110px 0 105px;
}

.contact-grid {
  grid-template-columns: .76fr 1.24fr;
  align-items: start;
  gap: 5%;
}

.contact-copy {
  position: sticky;
  top: 130px;
  padding-top: 12px;
}

.contact-copy h2 {
  max-width: 560px;
  font-size: clamp(48px, 4.5vw, 68px);
  line-height: .98;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 510px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, .8);
}

.contact-assurances {
  display: grid;
  max-width: 510px;
  border-top: 1px solid rgba(255, 255, 255, .2);
}

.contact-assurances > div {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.contact-assurances > div > span {
  color: #09090a;
  font-family: var(--serif);
  font-size: 11px;
}

.contact-assurances p,
.contact-assurances strong,
.contact-assurances small {
  display: block;
  margin: 0;
}

.contact-assurances strong {
  color: #fff;
  font-size: 10px;
}

.contact-assurances small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .68);
  font-size: 9px;
  line-height: 1.5;
}

.contact-methods {
  max-width: 510px;
}

.contact-method {
  background: rgba(9, 9, 10, .08);
}

.contact-method strong {
  overflow-wrap: anywhere;
}

.contact-panel {
  padding: 38px 42px 42px;
  border: 1px solid rgba(9, 9, 10, .1);
  box-shadow: 0 32px 90px rgba(74, 0, 7, .26);
}

.contact-form {
  gap: 20px;
}

.contact-form-head {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(9, 9, 10, .13);
}

.contact-form-head small {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.contact-form-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.contact-form-head p {
  max-width: 590px;
  margin: 8px 0 0;
  color: #6f7171;
  font-size: 10px;
  line-height: 1.65;
}

.inquiry-choice {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.inquiry-choice legend,
.form-step-label {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  margin: 0 0 11px;
  padding: 0;
  color: #09090a;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.inquiry-choice legend span,
.form-step-label span {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 9px;
  letter-spacing: 0;
}

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

.contact-form .inquiry-option {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.inquiry-option > input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.contact-form .inquiry-option > span {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 116px;
  padding: 18px 15px 15px;
  color: #09090a;
  background: #f6f5f2;
  border: 1px solid rgba(9, 9, 10, .13);
  text-transform: none;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.inquiry-option > span > i {
  margin-bottom: auto;
  color: var(--gold);
  font-family: var(--serif);
  font-size: 10px;
  font-style: normal;
}

.inquiry-option > span > b {
  margin: 15px 0 3px;
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -.02em;
}

.inquiry-option > span > small {
  color: #747676;
  font-size: 7px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

.inquiry-option > span > em {
  position: absolute;
  top: 9px;
  right: 9px;
  padding: 4px 6px;
  color: #fff;
  background: var(--gold);
  border-radius: 20px;
  font-size: 5px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.inquiry-option > input:focus-visible + span {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.inquiry-option > input:checked + span {
  color: #fff;
  background: #09090a;
  border-color: #09090a;
  box-shadow: inset 0 -3px 0 var(--gold);
}

.inquiry-option > input:checked + span > small {
  color: #bfc0c0;
}

.contact-package-fields {
  padding: 18px 20px 17px;
  background: #f3f1ed;
  border-left: 3px solid var(--gold);
}

.contact-package-fields[hidden],
.contact-package-fields [hidden] {
  display: none !important;
}

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

.contact-package-fields.is-single .contact-package-grid {
  grid-template-columns: 1fr;
}

.contact-package-help {
  margin: 11px 0 0;
  color: #787a79;
  font-size: 8px;
  line-height: 1.55;
}

.form-contact-label {
  margin: 1px 0 -3px;
  padding-top: 20px;
  border-top: 1px solid rgba(9, 9, 10, .12);
}

.contact-form textarea {
  min-height: 110px;
}

.form-submit {
  padding-top: 5px;
  border-top: 1px solid rgba(9, 9, 10, .1);
}

.form-submit p {
  max-width: 340px;
}

/* Expanded information-rich footer. */
.site-footer {
  padding-top: 0;
  background: #09090a;
}

.footer-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  padding: 76px 0 58px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-cta p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: 1;
}

.footer-cta h2 em {
  color: var(--gold);
  font-weight: 400;
}

.footer-cta-button {
  min-width: 235px;
  color: #fff;
  background: var(--gold);
}

.footer-cta-button > span {
  color: var(--gold);
  background: #fff;
}

.footer-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.footer-facts > div {
  min-width: 0;
  padding: 22px 22px 22px 0;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-facts > div:not(:first-child) {
  padding-left: 22px;
}

.footer-facts > div:last-child {
  border-right: 0;
}

.footer-facts strong,
.footer-facts span {
  display: block;
}

.footer-facts strong {
  margin-bottom: 4px;
  color: #fff;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
}

.footer-facts span {
  color: #7f8282;
  font-size: 8px;
  line-height: 1.45;
}

.footer-main.footer-main-expanded {
  grid-template-columns: 1.35fr .85fr .85fr 1.15fr;
  gap: 54px;
  padding: 58px 0 54px;
}

.footer-intro > p {
  max-width: 355px;
  color: #96999a;
  line-height: 1.75;
}

.footer-signature {
  display: block;
  margin-top: 18px;
  color: var(--gold);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-links {
  gap: 11px;
}

.footer-links a {
  line-height: 1.45;
}

.footer-contact-links > a {
  display: grid;
  grid-template-columns: 32px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer-contact-links > a > span:nth-child(2),
.footer-contact-links > a small {
  display: block;
}

.footer-contact-links > a small {
  margin-top: 2px;
  color: #777b7a;
  font-size: 7px;
  overflow-wrap: anywhere;
}

.footer-contact-links > a > b {
  color: var(--gold);
  font-size: 10px;
}

.footer-contact-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: var(--gold);
  border-radius: 50%;
  font-size: 7px;
  font-weight: 800;
}

.footer-contact-icon.footer-wa {
  background: #25d366;
}

.footer-response {
  margin: 7px 0 0;
  color: #777b7a;
  font-size: 8px;
}

.footer-bottom {
  padding: 20px 0 26px;
}

@media (max-width: 1100px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .contact-copy {
    position: static;
    max-width: 720px;
  }

  .footer-main.footer-main-expanded {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 32px;
  }
}

@media (max-width: 900px) {
  .contact-panel {
    padding: 34px 30px 36px;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

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

  .footer-facts > div:nth-child(2) {
    border-right: 0;
  }

  .footer-facts > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer-main.footer-main-expanded {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 35px;
  }

  .footer-main-expanded .footer-intro {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .contact {
    padding: 78px 0;
  }

  .contact-copy h2 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .contact-methods,
  .inquiry-choice-grid,
  .contact-package-grid,
  .footer-facts,
  .footer-main.footer-main-expanded {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    margin-inline: -7px;
    padding: 28px 20px 30px;
  }

  .contact-form-head h3 {
    font-size: 28px;
  }

  .contact-form .inquiry-option > span {
    min-height: 104px;
  }

  .contact-package-fields {
    padding: 17px 16px;
  }

  .form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-cta {
    padding: 58px 0 44px;
  }

  .footer-cta-button {
    width: 100%;
  }

  .footer-facts > div,
  .footer-facts > div:not(:first-child) {
    padding: 17px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .footer-main.footer-main-expanded {
    gap: 36px;
    padding: 46px 0 42px;
  }

  .footer-main-expanded .footer-intro {
    grid-column: auto;
  }
}
