/* Price list page. Reference document, not a conversion page: flat ivory,
   pine tables, no CTAs until the single line at the bottom. Generated
   markup — see scripts/buildPriceList.mjs in the calculator project. */

.price-list-page {
  --pl-pine: #060807;
  --pl-ivory: #F2EFE6;
  --pl-rust: #A84B29;
  --pl-rule: rgba(6, 8, 7, 0.24);
}

.pl-content {
  background: var(--pl-ivory);
  color: var(--pl-pine);
}

.pl-wrap {
  margin: 0 auto;
  max-width: 1080px;
  padding: clamp(28px, 4vw, 56px) clamp(20px, 5vw, 72px) clamp(56px, 7vw, 96px);
}

.pl-hero-copy {
  color: rgba(242, 239, 230, 0.85);
  font-family: var(--home-regular);
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 620px;
}

.pl-section {
  border-top: 1px solid var(--pl-rule);
  padding: clamp(36px, 4.5vw, 56px) 0 clamp(20px, 2.5vw, 32px);
}

.pl-section:first-of-type {
  border-top: 0;
  padding-top: clamp(12px, 1.5vw, 20px);
}

.pl-section__heading {
  align-items: baseline;
  display: flex;
  gap: 16px;
  margin-bottom: 14px;
}

.pl-section__heading .pricing-number {
  color: var(--pl-rust);
  font-family: var(--home-bold);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0;
}

.pl-section__heading h2 {
  color: var(--pl-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 0.98;
  margin: 0;
  text-transform: uppercase;
}

.pl-lede {
  color: var(--pl-pine);
  font-family: var(--home-regular);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.6;
  margin: 0 0 20px;
  max-width: 720px;
}

.pl-table-wrap {
  overflow-x: auto;
}

.pl-section table {
  border-collapse: collapse;
  min-width: 460px;
  width: 100%;
}

.pl-section th,
.pl-section td {
  border-bottom: 1px solid var(--pl-rule);
  font-family: var(--home-regular);
  font-size: 0.98rem;
  padding: 10px 14px 10px 0;
  text-align: left;
  vertical-align: top;
}

.pl-section thead th {
  color: var(--pl-pine);
  font-family: var(--home-bold);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pl-section tbody th {
  font-weight: 400;
}

.pl-section td {
  font-family: var(--home-bold);
  font-weight: 700;
  white-space: nowrap;
}

.pl-note {
  color: var(--pl-pine);
  font-family: var(--home-regular);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 14px 0 0;
  max-width: 720px;
}

.pl-note a {
  color: var(--pl-rust);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pl-exact {
  border-top: 2px solid var(--pl-pine);
  color: var(--pl-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  font-weight: 700;
  margin: clamp(40px, 5vw, 64px) 0 0;
  padding-top: 22px;
  text-transform: uppercase;
}

.pl-exact a {
  color: var(--pl-rust);
  text-decoration: none;
}

.pl-exact a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* ---- Print: a real share of this audience wants it on paper. Drop the
   chrome, keep the tables. ---- */
@media print {
  .home-header,
  .mobile-menu,
  .home-footer,
  .skip-link,
  .menu-toggle {
    display: none !important;
  }

  body.price-list-page,
  .pl-content {
    background: #fff !important;
    color: #000 !important;
  }

  .inner-hero.price-list-hero {
    background: #fff !important;
    color: #000 !important;
    padding: 0 0 12pt !important;
  }

  .inner-hero.price-list-hero h1,
  .pl-hero-copy,
  .inner-eyebrow {
    color: #000 !important;
  }

  .pl-wrap {
    max-width: none;
    padding: 0;
  }

  .pl-section {
    break-inside: avoid-page;
    padding: 14pt 0 8pt;
  }

  .pl-section th,
  .pl-section td {
    font-size: 10pt;
    padding: 4pt 8pt 4pt 0;
  }

  .pl-exact {
    border-top: 1pt solid #000;
  }

  .pl-exact a::after {
    content: " (ridgetraillandscaping.com)";
    font-size: 9pt;
  }
}

/* Seasonal Care is the one section without a table -- each visit is priced
   from the real property. Its scope is laid out as two blocks so it reads
   with the same structure as the tables around it. */

.pl-visits {
  display: grid;
  gap: clamp(24px, 3vw, 40px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pl-visit {
  border-top: 2px solid var(--pl-pine);
  padding-top: 14px;
}

.pl-visit__name {
  color: var(--pl-pine);
  font-family: var(--home-narrow);
  font-size: clamp(1.2rem, 1.6vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.pl-visit__name span {
  color: var(--pl-rust);
  display: block;
  font-family: var(--home-bold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  margin-top: 5px;
}

.pl-visit__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-visit__list li {
  border-bottom: 1px solid var(--pl-rule);
  color: var(--pl-pine);
  font-family: var(--home-regular);
  font-size: 0.98rem;
  padding: 8px 0;
}

@media (max-width: 840px) {
  .pl-visits {
    grid-template-columns: 1fr;
  }
}
