.media-wall .media-tile:nth-child(n+6) { grid-column: span 4; min-height: 320px; }
.video-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-photo-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-top: 18px; }
.service-photo-strip img { width: 100%; min-height: 240px; height: 100%; object-fit: cover; border-radius: 18px; background: #d6cfc3; }

.address-field { position: relative; }
.address-field > input { position: relative; z-index: 2; }
.address-results { position: absolute; z-index: 300; top: calc(100% + 8px); left: 0; right: 0; overflow-y: auto; max-height: 360px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 20px 55px rgba(16,16,15,.24); }
.address-results[hidden] { display: none; }
.address-result { display: block; width: 100%; padding: 16px; border: 0; border-bottom: 1px solid var(--line); background: #fff; text-align: left; cursor: pointer; }
.address-result:last-child { border-bottom: 0; }
.address-result:hover,.address-result.active { background: #f4ecdc; }
.address-result strong,.address-result span { display: block; }
.address-result strong { font-size: 1rem; }
.address-result span { margin-top: 3px; color: var(--muted); font-size: .88rem; }
.address-tools { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin: 8px 0 4px; }
.field-action { border: 1px solid var(--line); border-radius: 999px; padding: 10px 15px; background: transparent; font-weight: 850; cursor: pointer; }
.field-action:hover { border-color: var(--accent); color: var(--accent-dark); }
.field-action:disabled { cursor: wait; opacity: .6; }
.address-status { color: var(--muted); }

.contact-grid-wide > * { min-width: 0; }
.contact-list a { max-width: 100%; overflow-wrap: anywhere; word-break: break-word; }

.form .file-input-native { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); clip-path: inset(50%); white-space: nowrap; border: 0; }
.photo-picker { display: grid; place-items: center; min-height: 132px; padding: 24px; border: 2px dashed rgba(16,16,15,.24); border-radius: 18px; background: #fbfaf7; text-align: center; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
.photo-picker:hover,.photo-picker.has-files { border-color: var(--accent); background: #fbf5e9; }
.photo-picker:hover { transform: translateY(-1px); }
.photo-picker strong { font-size: 1.08rem; }
.photo-picker span { margin-top: 5px; color: var(--muted); font-size: .9rem; }
.photo-selection { color: var(--muted); }

@media (max-width:1100px) { .video-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:980px) { .service-photo-strip { grid-template-columns: repeat(2,minmax(0,1fr)); } .media-wall .media-tile:nth-child(n+6) { grid-column: span 6; } }
@media (max-width:680px) {
  .video-grid { grid-template-columns: 1fr; }
  .service-photo-strip { grid-template-columns: 1fr; }
  .service-photo-strip img { min-height: 300px; }
  .media-wall .media-tile:nth-child(n+6) { grid-column: auto; min-height: 320px; }
  .address-tools { align-items: flex-start; flex-direction: column; }
  .field-action { width: 100%; min-height: 48px; }
  .address-results { position: fixed; left: 14px; right: 14px; top: 22%; max-height: 52vh; border-radius: 20px; }
  .address-result { padding: 18px 16px; }
  .photo-picker { min-height: 118px; padding: 22px 16px; }
}

.intake-notice {
  display: grid;
  gap: 6px;
  margin-bottom: 12px;
  padding: 18px 20px;
  border-left: 4px solid var(--accent);
  background: #f7f0e2;
}
.intake-notice strong {
  font-size: .76rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.intake-notice p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}
.form-status.ready { color: #75561e; }
.estimate-review {
  display: grid;
  gap: 28px;
  margin-top: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(212,166,78,.55);
  background: #15140f;
  color: var(--white);
  outline: none;
}
.estimate-review[hidden] { display: none; }
.estimate-review-heading {
  display: grid;
  gap: 10px;
}
.estimate-review-heading .kicker { margin: 0; }
.estimate-review-heading h3 {
  margin: 0;
  max-width: 720px;
  font: 600 clamp(2rem, 4vw, 3.35rem)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
}
.estimate-review-heading p,
.transfer-note {
  margin: 0;
  max-width: 760px;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
}
.estimate-review-details {
  display: grid;
  grid-template-columns: minmax(130px,.42fr) minmax(0,1fr);
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.estimate-review-details dt,
.estimate-review-details dd {
  margin: 0;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.estimate-review-details dt {
  padding-right: 18px;
  color: rgba(255,255,255,.56);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.estimate-review-details dd {
  color: var(--white);
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.estimate-review-files h4 {
  margin: 0 0 10px;
  color: rgba(255,255,255,.56);
  font-size: .69rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.estimate-review-files ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255,255,255,.84);
  font-size: .9rem;
  overflow-wrap: anywhere;
}
.estimate-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.estimate-review-actions .btn {
  border-color: rgba(255,255,255,.36);
  color: var(--white);
}
.estimate-review-actions .btn.primary {
  border-color: var(--accent);
  color: var(--ink);
}
.estimate-review-actions button { cursor: pointer; }
.estimate-review:focus-visible {
  box-shadow: 0 0 0 3px var(--paper), 0 0 0 6px var(--accent);
}
.transfer-note { font-size: .82rem; }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width:680px) {
  .intake-notice { padding: 16px; }
  .estimate-review-details { grid-template-columns: 1fr; }
  .estimate-review-details dt {
    padding: 13px 0 4px;
    border-bottom: 0;
  }
  .estimate-review-details dd { padding: 0 0 13px; }
  .estimate-review-actions { display: grid; }
  .estimate-review-actions .btn { width: 100%; }
}
