:root {
  --charcoal: #1f232d;
  --ink: #151820;
  --paper: #f8f7f2;
  --white: #ffffff;
  --orange: #f05a28;
  --orange-dark: #ba3b16;
  --gold: #f4b942;
  --sage: #5d7a67;
  --teal: #2f6f73;
  --line: #d8d4ca;
  --muted: #686e78;
  --shadow: 0 18px 50px rgba(21, 24, 32, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 10px 28px;
  background: rgba(31, 35, 45, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 260px;
  max-width: 48vw;
  overflow: hidden;
  border-radius: 4px;
  text-decoration: none;
}

.brand img {
  width: 100%;
  height: 46px;
  object-fit: cover;
  object-position: center;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-links a {
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 74svh;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/junk-removal-prineville-hero.png");
  background-position: center;
  background-size: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(21, 24, 32, 0.94) 0%, rgba(21, 24, 32, 0.75) 38%, rgba(21, 24, 32, 0.24) 74%),
    linear-gradient(0deg, rgba(21, 24, 32, 0.52), rgba(21, 24, 32, 0.08));
}

.hero-content {
  position: relative;
  z-index: 1;
  align-self: center;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 88px;
}

.kicker,
.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 12ch;
  font-size: clamp(2.8rem, 9vw, 5.5rem);
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-copy {
  width: min(590px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.18rem;
}

.hero-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hero-actions {
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.button.primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(240, 90, 40, 0.28);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--orange-dark);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.area-copy .button.secondary,
.quote-result .button.secondary {
  border-color: var(--teal);
  background: var(--teal);
  color: var(--white);
}

.button.ghost {
  border-color: var(--line);
  background: var(--white);
  color: var(--ink);
}

.service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.service-points li {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.section-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.quote-band,
.area-section {
  padding: 78px 0;
}

.quote-band {
  background: var(--white);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: 42px;
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 104px;
}

.section-intro h2,
.section-heading h2,
.area-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: 2.25rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.section-intro p,
.area-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.quote-note {
  margin-top: 22px;
  padding: 16px;
  border-left: 5px solid var(--orange);
  background: #fff2ea;
  color: #6a321d;
  font-weight: 800;
}

.quote-form,
.quote-result {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fcfbf7;
  box-shadow: var(--shadow);
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

label,
fieldset {
  min-width: 0;
}

label span,
legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8c2b7;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
}

input,
select {
  padding: 10px 12px;
}

input[type="file"] {
  padding: 9px;
}

textarea {
  display: block;
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.16);
  outline: none;
}

fieldset {
  margin: 18px 0;
  padding: 0;
  border: 0;
}

.segmented,
.checkbox-grid {
  display: grid;
  gap: 10px;
}

.segmented {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.segmented label {
  cursor: pointer;
  position: relative;
}

.segmented input {
  position: absolute;
  width: 1px;
  min-width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
  pointer-events: none;
}

.segmented span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin: 0;
  padding: 10px;
  border: 1px solid #c8c2b7;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  text-align: center;
}

.segmented input:checked + span {
  border-color: var(--orange);
  background: #fff2ea;
  color: var(--orange-dark);
}

.segmented input:focus-visible + span {
  box-shadow: 0 0 0 3px rgba(240, 90, 40, 0.16);
}

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

.checkbox-grid label {
  display: flex;
  align-items: center;
  min-height: 44px;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid #d9d4ca;
  border-radius: 4px;
  background: var(--white);
  font-weight: 800;
}

.checkbox-grid input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: var(--orange);
}

.form-actions {
  margin-top: 18px;
}

.photo-field {
  display: block;
  margin-top: 18px;
}

.photo-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.photo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 9px 10px;
  border: 1px solid #d9d4ca;
  border-radius: 4px;
  background: var(--white);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 800;
}

.photo-item small {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 0.82rem;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--teal);
  font-weight: 900;
}

.result-wrap {
  margin-top: 26px;
}

.quote-result {
  display: grid;
  gap: 18px;
}

.quote-result-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.quote-result h3 {
  margin: 0;
  font-size: 1.45rem;
}

.quote-result-header p:not(.eyebrow) {
  margin: 8px 0 0;
  color: var(--muted);
}

.send-note {
  padding: 14px 16px;
  border-left: 5px solid var(--orange);
  border-radius: 4px;
  background: #fff2ea;
  color: #6a321d;
}

