/* Custom Painting / Commissioned Art */

.htha-custom-hero {
  padding: var(--htha-space-24) 0 var(--htha-space-48);
}

.htha-custom-hero__grid {
  display: grid;
  gap: var(--htha-space-32);
  align-items: center;
}

.htha-custom-hero--split .htha-custom-hero__grid {
  grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
}

.htha-custom-hero h1 {
  font-size: clamp(40px, 5vw, 56px);
  margin: 0 0 var(--htha-space-16);
}

.htha-custom-hero__intro {
  font-size: 17px;
  line-height: 1.7;
  max-width: 38em;
  margin: 0 0 var(--htha-space-24);
}

.htha-custom-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 var(--htha-space-16);
}

.htha-custom-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  font-size: 13px;
  color: var(--htha-text-muted);
}

.htha-custom-hero__media {
  overflow: hidden;
  background: #ece6dd;
  aspect-ratio: 4 / 3;
}

.htha-custom-hero__media img,
.htha-custom-source__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.htha-custom-section {
  padding: var(--htha-space-96) 0;
}

.htha-custom-section--warm {
  background: #f7f3ed;
}

.htha-custom-section--tint {
  background: #f0ebe4;
}

.htha-custom-section__cta {
  margin: var(--htha-space-32) 0 0;
}

.htha-custom-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--htha-space-24);
  margin-top: var(--htha-space-32);
}

.htha-custom-options__item h3 {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.8vw, 22px);
}

.htha-custom-options__item p:last-child {
  margin: 0;
  line-height: 1.6;
  color: var(--htha-text-muted);
  font-size: 15px;
}

.htha-custom-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--htha-space-24);
  margin-top: var(--htha-space-32);
}

.htha-custom-paths__num {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--htha-text-muted);
  margin-bottom: 8px;
}

.htha-custom-paths__item h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.htha-custom-paths__item > p {
  margin: 0 0 16px;
  line-height: 1.6;
  color: var(--htha-text-muted);
}

.htha-custom-process {
  list-style: none;
  margin: var(--htha-space-32) 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--htha-space-24) var(--htha-space-32);
}

.htha-custom-process__num {
  display: block;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--htha-text-muted);
  margin-bottom: 8px;
}

.htha-custom-process h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.htha-custom-process p {
  margin: 0;
  line-height: 1.6;
  color: var(--htha-text-muted);
  font-size: 15px;
}

.htha-custom-req {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--htha-space-48);
  align-items: start;
}

.htha-custom-checklist {
  list-style: none;
  margin: var(--htha-space-24) 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.htha-custom-checklist li {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.5;
}

.htha-custom-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border: 1.5px solid currentColor;
  opacity: 0.45;
}

.htha-custom-req__note {
  padding: var(--htha-space-24);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.htha-custom-diagram {
  position: relative;
  height: 160px;
  margin-bottom: 16px;
  background: #f4efe8;
}

.htha-custom-diagram__wall {
  position: absolute;
  inset: 18px 18px 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #faf7f2;
}

.htha-custom-diagram__art {
  position: absolute;
  left: 34%;
  right: 34%;
  top: 28px;
  height: 52px;
  background: #cfc5b6;
}

.htha-custom-diagram__sofa {
  position: absolute;
  left: 24%;
  right: 24%;
  bottom: 18px;
  height: 18px;
  background: #b7aea1;
}

.htha-custom-req__note p {
  margin: 0;
  font-size: 14px;
  color: var(--htha-text-muted);
  line-height: 1.5;
}

.htha-custom-pricing,
.htha-custom-review {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--htha-space-24);
  margin-top: var(--htha-space-32);
}

.htha-custom-pricing__item h3,
.htha-custom-review__item h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.htha-custom-pricing__item p,
.htha-custom-review__item p {
  margin: 0;
  line-height: 1.6;
  color: var(--htha-text-muted);
  font-size: 15px;
}

.htha-custom-source {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  align-items: center;
  margin: 0 0 var(--htha-space-32);
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.htha-custom-source__media {
  overflow: hidden;
  aspect-ratio: 1;
  background: #ece6dd;
}

.htha-custom-source__copy h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.htha-custom-source__copy p {
  margin: 0;
}

.htha-custom-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px;
}

.htha-custom-confidence {
  padding: var(--htha-space-48) 0;
  background: #f7f3ed;
}

@media (max-width: 960px) {
  .htha-custom-hero--split .htha-custom-hero__grid,
  .htha-custom-req {
    grid-template-columns: 1fr;
  }

  .htha-custom-options,
  .htha-custom-paths,
  .htha-custom-process,
  .htha-custom-pricing,
  .htha-custom-review {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .htha-custom-options,
  .htha-custom-paths,
  .htha-custom-process,
  .htha-custom-pricing,
  .htha-custom-review,
  .htha-custom-form__grid {
    grid-template-columns: 1fr;
  }

  .htha-custom-section {
    padding: var(--htha-space-64) 0;
  }

  .htha-custom-source {
    grid-template-columns: 72px 1fr;
  }
}
