.price-editorial {
  background: #f7f3ec;
}

.price-editorial .site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: auto;
  border-bottom: 1px solid rgba(16, 40, 76, .12);
  background: rgba(247, 243, 236, .94);
  backdrop-filter: blur(14px);
}

.price-editorial .site-header::before,
.price-editorial .site-header::after {
  display: none;
}

.price-editorial .nav-shell {
  min-height: 76px;
}

.price-editorial .price-main {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(42px, 7vw, 88px) 0 82px;
}

.price-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: clamp(28px, 6vw, 72px);
  align-items: end;
  padding-bottom: clamp(30px, 5vw, 56px);
  border-bottom: 1px solid rgba(16, 40, 76, .16);
}

.price-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #10284c;
  font: 700 clamp(2.8rem, 7vw, 6.5rem)/.9 "Cormorant Garamond", Georgia, serif;
  letter-spacing: -.045em;
}

.price-hero h1 em {
  color: #a5633d;
  font-weight: 600;
}

.price-hero-copy {
  max-width: 680px;
  margin: 22px 0 0;
  color: #455c74;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

.price-trust {
  padding: 22px;
  border: 1px solid rgba(165, 99, 61, .24);
  border-radius: 20px;
  background: rgba(255, 253, 249, .82);
}

.price-trust strong,
.price-trust span {
  display: block;
}

.price-trust strong {
  color: #10284c;
  font: 650 1.45rem/1.1 "Cormorant Garamond", Georgia, serif;
}

.price-trust span {
  margin-top: 9px;
  color: #455c74;
  font-size: .88rem;
}

.price-content {
  padding-top: clamp(22px, 4vw, 40px);
}

.price-utility {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(16, 40, 76, .14);
  border-radius: 18px;
  background: rgba(255, 253, 249, .88);
  box-shadow: 0 12px 30px rgba(16, 40, 76, .06);
}

.price-search-area {
  scroll-margin-top: 88px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 14px;
  align-items: center;
}

.price-search-area label {
  grid-column: 1 / -1;
  color: #10284c;
  font: 700 1rem/1.2 "Work Sans", "Segoe UI", sans-serif;
}

.public-price-search {
  min-height: 50px;
  width: 100%;
  padding: 11px 15px;
  border: 1px solid #cbd7e8;
  border-radius: 14px;
  background: #fff;
  color: #132742;
  font: inherit;
}

.public-price-search:focus {
  border-color: #1557a0;
  outline: 3px solid rgba(21, 87, 160, .12);
}

.public-price-meta {
  color: #455c74;
  font-size: .78rem;
  text-align: right;
  white-space: nowrap;
}

.price-search-feedback[hidden] {
  display: none;
}

.price-search-feedback {
  grid-column: 1 / -1;
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid rgba(21, 87, 160, .2);
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(16, 40, 76, .07);
}

.price-search-feedback.is-empty {
  border-color: rgba(165, 99, 61, .32);
  background: #fff9f4;
}

.price-search-feedback__head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(16, 40, 76, .1);
}

.price-search-feedback.is-empty .price-search-feedback__head {
  border-bottom: 0;
}

.price-search-summary {
  margin: 0;
  color: #173b67;
  font-size: .92rem;
  font-weight: 750;
}

.price-search-feedback.is-empty .price-search-summary {
  color: #7a4027;
}

.price-search-clear,
.price-search-result__show,
.price-search-show-all {
  border: 0;
  background: transparent;
  color: #1557a0;
  font: 700 .78rem/1.3 "Work Sans", "Segoe UI", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.price-search-clear {
  flex: 0 0 auto;
  padding: 5px 0;
}

.price-search-results {
  display: grid;
  gap: 1px;
  background: rgba(16, 40, 76, .1);
}

.price-search-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 16px;
  align-items: center;
  padding: 12px 15px;
  background: #fff;
}

.price-search-result__copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.price-search-result__copy strong {
  overflow-wrap: anywhere;
  color: #10284c;
  font-size: .94rem;
}

.price-search-result__copy span {
  color: #61718a;
  font-size: .75rem;
}

.price-search-result__price {
  justify-self: end;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #173b67;
  font-size: .84rem;
  font-weight: 800;
  white-space: nowrap;
}

.price-search-result__price.is-review {
  background: #fff0e5;
  color: #7a4027;
}

.price-search-result__show {
  grid-column: 1 / -1;
  justify-self: start;
  padding: 0;
}

.price-search-show-all {
  padding: 13px 15px;
  background: #f8fbff;
  text-align: left;
}

.public-price-table tr.is-search-target > * {
  background: #fff4df;
  transition: background-color .25s ease;
}

.price-utility__actions {
  display: flex;
  gap: 9px;
  align-items: center;
}

