/* OLA BEAUTY — rezerwacja. Style ograniczone do formularza i jego podsumowania. */
.booking-page { --bk-ink:#503e35; --bk-muted:#8b7569; --bk-accent:#ac654e; --bk-line:#eadbd2; --bk-soft:#faf2ed; max-width:1380px; margin:0 auto; padding:38px 32px 70px; color:var(--bk-ink); font:14px/1.5 Arial,sans-serif; }
.booking-page *, .booking-dialog * { box-sizing:border-box; }
.booking-page [hidden], .booking-dialog [hidden] { display:none !important; }
.booking-heading { text-align:center; margin:0 auto 34px; }
.booking-heading>p:first-child { font-size:10px; letter-spacing:3px; color:var(--bk-accent); }
.booking-heading h1 { margin:8px 0; font:500 clamp(32px,3.5vw,52px)/1.1 'Cormorant Garamond',Georgia,serif; }
.booking-heading>div { color:#c4967e; font-size:17px; letter-spacing:2px; }
.booking-heading>p:last-child { font-size:13px; color:var(--bk-muted); }
.booking-steps { list-style:none; margin:0 auto 36px; padding:0; max-width:1000px; display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); text-align:center; }
.booking-steps li { position:relative; display:grid; justify-items:center; gap:6px; color:var(--bk-muted); }
.booking-steps li:not(:last-child)::after { content:''; position:absolute; left:calc(50% + 26px); right:calc(-50% + 26px); height:1px; top:17px; background:var(--bk-line); }
.booking-steps li>span { display:grid; place-items:center; border:1px solid var(--bk-line); width:35px; height:35px; border-radius:50%; background:#fffdfa; color:var(--bk-accent); }
.booking-steps li[aria-current] { color:var(--bk-ink); }
.booking-steps li[aria-current]>span { background:var(--bk-accent); border-color:var(--bk-accent); color:white; }
.booking-steps strong { font-size:10px; letter-spacing:.7px; }
.booking-steps small { font-size:10px; }
.booking-grid { display:grid; grid-template-columns:1.08fr 1.08fr 1fr; gap:22px; align-items:start; }
.booking-panel { min-width:0; border:1px solid var(--bk-line); border-radius:16px; padding:22px; background:linear-gradient(145deg,#fffdfa,#fcf8f5); box-shadow:0 8px 24px rgba(91,56,35,.025); }
.booking-panel h2 { margin:0 0 4px; font:600 20px/1.3 'Cormorant Garamond',Georgia,serif; letter-spacing:.5px; }
.booking-panel h2>span { color:var(--bk-accent); }
.booking-hint { font-size:11px; line-height:1.65; color:var(--bk-muted); margin:0 0 18px; }
.booking-group { font-size:10px; color:var(--bk-muted); text-transform:uppercase; letter-spacing:1.3px; margin:17px 0 8px; }
.booking-service { display:flex; align-items:center; gap:12px; position:relative; cursor:pointer; min-height:92px; margin-bottom:9px; padding:9px; border:1px solid var(--bk-line); border-radius:10px; background:#fffdfa; transition:border-color .2s, background .2s; }
.booking-service:hover { border-color:#c99b84; }
.booking-service:has(input:checked) { background:#fff4ed; border-color:var(--bk-accent); box-shadow:0 0 0 1px var(--bk-accent); }
.booking-service>input { position:absolute; opacity:0; width:1px; height:1px; }
.booking-service:has(input:focus-visible) { outline:2px solid #714b39; outline-offset:3px; }
.booking-service>img,.booking-service-placeholder { width:64px; height:78px; flex:0 0 64px; border-radius:6px; object-fit:cover; object-position:center 25%; }
.booking-service-placeholder { display:grid; place-items:center; background:#f0dfd1; font-size:32px; color:var(--bk-accent); }
.booking-service-copy { display:grid; gap:5px; min-width:0; flex:1; padding-right:9px; }
.booking-service-copy strong { font-size:12px; line-height:1.4; font-weight:600; }

.booking-service-featured{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:5px 9px;border-radius:999px;background:#c84a39;color:#fff;font:700 9px/1 Arial,sans-serif;letter-spacing:.45px;white-space:nowrap}
.booking-service-copy small { font-size:10px; color:var(--bk-muted); line-height:1.45; }
.booking-service-copy b { font-size:12px; font-weight:600; color:var(--bk-accent); text-align:right; }
.booking-check { position:absolute; right:8px; top:8px; color:white; background:var(--bk-accent); width:15px; height:15px; font-size:10px; text-align:center; border-radius:50%; opacity:0; }
.booking-service:has(input:checked) .booking-check { opacity:1; }
.booking-help { display:flex; gap:12px; margin-top:20px; padding-top:16px; border-top:1px solid var(--bk-line); }
.booking-help>span { font-size:28px; color:var(--bk-accent); }
.booking-help strong { font-size:12px; }
.booking-help p { margin:3px 0 8px; font-size:11px; color:var(--bk-muted); }
.booking-help a { color:var(--bk-accent); font-size:10px; letter-spacing:.5px; text-decoration:none; }
.booking-addon { position:relative; display:grid; grid-template-columns:22px minmax(0,1fr) auto 30px; align-items:center; gap:8px; padding:14px 0; border-bottom:1px solid var(--bk-line); cursor:pointer; }
.booking-addon:first-child { padding-top:4px; }
.booking-addon-icon { font-size:23px; color:#be8870; text-align:center; }
.booking-addon-copy { min-width:0; }
.booking-addon-copy strong { display:block; font-size:11px; font-weight:600; line-height:1.5; }
.booking-addon-copy small { display:block; color:var(--bk-muted); font-size:10px; line-height:1.5; margin-top:4px; }
.booking-addon-price { font-size:10px; color:var(--bk-accent); max-width:70px; text-align:right; }
.booking-addon>input { position:absolute; right:0; width:30px; height:30px; opacity:0; cursor:pointer; }
.booking-switch { width:30px; height:17px; border-radius:20px; background:#ddcec5; transition:background .15s; pointer-events:none; }
.booking-switch::after { content:''; display:block; width:13px; height:13px; margin:2px; border-radius:50%; background:white; box-shadow:0 1px 3px #0002; transition:transform .15s; }
.booking-addon input:checked + .booking-switch { background:var(--bk-accent); }
.booking-addon input:checked + .booking-switch::after { transform:translateX(13px); }
.booking-addon input:focus-visible + .booking-switch { outline:2px solid #714b39; outline-offset:4px; }
.booking-addon.is-included { cursor:default; }
.booking-addon.is-included .booking-switch { opacity:.5; }
.booking-summary { margin-top:24px; background:#f7ebe3; border-radius:10px; padding:19px; }
.booking-summary h3 { margin:0 0 15px; font:600 18px 'Cormorant Garamond',Georgia,serif; color:var(--bk-accent); letter-spacing:.5px; }
.booking-summary-line { display:flex; justify-content:space-between; align-items:baseline; gap:14px; margin:9px 0; font-size:11px; }
.booking-summary-line span:last-child { flex-shrink:0; color:var(--bk-accent); }
.booking-total { display:flex; justify-content:space-between; align-items:center; gap:10px; border-top:1px solid #dfc6b7; margin-top:16px; padding-top:15px; }
.booking-total>span { font-size:10px; font-weight:bold; letter-spacing:1px; color:var(--bk-accent); }
.booking-total strong { font:600 29px/1.2 'Cormorant Garamond',Georgia,serif; color:var(--bk-accent); }
.booking-summary .booking-hint { margin:12px 0 0; font-size:10px; }
.booking-panel label:not(.booking-service):not(.booking-addon):not(.booking-consent):not(.booking-time),.booking-dialog dt { display:block; font-size:11px; font-weight:600; margin:11px 0 6px; }
.booking-page input:not([type=radio]):not([type=checkbox]):not([type=hidden]), .booking-page textarea { width:100%; min-width:0; padding:11px 12px; border:1px solid var(--bk-line); border-radius:7px; background:#fff; color:var(--bk-ink); font:14px/1.4 Arial,sans-serif; }
.booking-page textarea { resize:vertical; }
.booking-page input:focus-visible,.booking-page textarea:focus-visible { outline:2px solid #b88166; outline-offset:2px; }
.booking-page input::placeholder,.booking-page textarea::placeholder { color:#a99a90; font-size:11px; }
.booking-page fieldset { min-width:0; margin:0; padding:0; border:0; }
.booking-page fieldset:disabled { opacity:.45; }
.booking-address-notice { padding:12px; border:1px dashed #d8b8a5; border-radius:8px; color:var(--bk-muted); font-size:11px; }
.booking-travel-info { margin-top:20px; padding:15px; border-radius:8px; background:var(--bk-soft); }
.booking-travel-info h3 { color:var(--bk-accent); font-size:10px; letter-spacing:.3px; margin:0 0 9px; }
.booking-travel-info p { margin:0; font-size:11px; color:var(--bk-muted); }
.booking-date { grid-column:1 / 3; }
.booking-person { grid-column:3; }
.booking-calendar-layout { display:grid; grid-template-columns:1fr 1fr; gap:30px; }
.booking-calendar-heading { display:flex; justify-content:space-between; align-items:center; margin:8px 0 20px; }
.booking-calendar-heading strong { font-size:13px; font-weight:600; text-transform:capitalize; }
.booking-calendar-heading button { width:32px; height:32px; border:1px solid var(--bk-line); border-radius:50%; background:transparent; color:var(--bk-accent); font-size:23px; cursor:pointer; }
.booking-calendar-heading button:disabled { opacity:.25; cursor:default; }
.booking-weekdays,.booking-calendar { display:grid; grid-template-columns:repeat(7,minmax(0,1fr)); gap:5px; text-align:center; }
.booking-weekdays { font-size:9px; font-weight:bold; color:var(--bk-muted); margin-bottom:12px; }
.booking-calendar button { border:0; border-radius:50%; background:transparent; color:var(--bk-ink); aspect-ratio:1; font:12px Arial,sans-serif; padding:0; cursor:pointer; }
.booking-calendar button:hover:not(:disabled) { background:#f1e0d5; }
.booking-calendar button[aria-pressed=true] { background:var(--bk-accent); color:white; }
.booking-calendar button.is-today { box-shadow:inset 0 0 0 1px #cba58c; }
.booking-calendar button:disabled { color:#c9bdb5; cursor:default; }
.booking-selected-date { font-size:12px; margin:18px 0 13px; min-height:18px; }
.booking-times { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin-bottom:14px; }
.booking-time { position:relative; cursor:pointer; }
.booking-time input { position:absolute; width:1px; height:1px; opacity:0; }
.booking-time span { display:block; text-align:center; padding:10px 3px; border:1px solid var(--bk-line); border-radius:6px; font-size:11px; background:#fff; }
.booking-time input:checked + span { background:var(--bk-accent); border-color:var(--bk-accent); color:white; }
.booking-time input:disabled + span { opacity:.35; cursor:default; }
.booking-time input:focus-visible + span { outline:2px solid #714b39; outline-offset:2px; }
.booking-term-note { padding:13px 15px; border-radius:8px; background:#f6eee8; color:#89664f; font-size:11px; line-height:1.7; }
.booking-name-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.booking-consent { display:flex; gap:9px; align-items:flex-start; font-size:10px; margin:18px 0; color:var(--bk-muted); cursor:pointer; }
.booking-consent input { accent-color:var(--bk-accent); margin:1px 0 0; flex-shrink:0; }
.booking-consent a { color:var(--bk-accent); text-underline-offset:2px; }
.booking-button { display:inline-flex; justify-content:center; align-items:center; gap:12px; min-height:44px; padding:12px 20px; border:1px solid #ac654e; border-radius:7px; background:linear-gradient(110deg,#a55e47,#bf7b60); color:white; font:600 11px/1.5 Arial,sans-serif; letter-spacing:.5px; cursor:pointer; text-decoration:none; }
.booking-button:hover { background:#95553e; }
.booking-button:disabled { opacity:.55; cursor:default; }
.booking-button:focus-visible { outline:2px solid #714b39; outline-offset:3px; }
.booking-person .booking-button { width:100%; }
.booking-safe-note { text-align:center; font-size:10px; margin:10px 0 0; }
.booking-error { margin:0 0 24px; border:1px solid #dc2626; border-radius:10px; background:#fef2f2; color:#b91c1c; padding:15px 20px; font-size:13px; }
.booking-error ul { margin:8px 0 0; padding-left:20px; }
.booking-error a { color:inherit; }
.booking-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; border:0; }
.booking-dialog { width:min(620px,calc(100% - 30px)); box-sizing:border-box; max-height:calc(100dvh - 32px); overflow-y:auto; border:1px solid #dec4b4; border-radius:20px; padding:32px; background:#fffcf9; color:#503e35; font:13px/1.7 Arial,sans-serif; box-shadow:0 20px 70px #33221133; }
.booking-dialog::backdrop { background:#39261980; backdrop-filter:blur(3px); }
body:has(.booking-dialog[open]) { overflow:hidden; }
.booking-close { position:absolute; right:12px; top:10px; width:30px; height:30px; border:0; border-radius:50%; background:#f2e4da; color:#8a6753; font-size:25px; cursor:pointer; }
.booking-eyebrow { color:#ac654e; font-size:10px; letter-spacing:2px; margin:0; }
.booking-dialog h2 { font:500 34px/1.2 'Cormorant Garamond',Georgia,serif; margin:7px 0 22px; }
.booking-dialog dl { margin:0; }
.booking-dialog dt { color:#8b7569; text-transform:uppercase; font-size:10px; letter-spacing:.5px; }
.booking-dialog dd { margin:0 0 12px; overflow-wrap:anywhere; white-space:pre-line; }
.booking-dialog-actions { display:flex; flex-wrap:wrap; justify-content:space-between; gap:10px; margin-top:22px; }
.booking-secondary { color:#ac654e; background:transparent; }
.booking-secondary:hover { background:#f4e7de; }
.booking-success { max-width:680px; margin:50px auto; padding:36px; text-align:center; border:1px solid #c8d5bf; border-radius:20px; background:#f8fbf5; }
.booking-success>span { color:#597348; font-size:40px; }
.booking-success h2 { font:500 36px 'Cormorant Garamond',Georgia,serif; margin:10px; }
.booking-success .booking-button { margin-top:15px; }
@media (max-width:1100px) { .booking-page { padding:30px 20px 60px; }.booking-grid { gap:15px; grid-template-columns:1fr 1fr; }.booking-address { grid-column:1 / -1; }.booking-address fieldset { display:grid; grid-template-columns:1fr 1fr; gap:7px 20px; }.booking-address fieldset label { margin-top:10px; }.booking-address fieldset input,.booking-address fieldset textarea { grid-column:2; }.booking-address fieldset label { grid-column:1; align-self:center; }.booking-date { grid-column:1 / -1; }.booking-person { grid-column:1 / -1; }.booking-person .booking-button { max-width:440px; display:flex; margin-left:auto; }.booking-safe-note { text-align:right; } }
@media (max-width:640px) { .booking-page { padding:24px 14px 45px; }.booking-heading { margin-bottom:25px; }.booking-heading h1 { font-size:34px; }.booking-heading>p:last-child { font-size:11px; max-width:270px; margin:10px auto; }.booking-steps { margin-bottom:24px; }.booking-steps strong { font-size:8px; letter-spacing:0; }.booking-steps small { display:none; }.booking-steps li>span { width:30px; height:30px; font-size:11px; }.booking-steps li:not(:last-child)::after { top:15px; left:calc(50% + 20px); right:calc(-50% + 20px); }.booking-grid { display:flex; flex-direction:column; gap:16px; }.booking-panel { width:100%; padding:19px; border-radius:13px; }.booking-service { min-height:86px; }.booking-service>img,.booking-service-placeholder { height:72px; width:61px; flex-basis:61px; }.booking-service-featured{font-size:8px;padding:4px 7px;letter-spacing:.35px}.booking-service-copy strong { font-size:13px; }.booking-service-copy small { font-size:11px; }.booking-addon-copy strong { font-size:12px; }.booking-addon { padding:16px 0; }.booking-address fieldset { display:block; }.booking-calendar-layout { grid-template-columns:1fr; gap:13px; }.booking-calendar button { max-height:44px; }.booking-times { grid-template-columns:repeat(4,minmax(0,1fr)); }.booking-time span { padding:12px 3px; }.booking-page input:not([type=radio]):not([type=checkbox]):not([type=hidden]),.booking-page textarea { font-size:16px; }.booking-name-grid { gap:10px; }.booking-safe-note { text-align:center; }.booking-dialog { padding:32px 20px 23px; }.booking-dialog h2 { font-size:29px; }.booking-dialog-actions { flex-direction:column-reverse; }.booking-dialog-actions .booking-button { width:100%; }.booking-success { padding:25px 20px; } }
@media (prefers-reduced-motion:reduce) { .booking-page * { transition:none!important; } }

.booking-hero { margin-bottom: 0; }
.booking-hero .portfolio-hero-content { max-width: 720px; }
@media (max-width: 560px) {
    .booking-hero .portfolio-hero-content { padding: 18px 14px 22px; }
}

/* Jedna skala laptop/desktop zamiast kilku nakładających się poprawek. */
@media (min-width: 1101px) {
    .booking-page {
        max-width: 1840px;
        padding: 42px clamp(24px, 2.5vw, 48px) 80px;
        font-size: 17px;
    }
    .booking-steps { max-width: 1420px; margin-bottom: 48px; }
    .booking-steps li { gap: 10px; }
    .booking-steps li > span { width: 60px; height: 60px; font-size: 23px; font-weight: 600; }
    .booking-steps li:not(:last-child)::after {
        top: 30px;
        left: calc(50% + 39px);
        right: calc(-50% + 39px);
    }
    .booking-steps strong { font-size: 16px; letter-spacing: .8px; }
    .booking-steps small { font-size: 14px; line-height: 1.5; max-width: 230px; }
    .booking-grid { gap: clamp(22px, 2vw, 36px); }
    .booking-panel { padding: clamp(22px, 1.8vw, 34px); border-radius: 18px; }
    .booking-panel h2 { font-size: clamp(28px, 1.8vw, 34px); margin-bottom: 10px; }
    .booking-hint { font-size: 15px; line-height: 1.7; margin-bottom: 24px; }
    .booking-group { font-size: 14px; margin: 25px 0 12px; }
    .booking-service { min-height: 158px; padding: 14px; gap: 16px; margin-bottom: 14px; border-radius: 12px; }
    .booking-service > img,
    .booking-service-placeholder { width: 104px; height: 130px; flex-basis: 104px; border-radius: 8px; }
    .booking-service-copy { gap: 9px; overflow-wrap: anywhere; }
    .booking-service-copy strong { font-size: 19px; }
    .booking-service-featured { padding: 6px 10px; font-size: 10px; letter-spacing: .55px; }
    .booking-service-copy small { font-size: 15px; line-height: 1.6; }
    .booking-service-copy b { font-size: 18px; }
    .booking-check { width: 22px; height: 22px; font-size: 15px; top: 9px; right: 9px; }
    .booking-help { gap: 16px; margin-top: 26px; padding-top: 22px; }
    .booking-help > span { font-size: 36px; }
    .booking-help strong { font-size: 17px; }
    .booking-help p { font-size: 15px; }
    .booking-help a { font-size: 14px; }
    /* Cena pod opisem pozostawia miejsce dla większego tekstu na laptopie. */
    .booking-addon {
        grid-template-columns: 30px minmax(0, 1fr) 48px;
        grid-template-areas: "icon copy toggle" "icon price toggle";
        column-gap: 12px;
        row-gap: 6px;
        padding: 22px 0;
        min-height: 104px;
    }
    .booking-addon-icon { grid-area: icon; font-size: 30px; }
    .booking-addon-copy { grid-area: copy; overflow-wrap: anywhere; }
    .booking-addon-copy strong { font-size: 18px; }
    .booking-addon-copy small { font-size: 15px; line-height: 1.6; }
    .booking-addon-price { grid-area: price; max-width: none; text-align: left; font-size: 16px; }
    .booking-addon > input { width: 48px; height: 44px; top: calc(50% - 22px); }
    .booking-switch { grid-area: toggle; width: 48px; height: 28px; border-radius: 28px; }
    .booking-switch::after { width: 24px; height: 24px; margin: 2px; }
    .booking-addon input:checked + .booking-switch::after { transform: translateX(20px); }
    .booking-summary { padding: 24px; margin-top: 28px; border-radius: 13px; }
    .booking-summary h3 { font-size: 28px; margin-bottom: 22px; }
    .booking-summary-line { font-size: 16px; margin: 14px 0; }
    .booking-total { margin-top: 22px; padding-top: 20px; }
    .booking-total > span { font-size: 14px; }
    .booking-total strong { font-size: 44px; }
    .booking-summary .booking-hint { font-size: 14px; }
    .booking-page .booking-panel label:not(.booking-service):not(.booking-addon):not(.booking-consent):not(.booking-time) {
        font-size: 16px;
        margin: 18px 0 9px;
    }
    .booking-page input:not([type=radio]):not([type=checkbox]):not([type=hidden]),
    .booking-page textarea { min-height: 60px; padding: 16px; border-radius: 9px; font-size: 17px; }
    .booking-page input::placeholder,
    .booking-page textarea::placeholder { font-size: 14px; }
    .booking-page textarea { min-height: 150px; }
    .booking-address-notice { font-size: 15px; padding: 17px; }
    .booking-travel-info { padding: 22px; margin-top: 28px; }
    .booking-travel-info h3 { font-size: 15px; }
    .booking-travel-info p { font-size: 15px; }
    .booking-calendar-layout { gap: 28px; }
    .booking-calendar-heading strong { font-size: 19px; }
    .booking-calendar-heading button { width: 44px; height: 44px; font-size: 29px; }
    .booking-weekdays { font-size: 13px; }
    .booking-calendar button { font-size: 17px; min-height: 38px; }
    .booking-selected-date { font-size: 17px; }
    .booking-time span { font-size: 16px; padding: 15px 4px; }
    .booking-term-note { font-size: 15px; padding: 17px; }
    .booking-consent { font-size: 14px; margin: 24px 0; }
    .booking-consent input { width: 18px; height: 18px; }
    .booking-button { min-height: 60px; font-size: 16px; padding: 16px 20px; border-radius: 9px; }
    .booking-safe-note { font-size: 14px; }
    .booking-dialog { width: min(760px, calc(100% - 48px)); padding: 40px; font-size: 17px; }
    .booking-dialog h2 { font-size: 40px; }
    .booking-dialog dt { font-size: 14px; }
}
/* Więcej miejsca na zdjęcia na szerokim laptopie/monitorze. */
@media (min-width: 1600px) {
    .booking-service > img,
    .booking-service-placeholder { width: 120px; height: 148px; flex-basis: 120px; }
    .booking-service-copy strong { font-size: 20px; }
}

.booking-service-copy b{display:flex;align-items:center;flex-wrap:wrap;gap:7px}
.booking-service-promo{display:inline-flex;align-items:center;justify-content:center;padding:4px 7px;border-radius:999px;background:#c84a39;color:#fff;font:700 10px/1 Arial,sans-serif}
.booking-service-copy b del{font-size:12px;font-weight:500;color:#8c817c}
