:root{--fuego:#2f2f2f;--fuego-dark:#1f1f1f;--fuego-text:#242424;--fuego-muted:#727272;--fuego-bg:#f7f7f5;--fuego-surface:#ffffff;--fuego-border:#e5e5e2;--fuego-border-strong:#d4d4cf;--fuego-green:#2f6f4e;--fuego-green-bg:#edf6f0;--fuego-red:#8a3b36;--fuego-red-bg:#fbefee;--fuego-radius:16px;--fuego-shadow:0 12px 30px rgba(0,0,0,.06)}
.fuego-booking{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(430px,1.2fr) minmax(300px,.9fr);gap:20px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--fuego-text)}
.fuego-gallery,.fuego-details,.fuego-card,.fuego-secure{border:1px solid var(--fuego-border);border-radius:var(--fuego-radius);background:var(--fuego-surface);box-shadow:var(--fuego-shadow)}
.fuego-gallery{border:0;box-shadow:none;background:transparent}.fuego-main-image{padding:0;border:0;border-radius:18px;overflow:hidden;width:100%;height:440px;background:#ececea;cursor:zoom-in;box-shadow:var(--fuego-shadow)}.fuego-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.fuego-main-image:hover img{transform:scale(1.015)}
.fuego-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto;padding-bottom:3px}.fuego-thumbs button{width:88px;height:72px;padding:0;border:1px solid var(--fuego-border);background:#fff;border-radius:10px;overflow:hidden;flex:0 0 auto}.fuego-thumbs button:focus,.fuego-thumbs button:hover{border-color:#777;outline:none}.fuego-thumbs img{width:100%;height:100%;object-fit:cover}.fuego-image-placeholder{height:440px;background:linear-gradient(145deg,#efefed,#dededb);border-radius:18px}
.fuego-details{padding:26px}.fuego-details h2{margin:0;font-size:30px;line-height:1.12;letter-spacing:-.025em}.fuego-price{font-size:25px;font-weight:750;color:var(--fuego-text);margin:10px 0 18px}.fuego-price small{font-size:13px;color:var(--fuego-muted);font-weight:500}
.fuego-calendar{border-top:1px solid var(--fuego-border);padding-top:18px}.fuego-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;text-transform:capitalize;font-weight:650}.fuego-calendar-head button{width:38px;height:38px;border:1px solid var(--fuego-border);background:#fff;border-radius:10px;font-size:23px;color:var(--fuego-text)}.fuego-calendar-head button:hover{background:var(--fuego-bg);border-color:var(--fuego-border-strong)}
.fuego-week,.fuego-days{display:grid;grid-template-columns:repeat(7,1fr)}.fuego-week span{text-align:center;font-size:11px;font-weight:650;color:var(--fuego-muted);padding:8px 2px}.fuego-days>button,.fuego-days>span{min-height:66px;border:1px solid var(--fuego-border);margin:-1px 0 0 -1px;background:#fafaf9;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:.15s ease}.fuego-days button:hover:not(:disabled){background:#f1f1ef;position:relative;z-index:1}.fuego-days button small{font-size:10px;line-height:1.2;color:inherit}.fuego-days .status-available{background:var(--fuego-green-bg);color:#285f43}.fuego-days .status-sold_out{background:var(--fuego-red-bg);color:var(--fuego-red)}.fuego-days button.selected{background:var(--fuego-dark);border-color:var(--fuego-dark);color:white;position:relative;z-index:2}.fuego-days button:disabled{color:#b2b2ad;cursor:not-allowed}
.fuego-feedback{min-height:20px;font-size:13px;color:var(--fuego-muted)}.fuego-slots>div{display:flex;gap:10px;margin-top:10px}.fuego-slots button{min-width:145px;padding:10px 12px;border:1px solid var(--fuego-border);background:#fff;border-radius:11px;color:var(--fuego-text);transition:.15s ease}.fuego-slots button:hover{border-color:#999;background:#fafaf9}.fuego-slots button strong,.fuego-slots button small{display:block}.fuego-slots button.selected{border-color:var(--fuego-dark);box-shadow:0 0 0 1px var(--fuego-dark);background:#f7f7f5}
.fuego-summary{display:flex;flex-direction:column;gap:18px}.fuego-card{padding:20px}.fuego-card h3{border-bottom:1px solid var(--fuego-border);padding-bottom:14px;margin:0 0 14px;font-size:17px}.fuego-card label{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:10px;margin:12px 0;font-size:14px}.fuego-card input,.fuego-card select{min-width:0;padding:11px 12px;border:1px solid var(--fuego-border-strong);border-radius:9px;background:#fff;color:var(--fuego-text)}.fuego-card input:focus,.fuego-card select:focus{outline:2px solid rgba(47,47,47,.12);border-color:#888}.fuego-card dl{display:grid;grid-template-columns:1fr auto;gap:9px;margin:0}.fuego-card dt{font-weight:650}.fuego-card dd{margin:0;color:var(--fuego-muted)}
.fuego-total{background:var(--fuego-bg);border:1px solid var(--fuego-border);color:var(--fuego-text);padding:16px;border-radius:12px;display:flex;justify-content:space-between;font-size:21px;font-weight:750;margin:20px 0}.fuego-add{width:100%;padding:16px;border:0;border-radius:11px;background:var(--fuego-dark);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:.15s ease}.fuego-add:hover:not(:disabled){background:#111;transform:translateY(-1px)}.fuego-add:disabled{opacity:.4;cursor:not-allowed}.fuego-secure{display:flex;gap:12px;padding:15px;color:var(--fuego-green);box-shadow:none}.fuego-secure span,.fuego-secure small{display:block;color:var(--fuego-text)}.fuego-secure small{color:var(--fuego-muted)}
.fuego-lightbox{border:0;border-radius:14px;max-width:90vw;padding:12px}.fuego-lightbox::backdrop{background:rgba(20,20,20,.72)}.fuego-lightbox img{max-width:80vw;max-height:80vh;border-radius:10px}.fuego-lightbox button{float:right;font-size:28px;border:0;background:none;color:var(--fuego-text)}
.fuego-experience-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}.fuego-experience-list article{padding:20px;border:1px solid var(--fuego-border);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.04)}
@media(max-width:1050px){.fuego-booking{grid-template-columns:1fr 1.25fr}.fuego-summary{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.fuego-secure{grid-column:1/-1}}@media(max-width:700px){.fuego-booking{display:flex;flex-direction:column;gap:14px}.fuego-gallery{order:1}.fuego-details{order:2;padding:17px}.fuego-summary{order:3;display:flex}.fuego-main-image,.fuego-image-placeholder{height:330px}.fuego-details h2{font-size:24px}.fuego-days>button,.fuego-days>span{min-height:58px}.fuego-days button small{font-size:9px}.fuego-card label{grid-template-columns:1fr}.fuego-slots>div{flex-wrap:wrap}.fuego-slots button{flex:1}.fuego-thumbs button{height:62px;width:76px}}