.price-utility__actions .button {
  min-height: 50px;
  white-space: nowrap;
}

.price-print-button {
  border: 1px solid #cbd7e8;
  background: #fff;
  color: #173b67;
  cursor: pointer;
}

.price-service-rules {
  margin: 20px 0;
  padding: 18px 20px;
  border: 1px solid #d7e0f1;
  border-radius: 16px;
  background: #f8fbff;
  color: #193657;
}

.price-service-rules strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.price-service-rules ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
}

.laundry-price-list {
  margin: 30px 0;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(165, 99, 61, .24);
  border-radius: 22px;
  background: #fffdf9;
  box-shadow: 0 16px 38px rgba(16, 40, 76, .07);
}

.laundry-price-list__head {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 20px;
}

.laundry-price-list__head .eyebrow {
  margin: 0 0 5px;
}

.laundry-price-list__head h2 {
  margin: 0;
  color: #10284c;
  font: 650 clamp(1.9rem, 4vw, 3rem)/1 "Cormorant Garamond", Georgia, serif;
}

.laundry-price-list__head > p {
  max-width: 430px;
  margin: 0;
  color: #52647c;
  font-size: .88rem;
  text-align: right;
}

.laundry-price-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.laundry-price-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e0f1;
  border-radius: 16px;
  background: #fff;
}

.laundry-price-card h3 {
  margin: 0;
  padding: 14px 16px;
  background: #183653;
  color: #fff;
  font: 700 1rem/1.25 "Space Grotesk", "Segoe UI", sans-serif;
}

.laundry-calculator {
  display: grid;
  gap: 11px;
  padding: 18px;
}

.laundry-calculator label {
  color: #233a53;
  font-weight: 700;
}

.laundry-calculator__controls {
  display: grid;
  grid-template-columns: minmax(90px, 130px) minmax(0, 1fr);
  gap: 10px;
}

.laundry-calculator input {
  min-height: 54px;
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #cbd7e8;
  border-radius: 12px;
  background: #fff;
  color: #10284c;
  font: 750 1.05rem/1 "Work Sans", "Segoe UI", sans-serif;
}

.laundry-calculator input:focus {
  border-color: #1557a0;
  outline: 3px solid rgba(21, 87, 160, .12);
}

.laundry-calculator output {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 12px;
  background: #edf4ff;
  color: #173b67;
  font-size: 1.2rem;
  font-weight: 800;
}

.laundry-calculator p {
  margin: 0;
  color: #61718a;
  font-size: .8rem;
}

.laundry-tier-details {
  margin-top: auto;
  border-top: 1px solid #e2e8f2;
}

.laundry-tier-details summary {
  padding: 13px 18px;
  color: #173b67;
  font-weight: 750;
  cursor: pointer;
}

.laundry-tier-details[open] summary {
  border-bottom: 1px solid #e2e8f2;
}

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

.laundry-price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .9rem;
}

.laundry-price-table th,
.laundry-price-table td {
  padding: 9px 14px;
  border-bottom: 1px solid #e6e1da;
}

.laundry-price-table th {
  color: #233a53;
  font-weight: 650;
  text-align: left;
}

.laundry-price-table td {
  color: #10284c;
  font-weight: 750;
  text-align: right;
  white-space: nowrap;
}

.laundry-price-table tbody tr:nth-child(even) {
  background: #f7f5f1;
}

.laundry-price-table tbody tr:last-child th,
.laundry-price-table tbody tr:last-child td {
  border-bottom: 0;
}

.laundry-price-callout {
  display: grid;
  gap: 7px;
  margin: auto 14px 14px;
  padding: 17px;
  border-radius: 14px;
  background: #183653;
  color: #fff;
  text-align: center;
}

.laundry-price-callout strong {
  font-size: 1rem;
}

.laundry-price-callout span {
  color: #f4d8c8;
  font-weight: 700;
}

.price-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.price-actions .button {
  min-height: 48px;
}

.price-actions .button-ghost {
  border: 1px solid #cbd7e8;
  background: #fff;
  color: #173b67;
  box-shadow: 0 8px 20px rgba(16, 40, 76, .06);
}

.price-actions .button-ghost:hover,
.price-actions .button-ghost:focus-visible {
  border-color: #173b67;
  background: #edf4ff;
  color: #10284c;
}

.price-disclaimer {
  margin-top: 30px;
  padding: 20px;
  border-left: 3px solid #a5633d;
  background: rgba(255, 253, 249, .74);
  color: #455c74;
  font-size: .88rem;
}

.price-disclaimer strong {
  color: #10284c;
}

.price-editorial .site-footer {
  margin-top: 0;
}

.price-mobile-cta {
  display: none;
}

