﻿/* â”€â”€ Projects page â”€â”€ */
.projects-page-hero {
  position: relative;
  padding-top: 10.125rem;
  padding-bottom: 0;
  background-image: url('./assets/delivery/bg-dark.jpg');
  background-image: image-set(
    url('./assets/delivery/bg-dark.avif') type('image/avif'),
    url('./assets/delivery/bg-dark.webp') type('image/webp'),
    url('./assets/delivery/bg-dark.jpg') type('image/jpeg')
  );
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.projects-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.72);
}

.projects-page-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.projects-page-hero__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.01em;
  line-height: 1.1;
}

.projects-page-hero__breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
}

.projects-page-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.projects-page-hero__breadcrumb a:hover {
  color: #fff;
}

.projects-page-hero__breadcrumb span:last-child {
  color: #fff;
}

.project-detail-hero {
  position: relative;
  padding: 4rem 0 3rem;
  overflow: hidden;
}

.project-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(182, 152, 111, 0.28), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.project-detail-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(18rem, 0.75fr);
  gap: 2rem;
  align-items: end;
}

.project-detail-hero__content {
  max-width: 48rem;
}

.project-detail-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.project-detail-breadcrumb a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.project-detail-breadcrumb a:hover {
  color: #fff;
}

.project-detail-hero__title {
  margin: 1.35rem 0 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(3rem, 6vw, 5.75rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.project-detail-hero__text {
  max-width: 39rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.03rem;
  line-height: 1.8;
}

.project-detail-hero__meta {
  display: grid;
  gap: 1rem;
}

.project-detail-meta-card {
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.project-detail-meta-card span {
  display: block;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.project-detail-meta-card strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.project-detail-showcase {
  padding: 1rem 0 2rem;
}

.project-detail-showcase__media {
  overflow: hidden;
  border-radius: 1.6rem;
  aspect-ratio: 16 / 9;
}

.project-detail-showcase__media picture,
.project-detail-showcase__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-detail-story,
.project-detail-highlights,
.project-detail-gallery,
.project-detail-cta {
  padding: 3rem 0;
}

.project-detail-story__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 3rem;
  align-items: start;
}

.project-detail-section-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: #b6986f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.project-detail-story__intro h2,
.project-detail-gallery__head h2,
.project-detail-cta__inner h2 {
  margin: 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}

.project-detail-story__copy p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  line-height: 1.9;
}

.project-detail-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.project-detail-highlight {
  padding: 2rem 1.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.project-detail-highlight span {
  color: #b6986f;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.project-detail-highlight h3 {
  margin: 1rem 0 0.8rem;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1.2;
}

.project-detail-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
}

.project-detail-gallery__head {
  margin-bottom: 2rem;
}

.project-detail-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.project-detail-gallery__grid img {
  display: block;
  width: 100%;
  height: 24rem;
  border-radius: 1.2rem;
  object-fit: cover;
}

.project-detail-cta__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3.2rem 3rem;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at left center, rgba(182, 152, 111, 0.14), transparent 34%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #161616;
  background-size: auto, 16rem 100%, auto;
}

.project-detail-cta__inner::before {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(182, 152, 111, 0.2);
  border-radius: 999px;
  transform: translateY(-50%);
  pointer-events: none;
}

.project-detail-cta__inner::after {
  content: "";
  position: absolute;
  right: 5.2rem;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  background:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.85) 0 2px,
      transparent 2px 8px
    );
  opacity: 0.22;
  transform: translateY(-50%) rotate(12deg);
  pointer-events: none;
}

.project-detail-cta__inner > * {
  position: relative;
  z-index: 1;
}

