.workshop-tour{min-height:100vh;background:var(--bg-dark);color:var(--cream)}.workshop-tour__hero{padding:1.25rem 1.5rem 4rem;text-align:center}.workshop-tour__hero-inner{max-width:900px;margin:0 auto}.workshop-tour__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1.5rem;background:#c29f591f;border:1px solid rgba(194,159,89,.3);border-radius:999px}.workshop-tour__badge-text{font-size:.7rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.workshop-tour__title{font-family:var(--font-display);font-size:clamp(2.25rem,6vw,3.5rem);font-weight:700;line-height:1.15;margin:0 0 1.5rem;color:var(--cream);position:relative;padding-bottom:.75rem}.workshop-tour__title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:4rem;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);border-radius:1px}.workshop-tour__title-accent{color:var(--gold);font-style:italic}.workshop-tour__intro{font-size:1.1rem;color:var(--cream-muted);line-height:1.7;max-width:36em;margin:0 auto}.workshop-tour__title .editable{vertical-align:baseline}.workshop-tour__hero-inner>.editable_multiline.workshop-tour__intro{display:block;width:100%;max-width:36em;margin-left:auto;margin-right:auto}.workshop-tour__hero-inner>.editable_multiline.workshop-tour__intro>p{margin:0;font-size:inherit;color:inherit;line-height:inherit}.workshop-tour__badge .editable{display:inline-flex;align-items:center}.workshop-tour__cta-title .editable{vertical-align:baseline}.workshop-tour__zones{padding:0 1.5rem 4rem}.workshop-tour__zones-inner{max-width:1280px;margin:0 auto}.workshop-tour__zone{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.workshop-tour__zone:last-child{border-bottom:none}.workshop-tour__zone_reversed .workshop-tour__zone-media{order:2}.workshop-tour__zone_reversed .workshop-tour__zone-content{order:1}.workshop-tour__zone-image-wrap{position:relative;border-radius:24px;overflow:hidden;aspect-ratio:1;background:var(--bg-card)}.workshop-tour__zone-image{width:100%;height:100%;object-fit:cover;filter:grayscale(30%);transition:filter .4s}.workshop-tour__zone-image-wrap:hover .workshop-tour__zone-image{filter:grayscale(0)}.workshop-tour__zone-slider-wrap{overflow:hidden}.workshop-tour__zone-slider-track{display:flex;width:100%;height:100%;transition:transform .5s ease;transform:translate(calc(-100% * var(--slide-index, 0)))}.workshop-tour__zone-slider-slide{flex:0 0 100%;width:100%;height:100%;min-width:0;background:var(--bg-card)}.workshop-tour__zone-slider-slide .workshop-tour__zone-image{width:100%;height:100%;min-height:100%;object-fit:cover;display:block;background:var(--bg-card)}.workshop-tour__zone-image-placeholder{display:block;width:100%;height:100%;min-height:100%;background:var(--bg-card)}.workshop-tour__zone-slider-next{cursor:pointer;border:none;transition:transform .2s,background .2s}.workshop-tour__zone-slider-next:hover{transform:scale(1.05);background:#d4af37f2}.workshop-tour__zone-slider-dots{position:absolute;bottom:1.25rem;right:1.25rem;left:1.25rem;display:flex;justify-content:center;gap:.5rem;z-index:2}.workshop-tour__zone-slider-dot{width:.5rem;height:.5rem;border-radius:50%;border:2px solid rgba(255,255,255,.6);background:transparent;cursor:pointer;padding:0;transition:background .2s,border-color .2s}.workshop-tour__zone-slider-dot:hover{border-color:var(--gold);background:#ffffff4d}.workshop-tour__zone-slider-dot.is-active{background:var(--gold);border-color:var(--gold)}.workshop-tour__zone-icon{position:absolute;bottom:1.25rem;left:1.25rem;width:3rem;height:3rem;background:var(--gold);color:var(--bg-dark);border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #c29f5959}.workshop-tour__zone-icon svg{width:1.25rem;height:1.25rem}.workshop-tour__zone-content{padding:.5rem 0}.workshop-tour__zone-subtitle{font-size:.75rem;font-weight:700;letter-spacing:.2em;color:var(--gold);margin-bottom:.75rem}.workshop-tour__zone-title{font-family:var(--font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:var(--cream);margin:0 0 1rem;line-height:1.2}.workshop-tour__zone-desc{font-size:1rem;color:var(--cream-muted);line-height:1.75;margin:0 0 1.5rem;font-style:italic;white-space:pre-line}.workshop-tour__zone-features{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.workshop-tour__zone-features li{position:relative;padding-left:1.25rem;font-size:.95rem;color:var(--cream-muted);line-height:1.5}.workshop-tour__zone-features li:before{content:"";position:absolute;left:0;top:.5rem;width:.4rem;height:.4rem;background:var(--gold);border-radius:50%;box-shadow:0 0 0 1px #c29f5940}.workshop-tour__cta{padding:4rem 1.5rem;background:#c29f590d;border-top:1px solid rgba(255,255,255,.06)}.workshop-tour__cta-inner{max-width:640px;margin:0 auto;text-align:center}.workshop-tour__cta-title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--cream);margin:0 0 2rem;line-height:1.25}.workshop-tour__cta-btn{display:inline-block;padding:1rem 2.5rem;background:var(--gold);color:var(--bg-dark);font-size:.9rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:12px;transition:background .2s,transform .15s}.workshop-tour__cta-btn:hover{background:var(--gold-light);transform:translateY(-2px)}@media(max-width:900px){.workshop-tour__zone{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0}.workshop-tour__zone_reversed .workshop-tour__zone-media,.workshop-tour__zone_reversed .workshop-tour__zone-content{order:unset}.workshop-tour__zone-features{grid-template-columns:1fr}}@media(max-width:480px){.workshop-tour__hero{padding:1rem max(1rem,env(safe-area-inset-left,0px)) 2.5rem max(1rem,env(safe-area-inset-right,0px))}.workshop-tour__zones{padding:0 max(1rem,env(safe-area-inset-left,0px)) 2.5rem max(1rem,env(safe-area-inset-right,0px))}.workshop-tour__cta{padding:2.5rem max(1rem,env(safe-area-inset-left,0px)) 3rem max(1rem,env(safe-area-inset-right,0px))}.workshop-tour__cta-btn{display:block;width:100%;max-width:100%;padding:.9rem 1.25rem;text-align:center;box-sizing:border-box}}