@media (max-width: 860px) {
  .price-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .price-utility {
    grid-template-columns: 1fr;
  }

  .laundry-price-list__head {
    display: grid;
    align-items: start;
  }

  .laundry-price-list__head > p {
    text-align: left;
  }

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

  .price-utility__actions .button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .price-editorial {
    padding-bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .price-editorial .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .price-editorial .nav-shell {
    min-height: 68px;
  }

  .price-editorial .primary-nav {
    top: 68px;
    max-height: none;
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .price-editorial .price-main {
    width: min(100% - 24px, 1120px);
    padding-top: 34px;
    padding-bottom: 52px;
  }

  .price-hero h1 {
    font-size: clamp(2.8rem, 18vw, 4.5rem);
  }

  .price-utility {
    padding: 14px;
  }

  .price-search-area {
    grid-template-columns: 1fr;
  }

  .public-price-meta {
    text-align: left;
    white-space: normal;
  }

  .price-search-feedback__head {
    align-items: flex-start;
  }

  .price-search-result {
    gap: 7px 10px;
    padding: 12px;
  }

  .price-search-result__price {
    padding: 6px 8px;
    font-size: .8rem;
  }

  .price-utility__actions {
    display: block;
  }

  .price-utility__actions .button-primary {
    display: none;
  }

  .price-print-button {
    width: 100%;
  }

  .price-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .price-actions .button {
    width: 100%;
  }

  .laundry-price-list {
    padding: 16px;
  }

  .laundry-price-list__grid {
    grid-template-columns: 1fr;
  }

  .price-mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 24;
    display: block;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(16, 40, 76, .18);
    background: rgba(247, 243, 236, .96);
    box-shadow: 0 -8px 24px rgba(16, 40, 76, .12);
    backdrop-filter: blur(14px);
  }

  .price-mobile-cta a {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #173b67;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
  }
}

@page {
  size: A4 portrait;
  margin: 11mm;
}

@media print {
  html,
  body.price-editorial {
    background: #fff !important;
  }

  body.price-editorial {
    padding: 0 !important;
    color: #111;
    font-family: Arial, sans-serif;
  }

  .price-editorial .site-header,
  .price-utility,
  .public-price-filters,
  .public-price-status,
  .public-price-authority,
  .price-actions,
  .price-mobile-cta,
  .price-editorial .site-footer {
    display: none !important;
  }

  .price-editorial .price-main {
    width: 100%;
    padding: 0;
  }

  .price-hero {
    display: block;
    padding: 0 0 5mm;
    border-bottom: 1px solid #888;
  }

  .price-hero h1 {
    max-width: none;
    font-size: 25pt;
    line-height: 1;
  }

  .price-hero-copy {
    max-width: none;
    margin-top: 3mm;
    font-size: 8pt;
  }

  .price-trust {
    margin-top: 3mm;
    padding: 3mm;
    border-radius: 2mm;
    background: #f4f4f4 !important;
  }

  .price-trust strong {
    font: 700 10pt/1.2 Arial, sans-serif;
  }

  .price-trust span {
    margin-top: 1mm;
    font-size: 7.5pt;
  }

  .price-content {
    padding-top: 4mm;
  }

  .price-service-rules,
  .laundry-price-list {
    margin: 0 0 5mm;
    padding: 3mm;
    border-color: #bbb;
    border-radius: 2mm;
    background: #fff !important;
    box-shadow: none;
    break-inside: avoid;
  }

  .price-service-rules {
    font-size: 7.5pt;
  }

  .price-service-rules ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1mm 6mm;
  }

  .laundry-price-list__head {
    display: block;
    margin-bottom: 3mm;
  }

  .laundry-price-list__head h2 {
    font: 700 16pt/1 Arial, sans-serif;
  }

  .laundry-price-list__head > p,
  .laundry-calculator,
  .laundry-tier-details summary,
  .laundry-price-callout {
    display: none !important;
  }

  .laundry-price-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4mm;
  }

  .laundry-price-card {
    border-color: #bbb;
    border-radius: 2mm;
  }

  .laundry-price-card h3 {
    padding: 2mm 3mm;
    background: #eee !important;
    color: #111;
    font: 700 9pt/1.2 Arial, sans-serif;
    print-color-adjust: exact;
  }

  .laundry-tier-details,
  .laundry-tier-details:not([open]) {
    display: block !important;
    border-top: 0;
  }

  .laundry-price-table {
    font-size: 7pt;
  }

  .laundry-price-table th,
  .laundry-price-table td {
    padding: 1.25mm 2.5mm;
  }

  .price-disclaimer {
    margin-top: 5mm;
    padding: 3mm;
    background: #f4f4f4 !important;
    font-size: 7pt;
    break-inside: avoid;
  }
}