.project-detail-cta .about-mrittik__button {
  min-width: 13.5rem;
  margin-top: 0;
  background: transparent;
  color: #fff;
  border: 1px solid rgba(182, 152, 111, 0.45);
  font-weight: 700;
  letter-spacing: 0.08em;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.project-detail-cta .about-mrittik__button::after {
  left: 0.65rem;
  top: 0.65rem;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    repeating-linear-gradient(
      45deg,
      rgba(182, 152, 111, 0.85) 0 2px,
      transparent 2px 8px
    );
  opacity: 0.26;
}

.project-detail-cta .about-mrittik__button:hover,
.project-detail-cta .about-mrittik__button:focus-visible {
  background: #b6986f;
  color: #111;
  border-color: #b6986f;
}

@media screen and (max-width: 991px) {
  .project-detail-hero {
    padding-top: 7rem;
  }

  .project-detail-hero__inner,
  .project-detail-story__grid,
  .project-detail-highlights__grid,
  .project-detail-gallery__grid {
    grid-template-columns: 1fr;
  }

  .project-detail-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.25rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .project-detail-gallery__grid img {
    height: 20rem;
    min-height: 20rem;
  }

  .project-detail-highlight {
    padding: 1.5rem 1.25rem;
  }

  .project-detail-cta__inner {
    padding: 1.75rem 1.5rem;
  }

  .project-detail-cta__inner::before,
  .project-detail-cta__inner::after {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .project-detail-hero {
    padding-top: 6.5rem;
  }

  .project-detail-showcase__media {
    border-radius: 1rem;
  }

  .project-detail-gallery__grid img {
    height: 16rem;
    min-height: 16rem;
  }
}

.projects-section {
  padding: 4rem 0 6rem;
}

.projects-filter-wrap {
  overflow-x: auto;
  margin-bottom: 3.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: flex;
  justify-content: center;
}

.section-work .projects-filter-wrap {
  justify-content: flex-start;
  margin-bottom: 2.5rem;
}

.projects-filter-wrap::-webkit-scrollbar {
  display: none;
}

.projects-filter {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #2a2a2a;
  border-radius: 999px;
  padding: 0.3rem;
  gap: 0;
  white-space: nowrap;
}

.projects-filter__slider {
  position: absolute;
  background: #fff;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
  transition: left 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              width 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              top 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects-filter__btn {
  position: relative;
  z-index: 1;
  padding: 0.6rem 1.4rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.25s;
  white-space: nowrap;
}

.projects-filter__btn:hover {
  color: rgba(255, 255, 255, 0.9);
}

.projects-filter__btn.is-active {
  color: #111;
}

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2rem;
}

.section-work .home-featured-projects {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.25rem 1.5rem;
}

.projects-grid .work-item {
  opacity: 1 !important;
  transform: none !important;
}

.projects-grid .work-item[hidden] {
  display: none;
}

@media screen and (max-width: 991px) {
  .projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-work .home-featured-projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 600px) {
  .projects-grid {
    grid-template-columns: 1fr;
  }

  .section-work .home-featured-projects {
    grid-template-columns: 1fr;
  }
}

.whatsapp-float {
  position: fixed;
  right: 64px;
  bottom: 64px;
  z-index: 2147483646;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.whatsapp-float svg {
  width: 2.65rem;
  height: 2.65rem;
  display: block;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.3);
  filter: brightness(0.96);
}

.whatsapp-float:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

@media screen and (max-width: 767px) {
  .whatsapp-float {
    right: 24px;
    bottom: 24px;
    width: 3.25rem;
    height: 3.25rem;
  }

  .whatsapp-float svg {
    width: 2rem;
    height: 2rem;
  }
}

.cost-calculator-page {
  background: #1b1b1b;
}

.cost-calculator-hero {
  position: relative;
  padding-top: calc(10.125rem + 3.5rem);
  padding-bottom: 3rem;
  background-image: url('./assets/delivery/bg-dark.jpg');
  background-image: image-set(
    url('./assets/delivery/bg-dark.avif') type('image/avif'),
    url('./assets/delivery/bg-dark.webp') type('image/webp'),
    url('./assets/delivery/bg-dark.jpg') type('image/jpeg')
  );
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.cost-calculator-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(182, 152, 111, 0.24), transparent 28%),
    rgba(10, 10, 10, 0.72);
}

.cost-calculator-hero__inner,
.cost-calculator-section {
  position: relative;
  z-index: 1;
}

.cost-calculator-hero__content {
  max-width: 46rem;
}

.cost-calculator-hero__title {
  margin: 1.25rem 0 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.cost-calculator-hero__text {
  max-width: 38rem;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.04rem;
  line-height: 1.85;
}

.cost-calculator-hero__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2.15rem;
}

.cost-calculator-hero__meta-card {
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.cost-calculator-hero__meta-card strong,
.cost-calculator-hero__meta-card span {
  display: block;
}

.cost-calculator-hero__meta-card strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.cost-calculator-hero__meta-card span {
  margin-top: 0.55rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.65;
}

.cost-calculator-section {
  padding: 0 0 5rem;
}

.cost-calculator {
  display: grid;
  gap: 1.5rem;
  margin-top: -1.25rem;
}

.cost-calculator__progress,
.cost-calculator__card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(18, 18, 18, 0.92);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.24);
}

.cost-calculator__progress {
  position: relative;
  padding: 1.5rem;
}

.cost-calculator__progress-track {
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 2.75rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cost-calculator__progress-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #b6986f;
  transition: width 0.3s ease;
}

.cost-calculator__progress-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cost-calculator__progress-step {
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.42);
}

.cost-calculator__progress-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: #171717;
  font-size: 0.95rem;
  font-weight: 700;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.cost-calculator__progress-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cost-calculator__progress-step.is-active,
.cost-calculator__progress-step.is-complete {
  color: #fff;
}

.cost-calculator__progress-step.is-active .cost-calculator__progress-number,
.cost-calculator__progress-step.is-complete .cost-calculator__progress-number {
  border-color: rgba(182, 152, 111, 0.9);
  background: #b6986f;
  color: #111;
}

.cost-calculator__card {
  padding: 2rem;
  /* Stop the browser from scroll-anchoring to the growing/shrinking step
     content, which caused the page to jump to the bottom of the step
     (worst on mobile) when advancing between steps. */
  overflow-anchor: none;
}

