/* ===== PRICE LANDING PAGES — solid editorial language ===== */

.price-hero {
  background:
    linear-gradient(180deg, var(--bg-light) 0%, var(--teal-light) 55%, var(--teal-light) 100%);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
  padding: 36px 0 40px;
  position: relative;
  overflow: hidden;
}

.price-hero::after { display: none; }

.price-hero .container { position: relative; z-index: 1; }

.price-hero .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--text-secondary, #8A847A);
  margin-bottom: 16px;
}

.price-hero .breadcrumbs a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: none;
}

.price-hero .breadcrumbs a:hover { text-decoration: underline; }

.price-hero .breadcrumbs span { margin: 0; color: inherit; }

.price-eyebrow {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
}

.price-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--dark);
  max-width: 900px;
}

.price-hero .back-link {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--teal);
  text-decoration: none;
}

.price-hero .back-link:hover { text-decoration: underline; }

.price-intro {
  margin: 0 0 20px;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text-secondary, #8A847A);
}

.price-tag {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--text-secondary, #8A847A);
}

.price-tag span {
  display: inline-block;
  margin-left: 6px;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

.price-tag--request span {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-secondary, #8A847A);
}

.price-cta {
  display: inline-flex;
  margin-bottom: 8px;
}

.price-content {
  margin: 28px 0 0;
  max-width: 760px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--dark);
  padding-top: 24px;
  border-top: 1px solid rgba(103, 100, 88, 0.14);
}

.price-content-title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--dark);
}

.price-content p { margin: 0 0 12px; }
.price-content p:last-child { margin-bottom: 0; }
.price-content a { color: var(--teal); text-decoration: underline; }

/* ===== LAYOUT with optional TOC ===== */
.price-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 72px;
  align-items: start;
}

.price-layout--with-toc {
  grid-template-columns: minmax(0, 1fr) minmax(200px, 240px);
}

.price-main { min-width: 0; }

.price-toc {
  position: sticky;
  top: 96px;
  background: var(--white);
  border: 1px solid rgba(103, 100, 88, 0.18);
  border-radius: 4px;
  padding: 20px 18px;
  box-shadow: none;
}

.price-toc .price-eyebrow { margin-bottom: 10px; }

.price-toc h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--dark);
}

.price-toc-nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(103, 100, 88, 0.14);
}

.price-toc-nav a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--dark);
  text-decoration: none;
}

.price-toc-nav a:hover { color: var(--teal); }

/* ===== GROUPS / TABLE ===== */
.price-groups {
  padding: 0;
  background: transparent;
}

.price-section-head {
  margin-bottom: 28px;
}

.price-section-head .section-title {
  margin: 0;
  text-align: left;
  font-size: clamp(24px, 3vw, 30px);
  letter-spacing: -0.02em;
}

.price-group {
  margin-bottom: 40px;
  scroll-margin-top: 110px;
}

.price-group-title {
  margin: 0 0 8px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--dark);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
}

.price-group-title a {
  color: inherit;
  text-decoration: none;
}

.price-group-title a:hover { color: var(--teal); }

.price-group-desc {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-secondary, #8A847A);
}

.price-table {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.12);
}

.price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: baseline;
  padding: 16px 4px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  color: var(--dark);
  transition: background 0.15s ease;
}

.price-row:hover {
  transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65);
}

.price-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  padding-right: 0;
}

.price-row .price-desc {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
  color: var(--text-secondary, #8A847A);
}

.price-value {
  white-space: nowrap;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.price-row-more {
  justify-content: flex-start;
  grid-template-columns: 1fr;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  color: var(--teal);
  font-weight: 700;
  font-size: 14px;
}

.price-row-more:hover {
  background: rgba(255, 255, 255, 0.65);
}

/* ===== CHILDREN / SIBLINGS ===== */
.price-children {
  padding: 0 0 24px;
  background: transparent;
}

.price-children .section-title,
.price-siblings .section-title {
  text-align: left;
  margin-bottom: 20px;
}

.children-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
}

.child-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(103, 100, 88, 0.14);
  border-radius: 0;
  padding: 18px 4px;
  box-shadow: none;
  text-decoration: none;
  color: var(--dark);
  transition: background 0.15s ease;
  min-height: 0;
}

.child-card:hover {
  transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65);
}

.child-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--dark);
}

.child-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--text-secondary, #8A847A);
}

.child-card-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: none;
  white-space: nowrap;
}

.child-card-price {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: var(--dark);
  font-variant-numeric: tabular-nums;
}

.child-card-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
}

.price-siblings {
  padding: 40px 0 64px;
  background: var(--bg-light);
  border-top: 1px solid rgba(103, 100, 88, 0.14);
}

.price-siblings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
  border-left: 1px solid rgba(103, 100, 88, 0.18);
}

.price-siblings-grid .service-card {
  max-width: none;
  margin: 0;
  width: auto;
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-right: 1px solid rgba(103, 100, 88, 0.18);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
  background: transparent;
}

.price-siblings-grid .service-card:hover {
  transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65);
}

.service-card-price {
  color: var(--dark);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.siblings-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
}

.sibling-link {
  display: block;
  padding: 14px 4px;
  background: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(103, 100, 88, 0.12);
  color: var(--dark);
  text-decoration: none;
  font-weight: 600;
  box-shadow: none;
  transition: color 0.15s ease;
}

.sibling-link:hover {
  transform: none;
  box-shadow: none;
  color: var(--teal);
}

.price-categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-top: 1px solid rgba(103, 100, 88, 0.18);
  border-left: 1px solid rgba(103, 100, 88, 0.18);
}

.price-categories-grid .service-card {
  border-radius: 0;
  box-shadow: none;
  border: none;
  border-right: 1px solid rgba(103, 100, 88, 0.18);
  border-bottom: 1px solid rgba(103, 100, 88, 0.18);
  background: transparent;
}

.price-categories-grid .service-card:hover {
  transform: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.65);
}

@media (max-width: 960px) {
  .price-layout--with-toc {
    grid-template-columns: 1fr;
  }
  .price-toc {
    position: static;
    order: -1;
  }
}

@media (max-width: 640px) {
  .price-hero { padding: 28px 0 32px; }
  .price-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .price-value { text-align: left; }
  .child-card {
    grid-template-columns: 1fr;
  }
  .child-card-meta {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .price-categories-grid { grid-template-columns: 1fr; }
}
