/* Willow polish overrides — stacked services, about, FAQ, gallery, quote */

/* Image labels removed visually. The photos should stand on their own. */
.sp-label,
.g-cap {
  display: none !important;
}

.sp-grid.is-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
}

.sp-grid.is-compact .sp-tile {
  min-height: clamp(220px, 24vw, 340px);
}

/* Stacked homepage services */
.svc-section {
  padding-top: clamp(76px, 7vw, 104px);
}

.svc-section .sec-head {
  margin-bottom: clamp(32px, 4vw, 50px);
}

.svc-stack {
  display: grid;
  gap: clamp(26px, 4vw, 52px);
}

.svc-row {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  padding: clamp(18px, 2.2vw, 30px);
  border: 1px solid var(--line);
  background: rgba(42, 36, 32, 0.34);
  border-radius: 6px;
}

.svc-row.alt .svc-row-media {
  order: 2;
}

.svc-row-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 4px;
  background: var(--charcoal-2);
}

.svc-row-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.92) saturate(0.98);
  transition: transform 0.9s cubic-bezier(.2,.7,.2,1), filter .4s;
}

.svc-row:nth-child(3) .svc-row-media img {
  object-position: center 78%;
}

.svc-row-media:hover img {
  transform: scale(1.035);
  filter: brightness(1.02) saturate(1.02);
}

.svc-row-copy h3 {
  margin-top: 12px;
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
}

.svc-row-copy p {
  margin-top: 18px;
  max-width: 58ch;
  color: var(--text-mute);
  font-size: clamp(1rem, 1.25vw, 1.12rem);
}

.svc-row-copy ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 22px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.svc-row-copy li {
  color: var(--stone);
  font-size: 0.92rem;
}

.svc-row-copy li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  transform: translateY(-1px);
  border-radius: 50%;
  background: var(--ember);
}

.svc-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  margin-top: 26px;
  font-family: var(--ff-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ember);
}

.svc-text-link .arrow {
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}

.svc-text-link:hover .arrow {
  transform: translateX(5px);
}

/* About section — premium editorial spread: full-width header, feature
   portrait, calm copy, thin-ruled values (no boxed cards). */
.about-section {
  background: #15110E;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.about-head {
  max-width: 60ch;
  margin-bottom: clamp(34px, 4.5vw, 58px);
  padding-bottom: clamp(26px, 3.5vw, 42px);
  border-bottom: 1px solid var(--line);
}

.about-title {
  margin-top: 16px;
  font-size: clamp(2.2rem, 4.2vw, 3.5rem);
  line-height: 1.04;
  max-width: 20ch;
}

.about-body {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(40px, 6vw, 92px);
  align-items: start;
}

.about-portrait {
  max-width: 400px;
}

.about-portrait img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 22%;
  border: 1px solid var(--line);
  border-radius: 5px;
  box-shadow: 0 42px 80px -52px rgba(0, 0, 0, 0.92);
}

.about-portrait figcaption {
  position: relative;
  margin-top: 16px;
  padding-left: 16px;
  font-family: var(--ff-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone-dim);
}

.about-portrait figcaption::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 5px;
  height: 0.9em;
  background: var(--jarrah);
}

.about-copy {
  padding-top: clamp(2px, 0.8vw, 10px);
}

.about-copy p {
  color: var(--text-mute);
  font-size: clamp(1.04rem, 1.25vw, 1.18rem);
  line-height: 1.66;
  max-width: 52ch;
}

.about-copy p + p {
  margin-top: 18px;
}

.about-values {
  list-style: none;
  margin-top: clamp(32px, 4vw, 52px);
}

.about-values li {
  display: grid;
  grid-template-columns: minmax(0, 8rem) 1fr;
  gap: clamp(20px, 3vw, 44px);
  align-items: baseline;
  padding: clamp(15px, 1.5vw, 20px) 0;
  border-top: 1px solid var(--line);
}

.about-values li:last-child {
  border-bottom: 1px solid var(--line);
}

.about-values .k {
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: var(--offwhite);
}

.about-values .v {
  color: var(--text-mute);
  font-size: 0.98rem;
  line-height: 1.5;
}

/* FAQ section */
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.faq-grid details {
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(42, 36, 32, 0.42);
  padding: 18px 20px;
}

.faq-grid summary {
  cursor: pointer;
  font-family: var(--ff-display);
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--offwhite);
  list-style: none;
}

.faq-grid summary::-webkit-details-marker {
  display: none;
}

.faq-grid summary::after {
  content: "+";
  float: right;
  color: var(--ember);
}

.faq-grid details[open] summary::after {
  content: "−";
}

.faq-grid p {
  margin-top: 14px;
  color: var(--text-mute);
  font-size: 0.95rem;
}

/* Quote form — smaller card, tighter fields, better deck crop behind it. */
.quote-final {
  min-height: auto;
  padding-block: clamp(50px, 6vw, 82px);
}

.quote-final .final-bg img {
  object-position: center 88%;
}

.quote-final .final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  gap: clamp(26px, 4.5vw, 60px);
  align-items: center;
}

.quote-copy h2 {
  max-width: 13ch;
}

.quote-form {
  justify-self: end;
  width: min(100%, 370px);
  display: grid;
  gap: 8px;
  padding: clamp(14px, 1.8vw, 20px);
  background: rgba(21, 17, 14, 0.76);
  border: 1px solid var(--line);
  border-radius: 6px;
  backdrop-filter: blur(8px);
}

.quote-form label {
  display: grid;
  gap: 4px;
  font-family: var(--ff-display);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone-mute);
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid rgba(236, 230, 220, 0.18);
  border-radius: 3px;
  background: rgba(32, 27, 24, 0.86);
  color: var(--offwhite);
  font: 500 0.82rem var(--ff-body);
  padding: 0.58rem 0.68rem;
}

.quote-form textarea {
  min-height: 76px;
  resize: vertical;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(180, 169, 150, 0.72);
}

.quote-form .btn {
  justify-content: center;
  width: 100%;
  margin-top: 2px;
  padding-block: 0.72rem;
  font-size: 0.82rem;
}

.quote-note {
  color: var(--stone-mute);
  font-size: 0.66rem;
  line-height: 1.4;
}

@media (max-width: 1000px) {
  .svc-row,
  .svc-row.alt {
    grid-template-columns: 1fr;
  }

  .svc-row.alt .svc-row-media {
    order: 0;
  }

  .about-body,
  .faq-grid,
  .quote-final .final-inner {
    grid-template-columns: 1fr;
  }

  .about-portrait {
    max-width: 340px;
  }

  .quote-form {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .svc-row-copy ul {
    grid-template-columns: 1fr;
  }
}
