/* About page: trust sections + solid review/trust pills (no glass) */

.ehd-about-trust {
  padding: 1.25rem 0 0.5rem;
  background: var(--ehd-paper, #f7f4ef);
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
}

.ehd-about-trust__note {
  margin: 0.85rem 0 1.25rem;
  font-size: 0.82rem;
  color: var(--ehd-mute, rgba(13, 13, 13, 0.68));
  max-width: 40rem;
}

.ehd-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: stretch;
}

.ehd-trust-pills--compact {
  justify-content: flex-end;
}

.ehd-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem 0.55rem 0.55rem;
  border-radius: 2px;
  text-decoration: none !important;
  border: 1px solid transparent;
  box-shadow: none;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  background-image: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  max-width: 100%;
  color: inherit;
}

.ehd-pill:hover,
.ehd-pill:focus-visible {
  transform: translateY(-1px);
  outline: none;
  text-decoration: none !important;
}

.ehd-pill__mark {
  flex: 0 0 auto;
  width: 2.15rem;
  height: 2.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  font-weight: 700;
  font-size: 0.95rem;
}

.ehd-pill__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
  line-height: 1.15;
  gap: 0.12rem;
}

.ehd-pill__stars {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: #e8b923;
  line-height: 1;
}

.ehd-pill__label {
  font-family: var(--ehd-sans, "Outfit", system-ui, sans-serif);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.ehd-pill__sub {
  font-size: 0.68rem;
  opacity: 0.78;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11.5rem;
}

.ehd-pill__cta {
  margin-left: 0.35rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
  white-space: nowrap;
}

/* Solid Google pill: paper fill, ink border, real Google mark colors */
.ehd-pill--google {
  background: #fff;
  border-color: #dadce0;
  color: #202124;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.18);
}

.ehd-pill--google:hover,
.ehd-pill--google:focus-visible {
  border-color: #c4a574;
  box-shadow: 0 4px 14px rgba(13, 13, 13, 0.12);
  color: #202124;
}

.ehd-pill--google .ehd-pill__mark {
  background: #fff;
  border: 1px solid #dadce0;
}

/* Solid Instagram: ink */
.ehd-pill--ig {
  background: #0d0d0d;
  border-color: #0d0d0d;
  color: #f7f4ef;
}

.ehd-pill--ig:hover,
.ehd-pill--ig:focus-visible {
  background: #1a1a1a;
  color: #f7f4ef;
  box-shadow: 0 4px 14px rgba(13, 13, 13, 0.22);
}

.ehd-pill--ig .ehd-pill__mark {
  background: #f7f4ef;
  color: #0d0d0d;
}

.ehd-pill--ig .ehd-pill__sub,
.ehd-pill--ig .ehd-pill__cta {
  color: rgba(247, 244, 239, 0.72);
  opacity: 1;
}

/* Solid WhatsApp green */
.ehd-pill--wa {
  background: #128c7e;
  border-color: #128c7e;
  color: #fff;
}

.ehd-pill--wa:hover,
.ehd-pill--wa:focus-visible {
  background: #0f7a6e;
  color: #fff;
  box-shadow: 0 4px 14px rgba(18, 140, 126, 0.35);
}

.ehd-pill--wa .ehd-pill__mark {
  background: #25d366;
  color: #fff;
}

.ehd-pill--wa .ehd-pill__sub,
.ehd-pill--wa .ehd-pill__cta {
  color: rgba(255, 255, 255, 0.85);
  opacity: 1;
}

/* Solid champagne showroom */
.ehd-pill--showroom {
  background: #c4a574;
  border-color: #c4a574;
  color: #0d0d0d;
}

.ehd-pill--showroom:hover,
.ehd-pill--showroom:focus-visible {
  background: #a8844f;
  border-color: #a8844f;
  color: #fff;
  box-shadow: 0 4px 14px rgba(168, 132, 79, 0.35);
}

.ehd-pill--showroom .ehd-pill__mark {
  background: #0d0d0d;
  color: #c4a574;
}

.ehd-pill--showroom:hover .ehd-pill__mark,
.ehd-pill--showroom:focus-visible .ehd-pill__mark {
  background: #fff;
  color: #0d0d0d;
}

.ehd-pill--sm {
  padding: 0.4rem 0.7rem 0.4rem 0.4rem;
}

.ehd-pill--sm .ehd-pill__mark {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.85rem;
}

.ehd-pill--sm .ehd-pill__sub,
.ehd-pill--sm .ehd-pill__cta {
  display: none;
}

/* Story + facts */
.ehd-about-story,
.ehd-about-promise,
.ehd-about-split,
.ehd-about-showroom,
.ehd-about-proof,
.ehd-about-process,
.ehd-about-cta {
  padding-top: clamp(3rem, 6vw, 4.5rem);
  padding-bottom: clamp(3rem, 6vw, 4.5rem);
}

.ehd-about-photo {
  display: block;
  border-radius: 2px;
}

.ehd-about-photo--wide {
  aspect-ratio: 16 / 10;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.ehd-about-facts {
  display: grid;
  gap: 0.75rem;
  margin: 1.35rem 0 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(196, 165, 116, 0.45);
  border-bottom: 1px solid rgba(196, 165, 116, 0.45);
}

.ehd-about-facts > div {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.92rem;
}

.ehd-about-facts strong {
  font-family: var(--ehd-sans, "Outfit", system-ui, sans-serif);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ehd-champagne-deep, #a8844f);
  font-weight: 600;
  padding-top: 0.15rem;
}

.ehd-about-lead {
  color: inherit;
  opacity: 0.82;
  max-width: 36rem;
}

.ehd-about-process.section-dark {
  position: relative;
  overflow: hidden;
  /* Warmer charcoal, not void black */
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(196, 165, 116, 0.14), transparent 55%),
    radial-gradient(700px 380px at 88% 100%, rgba(247, 244, 239, 0.06), transparent 50%),
    linear-gradient(180deg, #2a2621 0%, #221f1b 55%, #1c1a17 100%) !important;
}

.ehd-process-particles,
.ehd-progress-particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.85;
}

.ehd-about-process__inner {
  position: relative;
  z-index: 1;
}

.ehd-about-process .subtitle {
  color: var(--ehd-champagne) !important;
}

.ehd-about-process .text-center h2,
.ehd-about-process h2 {
  color: #f7f4ef !important;
  max-width: 22ch;
  margin-inline: auto;
}

.ehd-about-process .ehd-about-lead {
  color: rgba(247, 244, 239, 0.78) !important;
  opacity: 1;
}

.ehd-process-wrap {
  position: relative;
  --ehd-process-progress: 0;
  --ehd-process-steps: 4;
}

.ehd-process__rail {
  display: none;
  pointer-events: none;
}

@media (min-width: 1100px) {
  .ehd-process-wrap {
    padding-top: 1.35rem;
  }

  .ehd-process__rail {
    display: block;
    position: absolute;
    top: 0.35rem;
    left: 4%;
    right: 4%;
    height: 2px;
    z-index: 0;
  }

  .ehd-process__rail-track {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(247, 244, 239, 0.14);
    border-radius: 2px;
  }

  .ehd-process__rail-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(var(--ehd-process-progress) * 100%);
    background: linear-gradient(90deg, rgba(196, 165, 116, 0.35), var(--ehd-champagne, #c4a574));
    border-radius: 2px;
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.ehd-process {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  counter-reset: none;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .ehd-process {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1100px) {
  .ehd-process {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem;
  }
}

.ehd-process__step {
  position: relative;
  background: rgba(40, 37, 33, 0.92);
  border: 1px solid rgba(196, 165, 116, 0.22);
  border-radius: 2px;
  padding: 1.25rem 1.15rem 1.35rem;
  outline: none;
  cursor: default;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-process__step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(196, 165, 116, 0.2);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-process__num {
  display: block;
  font-family: var(--ehd-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ehd-champagne, #c4a574);
  margin-bottom: 0.65rem;
  letter-spacing: -0.03em;
  transition: color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-process__step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.45rem;
  color: #f7f4ef;
  text-transform: none !important;
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
}

.ehd-process__step p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(247, 244, 239, 0.72);
  line-height: 1.5;
}

/* Completed steps along the path */
.ehd-process__step.is-done {
  border-color: rgba(196, 165, 116, 0.4);
  background: rgba(48, 44, 38, 0.96);
}

.ehd-process__step.is-done::before {
  transform: scaleY(1);
  background: var(--ehd-champagne, #c4a574);
}

.ehd-process__step.is-done .ehd-process__num {
  color: #e0c89a;
}

/* Active / hovered step */
.ehd-process__step.is-active {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(196, 165, 116, 0.72);
  background: rgba(55, 50, 43, 0.98);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.ehd-process__step.is-active::before {
  transform: scaleY(1);
  background: #f0d7a8;
}

.ehd-process__step.is-active .ehd-process__num {
  color: #f0d7a8;
  transform: translate3d(0, -1px, 0);
}

.ehd-process__step.is-active h3 {
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .ehd-process__step:hover {
    cursor: pointer;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ehd-process-particles,
  .ehd-progress-particles {
    display: none !important;
  }

  .ehd-process__step,
  .ehd-process__step::before,
  .ehd-process__num,
  .ehd-process__rail-fill,
  .ehd-promise,
  .ehd-promise::before,
  .ehd-promise__num {
    transition: none !important;
  }

  .ehd-process__step.is-active,
  .ehd-promise.is-active {
    transform: none;
    box-shadow: none;
  }
}

.ehd-about-promise {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 88% -10%, rgba(196, 165, 116, 0.16), transparent 55%),
    radial-gradient(700px 360px at 8% 100%, rgba(196, 165, 116, 0.08), transparent 50%),
    linear-gradient(180deg, #faf7f2 0%, #f3efe8 100%);
  padding-top: clamp(3.5rem, 6vw, 5rem);
  padding-bottom: clamp(3.5rem, 6vw, 5rem);
}

.ehd-about-promise__inner {
  position: relative;
  z-index: 1;
}

.ehd-about-promise__kicker {
  display: inline-block;
  font-family: var(--ehd-display) !important;
  font-weight: 800 !important;
  font-size: clamp(1.15rem, 2.4vw, 1.65rem) !important;
  letter-spacing: -0.035em !important;
  text-transform: none !important;
  line-height: 1.1;
  color: var(--ehd-champagne-deep, #a8844f) !important;
  margin-bottom: 0.65rem;
  position: relative;
  padding-bottom: 0.45rem;
}

.ehd-about-promise__kicker::after {
  content: "";
  display: block;
  width: 3.25rem;
  height: 3px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, var(--ehd-champagne, #c4a574), rgba(196, 165, 116, 0.15));
  border-radius: 2px;
}

.ehd-about-promise h2 {
  color: var(--ehd-ink, #0d0d0d) !important;
  max-width: 18ch;
}

.ehd-promise-wrap {
  position: relative;
  --ehd-process-progress: 0;
  --ehd-process-steps: 4;
}

@media (min-width: 992px) {
  .ehd-promise-wrap {
    padding-top: 1.35rem;
  }

  .ehd-promise__rail {
    display: block;
    position: absolute;
    top: 0.35rem;
    left: 3%;
    right: 3%;
    height: 2px;
    z-index: 0;
  }

  .ehd-promise__rail .ehd-process__rail-track {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(13, 13, 13, 0.1);
    border-radius: 2px;
  }

  .ehd-promise__rail .ehd-process__rail-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(var(--ehd-process-progress) * 100%);
    background: linear-gradient(90deg, rgba(196, 165, 116, 0.45), var(--ehd-champagne, #c4a574));
    border-radius: 2px;
    transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.ehd-promise-grid {
  position: relative;
  z-index: 1;
}

.ehd-promise {
  position: relative;
  height: 100%;
  padding: 1.35rem 1.2rem 1.45rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-top: 3px solid rgba(196, 165, 116, 0.55);
  border-radius: 2px;
  outline: none;
  cursor: default;
  transform: translate3d(0, 0, 0);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-promise::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(196, 165, 116, 0.25);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-promise__num {
  display: block;
  font-family: var(--ehd-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
  color: var(--ehd-champagne-deep, #a8844f);
  margin-bottom: 0.45rem;
  transition: color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ehd-promise h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-transform: none !important;
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
  color: var(--ehd-ink, #0d0d0d);
}

.ehd-promise p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--ehd-mute, rgba(13, 13, 13, 0.68));
}

.ehd-promise.is-done {
  border-color: rgba(196, 165, 116, 0.35);
  border-top-color: var(--ehd-champagne, #c4a574);
  background: #fff;
}

.ehd-promise.is-done::before {
  transform: scaleY(1);
  background: var(--ehd-champagne, #c4a574);
}

.ehd-promise.is-done .ehd-promise__num {
  color: #8a6d3f;
}

.ehd-promise.is-active {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(196, 165, 116, 0.55);
  border-top-color: #a8844f;
  background: #fff;
  box-shadow: 0 14px 28px rgba(13, 13, 13, 0.1);
}

.ehd-promise.is-active::before {
  transform: scaleY(1);
  background: #a8844f;
}

.ehd-promise.is-active .ehd-promise__num {
  color: #7a5f35;
  transform: translate3d(0, -1px, 0);
}

@media (hover: hover) and (pointer: fine) {
  .ehd-promise:hover {
    cursor: pointer;
  }
}

.ehd-split-card {
  height: 100%;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 2px;
  overflow: hidden;
}

.ehd-split-card__img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  display: block;
}

.ehd-split-card__body {
  padding: 1.35rem 1.25rem 1.5rem;
}

.ehd-split-card__body h3 {
  margin-bottom: 0.45rem;
}

.ehd-about-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.ehd-about-list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.15rem;
  border-bottom: 1px solid rgba(13, 13, 13, 0.08);
  font-size: 0.95rem;
}

.ehd-about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95rem;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--ehd-champagne, #c4a574);
  border-radius: 1px;
}

.ehd-about-mosaic {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.65rem;
  min-height: 280px;
}

.ehd-about-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.ehd-about-mosaic img:first-child {
  grid-row: 1 / span 2;
  min-height: 280px;
}

.ehd-about-thumb {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}

.ehd-about-cta.section-dark {
  background: #0d0d0d !important;
  border-top: 1px solid rgba(196, 165, 116, 0.25);
}

.ehd-about-cta .subtitle {
  color: var(--ehd-champagne) !important;
}

.ehd-about-cta .btn-line {
  border-color: rgba(247, 244, 239, 0.55) !important;
  color: #f7f4ef !important;
}

.ehd-about-cta .btn-line:hover {
  background: #f7f4ef !important;
  color: #0d0d0d !important;
}

.ehd-about-cta .btn-line:hover {
  background: #f7f4ef !important;
  color: #0d0d0d !important;
}

/* Premium side plates (quote / about) */
.ehd-side-plate {
  margin: 0 0 1.25rem;
}

.ehd-side-plate__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 2px;
  background: var(--ehd-stone, #e8e2d8);
}

.ehd-side-plate__cap {
  margin-top: 0.65rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  color: var(--ehd-mute, rgba(13, 13, 13, 0.68));
}

@media (max-width: 991px) {
  .ehd-trust-pills--compact {
    justify-content: flex-start;
  }

  .ehd-about-facts > div {
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}

@media (max-width: 575px) {
  .ehd-pill__sub {
    max-width: 9.5rem;
  }

  .ehd-pill__cta {
    display: none;
  }
}
