.pc-booking-v2{padding:72px 20px;background:#f4f1ea;color:#27231f}.pc-v2-shell{max-width:1440px;margin:auto}.pc-v2-shell>header{text-align:center;max-width:780px;margin:0 auto 34px}.pc-v2-shell>header p{color:#9b7117;font-weight:900;text-transform:uppercase;letter-spacing:.14em}.pc-v2-shell>header h2{color:#241d18;-webkit-text-fill-color:#241d18;font-size:clamp(2.2rem,4vw,4rem)}.pc-v2-grid{display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:20px;align-items:start}.pc-v2-grid>section{background:#fff;border:1px solid #d8d0c5;border-radius:16px;box-shadow:0 12px 30px rgba(25,20,15,.08);overflow:hidden;padding:20px}.pc-v2-grid h3{margin:-20px -20px 18px;padding:18px;background:#3f5e54;color:#fff;-webkit-text-fill-color:#fff;text-transform:uppercase;letter-spacing:.08em;font-size:1rem}.pc-v2-grid>section:nth-child(2) h3{background:#b18c66}.pc-v2-option,.pc-v2-barber{display:flex;width:100%;justify-content:space-between;gap:12px;align-items:center;padding:14px;margin:0 0 10px;border:1px solid #ddd4ca;border-radius:10px;background:#fff;color:#29231f;text-align:left;cursor:pointer}.pc-v2-option span,.pc-v2-barber small{color:#72665c}.pc-v2-option.selected{border:2px solid #3f5e54;background:#edf5f2}.pc-v2-barber.selected{border:2px solid #b18c66;background:#faf4ed}.pc-v2-barber{justify-content:flex-start}.pc-v2-barber img{width:58px;height:58px;border-radius:50%;object-fit:cover}.pc-v2-barber span{display:flex;flex-direction:column}.pc-v2-dates,.pc-v2-times{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px}.pc-v2-dates button,.pc-v2-times button{padding:10px 7px;border:1px solid #d8d0c5;border-radius:8px;background:#fff;cursor:pointer}.pc-v2-dates button.selected,.pc-v2-times button.selected{background:#3f5e54;color:#fff}.pc-v2-book{width:100%;margin-top:18px;padding:14px;border:0;border-radius:10px;background:#d4af37;color:#111;font-weight:900;cursor:pointer}.pc-v2-book:disabled{opacity:.45;cursor:not-allowed}.pc-v2-catalog{padding-top:64px}.pc-v2-catalog>h2{text-align:center;color:#241d18;-webkit-text-fill-color:#241d18}.pc-v2-catalog>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.pc-v2-catalog article{padding:22px;background:#fff;border:1px solid #d8d0c5;border-radius:14px}.pc-v2-catalog article h3{color:#241d18;-webkit-text-fill-color:#241d18}.pc-v2-catalog article p{color:#66594e;line-height:1.6}.pc-v2-catalog article button{padding:10px 14px;border:0;border-radius:8px;background:#3f5e54;color:#fff;font-weight:800;cursor:pointer}@media(max-width:1050px){.pc-v2-grid{grid-template-columns:1fr 1fr}.pc-v2-grid>section:nth-child(3){grid-column:1/-1}.pc-v2-catalog>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.pc-v2-grid,.pc-v2-catalog>div{grid-template-columns:1fr}.pc-v2-grid>section:nth-child(3){grid-column:auto}.pc-v2-dates,.pc-v2-times{grid-template-columns:repeat(2,1fr)}}

/* Progressive disclosure for booking dates and times. */
.pc-v2-dates:has(.pc-v2-selected-date) {
  display: block;
}
.pc-v2-selected-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  border: 2px solid #3f5e54;
  border-radius: 10px;
  background: #edf5f2;
}
.pc-v2-selected-date span {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pc-v2-selected-date small {
  color: #6d6258;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pc-v2-selected-date strong {
  color: #27231f;
  font-size: 1.05rem;
}
.pc-v2-selected-date button,
.pc-v2-more {
  border: 1px solid #3f5e54 !important;
  background: #fff !important;
  color: #3f5e54 !important;
  font-weight: 900 !important;
}
.pc-v2-more {
  grid-column: 1 / -1;
}
.pc-v2-times[hidden] {
  display: none !important;
}
.pc-v2-times h4 {
  grid-column: 1 / -1;
  margin: 8px 0 2px;
  color: #5e5146;
  font-size: .9rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pc-v2-book:disabled {
  background: #c9c2b6 !important;
  color: #675f56 !important;
  opacity: 1 !important;
}
@media (max-width: 700px) {
  .pc-v2-selected-date {
    align-items: stretch;
    flex-direction: column;
  }
  .pc-v2-selected-date button {
    width: 100%;
  }
}

/* Grouped service families v1. */
.pc-v2-service-family {
  margin: 0 0 10px;
  border: 1px solid #d8d0c5;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.pc-v2-service-family > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  color: #2d2823;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.pc-v2-service-family > summary::-webkit-details-marker { display: none; }
.pc-v2-service-family > summary::after {
  content: "+";
  color: #3f5e54;
  font-size: 1.35rem;
  font-weight: 900;
}
.pc-v2-service-family[open] > summary::after { content: "−"; }
.pc-v2-service-family > summary span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pc-v2-service-family > summary strong { font-size: .96rem; }
.pc-v2-service-family > summary small { color: #776b61; }
.pc-v2-service-family > summary em {
  min-width: 28px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #edf5f2;
  color: #3f5e54;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}
.pc-v2-service-family[open] > summary {
  border-bottom: 1px solid #d8d0c5;
  background: #f7f4ef;
}
.pc-v2-family-items { padding: 10px; }
.pc-v2-family-items .pc-v2-option:last-child { margin-bottom: 0; }
.pc-v2-catalog > div {
  display: block !important;
}
.pc-v2-catalog .pc-v2-service-family { margin-bottom: 16px; }
.pc-v2-catalog .pc-v2-service-family > summary {
  padding: 18px 20px;
}
.pc-v2-catalog .pc-v2-family-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 18px;
}
.pc-v2-catalog .pc-v2-family-items article { height: 100%; }
@media (max-width: 1050px) {
  .pc-v2-catalog .pc-v2-family-items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .pc-v2-catalog .pc-v2-family-items { grid-template-columns: 1fr; }
}

/* Booking workspace intro contrast v1. */
.pc-booking-v2 .pc-v2-shell > header {
  position: relative !important;
  display: block !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  min-height: 0 !important;
  margin: 0 auto 34px !important;
  padding: clamp(24px, 4vw, 42px) clamp(22px, 5vw, 58px) !important;
  overflow: visible !important;
  border: 1px solid #d8cdbd !important;
  border-top: 5px solid #d4af37 !important;
  border-radius: 16px !important;
  background: #fffaf0 !important;
  background-image: none !important;
  box-shadow: 0 14px 34px rgba(39, 31, 24, .10) !important;
  color: #241d18 !important;
  text-align: center !important;
  opacity: 1 !important;
}
.pc-booking-v2 .pc-v2-shell > header::before,
.pc-booking-v2 .pc-v2-shell > header::after {
  display: none !important;
  content: none !important;
}
.pc-booking-v2 .pc-v2-shell > header > p {
  position: static !important;
  display: block !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  color: #8a6211 !important;
  -webkit-text-fill-color: #8a6211 !important;
  font-family: inherit !important;
  font-size: clamp(.82rem, 1.3vw, 1rem) !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}
.pc-booking-v2 .pc-v2-shell > header > h2 {
  position: static !important;
  display: block !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  color: #241d18 !important;
  -webkit-text-fill-color: #241d18 !important;
  font-size: clamp(2rem, 4.4vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -.025em !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
@media (max-width: 700px) {
  .pc-booking-v2 .pc-v2-shell > header {
    margin-bottom: 24px !important;
    padding: 24px 18px !important;
  }
  .pc-booking-v2 .pc-v2-shell > header > h2 {
    font-size: clamp(1.85rem, 10vw, 2.75rem) !important;
  }
}