.cost-calculator__steps {
  position: relative;
  min-height: 29rem;
  overflow: hidden;
  overflow-anchor: none;
}

/* All panels sit in the same grid cell; inactive ones are clipped by overflow:hidden */
.cost-calculator__step,
.cost-calculator__result,
.cost-calculator__lead {
  display: grid;
  gap: 1.75rem;
}

/* Fix: display:grid on the rule above overrides the UA [hidden] rule, so be explicit */
.cost-calculator__step[hidden],
.cost-calculator__result[hidden],
.cost-calculator__lead[hidden] {
  display: none;
}

/* Slide animations — JS toggles these classes */
@keyframes slide-in-right {
  from { opacity: 0; transform: translateX(60px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slide-out-left {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(-60px); }
}
@keyframes slide-in-left {
  from { opacity: 0; transform: translateX(-60px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes slide-out-right {
  from { opacity: 1; transform: translateX(0); }
  to   { opacity: 0; transform: translateX(60px); }
}

.cost-calculator__step.is-entering {
  animation: slide-in-right 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cost-calculator__step.is-entering-back {
  animation: slide-in-left 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cost-calculator__result.is-entering,
.cost-calculator__lead.is-entering {
  animation: slide-in-right 0.36s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.cost-calculator__step-head h2 {
  margin: 0.65rem 0 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.cost-calculator__step-head p {
  max-width: 36rem;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.cost-calculator__step-copy {
  display: grid;
  gap: 0.55rem;
  margin-top: 1rem;
}

.cost-calculator__step-copy p {
  margin: 0;
  max-width: 46rem;
}

.cost-calculator__step-copy strong {
  color: #fff;
}

.cost-calculator__step-count {
  display: inline-block;
  color: #b6986f;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cost-calculator__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cost-calculator__options--feature {
  align-items: stretch;
}

.cost-calculator__option {
  min-height: 6.75rem;
  padding: 1.35rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.86);
  text-align: left;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.cost-calculator__option:hover,
.cost-calculator__option:focus-visible {
  border-color: rgba(182, 152, 111, 0.72);
  color: #fff;
  transform: translateY(-2px);
}

.cost-calculator__option.is-selected {
  border-color: rgba(182, 152, 111, 0.9);
  background: linear-gradient(180deg, rgba(182, 152, 111, 0.18), rgba(182, 152, 111, 0.05));
  color: #fff;
}

.cost-calculator__option--feature.is-selected {
  border-color: #f5c778;
  background: linear-gradient(180deg, #f0b75a, #e3a946);
  color: #111;
}

.cost-calculator__option--feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 10rem;
  text-align: center;
  padding: 1.75rem 1.5rem;
}

.cost-calculator__option--wide {
  grid-column: 1 / -1;
}

.cost-calculator__option-title {
  display: block;
  color: inherit;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.cost-calculator__option-copy {
  display: block;
  max-width: 26rem;
  margin: 0.8rem auto 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  line-height: 1.65;
  letter-spacing: 0;
}

.cost-calculator__option.is-selected .cost-calculator__option-copy {
  color: rgba(17, 17, 17, 0.82);
}

.cost-calculator__details {
  display: grid;
  gap: 1.4rem;
}

.cost-calculator__details-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.cost-calculator__unit-select-wrap,
.cost-calculator__value-pill-wrap {
  display: grid;
  gap: 0.65rem;
}

.cost-calculator__unit-select,
.cost-calculator__value-pill-input {
  min-width: 8rem;
  height: 3.9rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.cost-calculator__unit-select:focus,
.cost-calculator__value-pill-input:focus {
  outline: 0;
  border-color: rgba(182, 152, 111, 0.88);
}

.cost-calculator__value-pill-input {
  width: min(11rem, 100%);
  text-align: center;
}

.cost-calculator__range-group {
  display: grid;
  gap: 0.95rem;
}

.cost-calculator__range-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: end;
}

.cost-calculator__range-title {
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.7vw, 1.5rem);
  font-weight: 700;
  line-height: 1.15;
}

.cost-calculator__range-value {
  display: none;
  align-items: center;
  justify-content: center;
  min-width: 5.8rem;
  min-height: 3rem;
  padding: 0.4rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.cost-calculator__range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(182, 152, 111, 0.98) var(--range-progress, 0%), rgba(255, 255, 255, 0.12) var(--range-progress, 0%));
  outline: none;
}

.cost-calculator__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0.35rem rgba(182, 152, 111, 0.18);
  cursor: pointer;
}

.cost-calculator__range::-moz-range-thumb {
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0.35rem rgba(182, 152, 111, 0.18);
  cursor: pointer;
}

.cost-calculator__range::-moz-range-track {
  height: 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.cost-calculator__range-scale {
  display: flex;
  justify-content: space-between;
  /* Inset by half the thumb width (thumb is 2rem) so the first/last labels
     sit under the slider circle's centre at min/max, not the track edges. */
  padding: 0 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

/* Collapse each label to a zero-width point and centre its text on it, so
   every digit lines up with the circle when the slider rests on that value. */
.cost-calculator__range-scale span {
  width: 0;
  display: grid;
  place-items: center;
  white-space: nowrap;
}

.cost-calculator-booking {
  position: relative;
  z-index: 1;
  padding: 0 0 5rem;
}

.cost-calculator-booking__title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  text-align: center;
}

.cost-calculator-booking__embed {
  border-radius: 1.25rem;
  overflow: hidden;
}

.cost-calculator-booking__embed iframe {
  display: block;
  min-height: 40rem;
}

.cost-calculator__review {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.cost-calculator__review-card {
  display: grid;
  gap: 0.7rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cost-calculator__review-card span {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cost-calculator__review-card strong {
  color: #fff;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
}

.cost-calculator__field {
  display: grid;
  gap: 0.9rem;
  max-width: 26rem;
}

.cost-calculator__field-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cost-calculator__input {
  width: 100%;
  height: 4.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #000;
  color: #fff;
  padding: 0 1.4rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.cost-calculator__input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.cost-calculator__input:focus {
  outline: 0;
  border-color: rgba(182, 152, 111, 0.88);
}

.cost-calculator__error {
  min-height: 1.2rem;
  margin: -0.6rem 0 0;
  color: #d7826d;
  font-size: 0.95rem;
}

.cost-calculator__actions,
.cost-calculator__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.cost-calculator__actions {
  justify-content: space-between;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Fix: display:flex on the rule above overrides the UA [hidden] rule, so be explicit */
.cost-calculator__actions[hidden] {
  display: none;
}

.cost-calculator__primary-button,
.cost-calculator__ghost-button,
.cost-calculator__secondary-button {
  min-height: 3.9rem;
  padding: 0 1.7rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.cost-calculator__primary-button {
  border: 1px solid #b6986f;
  background: #b6986f;
  color: #111;
}

.cost-calculator__ghost-button {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: transparent;
  color: #fff;
}

.cost-calculator__secondary-button {
  border: 1px solid rgba(182, 152, 111, 0.45);
  background: rgba(182, 152, 111, 0.08);
  color: #fff;
}

.cost-calculator__primary-button:hover,
.cost-calculator__primary-button:focus-visible,
.cost-calculator__ghost-button:hover,
.cost-calculator__ghost-button:focus-visible,
.cost-calculator__secondary-button:hover,
.cost-calculator__secondary-button:focus-visible {
  transform: translateY(-1px);
}

.cost-calculator__primary-button:hover,
.cost-calculator__primary-button:focus-visible {
  background: #fff;
  border-color: #fff;
}

.cost-calculator__ghost-button:hover,
.cost-calculator__ghost-button:focus-visible {
  border-color: rgba(255, 255, 255, 0.36);
}

.cost-calculator__secondary-button:hover,
.cost-calculator__secondary-button:focus-visible {
  border-color: #b6986f;
  background: rgba(182, 152, 111, 0.18);
}

.cost-calculator__ghost-button:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  transform: none;
}

.cost-calculator__result-total {
  display: grid;
  gap: 0.55rem;
  padding: 1.5rem;
  border: 1px solid rgba(182, 152, 111, 0.2);
  background: linear-gradient(180deg, rgba(182, 152, 111, 0.14), rgba(182, 152, 111, 0.04));
}

.cost-calculator__result-total span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cost-calculator__result-total strong {
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.cost-calculator__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 0;
}

.cost-calculator__summary div {
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cost-calculator__summary dt {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cost-calculator__summary dd {
  margin: 0.7rem 0 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .cost-calculator-hero {
    padding-top: calc(7.5rem + 2.5rem);
  }

  .cost-calculator-hero__meta,
  .cost-calculator__options,
  .cost-calculator__summary,
  .cost-calculator__review {
    grid-template-columns: 1fr;
  }

  .cost-calculator__progress-list {
    gap: 0.75rem;
  }

  .cost-calculator__progress-label {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .cost-calculator__card {
    padding: 1.5rem;
  }

  .cost-calculator__details-toolbar {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .cost-calculator-hero {
    padding-bottom: 2rem;
  }

  .cost-calculator {
    margin-top: 0;
  }

  .cost-calculator__progress {
    padding: 1rem;
  }

  .cost-calculator__progress-track {
    left: 1rem;
    right: 1rem;
    top: 2.25rem;
  }

  .cost-calculator__progress-list {
    gap: 0.4rem;
  }

  .cost-calculator__progress-number {
    width: 2rem;
    height: 2rem;
    font-size: 0.82rem;
  }

  .cost-calculator__progress-label {
    font-size: 0.65rem;
  }

  .cost-calculator__steps {
    min-height: auto;
  }

  .cost-calculator__step-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.6rem);
  }

  .cost-calculator__range-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .cost-calculator__range-head:has([data-range-value="area"]) {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .cost-calculator__range-head [data-range-value="area"] {
    display: inline-flex;
  }

  .cost-calculator__value-pill-wrap {
    display: none;
  }

  .cost-calculator__actions,
  .cost-calculator__result-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cost-calculator__actions > *,
  .cost-calculator__result-actions > * {
    width: 100%;
  }

  .cost-calculator__lead-input {
    font-size: 1rem;
  }
}

/* ── Cost Calculator: Lead Capture Panel ───────────────── */

.cost-calculator__lead-fields {
  display: grid;
  gap: 1.2rem;
}

.cost-calculator__lead-field {
  display: grid;
  gap: 0.6rem;
}

.cost-calculator__lead-input {
  width: 100%;
  height: 3.9rem;
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1rem;
  font-family: inherit;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease;
}

.cost-calculator__lead-input:focus {
  outline: 0;
  border-color: rgba(182, 152, 111, 0.88);
}

.cost-calculator__lead-input::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.cost-calculator__lead-input--otp {
  letter-spacing: 0.22em;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.cost-calculator__lead-send,
.cost-calculator__lead-otp {
  display: grid;
  gap: 0.9rem;
}

/* Fix: display:grid on the rule above overrides the UA [hidden] rule, so be explicit */
.cost-calculator__lead-send[hidden],
.cost-calculator__lead-otp[hidden] {
  display: none;
}

.cost-calculator__resend-btn {
  font-size: 0.9rem;
  min-height: 3rem;
  padding: 0 1.2rem;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  .cost-calculator__resend-btn {
    justify-self: stretch;
  }
}

/* ── Cost Calculator: New Field Groups ─────────────────── */

.cost-calculator__sub-label {
  margin: 0 0 0.75rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cost-calculator__field-group {
  display: grid;
  gap: 0;
}

.cost-calculator__commercial-subtypes {
  display: grid;
  gap: 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 0.5rem;
}

.cost-calculator__commercial-subtypes[hidden] {
  display: none;
}

[data-residential-fields][hidden] {
  display: none;
}

.cost-calculator__review-card[hidden] {
  display: none;
}

.cost-calculator__options--small {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cost-calculator__options--small .cost-calculator__option {
  min-height: 3.4rem;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
}

.cost-calculator__options--wrap {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cost-calculator__options--wrap .cost-calculator__option {
  min-height: 3.4rem;
  font-size: 0.95rem;
  padding: 0.75rem 1rem;
}

/* ── Cost Calculator: Radio Buttons ─────────────────────── */

.cost-calculator__radio-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.cost-calculator__radio-group > .cost-calculator__radio {
  flex: 1 1 0;
}

@media screen and (max-width: 767px) {
  .cost-calculator__radio-group {
    flex-direction: column;
  }

  .cost-calculator__radio-group > .cost-calculator__radio {
    flex: none;
  }
}

.cost-calculator__radio {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  user-select: none;
}

.cost-calculator__radio:hover {
  border-color: rgba(182, 152, 111, 0.5);
  color: #fff;
}

.cost-calculator__radio.is-selected {
  color: #fff;
}

.cost-calculator__radio-dot {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  position: relative;
  transition: border-color 0.2s;
}

.cost-calculator__radio.is-selected .cost-calculator__radio-dot {
  border-color: #b6986f;
}

.cost-calculator__radio.is-selected .cost-calculator__radio-dot::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #b6986f;
}

/* Feature radio (Finish Level) */
.cost-calculator__radio--feature {
  align-items: flex-start;
  padding: 1rem 1.25rem;
}

.cost-calculator__radio--feature .cost-calculator__radio-dot {
  margin-top: 0.15rem;
}

.cost-calculator__radio-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.cost-calculator__radio-title {
  font-size: 1rem;
  font-weight: 600;
  color: inherit;
}

.cost-calculator__radio-copy {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.45;
}

.cost-calculator__radio--feature.is-selected .cost-calculator__radio-copy {
  color: rgba(255, 255, 255, 0.75);
}

/* ── Cost Calculator: Compare Finish Levels ─────────────── */

.cost-calculator__compare-link-wrap {
  display: flex;
  justify-content: center;
  padding-top: 0.25rem;
}

.cost-calculator__compare-link {
  background: none;
  border: none;
  color: #b6986f;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 0.4rem 0;
  transition: color 0.2s ease;
}

.cost-calculator__compare-link:hover,
.cost-calculator__compare-link:focus-visible {
  color: #e8c988;
  outline: none;
}

/* ── Finish Compare Modal ───────────────────────────────── */

.finish-compare-modal {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.finish-compare-modal[hidden] {
  display: none;
}

.finish-compare-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  border: none;
  cursor: pointer;
}

.finish-compare-modal__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 44rem;
  max-height: 90vh;
  overflow-y: auto;
  background: #1a1a1a;
  border: 1px solid rgba(182, 152, 111, 0.24);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.5);
  padding: 2rem;
}

.finish-compare-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.finish-compare-modal__close svg {
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.finish-compare-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.finish-compare-modal__title {
  margin: 0 0 0.4rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.finish-compare-modal__subtitle {
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.95rem;
  line-height: 1.6;
}

.finish-compare-modal__table-wrap {
  overflow-x: auto;
}

.finish-compare-modal__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.finish-compare-modal__table thead tr {
  border-bottom: 1px solid rgba(182, 152, 111, 0.4);
}

.finish-compare-modal__table th {
  padding: 0.75rem 1rem;
  text-align: left;
  color: #b6986f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.finish-compare-modal__table th:first-child {
  color: rgba(255, 255, 255, 0.45);
}

.finish-compare-modal__table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition: background-color 0.15s ease;
}

.finish-compare-modal__table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.finish-compare-modal__table td {
  padding: 0.85rem 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.finish-compare-modal__table td:first-child {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* ── Cost Calculator: Review – full-width card ──────────── */

.cost-calculator__review-card--wide {
  grid-column: 1 / -1;
}

/* ── Cost Calculator: Lead Highlights ───────────────────── */

.cost-calculator__lead-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cost-calculator__lead-highlight {
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.02);
}

.cost-calculator__lead-highlight strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
}

.cost-calculator__lead-highlight span {
  display: block;
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.84rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cost-calculator__lead-highlights {
    grid-template-columns: 1fr;
  }

  .cost-calculator__options--wrap,
  .cost-calculator__options--small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .finish-compare-modal__panel {
    padding: 1.5rem 1rem;
  }
}

/* ── About page: Hero ──────────────────────────────────── */

.ab-hero {
  position: relative;
  padding-top: calc(10.125rem + 4rem);
  padding-bottom: 4.5rem;
  overflow: hidden;
  background: #1b1b1b;
  min-height: 600px;
}

/* Full-bleed background image — starts below the fixed header */
.ab-hero__image-wrap {
  position: absolute !important;
  top: 8.125rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  align-self: unset !important;
}

.ab-hero__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center right;
}

/* Dark gradient overlay — deep on left for text legibility, fades out toward image on right */
.ab-hero__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(27, 27, 27, 0.92) 0%,
    rgba(27, 27, 27, 0.75) 45%,
    rgba(27, 27, 27, 0.25) 70%,
    rgba(27, 27, 27, 0.05) 100%
  );
}

.ab-hero__layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
}

.ab-hero__top {
  max-width: 52rem;
}

.ab-hero__top .clone-kicker {
  display: inline-block;
  margin-bottom: 1.5rem;
}

.ab-hero__title {
  margin: 0 0 1.75rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.ab-hero__lead {
  max-width: 38rem;
  margin: 0 0 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
}

.ab-hero__body {
  max-width: 44rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.95rem;
  line-height: 1.85;
}


/* ── About page: Intro + Stats ─────────────────────────── */

.ab-intro {
  padding: 6rem 0;
  background: #161616;
}

.ab-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.62fr);
  gap: 3rem 6rem;
  align-items: center;
}

.ab-intro__content .clone-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.ab-intro__heading {
  margin: 0 0 2rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.ab-intro__content p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.8;
  max-width: 46rem;
}

.ab-intro__content p:last-child {
  margin-bottom: 0;
}

.ab-intro__stats {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 3rem;
}

.ab-intro__stat {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-intro__stat:first-child {
  padding-top: 0;
}

.ab-intro__stat:last-child {
  border-bottom: 0;
}

.ab-intro__stat-number {
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ab-intro__stat-number sup {
  font-size: 0.45em;
  vertical-align: super;
  color: #b6986f;
}

.ab-intro__stat-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ab-expertise {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ab-expertise__item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.6rem 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: padding-left 0.35s ease, background 0.35s ease;
}

.ab-expertise__item:hover {
  padding-left: 1rem;
  background: linear-gradient(90deg, rgba(182, 152, 111, 0.06), transparent);
}

.ab-expertise__num {
  flex: none;
  color: #b6986f;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.ab-expertise__num::after {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1px;
  margin-left: 0.6rem;
  vertical-align: middle;
  background: rgba(182, 152, 111, 0.55);
}

.ab-expertise__title {
  margin: 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(0.9rem, 1.25vw, 1.05rem);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

/* ── About page: What We Do ────────────────────────────── */

.ab-what {
  padding: 6rem 0;
  background: #1b1b1b;
}

.ab-what__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 3rem 5rem;
  align-items: start;
}

.ab-what__content .clone-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.ab-what__heading {
  margin: 0 0 2.5rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2.2rem, 4.5vw, 3.6rem);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.ab-what__list {
  list-style: none;
  margin: 0 0 2.5rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ab-what__list li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.5;
  padding-left: 1.1rem;
  position: relative;
}

.ab-what__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #b6986f;
}

.ab-what__list li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-what__cta {
  display: inline-flex;
  align-items: center;
}

.ab-what__text {
  max-width: 34rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  line-height: 1.85;
}

.ab-what__text:last-child {
  margin-bottom: 0;
}

.ab-what__images {
  align-self: stretch;
}

.ab-what__img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

/* ── About page: Our Process ───────────────────────────── */

.ab-process {
  padding: 6rem 0;
  background: #161616;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.ab-process__head {
  margin-bottom: 4rem;
}

.ab-process__head .clone-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.ab-process__heading {
  margin: 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.9rem, 3.5vw, 2.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  max-width: 28ch;
}

/* ── About page – Pipeline Card Row ── */
.ab-pipeline {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  will-change: transform;
  flex-shrink: 0;
  padding: 0.5rem 0 1.5rem;
}

.ab-pipeline__card {
  flex: 0 0 400px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 2.25rem;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.35s ease, background-color 0.35s ease;
}

.ab-pipeline__card:hover {
  border-color: rgba(182, 152, 111, 0.4);
  background: rgba(182, 152, 111, 0.05);
}

.ab-pipeline__num {
  display: block;
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(182, 152, 111, 0.3);
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
}

.ab-pipeline__icon {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 1rem;
}

.ab-pipeline__title {
  margin: 0 0 0.85rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.ab-pipeline__text {
  margin: 0;
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.75;
}

.ab-pipeline__duration {
  display: block;
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(182, 152, 111, 0.2);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b6986f;
}

.ab-process__sub {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 540px;
}

.ab-why {
  padding: 6rem 0;
  background: #1b1b1b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  gap: 3rem 6rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ab-why .clone-kicker {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.ab-why__heading {
  margin: 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
}

.ab-why__copy {
  position: relative;
  padding-left: 2rem;
  border-left: 1px solid rgba(182, 152, 111, 0.45);
}

.ab-why__copy p {
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.98rem;
  line-height: 1.85;
}

.ab-why__copy p:last-child {
  margin-bottom: 0;
}

/* ── About responsive ──────────────────────────────────── */

@media screen and (max-width: 991px) {
  .ab-hero {
    padding-top: calc(7rem + 3rem);
  }

  .ab-hero__image-wrap {
    top: 5.5rem;
  }

  .ab-hero__image-wrap::after {
    background: linear-gradient(
      to right,
      rgba(27, 27, 27, 0.88) 0%,
      rgba(27, 27, 27, 0.70) 60%,
      rgba(27, 27, 27, 0.20) 100%
    );
  }

  .ab-hero__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ab-intro__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .ab-intro__stats {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ab-intro__stat {
    flex: 1 1 30%;
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 1.5rem 1.5rem 0;
  }

  .ab-intro__stat:last-child {
    border-right: 0;
  }

  .ab-what__grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }


  .ab-htimeline {
    height: 48rem;
  }

  .ab-why__grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ab-hero__title {
    font-size: clamp(2.6rem, 11vw, 3.5rem);
  }

  .ab-intro__stats {
    flex-direction: column;
  }

  .ab-intro__stat {
    flex: none;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem 0;
  }

  .ab-process {
    overflow: visible;
  }

  .ab-pipeline {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .ab-pipeline::-webkit-scrollbar { display: none; }

  .ab-pipeline__card {
    flex: 0 0 min(300px, 82vw);
  }

  .ab-why__copy {
    padding-left: 0;
    border-left: 0;
  }
}

/* ── Contact form redesign ─────────────────────────────── */

.ce-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ce-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.5rem;
}

.ce-form__field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.75rem;
}

.ce-form__label {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ce-form__required {
  color: #b6986f;
}

/* Override the heavy layout.css input styles */
.ce-form .ce-form__input {
  width: 100%;
  height: 3.25rem;
  padding: 0 1.1rem;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2px;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}

.ce-form .ce-form__input::placeholder {
  color: rgba(255, 255, 255, 0.25);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.ce-form .ce-form__input:focus {
  border-color: rgba(182, 152, 111, 0.7);
  box-shadow: 0 0 0 3px rgba(182, 152, 111, 0.1);
}

.ce-form__select-wrap {
  position: relative;
  display: block;
}

.ce-form__select-wrap .ce-form__input {
  width: 100%;
  padding-right: 2.8rem;
  cursor: pointer;
  background-color: #1c1c1c;
}

.ce-form__select option {
  background-color: #1c1c1c;
  color: #fff;
}

.ce-form__select option:disabled {
  color: rgba(255, 255, 255, 0.3);
}

.ce-form__select option:checked,
.ce-form__select option:hover {
  background-color: #b6986f;
  color: #fff;
}

.ce-form__select-arrow {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  transition: color 0.2s ease;
}

.ce-form__select-wrap:focus-within .ce-form__select-arrow {
  color: #b6986f;
}

.ce-form .ce-form__textarea {
  height: auto;
  min-height: 8.5rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  resize: vertical;
  line-height: 1.7;
}

.ce-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  align-self: flex-start;
  margin-top: 0.5rem;
  padding: 0 2rem;
  height: 3.5rem;
  background: #b6986f;
  border: 1px solid #b6986f;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.22s ease, border-color 0.22s ease, gap 0.22s ease;
  border-radius: 2px;
}

.ce-form__submit:hover {
  background: transparent;
  border-color: rgba(182, 152, 111, 0.7);
  gap: 1rem;
}

.ce-form__success {
  padding: 2rem 1.5rem;
  border: 1px solid rgba(182, 152, 111, 0.35);
  background: rgba(182, 152, 111, 0.08);
  border-radius: 4px;
  text-align: center;
}

.ce-form__success p {
  margin: 0;
  color: #c9a97a;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}

/* override layout.css clone-contact__intro heading to drop ALL-CAPS */
.mrittik-contact-page .clone-contact__intro h2,
.mrittik-about-clone .clone-contact__intro h2 {
  text-transform: none;
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.mrittik-contact-page .clone-contact__intro .clone-kicker,
.mrittik-about-clone .clone-contact__intro .clone-kicker {
  display: inline-block;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .ce-form__row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ce-form__submit {
    align-self: stretch;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .cost-calculator-hero__title {
    font-size: 2.3rem;
  }

  .cost-calculator__progress-step {
    gap: 0.45rem;
  }

  .cost-calculator__progress-label {
    letter-spacing: 0.04em;
  }

  .cost-calculator__card {
    padding: 1.1rem;
  }

  .cost-calculator__option {
    min-height: 5.5rem;
    font-size: 1.05rem;
  }

  .cost-calculator__option--feature {
    min-height: 8.75rem;
  }

  .cost-calculator__option-copy {
    font-size: 0.9rem;
  }
}

/* ── Services page – Our Process (Horizontal scroll-driven timeline) ── */
.sv-process {
  /* height is set by JS based on runner overflow */
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    #161616;
  background-size: 18rem 100%, 18rem 100%, auto;
}

.sv-process__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 4rem 0 0;
}

.sv-process__head {
  padding: 0 clamp(1.5rem, 5vw, 5rem);
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}

.sv-process__heading {
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.sv-process__subtext {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  line-height: 1.65;
}

/* ── Horizontal timeline ── */
.sv-htimeline {
  flex: 1;
  position: relative;
  overflow: hidden;
  min-height: 0;
}

.sv-htimeline__runner {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 100%;
  will-change: transform;
}

.sv-htimeline__step {
  flex: 0 0 clamp(260px, 30vw, 420px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem clamp(1.25rem, 2.5vw, 2.5rem) 0;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.sv-htimeline__step:last-child {
  border-right: none;
}

.sv-htimeline__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2rem;
}

.sv-htimeline__dot-wrap {
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.sv-htimeline__dot {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: #161616;
  flex-shrink: 0;
  transition: border-color 0.4s ease, background 0.4s ease, box-shadow 0.4s ease;
}

.sv-htimeline__step.is-active .sv-htimeline__dot {
  border-color: #b6986f;
  background: #b6986f;
  box-shadow: 0 0 0 5px rgba(182, 152, 111, 0.15), 0 0 18px rgba(182, 152, 111, 0.22);
}

/* ── Horizontal connector line ── */
/* bottom: 1.25rem = half of dot-wrap height (2.5rem), centres the line on the dot */
.sv-htimeline__line {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.sv-htimeline__line-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: linear-gradient(90deg, #b6986f 0%, rgba(182, 152, 111, 0.45) 100%);
  transition: width 0.05s linear;
}

/* ── Footer: step counter + pip indicators ── */
.sv-htimeline__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 2.5vw, 2.5rem) 2rem;
  flex-shrink: 0;
}

.sv-htimeline__step-counter {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[data-htimeline-step-num] {
  color: #b6986f;
}

.sv-htimeline__step-total {
  color: rgba(255, 255, 255, 0.22);
}

.sv-htimeline__pips {
  display: flex;
  gap: 0.35rem;
  align-items: center;
}

.sv-htimeline__pip {
  width: 1.5rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1px;
  transition: background 0.35s ease, width 0.35s ease;
}

.sv-htimeline__pip.is-active {
  background: #b6986f;
  width: 2.25rem;
}

/* ── Step card typography (shared with old sv-timeline classes) ── */
.sv-htimeline__card .sv-timeline__num {
  display: block;
  color: #b6986f;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}

.sv-htimeline__card .sv-timeline__title {
  margin: 0 0 0.65rem;
  color: #fff;
  font-family: "Mona Sans", Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.sv-htimeline__card .sv-timeline__text {
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.72;
}

.sv-htimeline__card .sv-timeline__duration {
  display: inline-block;
  color: rgba(255, 255, 255, 0.35);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.22rem 0.65rem;
}

/* ── Mobile ── */
@media screen and (max-width: 767px) {
  .sv-process__sticky {
    padding-top: 3rem;
  }

  .sv-process__head {
    margin-bottom: 2rem;
  }

  .sv-htimeline__step {
    flex: 0 0 80vw;
  }

  .sv-htimeline__footer {
    padding-bottom: 1.5rem;
  }
}

