/* Public wash landing: inherits the customer V4 tokens and page hero. */
.iw-pricing { background: var(--bg); padding: clamp(48px, 6vw, 80px) 0; margin-bottom: var(--iw-space); }
.iw-price-nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.iw-price-nav a { display: flex; gap: 24px; justify-content: space-between; padding: 12px 16px; border: 1px solid var(--border-in); background: var(--surface); font-size: 14px; font-weight: 700; }
.iw-price-nav a:hover { border-color: var(--red); color: var(--red); }
.iw-price-panel { background: var(--surface); border: 1px solid var(--border); margin-top: 24px; }
.iw-price-heading { padding: 28px 32px; border-top: 3px solid var(--ink); }
.iw-price-heading h3 { font-size: clamp(22px, 3vw, 28px); margin-top: 8px; letter-spacing: -.6px; }
.iw-price-heading p { color: var(--muted); font-size: 13px; margin-top: 8px; }
.iw-price-table { width: 100%; border-collapse: collapse; }
.iw-price-table thead { background: var(--ink); color: white; }
.iw-price-table th, .iw-price-table td { padding: 16px 32px; text-align: right; border-bottom: 1px solid var(--border); }
.iw-price-table th:first-child { text-align: left; }
.iw-price-table tbody th { font-size: 15px; font-weight: 600; }
.iw-price-table tbody tr:nth-child(even) { background: #fafaf9; }
.iw-price-table tbody tr:hover { background: var(--bg); }
.iw-price-value { font: 700 18px var(--mono); white-space: nowrap; letter-spacing: -.6px; }
.iw-price-table td:nth-child(2) { color: var(--red); }
.iw-price-value small { font: 400 12px var(--font, sans-serif); color: var(--muted); margin-left: 4px; letter-spacing: 0; }
.iw-price-dash { color: var(--muted); }
.iw-price-extras, .iw-price-car-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.iw-price-extras > div, .iw-price-car { padding: 28px 32px; }
.iw-price-extras > div + div, .iw-price-car + .iw-price-car { border-left: 1px solid var(--border); }
.iw-price-panel h4 { font-size: 18px; border-left: 3px solid var(--red); padding-left: 12px; margin-bottom: 12px; }
.iw-price-list { margin: 0; }
.iw-price-list > div { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--border); }
.iw-price-list > div:last-child { border-bottom: 0; }
.iw-price-list dt { font-size: 14px; font-weight: 600; }
.iw-price-list dt small { display: block; font-size: 12px; font-weight: 400; color: var(--muted); margin-top: 5px; }
.iw-price-list dd { margin: 0; text-align: right; }
.iw-price-car .iw-price-value { color: var(--red); font-size: 22px; }
.iw-price-footnote { padding: 18px 32px; background: #f8f8f6; border-top: 1px solid var(--border); color: var(--muted); font-size: 13px; line-height: 1.8; }
.iw-price-care { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; padding: 0 32px 20px; }
.iw-price-care > div:nth-last-child(-n+2) { border-bottom: 0; }
.iw-price-help { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }
.iw-price-help p { font-size: 14px; color: var(--muted); }
.iw-price-help a { flex-shrink: 0; }
.iw-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
@media (max-width: 899px) {
  .iw-price-extras, .iw-price-car-grid, .iw-price-care { grid-template-columns: 1fr; }
  .iw-price-extras > div + div, .iw-price-car + .iw-price-car { border-left: 0; border-top: 1px solid var(--border); }
  .iw-price-care > div:nth-last-child(2) { border-bottom: 1px solid var(--border); }
  .iw-price-help { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 599px) {
  .iw-price-heading, .iw-price-extras > div, .iw-price-car { padding: 22px 16px; }
  .iw-price-table th, .iw-price-table td { padding: 15px 10px; }
  .iw-price-table thead th, .iw-price-table tbody th { font-size: 12px; }
  .iw-price-table .iw-price-value { font-size: 14px; }
  .iw-price-value { font-size: 16px; }
  .iw-price-value small { font-size: 10px; margin-left: 2px; }
  .iw-price-care { padding: 0 16px 16px; }
  .iw-price-footnote { padding: 16px; font-size: 12px; }
  .iw-price-nav { display: grid; grid-template-columns: 1fr; }
}
.iw-page { --iw-space: clamp(52px, 7vw, 92px); }
.iw-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.cv-pagehero .iw-hero-link { color: #fff; border-color: #747474; }
.cv-pagehero .iw-hero-link:hover { color: var(--ink); background: white; }
.iw-page .iw-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-top: var(--iw-space); padding-bottom: var(--iw-space); }
.iw-intro-copy .cv-lead { margin-top: 22px; max-width: 470px; }
.iw-scope { display: flex; gap: 16px; align-items: stretch; margin-top: 32px; }
.iw-scope-line { width: 3px; background: var(--red); }
.iw-scope strong, .iw-scope span:not(.iw-scope-line) { display: block; }
.iw-scope strong { font-size: 17px; }
.iw-scope span:not(.iw-scope-line) { color: var(--muted); margin-top: 4px; font-size: 13px; }
.iw-visual { background: #202427; color: #e3e6e7; padding: 26px 28px; position: relative; overflow: hidden; }
.iw-visual::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, transparent 0 39px, #ffffff04 39px 40px), repeating-linear-gradient(90deg, transparent 0 39px, #ffffff04 39px 40px); }
.iw-visual-top { display: flex; justify-content: space-between; gap: 12px; color: #b5bbbf; font: 10px var(--mono); letter-spacing: 1px; }
.iw-truck { display: block; width: 100%; height: auto; margin: 18px 0; }
.iw-visual figcaption { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #ffffff26; padding-top: 20px; font-weight: 700; font-size: 18px; }
.iw-visual-mark { color: var(--red); font-size: 30px; line-height: 1; }
.iw-services { padding: 0 0 var(--iw-space); }
.iw-section-desc { font-size: 14px; color: var(--muted); }
.iw-service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.iw-service-card { padding: 28px; border: 1px solid var(--border); display: flex; flex-direction: column; }
.iw-service-top { display: flex; justify-content: space-between; align-items: center; color: var(--muted2); }
.iw-service-card h3 { font-size: 23px; margin: 20px 0 12px; letter-spacing: -.6px; }
.iw-service-card p { color: var(--muted); font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.iw-service-tags { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.iw-service-tags li { padding: 5px 9px; font-size: 12px; background: var(--bg); color: var(--body); }
.iw-packages { margin-top: 28px; padding: 32px; background: var(--bg); display: grid; grid-template-columns: 1fr 1.4fr; gap: 40px; }
.iw-packages h3 { font-size: 21px; }
.iw-packages p { color: var(--muted); font-size: 14px; margin-top: 12px; max-width: 340px; }
.iw-packages ul { list-style: none; }
.iw-packages li { display: flex; gap: 16px; align-items: baseline; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.iw-packages li:last-child { border-bottom: 0; }
.iw-pickup { padding: 32px; border: 1px solid var(--border); border-left: 3px solid var(--red); display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.iw-pickup h2 { font-size: clamp(21px, 3vw, 28px); letter-spacing: -.6px; }
.iw-pickup p { font-size: 14px; color: var(--muted); margin-top: 12px; max-width: 650px; }
.iw-pickup .cv-btn { flex-shrink: 0; }
.iw-vehicles { background: var(--bg); padding: var(--iw-space) 0; }
.iw-section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.iw-vehicle-badge { font-size: 12px; padding: 8px 12px; border: 1px solid var(--border-in); flex-shrink: 0; color: var(--body); }
.iw-vehicle-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid var(--border); }
.iw-vehicle-card { padding: 28px 24px; background: var(--surface); border-right: 1px solid var(--border); }
.iw-vehicle-card:last-child { border-right: 0; }
.iw-number { font: 12px var(--mono); color: var(--red); }
.iw-vehicle-card h3 { font-size: 20px; letter-spacing: -.5px; margin-top: 38px; }
.iw-vehicle-card p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.iw-card-rule { display: block; width: 24px; height: 2px; background: var(--red); margin-top: 28px; }
.iw-note { font-size: 13px; color: var(--muted); margin-top: 20px; }
.iw-page .iw-guide { padding-top: var(--iw-space); padding-bottom: var(--iw-space); display: grid; grid-template-columns: 1fr 1.25fr; gap: 70px; }
.iw-guide-heading .cv-lead { margin-top: 20px; }
.iw-steps { list-style: none; border-top: 1px solid var(--ink); }
.iw-steps li { display: flex; align-items: baseline; gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--border); }
.iw-steps h3 { font-size: 18px; }
.iw-steps p { font-size: 14px; color: var(--muted); margin-top: 7px; }
.iw-contact { background: var(--ink); color: white; padding: 40px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 36px; border-top: 3px solid var(--red); }
.iw-contact .cv-h2 { color: white; font-size: clamp(24px, 3vw, 32px); }
.iw-contact p { color: #bfc1c3; margin-top: 14px; font-size: 14px; }
.iw-contact-actions { display: grid; gap: 10px; }
.iw-contact-actions .cv-btn { justify-content: space-between; }
.iw-page .iw-faq { padding-top: var(--iw-space); padding-bottom: var(--iw-space); }
.iw-faq .cv-h2 { margin-bottom: 30px; }
.iw-faq details { border-top: 1px solid var(--border); }
.iw-faq details:last-child { border-bottom: 1px solid var(--border); }
.iw-faq summary { cursor: pointer; font-weight: 700; padding: 23px 0; list-style: none; display: flex; gap: 20px; justify-content: space-between; }
.iw-faq summary::-webkit-details-marker { display: none; }
.iw-faq summary span { color: var(--red); font-size: 22px; line-height: 1; }
.iw-faq details[open] summary span { transform: rotate(45deg); }
.iw-faq details p { color: var(--body); max-width: 850px; padding-bottom: 24px; line-height: 1.85; }
.iw-page [id] { scroll-margin-top: 100px; }
.iw-page a:focus-visible, .iw-page summary:focus-visible, .iw-actions a:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; }
@media (max-width: 1100px) {
  .iw-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .iw-packages { gap: 24px; grid-template-columns: 1fr 1.3fr; }
  .iw-page .iw-intro { gap: 32px; }
  .iw-section-head { align-items: start; flex-direction: column; }
  .iw-vehicle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .iw-vehicle-card:nth-child(2) { border-right: 0; }
  .iw-vehicle-card:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .iw-contact { grid-template-columns: 1fr; }
  .iw-contact-actions { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 699px) {
  .iw-service-grid, .iw-packages { grid-template-columns: 1fr; }
  .iw-service-card, .iw-packages { padding: 24px; }
  .iw-pickup { padding: 24px; flex-direction: column; align-items: flex-start; }
  .iw-page .iw-intro, .iw-page .iw-guide { grid-template-columns: 1fr; gap: 32px; }
  .iw-visual { padding: 22px; }
  .iw-visual-top { font-size: 9px; letter-spacing: 0; }
  .iw-vehicle-card { padding: 22px 16px; }
  .iw-vehicle-card h3 { font-size: 17px; margin-top: 26px; }
  .iw-vehicle-card p { font-size: 13px; }
  .iw-contact { padding: 28px 22px; }
  .iw-contact-actions { grid-template-columns: 1fr; }
  .iw-contact-actions .cv-mono { font-size: 13px; }
  .iw-steps li { gap: 16px; }
}