.send-note span {
  font-weight: 800;
}

.quote-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.quote-detail {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.quote-detail dt {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quote-detail dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.quote-detail.full {
  grid-column: 1 / -1;
}

.message-preview {
  border: 1px solid var(--line);
  border-radius: 4px;
  background: var(--white);
}

.message-preview summary {
  min-height: 46px;
  padding: 12px 14px;
  cursor: pointer;
  color: var(--teal);
  font-weight: 900;
}

.message-preview pre {
  overflow: auto;
  max-height: 360px;
  margin: 0;
  padding: 16px;
  border-top: 1px solid var(--line);
  border-radius: 4px;
  background: var(--charcoal);
  color: var(--white);
  white-space: pre-wrap;
  word-break: break-word;
}

.services-section,
.process-section {
  padding: 78px 0;
}

.services-section {
  background: #eef2ed;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.section-heading .eyebrow {
  margin-bottom: 8px;
  color: var(--orange-dark);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 210px;
  padding: 22px;
  border: 1px solid #cdd8ce;
  border-radius: 8px;
  background: var(--white);
}

.service-card h3 {
  margin: 0 0 10px;
  color: var(--charcoal);
  font-size: 1.18rem;
}

.service-card p {
  margin: 0;
  color: var(--muted);
}

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 40px;
  align-items: center;
}

.map-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.map-panel iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.map-link {
  display: block;
  padding: 13px 16px;
  border-top: 1px solid var(--line);
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.map-link:hover,
.map-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.area-copy .eyebrow {
  color: var(--orange-dark);
}

.area-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding-left: 18px;
  border-left: 4px solid var(--sage);
  color: var(--ink);
  font-weight: 800;
}

.process-section {
  background: var(--charcoal);
  color: var(--white);
}

.faq-section {
  padding: 78px 0;
  background: #fcfbf7;
}

.faq-section .section-heading {
  display: block;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  min-height: 58px;
  padding: 16px 18px;
  cursor: pointer;
  color: var(--ink);
  font-size: 1.05rem;
  font-weight: 900;
}

.faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--muted);
}

.process-section .section-heading h2 {
  color: var(--white);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.process-list span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}

.process-list strong {
  display: block;
  font-size: 1.15rem;
}

.process-list p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer {
  padding: 34px 20px;
  background: #151820;
  color: var(--white);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, 100%);
  margin: 0 auto;
  gap: 20px;
}

.footer-inner img {
  width: 260px;
  height: 78px;
  object-fit: contain;
  background: var(--charcoal);
  border-radius: 4px;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 900px) {
  .site-header {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .brand {
    width: 100%;
    max-width: 360px;
  }

  .nav-links {
    justify-content: space-between;
  }

  .nav-links a {
    flex: 1;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
  }

  .hero {
    min-height: 70svh;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(21, 24, 32, 0.94) 0%, rgba(21, 24, 32, 0.72) 58%, rgba(21, 24, 32, 0.32) 100%),
      linear-gradient(0deg, rgba(21, 24, 32, 0.52), rgba(21, 24, 32, 0.12));
  }

  .quote-layout,
  .area-layout {
    grid-template-columns: 1fr;
  }

  .section-intro {
    position: static;
  }

  .service-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 10px 14px;
  }

  .brand img {
    height: 42px;
  }

  .nav-links {
    gap: 4px;
  }

  .nav-links a {
    min-height: 36px;
    font-size: 0.82rem;
  }

  .hero-content {
    width: min(100% - 28px, 760px);
    padding: 54px 0 58px;
  }

  .hero h1 {
    font-size: 3rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .button {
    width: 100%;
  }

  .section-inner {
    width: min(100% - 28px, 1120px);
  }

  .quote-band,
  .services-section,
  .area-section,
  .faq-section,
  .process-section {
    padding: 56px 0;
  }

  .section-intro h2,
  .section-heading h2,
  .area-copy h2 {
    font-size: 1.85rem;
  }

  .quote-form,
  .quote-result {
    padding: 18px;
  }

  .field-grid,
  .segmented,
  .checkbox-grid,
  .quote-detail-grid,
  .service-grid,
  .process-list {
    grid-template-columns: 1fr;
  }

  .map-panel iframe {
    height: 330px;
  }

  .section-heading,
  .footer-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-inner img {
    width: 100%;
    max-width: 330px;
  }
}
