section.contact{overflow:visible}
.contact-inner{max-width:1040px!important}
.contact-content{max-width:none!important;gap:28px}
.contact-content>div:first-child p{max-width:54ch}
.booking{display:grid;gap:28px;margin-top:8px}
.booking-formats{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.booking-format{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:16px 18px;border:1px solid #b87f8c55;border-radius:14px;background:#fff;color:var(--ink);font:inherit;text-align:left;cursor:pointer}
.booking-format small{color:var(--muted);font-size:13px}
.booking-format.is-active{background:#95545e;color:#fff;border-color:#95545e}
.booking-format.is-active small{color:#f6e7ea}
.booking-services{display:grid;gap:10px}
.booking-service{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff;cursor:pointer}
.booking-service input{accent-color:var(--rose)}
.booking-service.is-active{border-color:#95545e;box-shadow:0 0 0 1px #95545e}
.booking-service b{font-weight:600}
.booking-service .meta{color:var(--muted);font-size:14px}
.booking-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:22px;align-items:start}
.cal{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 16px 12px}
.cal-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px}
.cal-head h3{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;font-weight:500}
.cal-head button{width:40px;height:40px;border:1px solid var(--line);border-radius:50%;background:#faf5f0;color:var(--ink);font-size:20px;cursor:pointer}
.cal-head button:hover{border-color:var(--rose);color:var(--rose)}
.cal-weekdays,.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal-weekdays span{text-align:center;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);padding:6px 0}
.cal-day{position:relative;min-height:44px;border:0;border-radius:10px;background:transparent;color:var(--ink);font:inherit;cursor:pointer}
.cal-day:hover:not(:disabled){background:#f1e4dc}
.cal-day.is-outside{color:#c5b7b4}
.cal-day.is-today{box-shadow:inset 0 0 0 1.5px var(--rose)}
.cal-day.is-selected{background:#95545e;color:#fff}
.cal-day.has-slots:after{content:'';position:absolute;left:50%;bottom:6px;width:5px;height:5px;border-radius:50%;background:var(--rose);transform:translateX(-50%)}
.cal-day.is-selected.has-slots:after{background:#fff}
.cal-day:disabled{color:#c5b7b4;cursor:default;opacity:.7}
.slots{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;min-height:280px}
.slots h3{margin:0 0 12px;font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;font-weight:500}
.slots-list{display:flex;flex-wrap:wrap;gap:8px}
.slot-chip{padding:10px 14px;border:1px solid #b87f8c55;border-radius:999px;background:#faf5f0;color:var(--ink);font:600 14px/1 'Inter',Arial,sans-serif;cursor:pointer}
.slot-chip:hover,.slot-chip.is-selected{background:#95545e;color:#fff;border-color:#95545e}
.slots-empty{color:var(--muted);font-size:15px;line-height:1.6}
.booking-form{display:grid;gap:14px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;min-width:0}
.booking-form h3{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:26px;font-weight:500}
.booking-summary{margin:0;color:var(--muted);font-size:15px}
.booking-form label{display:grid;gap:6px;font-size:13px;font-weight:600;min-width:0}
.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="tel"],
.booking-form textarea,
.booking-form select{width:100%;max-width:100%;padding:12px 14px;border:1px solid #a1626b52;border-radius:10px;background:var(--paper);font:inherit;color:var(--ink);box-sizing:border-box}
.booking-form textarea{min-height:110px;resize:vertical}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.booking-form label.consent{
  display:flex !important;
  flex-direction:row !important;
  align-items:flex-start;
  gap:12px;
  font-size:14px;
  font-weight:400;
  color:var(--muted);
  line-height:1.5;
  max-width:100%;
}
.booking-form label.consent input[type="checkbox"]{
  appearance:auto;
  -webkit-appearance:checkbox;
  width:18px !important;
  min-width:18px !important;
  max-width:18px !important;
  height:18px !important;
  margin:3px 0 0 !important;
  padding:0 !important;
  border-radius:3px;
  flex:0 0 18px;
  accent-color:var(--rose);
}
.booking-form label.consent span,
#consent-text{flex:1 1 auto;min-width:0;overflow-wrap:anywhere}
.field-hint{display:block;font-weight:400;color:var(--muted);font-size:12px;line-height:1.4}
.form-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:stretch}
.booking-submit{justify-self:start;border:0;border-radius:999px;background:var(--rose);color:#fff;padding:14px 28px;font:600 15px/1 'Inter',Arial,sans-serif;cursor:pointer}
.booking-submit--ghost{background:#fff;color:var(--rose);border:1.5px solid var(--rose)}
.booking-submit--ghost:hover:not(:disabled){background:#f1e4dc}
.booking-submit:disabled{opacity:.55;cursor:wait}
.booking-submit:hover:not(:disabled){background:#7d454e}
.booking-status{min-height:1.4em;margin:0;font-size:14px;color:var(--muted)}
.booking-status.is-error{color:#8a2b33}
.booking-success{display:grid;gap:10px;padding:22px;border-radius:16px;background:#fff;border:1px solid var(--line)}
.booking-success h3{margin:0;font-family:'Cormorant Garamond',Georgia,serif;font-size:32px;font-weight:500}
.ics-link{color:var(--rose);font-weight:600}
@media(max-width:900px){
  .booking-layout{grid-template-columns:1fr}
  .slots{min-height:0}
}
@media(max-width:650px){
  .booking{gap:18px}
  .booking-formats{grid-template-columns:1fr}
  .booking-format{min-height:0;padding:16px}
  .booking-service{grid-template-columns:auto 1fr;padding:12px}
  .cal{padding:12px 10px 8px}
  .cal-head h3{font-size:20px;white-space:nowrap}
  .cal-day{min-height:44px;font-size:14px}
  .slot-chip{padding:11px 12px;font-size:13px}
  .booking-form{padding:16px 14px;gap:12px}
  .booking-form h3{font-size:24px}
  .booking-form input[type="text"],
  .booking-form input[type="email"],
  .booking-form input[type="tel"],
  .booking-form textarea{font-size:16px;padding:12px}
  .booking-form label.consent{font-size:13px}
  .booking-submit{width:100%;justify-self:stretch;min-height:48px}
  .form-actions{flex-direction:column}
  .booking-success h3{font-size:26px}
}
