:root{--green-deep: #193744;--charcoal: #101a22;--orange: #e86a22;--orange-dark: #c55216;--sand: #d9b274;--off-white: #f3e2bd;--white: #FFFFFF;--text-dark: #1a2f3b;--text-body: #344a56;--text-muted: #73818a;--text-light: #f3ead6;--border-light: rgba(0,0,0,.09);--border-dark: rgba(255,255,255,.12);--radius-card: 1.25rem;--shadow-card: 0 4px 24px rgba(0,0,0,.08);--shadow-hover: 0 12px 40px rgba(0,0,0,.14);--shadow-orange: 0 8px 28px rgba(232,106,34,.35);--bg-primary: #101a22;--bg-secondary: #193744;--accent: #e86a22;--accent-warm: #d9b274;--accent-soft: #d9b274;--teal: #193744;--text-main: #f3ead6;--border-soft: rgba(255,255,255,.1);--shadow-accent: 0 8px 32px rgba(232,106,34,.4);--shadow-deep: 0 16px 48px rgba(0,0,0,.6);--radius-lg: 1.25rem;--radius-xl: 1.75rem}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--charcoal)}::-webkit-scrollbar-thumb{background:#f15a2459;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#f15a2499}body{margin:0;font-family:Montserrat,sans-serif;background:var(--off-white);color:var(--text-body);line-height:1.65;min-height:100vh;font-size:1rem}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:inherit}.container{width:min(1200px,calc(100% - 2.4rem));margin-inline:auto}.section{padding:5rem 0}.section-dark{background:var(--green-deep);color:var(--text-light)}.section-charcoal{background:var(--charcoal);color:var(--text-light)}.section-light{background:var(--off-white)}.section-white{background:var(--white)}.section-alt{background:var(--off-white)}.section-heading h2{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;line-height:1.05;letter-spacing:-.01em;color:var(--text-dark);margin:0 0 .75rem;text-wrap:balance}.section-heading--light h2{color:#fff}.section-heading--light .section-subtitle{color:#f0ede5b8}.section-heading--center{text-align:center}.section-heading--center .section-subtitle{margin-inline:auto}.section-subtitle{max-width:620px;color:var(--text-muted);margin:0;line-height:1.72;font-size:1rem}.btn{border-radius:.2rem;padding:.9rem 1.9rem;font-weight:800;font-size:.9rem;letter-spacing:.01em;display:inline-flex;align-items:center;gap:.5rem;transition:all .22s ease;cursor:pointer;border:2px solid transparent;text-decoration:none;white-space:nowrap;font-family:inherit;line-height:1;position:relative;overflow:hidden}.btn:focus-visible{outline:2px solid var(--orange);outline-offset:3px}.btn-primary{background:var(--sand);color:var(--charcoal);border-color:#9d7b46;box-shadow:none}.btn-primary:hover{background:#e6be7d;border-color:#876635;transform:translateY(-2px);box-shadow:0 10px 26px #0000002e}.btn-primary:before,.btn-primary:after{content:"";position:absolute;bottom:0;width:1.15rem;height:.7rem;background:var(--charcoal);clip-path:polygon(0 100%,100% 0,100% 100%);opacity:.95;pointer-events:none}.btn-primary:before{left:0}.btn-primary:after{right:0;transform:scaleX(-1)}.btn-secondary{background:transparent;color:var(--green-deep);border-color:#193744a6}.btn-secondary:hover{background:var(--green-deep);color:var(--text-light);transform:translateY(-2px)}.btn-ghost{background:transparent;color:#fff;border-color:#ffffff80}.btn-ghost:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.btn-orange-outline{background:transparent;color:var(--green-deep);border-color:#19374499}.btn-orange-outline:hover{background:var(--green-deep);color:var(--text-light);transform:translateY(-2px)}.btn-sm{padding:.58rem 1.2rem;font-size:.8rem}.btn-lg{padding:1.05rem 2.35rem;font-size:.96rem}.site-header{position:sticky;top:0;z-index:50;height:5rem;display:block;overflow:visible;background:var(--green-deep);border-bottom:1px solid rgba(255,255,255,.06);transition:background .22s ease,backdrop-filter .22s ease,border-color .22s ease,box-shadow .22s ease}.site-header.is-menu-open{background:#080a08fa;border-color:#f15a2440}.has-video-hero .site-header:not(.is-scrolled){background:transparent;border-color:transparent;box-shadow:none}.site-header.is-scrolled{background:#0b1f18f5;backdrop-filter:blur(16px) saturate(1.2);border-color:#f15a241a;box-shadow:0 2px 20px #00000040}.nav-wrap{height:5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.65rem;flex-shrink:0;text-decoration:none}.brand img{border-radius:.5rem;width:2.4rem;height:2.4rem;object-fit:cover}.brand-text{display:flex;flex-direction:column;line-height:1.2}.brand-name{font-size:1rem;font-weight:800;color:#fff;letter-spacing:-.01em}.brand-sub{font-size:.65rem;color:#ffffff80;letter-spacing:.06em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:.15rem}.desktop-nav a{font-size:.82rem;font-weight:600;padding:.45rem .7rem;border-radius:.5rem;color:#ffffffd1;transition:color .18s ease,background .18s ease;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.is-active{color:var(--orange)}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-phone{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#ffffffe6;transition:color .18s ease;white-space:nowrap}.header-phone:hover{color:var(--orange)}.header-phone-icon{font-size:.9rem}.header-reserve-btn{padding:.55rem 1.1rem;font-size:.82rem}.menu-toggle{display:none;position:relative;z-index:52;flex-shrink:0;border:2px solid rgba(241,90,36,.85);background:#080a08e0;width:3rem;height:3rem;border-radius:0;align-items:center;justify-content:center;flex-direction:column;gap:.32rem;cursor:pointer;box-shadow:0 4px 16px #00000073;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}.menu-toggle:hover,.menu-toggle:focus-visible{border-color:var(--orange);background:#f15a242e;outline:none}.menu-toggle span{width:1.35rem;height:2.5px;background:#f4f1e8;border-radius:1px;display:block;transition:transform .2s ease,opacity .2s ease}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(.57rem) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-.57rem) rotate(-45deg)}.mobile-nav-backdrop{position:fixed;inset:5rem 0 0;z-index:48;background:#0000009e;backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,visibility .22s ease}.mobile-nav-backdrop.is-visible{opacity:1;visibility:visible;pointer-events:auto}.mobile-nav{position:fixed;top:5rem;left:0;right:0;z-index:49;max-height:calc(100dvh - 5rem);overflow-y:auto;padding:0;margin:0;background:#080a08fa;border-bottom:1px solid rgba(241,90,36,.22);box-shadow:0 18px 40px #00000073;transform:translateY(-.5rem);opacity:0;visibility:hidden;pointer-events:none;transition:transform .22s ease,opacity .22s ease,visibility .22s ease}.mobile-nav.is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.mobile-nav-inner{display:flex;flex-direction:column;gap:.2rem;padding:1rem 1.2rem 1.5rem}.mobile-nav a{font-size:.95rem;font-weight:700;padding:.75rem .55rem;color:#f4f1e8eb;border-bottom:1px solid rgba(255,255,255,.08);transition:color .18s ease,padding-left .18s ease}.mobile-nav a:hover,.mobile-nav a.is-active{color:var(--orange);padding-left:.85rem}.mobile-nav-phone{margin-top:.35rem;font-size:1rem!important;font-weight:800!important;color:var(--sand)!important;border-bottom:none!important}.mobile-nav-cta{margin-top:.85rem;width:100%;justify-content:center}body.mobile-menu-open{overflow:hidden}.hero{overflow:clip;padding-top:6.2rem}.video-hero{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:flex-end;overflow:hidden;margin-top:-5.2rem;padding:7.5rem 0 8rem;background:var(--color-bg, #080a08)}.video-hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.video-hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,#080a0873,#080a0833,#080a0814),linear-gradient(180deg,rgba(8,10,8,.2) 0%,transparent 45%,rgba(8,10,8,.35) 100%)}.video-hero-inner{position:relative;z-index:3;width:100%;max-width:1320px;margin-inline:auto;padding:0 clamp(1.2rem,4vw,2.4rem);padding-left:clamp(2.4rem,9vw,7.5rem);box-sizing:border-box}.video-hero-content{width:100%;max-width:680px;text-align:left;padding-bottom:.5rem}.video-hero-content h1{margin:0;font-family:Cormorant Garamond,serif;line-height:1.08;font-size:clamp(1.75rem,4.2vw,3.15rem);text-wrap:balance;text-shadow:0 2px 18px rgba(0,0,0,.45)}.video-hero-content .hero-subtitle{text-shadow:0 1px 12px rgba(0,0,0,.4)}.video-hero-content h1 .text-accent{color:var(--accent)}.video-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:1rem;margin-top:1.6rem}.video-hero .hero-actions{justify-content:flex-start}.video-play-btn{display:inline-flex;align-items:center;gap:.85rem;border:none;background:transparent;color:var(--text-main);cursor:pointer;padding:0;font:inherit;font-weight:600;transition:color .18s ease,transform .18s ease}.video-play-btn:hover{color:var(--accent);transform:translateY(-1px)}.video-play-icon{width:3.4rem;height:3.4rem;border-radius:999px;border:2px solid rgba(255,255,255,.85);display:inline-flex;align-items:center;justify-content:center;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.video-play-btn:hover .video-play-icon{border-color:var(--accent);background:#f15a2426;box-shadow:0 0 24px #f15a2459}.video-play-label{font-size:.98rem;letter-spacing:.02em}.video-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:1.2rem}.video-modal[hidden]{display:none}.video-modal-backdrop{position:absolute;inset:0;background:#000000e0}.video-modal-panel{position:relative;z-index:1;width:min(1100px,100%);border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border-soft);background:#000;box-shadow:0 24px 60px #0009}.video-modal-player{width:100%;display:block;max-height:min(78vh,720px);object-fit:contain;background:#000}.video-modal-close{position:absolute;top:.55rem;right:.65rem;z-index:2;width:2.4rem;height:2.4rem;border:1px solid var(--border-soft);border-radius:999px;background:#080a08bf;color:var(--text-main);font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}body.video-modal-open{overflow:hidden}.video-hero .hero-badges{margin-top:1.35rem;justify-content:flex-start}.page-hero{background:linear-gradient(135deg,var(--green-deep) 0%,#0d2a20 55%,#081a13 100%);color:var(--text-light);padding:7rem 0 4rem;text-align:center;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 20% 50%,rgba(241,90,36,.08) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(201,164,92,.05) 0%,transparent 50%);pointer-events:none}.page-hero:after{content:"";position:absolute;bottom:0;inset-inline:0;height:3px;background:linear-gradient(90deg,transparent,var(--orange),rgba(201,164,92,.6),transparent)}.page-hero-inner{position:relative;z-index:1}.page-hero h1{font-family:Montserrat,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:900;line-height:.95;letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0 0 1.1rem;text-wrap:balance}.page-hero-subtitle{font-size:1.05rem;color:#f0ede5b3;max-width:520px;margin:0 auto;line-height:1.7}.hero-subtitle{color:#f0ede5cc;max-width:57ch;margin:1.2rem 0 1.8rem;line-height:1.72}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.65rem;margin:0;padding:0}.hero-badges li{border:1px solid var(--border-soft);border-radius:999px;padding:.46rem .9rem;color:#ddd;font-size:.82rem;background:#ffffff08}.stats-strip{background:var(--green-deep);color:var(--text-light);padding:2.5rem 0;border-bottom:1px solid rgba(241,90,36,.12)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:.5rem}.stat-number{font-family:Montserrat,sans-serif;font-size:clamp(1.7rem,3.6vw,2.45rem);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--orange),var(--sand));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.72rem;color:#f0ede599;text-transform:uppercase;letter-spacing:.1em;font-weight:600}.card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.card-dark{background:#ffffff0f;border:1px solid var(--border-dark);border-radius:var(--radius-card);padding:1.6rem;transition:background .22s ease,border-color .22s ease}.card-dark:hover{background:#ffffff17;border-color:#ffffff38}.tour-grid{display:grid;gap:1.25rem;margin-top:2rem}.tour-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.tour-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.tour-image-wrap{overflow:hidden;position:relative;flex-shrink:0}.tour-image-wrap img{width:100%;height:clamp(280px,38vw,360px);object-fit:cover;object-position:center;transition:transform .34s ease}.tour-card:hover .tour-image-wrap img{transform:scale(1.06)}.tour-badge{position:absolute;top:.75rem;left:.75rem;background:var(--green-deep);color:#fff;font-size:.68rem;font-weight:700;padding:.28rem .65rem;border-radius:999px;letter-spacing:.06em;text-transform:uppercase;z-index:2;box-shadow:0 2px 8px #00000059}.tour-discount-badge{position:absolute;top:.75rem;right:.75rem;background:var(--orange);color:#fff;font-size:.72rem;font-weight:800;padding:.28rem .6rem;border-radius:999px;z-index:2;box-shadow:0 2px 10px #f15a2480}.tour-content{padding:1.4rem 1.4rem 1.5rem;display:flex;flex-direction:column;flex:1}.tour-rating{display:flex;align-items:center;gap:.35rem;margin-bottom:.35rem}.tour-rating .stars{color:var(--sand);font-size:.8rem;letter-spacing:.04em}.tour-rating .score{font-weight:700;font-size:.8rem;color:var(--text-dark)}.tour-rating .count{color:var(--text-muted);font-size:.76rem}.tour-content h3{margin:0 0 .25rem;font-family:Montserrat,sans-serif;font-size:1.15rem;font-weight:700;color:var(--text-dark);line-height:1.3}.tour-meta-row{display:flex;align-items:center;gap:.4rem;color:var(--text-muted);font-size:.76rem;margin:.3rem 0 .65rem;flex-wrap:wrap}.tour-meta-dot{opacity:.4}.tour-difficulty-pill{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;color:var(--orange);background:#f15a2414;padding:.2rem .6rem;border-radius:999px;border:1px solid rgba(241,90,36,.2);margin-bottom:.6rem}.tour-content p{color:var(--text-muted);font-size:.88rem;line-height:1.65;margin:0;flex:1}.tour-price-area{margin:1rem 0 .9rem;padding-top:.9rem;border-top:1px solid var(--border-light);display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:.35rem}.tour-price-main{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.tour-price-lines{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem}.tour-price-eur{font-size:1.6rem;font-weight:800;color:var(--color-orange);line-height:1}.tour-price-bgn{font-size:1.05rem;font-weight:700;color:var(--color-sand);line-height:1}.tour-price-original-wrap{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .55rem}.tour-price-original{font-size:.82rem;color:var(--text-muted);text-decoration:line-through;opacity:.6}.tour-price-original-bgn{font-size:.78rem;color:var(--text-muted);text-decoration:line-through;opacity:.55}.tour-actions{margin-top:.9rem;display:flex;gap:.5rem;flex-wrap:wrap}.filter-bar{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}.filter-pill{border-radius:999px;padding:.5rem 1.1rem;font-size:.82rem;font-weight:600;border:1.5px solid var(--border-light);background:#fff;color:var(--text-body);cursor:pointer;transition:all .18s ease;font-family:inherit}.filter-pill.active,.filter-pill:hover{background:var(--orange);color:#fff;border-color:var(--orange)}.machine-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;display:grid;transition:box-shadow .25s ease}.machine-card:hover{box-shadow:var(--shadow-hover)}.machine-image{width:100%;height:280px;object-fit:cover}.machine-content{padding:1.8rem}.machine-content h3{font-size:1.25rem;font-weight:800;color:var(--text-dark);margin:0 0 .75rem}.machine-content p{color:var(--text-muted);line-height:1.7;margin:0 0 1.2rem;font-size:.95rem}.machine-features{display:flex;flex-wrap:wrap;gap:.45rem}.machine-feature-pill{background:#0b1f1812;color:var(--green-deep);border:1px solid rgba(11,31,24,.12);border-radius:999px;padding:.3rem .75rem;font-size:.76rem;font-weight:600}.price-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:2rem 1.75rem;border:2px solid transparent;transition:box-shadow .25s ease,transform .25s ease,border-color .25s ease;display:flex;flex-direction:column}.price-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.price-card.highlighted{border-color:var(--orange);box-shadow:0 8px 32px #f15a2426}.price-card.highlighted:hover{box-shadow:0 16px 48px #f15a2438}.price-card-title{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem}.price-card-price{font-size:2.2rem;font-weight:900;color:var(--text-dark);line-height:1;margin:.5rem 0 .25rem}.price-card-note{font-size:.82rem;color:var(--text-muted);margin:0 0 1.25rem}.price-card-features{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;gap:.55rem;flex:1}.price-card-features li{display:flex;align-items:flex-start;gap:.6rem;font-size:.88rem;color:var(--text-body)}.price-card-features li:before{content:"✓";color:var(--orange);font-weight:800;flex-shrink:0;margin-top:.05rem}.feature-grid{display:grid;gap:1.1rem;margin-top:2.2rem}.feature-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.75rem 1.6rem;transition:box-shadow .25s ease,transform .25s ease}.feature-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.feature-card--image{padding:0;overflow:hidden}.feature-card--image .feature-card-img{width:100%;height:220px;overflow:hidden}.feature-card--image .feature-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease;display:block}.feature-card--image:hover .feature-card-img img{transform:scale(1.06)}.feature-card--image .feature-card-body{padding:1.4rem 1.5rem 1.6rem}.feature-card--image .feature-card-body h3{margin:0 0 .45rem}.feature-card--image .feature-card-body p{margin:0}.feature-card-icon{width:3rem;height:3rem;border-radius:.85rem;background:#f15a241a;border:1px solid rgba(241,90,36,.2);display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:1rem}.feature-card h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem}.feature-card p{font-size:.88rem;color:var(--text-muted);line-height:1.65;margin:0}.reviews-grid{display:grid;gap:1.1rem;margin-top:2rem}.review-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.6rem}.review-quote{font-family:Cormorant Garamond,serif;font-size:3rem;line-height:.5;color:var(--orange);opacity:.4;margin-bottom:.75rem;display:block;user-select:none}.review-text{font-size:.92rem;color:var(--text-body);line-height:1.7;margin:0 0 1rem}.review-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.review-stars{color:#f59e0b;font-size:.82rem;letter-spacing:.06em}.review-author{font-size:.82rem;font-weight:700;color:var(--text-dark)}.review-date{font-size:.76rem;color:var(--text-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-top:2rem}.gallery-item{position:relative;border-radius:var(--radius-card);overflow:hidden;border:2px solid transparent;transition:border-color .25s ease,transform .25s ease,box-shadow .25s ease}.gallery-trigger{display:block;width:100%;padding:0;border:none;background:none;cursor:zoom-in;position:relative}.gallery-trigger img{width:100%;height:300px;object-fit:cover;transition:transform .3s ease;display:block}.gallery-zoom-icon{position:absolute;top:.6rem;right:.6rem;background:#0000008c;color:#fff;border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;pointer-events:none}.gallery-item:hover{border-color:var(--orange);box-shadow:0 8px 28px #f15a2440;transform:translateY(-2px)}.gallery-item:hover .gallery-trigger img{transform:scale(1.07)}.gallery-item:hover .gallery-zoom-icon{opacity:1}.gallery-item-featured .gallery-trigger img{height:380px}.gallery-cta{margin-top:1.75rem;display:flex;flex-wrap:wrap;gap:.75rem}.gallery-cta-double{justify-content:center}.gallery-lightbox{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center}.gallery-lightbox[hidden]{display:none}.gallery-lightbox-backdrop{position:absolute;inset:0;background:#000000eb;cursor:zoom-out}.gallery-lightbox-img-wrap{position:relative;z-index:1;max-width:min(92vw,1100px);max-height:90vh;display:flex;align-items:center;justify-content:center}.gallery-lightbox-img-wrap img{max-width:100%;max-height:90vh;object-fit:contain;border-radius:.5rem;box-shadow:0 24px 80px #000000b3;display:block}.gallery-lightbox-close{position:absolute;top:1.1rem;right:1.1rem;z-index:2;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease}.gallery-lightbox-close:hover{background:#ffffff38}.gallery-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease}.gallery-lightbox-nav:hover{background:#ffffff38}.gallery-lightbox-prev{left:1.1rem}.gallery-lightbox-next{right:1.1rem}.blog-grid{display:grid;gap:1.25rem;margin-top:2rem}.blog-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.blog-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.blog-card-image{width:100%;height:200px;object-fit:cover;flex-shrink:0}.blog-card-body{padding:1.4rem;flex:1;display:flex;flex-direction:column}.blog-date-pill{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--orange);background:#f15a2414;border-radius:999px;padding:.2rem .65rem;margin-bottom:.65rem}.blog-card h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem;line-height:1.35}.blog-card p{font-size:.86rem;color:var(--text-muted);line-height:1.65;margin:0 0 1rem;flex:1}.blog-card-link{font-size:.82rem;font-weight:700;color:var(--orange);display:inline-flex;align-items:center;gap:.35rem;transition:gap .18s ease}.blog-card-link:hover{gap:.55rem}.contact-form{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:2rem 1.75rem;display:grid;gap:1rem}.contact-form label{display:grid;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--text-body)}.contact-form input,.contact-form textarea,.contact-form select{width:100%;background-color:var(--off-white);border:1.5px solid var(--border-light);border-radius:.75rem;color:var(--text-dark);padding:.82rem 1rem;font:inherit;font-size:.92rem;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange);background-color:#fff;box-shadow:0 0 0 3px #f15a241a}.contact-form select:focus{border-color:var(--orange);background-color:#fff;box-shadow:0 0 0 3px #f15a241a}.contact-form textarea{resize:vertical;min-height:110px}.contact-form select{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.75rem;background-color:var(--off-white);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23e86a22' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px 8px;background-position:right 1rem center}.contact-form select option{background:#f0ede5;color:#1a1f1c}.contact-form select option:disabled{color:#5a635c}.reservation-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:1.2rem}.reservation-modal[hidden]{display:none}.reservation-backdrop{position:absolute;inset:0;background:#000000b8;backdrop-filter:blur(4px)}.reservation-panel{position:relative;z-index:1;background:var(--green-deep);border:1px solid var(--border-dark);border-radius:var(--radius-card);padding:clamp(1.8rem,5vw,2.8rem);width:min(520px,100%);box-shadow:0 24px 64px #0000008c;color:var(--text-light)}.reservation-close{position:absolute;top:1rem;right:1rem;background:#ffffff14;border:1px solid var(--border-dark);border-radius:999px;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;cursor:pointer;transition:background .18s ease}.reservation-close:hover{background:#f15a2433}.reservation-panel h3{font-size:1.5rem;font-weight:800;color:#fff;margin:0 0 .4rem}.reservation-panel p{font-size:.9rem;color:#f0ede5a6;margin:0 0 1.6rem;line-height:1.6}.reservation-form{display:grid;gap:.9rem}.reservation-form label{display:grid;gap:.3rem;font-size:.82rem;font-weight:600;color:#f0ede5bf}.reservation-form input{width:100%;background:#ffffff12;border:1px solid var(--border-dark);border-radius:.75rem;color:#fff;padding:.82rem 1rem;font:inherit;font-size:.92rem;transition:border-color .18s ease,background .18s ease;outline:none}.reservation-form input:focus{border-color:var(--orange);background:#ffffff1a}.reservation-form input::placeholder{color:#ffffff59}.reservation-phone-fallback{background:#f15a241a;border:1px solid rgba(241,90,36,.25);border-radius:.75rem;padding:.9rem 1rem;font-size:.82rem;color:#f0ede5cc;margin-top:.5rem;text-align:center;line-height:1.55}.reservation-phone-fallback a{color:var(--orange);font-weight:700}body.modal-open{overflow:hidden}.cookie-banner{position:fixed;bottom:1.2rem;inset-inline:1rem;max-width:680px;margin-inline:auto;background:var(--charcoal);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-card);padding:1.2rem 1.4rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;z-index:150;box-shadow:0 8px 32px #00000073;animation:slideUp .3s ease forwards}.cookie-banner[hidden]{display:none}@keyframes slideUp{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-text{font-size:.82rem;color:#f0ede5bf;flex:1;min-width:200px;line-height:1.55;margin:0}.cta-section{background:var(--green-deep);color:var(--text-light);padding:5rem 0;text-align:center}.cta-section--banner{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:clamp(4rem,8vw,6.5rem) 0;min-height:clamp(480px,75.3vw,920px);background:var(--color-bg)}.cta-section-bg{position:absolute;inset:0;background-image:var(--cta-bg);background-size:cover;background-position:center center}.cta-section-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#080a086b,#080a0847 45%,#080a0880),linear-gradient(90deg,#10241c59,#080a0826 55%,#080a0861)}.cta-section-inner{position:relative;z-index:1;width:100%}.cta-section h2{font-family:Montserrat,sans-serif;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:900;letter-spacing:-.02em;text-transform:uppercase;color:#fff;margin:0 0 .75rem;line-height:1.02;text-wrap:balance}.cta-section--banner h2{font-size:clamp(2.2rem,5.5vw,3.8rem);margin-bottom:1rem;text-shadow:0 2px 24px rgba(0,0,0,.45)}.cta-section p{color:#f0ede5b3;max-width:520px;margin:0 auto 2rem;line-height:1.7;font-size:1.02rem}.cta-section--banner p{max-width:640px;font-size:clamp(1rem,2.2vw,1.15rem);margin-bottom:2.4rem;color:#f4f1e8e0}.cta-actions{display:flex;flex-wrap:wrap;gap:.9rem;justify-content:center}.cta-section--banner .cta-actions{gap:1rem}.cta-phone{margin-top:1.5rem;font-size:.9rem;color:#f0ede599}.cta-phone a{color:var(--sand);font-weight:700}.site-footer{background:var(--charcoal);color:var(--text-light);padding:4.5rem 0 0;position:relative}.site-footer:before{content:"";position:absolute;top:0;inset-inline:0;height:3px;background:linear-gradient(90deg,transparent,var(--orange),rgba(201,164,92,.5),transparent)}.footer-grid{display:grid;gap:2.5rem}.footer-brand{display:flex;align-items:center;gap:.7rem;margin-bottom:1rem}.footer-brand img{border-radius:.5rem;width:2.5rem;height:2.5rem;object-fit:cover;flex-shrink:0}.footer-brand-name{font-size:1.05rem;font-weight:800;color:#fff;line-height:1.2}.footer-brand-loc{font-size:.68rem;color:#f0ede573;letter-spacing:.05em}.footer-desc{font-size:.86rem;color:#f0ede58c;line-height:1.72;margin:0 0 1.2rem;max-width:32ch}.footer-social{display:flex;gap:.5rem;flex-wrap:wrap}.footer-social a{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:600;color:#f0ede599;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:.3rem .7rem;transition:color .18s ease,border-color .18s ease,background .18s ease}.footer-social a:hover{color:var(--orange);border-color:#f15a2466;background:#f15a240f}.footer-title{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--sand);margin:0 0 1rem}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.footer-links a{font-size:.88rem;color:#f0ede599;transition:color .18s ease,padding-left .18s ease;display:inline-block;padding:.08rem 0}.footer-links a:hover{color:var(--orange);padding-left:.3rem}.footer-contact-item{display:flex;flex-direction:column;gap:.12rem;margin-bottom:.85rem}.footer-contact-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:#f0ede566;font-weight:600}.footer-contact-value{font-size:.88rem;font-weight:600;color:#f0ede5d1;transition:color .18s ease}.footer-contact-value a{color:inherit}.footer-contact-value a:hover{color:var(--orange)}.footer-bottom{margin-top:3.5rem;padding:1.2rem 0;border-top:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.footer-copy{font-size:.76rem;color:#f0ede54d}.footer-legal{display:flex;gap:1rem}.footer-legal a{font-size:.76rem;color:#f0ede54d;transition:color .18s ease}.footer-legal a:hover{color:var(--orange)}.process-grid{display:grid;gap:.75rem;margin-top:2rem}.process-step{display:flex;align-items:center;gap:1.1rem;background:#fff;border-radius:1rem;padding:1.1rem 1.3rem;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,transform .2s ease}.process-step:hover{box-shadow:var(--shadow-hover);transform:translate(4px)}.process-step-num{width:2.4rem;height:2.4rem;border-radius:999px;background:#f15a241a;border:2px solid rgba(241,90,36,.25);display:flex;align-items:center;justify-content:center;color:var(--orange);font-weight:800;font-size:.9rem;flex-shrink:0}.process-step span:last-child{font-weight:600;font-size:.95rem;color:var(--text-dark)}.tour-process-section{overflow:hidden}.tour-process-header{margin-bottom:clamp(2.5rem,5vw,4rem)}.tour-process-eyebrow{margin:0 0 .6rem;font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--orange)}.tour-process-heading{margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text-light);line-height:1.1}.tour-process-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.07)}.tour-process-item{padding:clamp(1.5rem,3vw,2.5rem) clamp(1rem,2.5vw,2rem);border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;gap:.75rem;transition:background .25s ease}.tour-process-item:nth-child(3n){border-right:none}.tour-process-item:hover{background:#ffffff06}.tour-process-num{font-size:2.2rem;font-weight:800;line-height:1;color:#e86a2238;letter-spacing:-.03em;transition:color .25s ease}.tour-process-item:hover .tour-process-num{color:#e86a2280}.tour-process-title{font-size:1rem;font-weight:700;color:var(--text-light);letter-spacing:.01em;line-height:1.3}.tour-process-desc{margin:0;font-size:.88rem;color:#f0ede573;line-height:1.7}@media(max-width:900px){.tour-process-grid{grid-template-columns:repeat(2,1fr)}.tour-process-item:nth-child(3n){border-right:1px solid rgba(255,255,255,.07)}.tour-process-item:nth-child(2n){border-right:none}}@media(max-width:560px){.tour-process-grid{grid-template-columns:1fr}.tour-process-item{border-right:none!important}}.quote-section{background:var(--green-deep);color:var(--text-light);padding:5rem 0;text-align:center}.quote-mark-large{display:none}.quote-text{font-family:Montserrat,sans-serif;font-size:clamp(1.55rem,3.4vw,2.35rem);line-height:1.35;color:#f0ede5eb;max-width:720px;margin:0 auto 1rem;font-weight:800;text-wrap:balance}.quote-attribution{font-size:.82rem;color:#f0ede573;letter-spacing:.1em;text-transform:uppercase}.location-grid{display:grid;gap:1.5rem;margin-top:2rem}.map-embed-wrap{border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card);height:380px;background:#e5e5e5}.map-embed-wrap iframe{width:100%;height:100%;border:0;display:block}.location-info-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.8rem}.location-info-card h3{font-size:1.1rem;font-weight:700;color:var(--text-dark);margin:0 0 1rem}.location-info-list{list-style:none;padding:0;margin:0 0 1.2rem;display:grid;gap:.6rem}.location-info-list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.9rem;color:var(--text-body)}.location-info-icon{color:var(--orange);font-size:1rem;flex-shrink:0;margin-top:.05rem}.location-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.contact-info-card{background:var(--green-deep);border-radius:var(--radius-card);overflow:hidden;color:var(--text-light)}.contact-info-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem 1.6rem;border-bottom:1px solid rgba(255,255,255,.06);transition:background .18s ease}.contact-info-item:last-child{border-bottom:none}.contact-info-item:hover{background:#f15a240f}.contact-info-icon{width:2.4rem;height:2.4rem;border-radius:999px;background:#d9b27429;border:1px solid rgba(217,178,116,.42);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:800;letter-spacing:.04em;color:var(--sand);flex-shrink:0}.contact-info-text{display:flex;flex-direction:column;gap:.12rem;padding-top:.08rem}.contact-info-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.12em;color:#f0ede573;font-weight:600}.contact-info-value{font-weight:600;color:#f0ede5e6;font-size:.95rem}.contact-info-value a{color:inherit;transition:color .18s ease}.contact-info-value a:hover{color:var(--orange)}.contact-social-row{padding:1.2rem 1.6rem;display:flex;gap:.6rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.06)}.why-grid{display:grid;gap:1rem;margin-top:2rem}.why-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:1.6rem;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column;gap:.5rem}.why-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.why-card-num{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:700;line-height:1;background:linear-gradient(135deg,var(--orange),var(--sand));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.why-card h3{font-size:1rem;font-weight:700;color:var(--text-dark);margin:0}.why-card p{font-size:.86rem;color:var(--text-muted);line-height:1.65;margin:0}.section-note{margin-top:1.6rem;color:var(--text-muted);border-left:3px solid var(--orange);padding:.6rem 0 .6rem 1rem;font-size:.9rem;font-style:italic;line-height:1.65;background:#f15a240a;border-radius:0 .5rem .5rem 0}.story-grid{display:grid;gap:2.5rem;align-items:center;margin-top:1.5rem}.story-image{border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-card)}.story-image img{width:100%;height:380px;object-fit:cover;display:block}.story-content h2{font-size:clamp(1.8rem,3.5vw,2.6rem);font-weight:800;color:var(--text-dark);margin:0 0 1rem;line-height:1.1}.story-content p{font-size:.98rem;color:var(--text-muted);line-height:1.78;margin:0 0 1rem}.story-features{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}.story-feature-pill{background:#0b1f180f;color:var(--green-deep);border:1px solid rgba(11,31,24,.1);border-radius:999px;padding:.35rem .85rem;font-size:.78rem;font-weight:600}.voucher-grid{display:grid;gap:1.25rem;margin-top:2rem}.voucher-card{background:#fff;border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;transition:box-shadow .25s ease,transform .25s ease;display:flex;flex-direction:column}.voucher-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.voucher-card-image{width:100%;height:200px;object-fit:cover;flex-shrink:0}.voucher-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.voucher-card h3{font-size:1.05rem;font-weight:700;color:var(--text-dark);margin:0 0 .5rem}.voucher-card p{font-size:.86rem;color:var(--text-muted);line-height:1.65;margin:0 0 1rem;flex:1}.voucher-price{font-size:1.5rem;font-weight:800;color:var(--orange);margin-bottom:.9rem}.how-grid{display:grid;gap:1.25rem;margin-top:2rem;counter-reset:how-step}.how-step{background:#ffffff0f;border:1px solid var(--border-dark);border-radius:var(--radius-card);padding:1.6rem;display:flex;flex-direction:column;gap:.6rem}.how-step-num{width:2.8rem;height:2.8rem;border-radius:999px;background:var(--orange);color:#fff;font-weight:800;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-orange)}.how-step h3{font-size:1rem;font-weight:700;color:#fff;margin:0}.how-step p{font-size:.86rem;color:#f0ede5a6;line-height:1.65;margin:0}.contact-grid{display:grid;gap:1.5rem;align-items:start}@media(min-width:640px){.voucher-grid,.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:768px){.tour-grid,.feature-grid,.why-grid,.reviews-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location-grid,.contact-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.machine-card{grid-template-columns:.9fr 1.1fr}.machine-image{width:100%;height:100%;min-height:260px}.story-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.tour-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.why-grid,.reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-item-featured{grid-column:span 2}.gallery-item-featured .gallery-trigger img{height:380px}.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.location-grid{grid-template-columns:1.2fr .8fr}.contact-grid{grid-template-columns:.9fr 1.1fr}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}.voucher-grid,.how-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.why-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:960px){.desktop-nav,.header-phone,.header-reserve-btn{display:none}.menu-toggle{display:inline-flex}}@media(max-width:640px){.section{padding:3.5rem 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.container{width:min(1200px,calc(100% - 1.4rem))}.page-hero{padding:5.5rem 0 3rem}.cta-section:not(.cta-section--banner){padding:3.5rem 0}.cta-section--banner{padding:clamp(3.5rem,10vw,5rem) 0;min-height:clamp(420px,75.3vw,680px)}.contact-form,.reservation-panel{padding:1.5rem 1.2rem}.footer-grid,.machine-card,.story-grid,.tour-grid,.feature-grid,.why-grid,.reviews-grid,.gallery-gallery,.blog-grid,.voucher-grid{grid-template-columns:1fr}.cta-actions .btn{width:100%;justify-content:center}}@media(max-width:480px){.page-hero h1{font-size:2.1rem}.cta-section h2{font-size:1.8rem}.tour-actions .btn{flex:1;justify-content:center}.footer-bottom{flex-direction:column;text-align:center}}@media(max-width:640px){.video-hero{padding:6.5rem 0 6rem;align-items:flex-end}.video-hero-inner{padding-left:clamp(1.4rem,6vw,2.4rem)}.video-hero-content{max-width:100%}.video-hero-content h1{font-size:clamp(1.3rem,8.5vw,1.65rem);line-height:1.08}.video-hero-eyebrow{font-size:.62rem;letter-spacing:.1rem;margin-bottom:.55rem}.hero-subtitle{font-size:.88rem;margin:.75rem 0 1.2rem;line-height:1.6}.video-hero-actions{flex-direction:column;align-items:flex-start;margin-top:1rem;gap:.65rem}.video-hero .hero-actions{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.video-hero-media{display:none}.video-hero{background:var(--color-bg, #080a08)}}.benefits-grid{display:grid;gap:1.1rem;margin-top:2rem}.experience-photo-grid{display:grid;gap:1rem;margin-top:2rem}.experience-photo-card{position:relative;overflow:hidden;min-height:clamp(260px,42vw,360px);aspect-ratio:4 / 5;border:1px solid rgba(244,241,232,.12);background:#0a0c0a;transition:border-color .22s ease}.experience-photo-card:hover{border-color:#f15a2473}.experience-photo-card img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}.experience-photo-card:hover img{transform:scale(1.05)}.experience-photo-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem 1.15rem 1.25rem;background:linear-gradient(180deg,#080a080d,#080a0859 45%,#080a08e0)}.experience-photo-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.55rem}.experience-photo-index{font-size:.76rem;font-weight:800;letter-spacing:.08em;color:var(--color-sand)}.experience-photo-slash{width:16px;height:2px;background:var(--color-orange);transform:skew(-38deg)}.experience-photo-overlay h3{margin:0 0 .35rem;font-size:1rem;font-weight:800;color:var(--color-text);line-height:1.2}.experience-photo-overlay p{margin:0;font-size:.84rem;color:#f0ede5c7;line-height:1.5}.section-cta-center,.section-cta-row{margin-top:1.8rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.video-hero-eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.18rem;text-transform:uppercase;color:var(--sand);margin:0 0 .85rem}.video-hero-content h1{font-family:Montserrat,sans-serif;font-weight:900;line-height:1.05;letter-spacing:-.02em;text-transform:uppercase;font-size:clamp(1.65rem,4vw,2.85rem)}.hero-trust-badges{list-style:none;display:flex;flex-wrap:wrap;gap:.55rem;margin:1.35rem 0 0;padding:0}.hero-trust-badges li{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:.42rem .85rem;font-size:.78rem;font-weight:600;color:#f4f4f0;background:#00000040;backdrop-filter:blur(4px)}.machine-pills{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:1.5rem}.machine-pill{border:1px solid var(--border-dark);border-radius:999px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;color:var(--text-light);background:#ffffff0f}.video-placeholder{margin-top:2rem;border-radius:var(--radius-card);background:var(--off-white);border:1px dashed var(--border-light);padding:3rem 1.5rem;text-align:center}.video-placeholder p{color:var(--text-muted);margin:0 0 1rem}.machines-stack{display:grid;gap:1.5rem}.machines-grid{display:grid;gap:1.5rem;margin-top:2rem}@media(min-width:768px){.machines-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.included-grid{display:grid;gap:1rem;margin-top:2rem}.included-card{padding:1.2rem 1.4rem;display:flex;align-items:center;gap:.75rem}.included-card span{color:var(--orange);font-weight:800;font-size:1.1rem}.included-card h3{margin:0;font-size:.95rem;font-weight:700}.pricing-intro{max-width:900px}.pricing-lead{font-size:1.05rem;line-height:1.75;color:var(--text-body);margin:0 0 2rem}.pricing-grid{display:grid;gap:1.25rem}.pricing-cta-block h2{font-family:Montserrat,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900;text-transform:uppercase;color:#fff;margin:0 0 .75rem}.pricing-cta-block p{color:#f0ede5b8;max-width:560px;margin:0 auto}.two-col-info{display:grid;gap:2rem}.check-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;gap:.55rem}.check-list li{padding-left:1.4rem;position:relative;font-size:.92rem;color:var(--text-body)}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--orange);font-weight:800}.voucher-steps{display:grid;gap:1rem;margin-top:2rem}.voucher-step-card{padding:1.4rem}.voucher-step-card span{display:inline-flex;width:2rem;height:2rem;border-radius:999px;background:#f15a241f;color:var(--orange);font-weight:800;align-items:center;justify-content:center;margin-bottom:.6rem}.voucher-step-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:800}.voucher-step-card p{margin:0;font-size:.88rem;color:var(--text-muted)}.content-block{max-width:76ch;margin-top:1rem}.content-block p{color:var(--text-body);line-height:1.75}.about-split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:center}.about-features-text{text-align:center;font-size:clamp(1rem,1.8vw,1.25rem);font-weight:600;color:var(--text-dark);line-height:2;margin-top:1.5rem}.about-features-dot{color:var(--orange)}.about-split-text .content-block{max-width:100%}.about-split-img{border-radius:var(--radius-card);overflow:hidden;box-shadow:var(--shadow-hover)}.about-split-img img{width:100%;height:100%;object-fit:cover;display:block;max-height:520px}@media(max-width:768px){.about-split{grid-template-columns:1fr}.about-split-img{order:-1}.about-split-img img{max-height:300px}}.feature-dark-icon{font-size:1.6rem;display:block;margin-bottom:.5rem}[data-tour-item].is-hidden{display:none}@media(min-width:768px){.benefits-grid,.experience-photo-grid,.included-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.voucher-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col-info{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.benefits-grid,.experience-photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}:root{--color-bg: #080A08;--color-bg-soft: #0B0F0C;--color-green: #10241C;--color-green-deep: #203A3A;--color-orange: #F15A24;--color-sand: #C9A45C;--color-text: #F4F1E8;--color-muted: #A7A196;--color-border: rgba(244, 241, 232, .12);--green-deep: var(--color-green);--charcoal: var(--color-bg);--orange: var(--color-orange);--orange-dark: #d14c1d;--sand: var(--color-sand);--off-white: var(--color-bg-soft);--text-dark: var(--color-text);--text-body: var(--color-text);--text-muted: var(--color-muted);--text-light: var(--color-text);--border-light: var(--color-border);--border-dark: var(--color-border);--bg-primary: var(--color-bg);--bg-secondary: var(--color-green);--accent: var(--color-orange);--accent-warm: var(--color-sand);--accent-soft: var(--color-sand);--teal: var(--color-green-deep);--text-main: var(--color-text);--shadow-card: 0 8px 32px rgba(0, 0, 0, .35);--shadow-hover: 0 14px 46px rgba(0, 0, 0, .5)}body{background:var(--color-bg);color:var(--color-text)}.section,.section-light,.section-white{background:var(--color-bg-soft)}.section-alt,.section-dark,.section-charcoal,.stats-strip,.quote-section,.cta-section:not(.cta-section--banner),.site-footer,.page-hero{background:var(--color-bg)}.section-heading h2,.page-hero h1,.cta-section h2,.story-content h2,.tour-content h3,.machine-content h3,.price-card-title,.blog-card h3,.voucher-card h3,.location-info-card h3{color:var(--color-text)}.section-subtitle,.hero-subtitle,.tour-content p,.machine-content p,.price-card-note,.blog-card p,.voucher-card p,.location-info-list li,.content-block p,.quote-attribution,.review-date,.footer-desc,.footer-links a,.footer-copy,.footer-legal a{color:var(--color-muted)}.blog-date-pill{color:var(--color-sand);background:#c9a45c14;border-color:#c9a45c42}.video-hero-overlay{background:linear-gradient(90deg,#080a08bd,#080a086b 48%,#080a0833),linear-gradient(180deg,rgba(8,10,8,.35) 0%,transparent 45%,rgba(8,10,8,.66) 100%)}.video-hero-eyebrow{color:var(--color-sand)}.video-hero-content h1 .text-accent{color:var(--color-orange)}.hero-trust-badges li{background:#ffffff08;border:1px solid var(--color-border);color:var(--color-text)}.btn{border-radius:0;text-transform:uppercase;font-weight:800;letter-spacing:.03em;border-width:1.5px;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px))}.btn:before,.btn:after{content:"";position:absolute;bottom:0;width:18px;height:9px;background:currentColor;opacity:.9;clip-path:polygon(0 100%,100% 0,100% 100%);pointer-events:none}.btn:before{left:0}.btn:after{right:0;transform:scaleX(-1)}.btn-primary{background:var(--color-orange);color:var(--color-bg);border-color:#c8491b;box-shadow:0 8px 22px #f15a2447}.btn-primary:hover{background:#d14c1d;color:var(--color-text);border-color:#b83f15}.btn-secondary{background:#ffffff05;color:var(--color-text);border-color:#f15a248c}.btn-secondary:hover{background:#f15a2424;border-color:var(--color-orange);color:var(--color-text)}.btn-ghost{background:transparent;color:var(--color-text);border-color:var(--color-border)}.btn-ghost:hover{background:#ffffff0f;border-color:#f15a2473}.btn-orange-outline{background:transparent;color:var(--color-sand);border-color:#c9a45c8f}.btn-orange-outline:hover{background:#c9a45c1f;color:var(--color-text)}.desktop-nav a,.mobile-nav a,.header-phone,.brand-name,.footer-brand-name{color:var(--color-text)}.desktop-nav a:hover,.desktop-nav a.is-active,.mobile-nav a:hover,.mobile-nav a.is-active,.header-phone:hover,.footer-links a:hover,.footer-social a:hover{color:var(--color-orange)}.brand-sub,.footer-brand-loc,.footer-contact-label{color:var(--color-muted)}.menu-toggle,.mobile-nav,.site-header{border-color:var(--color-border)}.site-header{background:#080a08eb}.site-header.is-scrolled{background:#080a08f5;border-color:#f15a2438}.card,.tour-card,.feature-card,.review-card,.price-card,.blog-card,.voucher-card,.machine-card,.process-step,.location-info-card,.contact-form,.map-embed-wrap,.why-card,.included-card{background:#ffffff08;border:1px solid rgba(244,241,232,.1);box-shadow:var(--shadow-card)}.card:hover,.tour-card:hover,.feature-card:hover,.experience-photo-card:hover,.review-card:hover,.price-card:hover,.blog-card:hover,.voucher-card:hover,.machine-card:hover,.process-step:hover,.why-card:hover{border-color:#f15a2473;box-shadow:var(--shadow-hover)}.machine-card-image img,.voucher-card-image,.blog-card-image,.tour-image-wrap img{filter:saturate(.93) contrast(1.04)}.machine-card{grid-template-columns:1fr;overflow:hidden}.machine-card-image img{width:100%;height:260px;object-fit:cover;border-bottom:1px solid var(--color-border)}.machine-card-body{padding:1.4rem}.machine-card-body h3{margin:0 0 .65rem;font-size:1.1rem;font-weight:800}.machine-card-body p{margin:0 0 1rem;color:var(--color-muted)}.machine-features{margin:0 0 1rem;padding:0;list-style:none;display:grid;gap:.48rem}.machine-features li{font-size:.84rem;color:var(--color-text);border-bottom:1px solid rgba(244,241,232,.08);padding-bottom:.35rem}.feature-card-accent{display:flex;align-items:center;gap:.55rem;margin-bottom:.95rem}.feature-card-index{font-size:.76rem;font-weight:800;letter-spacing:.06em;color:var(--color-sand)}.feature-card-slash{width:18px;height:2px;background:var(--color-orange);transform:skew(-38deg)}.feature-card-icon,.feature-dark-icon,.header-phone-icon,.review-quote,.quote-mark-large{display:none}.tour-rating .stars,.review-stars{color:var(--color-sand)}.tour-badge,.tour-discount-badge{border-radius:0;text-transform:uppercase;letter-spacing:.05em}.tour-badge{background:var(--color-orange);color:var(--color-bg)}.tour-discount-badge{background:var(--color-sand);color:var(--color-bg);box-shadow:none}.tour-difficulty-pill,.machine-feature-pill,.story-feature-pill,.machine-pill{color:#f4f1e8;background:#f15a2424;border:1px solid rgba(241,90,36,.55);font-weight:800;letter-spacing:.02em}.filter-pill{background:#ffffff08;color:var(--color-text);border:1px solid var(--color-border)}.filter-pill.active,.filter-pill:hover{background:var(--color-orange);color:var(--color-bg);border-color:var(--color-orange)}.gallery-item{border:1px solid rgba(244,241,232,.09)}.gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(8,10,8,.48) 100%);pointer-events:none}.gallery-item:hover{border-color:var(--color-orange);box-shadow:0 10px 32px #f15a2429}.price-card-features li:before,.check-list li:before{color:var(--color-orange)}.reservation-form input{background-color:#ffffff08;color:var(--color-text);border:1px solid var(--color-border)}.reservation-form input:focus{border-color:#f15a24a6;box-shadow:0 0 0 3px #f15a2424}.section-dark .contact-form,.section-charcoal .contact-form,.booking-form-section .contact-form{background:#ffffff0a;border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.section-dark .contact-form label,.section-charcoal .contact-form label,.booking-form-section .contact-form label{color:var(--color-text)}.section-dark .contact-form input,.section-dark .contact-form textarea,.section-charcoal .contact-form input,.section-charcoal .contact-form textarea,.booking-form-section .contact-form input,.booking-form-section .contact-form textarea{background-color:#f15a241a;color:#f0ede5;border:1.5px solid rgba(241,90,36,.45);color-scheme:dark}.section-dark .contact-form select,.section-charcoal .contact-form select,.booking-form-section .contact-form select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#f15a241a;color:#f0ede5;border:1.5px solid rgba(241,90,36,.45);color-scheme:dark;padding-right:2.75rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23F15A24' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px 8px;background-position:right 1rem center}.section-dark .contact-form input::placeholder,.section-dark .contact-form textarea::placeholder,.section-charcoal .contact-form input::placeholder,.section-charcoal .contact-form textarea::placeholder,.booking-form-section .contact-form input::placeholder,.booking-form-section .contact-form textarea::placeholder{color:#c9a45cd9}.section-dark .contact-form input:focus,.section-dark .contact-form textarea:focus,.section-dark .contact-form select:focus,.section-charcoal .contact-form input:focus,.section-charcoal .contact-form textarea:focus,.section-charcoal .contact-form select:focus,.booking-form-section .contact-form input:focus,.booking-form-section .contact-form textarea:focus,.booking-form-section .contact-form select:focus{background-color:#f15a2429;border-color:var(--color-orange);box-shadow:0 0 0 3px #f15a2438;color:#fff}.section-dark .contact-form select option,.section-charcoal .contact-form select option,.booking-form-section .contact-form select option{background-color:#10241c;color:#f0ede5}.section-dark .contact-form select option:disabled,.section-charcoal .contact-form select option:disabled,.booking-form-section .contact-form select option:disabled{color:#c9a45c}.section-dark .contact-form input[type=datetime-local]::-webkit-calendar-picker-indicator,.section-charcoal .contact-form input[type=datetime-local]::-webkit-calendar-picker-indicator,.booking-form-section .contact-form input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(1) brightness(1.2);cursor:pointer}.contact-social-row .btn-secondary{border-color:var(--color-border)}.reservation-panel,.contact-info-card,.cookie-banner,.mobile-nav{background:var(--color-bg);border:1px solid var(--color-border)}.contact-info-item:hover{background:#f15a2414}.contact-info-icon{border-radius:0;clip-path:polygon(0 0,calc(100% - 8px) 0,100% 8px,100% 100%,8px 100%,0 calc(100% - 8px))}.footer-social a{color:var(--color-muted);border-color:var(--color-border)}.footer-title,.cta-phone a,.location-info-icon{color:var(--color-sand)}@media(min-width:768px){.machine-card{grid-template-columns:.95fr 1.05fr}.machine-card-image img{height:100%;min-height:320px;border-bottom:0;border-right:1px solid var(--color-border)}}.booking-form-section{background:#ffffff08;border:1px solid var(--color-border);border-top:3px solid var(--color-orange);padding:clamp(1.5rem,4vw,2.5rem)}.booking-form-header{text-align:center;margin-bottom:1.5rem}.booking-form-accent{display:block;width:48px;height:3px;background:var(--color-orange);margin:0 auto 1rem;transform:skew(-38deg)}.booking-form-header h2{margin:0 0 .6rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:900;text-transform:uppercase;color:var(--color-text)}.booking-form-header p{margin:0 auto;max-width:520px;color:var(--color-muted);line-height:1.6}.booking-form.booking-form,.booking-form.contact-form{max-width:760px;margin:0 auto}.booking-form-grid{display:grid;gap:1rem}.booking-form-full{display:block;margin-top:1rem}.contact-form label.booking-consent{display:flex;flex-direction:row;align-items:flex-start;gap:.65rem;margin:1.1rem 0;font-size:.86rem;font-weight:400;color:var(--color-muted);line-height:1.5;cursor:pointer}.booking-consent input[type=checkbox]{width:auto;flex-shrink:0;margin:.15rem 0 0;padding:0;border:none;background:transparent;box-shadow:none;accent-color:var(--color-orange);cursor:pointer}.booking-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.booking-form .req{color:var(--color-orange)}.booking-form-status{margin:0 0 1rem;padding:.75rem 1rem;border:1px solid var(--color-border);font-size:.88rem;line-height:1.5}.booking-form-status.is-success{border-color:#c9a45c73;color:var(--color-sand);background:#c9a45c14}.booking-form-status.is-error{border-color:#f15a2473;color:#ffb89a;background:#f15a241a}.booking-submit-btn{justify-content:center}.booking-form-phone{text-align:center;margin:1.25rem 0 0;font-size:.88rem;color:var(--color-muted)}.booking-form-phone a{color:var(--color-sand);font-weight:700}.booking-field-label{color:inherit;font-weight:600;font-size:.85rem}.booking-form-grid{overflow:visible}.booking-form-grid>label,.booking-form-grid>.booking-field{overflow:visible;min-width:0}.booking-field{display:flex;flex-direction:column;gap:.35rem}.custom-select{position:relative;width:100%}.custom-select.is-open{z-index:250}.custom-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;margin:0;text-align:left;font:inherit;font-size:inherit;line-height:1.4;cursor:pointer;border-radius:0;background-color:#f15a241a;color:#f0ede5;border:1.5px solid rgba(241,90,36,.45);transition:background-color .15s,border-color .15s,box-shadow .15s}.custom-select-trigger.is-placeholder [data-custom-select-value]{color:#c9a45ce6}.custom-select-chevron{flex-shrink:0;width:14px;height:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8'%3E%3Cpath fill='%23F15A24' d='M1 1l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;background-position:center;transition:transform .15s}.custom-select.is-open .custom-select-chevron{transform:rotate(180deg)}.custom-select.is-open .custom-select-trigger,.custom-select-trigger:focus-visible{background-color:#f15a2429;border-color:var(--color-orange);box-shadow:0 0 0 3px #f15a2438;color:#fff;outline:none}.custom-select-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1;margin:0;padding:.35rem 0;list-style:none;max-height:260px;overflow-y:auto;background-color:#2a2420;border:1px solid rgba(201,164,92,.45);box-shadow:0 14px 36px #00000080}.custom-select-menu.is-floating{position:fixed;right:auto;z-index:260}.custom-select-menu li{margin:0;padding:0}.custom-select-option{width:100%;display:block;padding:.7rem 1rem;margin:0;border:0;background:transparent;color:#f0ede5;text-align:left;font:inherit;font-size:inherit;line-height:1.4;cursor:pointer}.custom-select-option:hover,.custom-select-option:focus-visible{background-color:#f15a243d;color:#fff;outline:none}.custom-select-option.is-selected{background-color:#f15a2424;color:var(--color-sand)}.section-dark .custom-select-trigger,.section-charcoal .custom-select-trigger,.booking-form-section .custom-select-trigger{background-color:#f15a241a;color:#f0ede5;border-color:#f15a2473}@media(min-width:640px){.booking-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.booking-flow{max-width:920px;margin:0 auto}.booking-flow-steps{display:flex;align-items:flex-start;justify-content:center;gap:.5rem;margin:0 0 2rem;padding:0;list-style:none}.booking-flow-step{display:flex;flex:1;flex-direction:column;align-items:center;gap:.45rem;max-width:160px;text-align:center;position:relative}.booking-flow-step:not(:last-child):after{content:"";position:absolute;top:1rem;left:calc(50% + 1.1rem);width:calc(100% - 2.2rem);height:2px;background:var(--color-border)}.booking-flow-step.is-complete:not(:last-child):after,.booking-flow-step.is-active:not(:last-child):after{background:#f15a248c}.booking-flow-step-num{display:grid;place-items:center;width:2rem;height:2rem;border:2px solid var(--color-border);color:var(--color-muted);font-size:.82rem;font-weight:800;background:#ffffff08}.booking-flow-step.is-active .booking-flow-step-num,.booking-flow-step.is-complete .booking-flow-step-num{border-color:var(--color-orange);background:#f15a2429;color:var(--color-sand)}.booking-flow-step-label{font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted);line-height:1.3}.booking-flow-step.is-active .booking-flow-step-label{color:var(--color-sand)}.booking-step-intro{margin:0 0 1.25rem;text-align:center;color:var(--color-muted);line-height:1.6}.booking-tour-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-bottom:1.5rem}.booking-tour-card{display:flex;flex-direction:column;width:100%;padding:0;margin:0;text-align:left;cursor:pointer;border:2px solid var(--color-border);background:#ffffff05;border-radius:var(--radius-card, 1.25rem);overflow:hidden;transition:border-color .15s,background-color .15s,transform .15s}.booking-tour-card:hover,.booking-tour-card:focus-visible{border-color:#f15a248c;background:#f15a240f;outline:none;transform:translateY(-2px)}.booking-tour-card.is-selected{border-color:var(--color-orange);background:#f15a241a;box-shadow:0 0 0 3px #f15a242e}.booking-tour-card-image{position:relative;width:100%;height:220px;overflow:hidden;flex-shrink:0}.booking-tour-card-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.booking-tour-card:hover .booking-tour-card-image img{transform:scale(1.04)}.booking-tour-card-badge{position:absolute;top:.5rem;left:.5rem;padding:.2rem .45rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:var(--color-orange)}.booking-tour-card-body{display:flex;flex-direction:column;justify-content:flex-start;gap:.35rem;padding:1.1rem 1.25rem 1.25rem;flex:1}.booking-tour-card-body h3{margin:0;font-size:1rem;font-weight:800;color:var(--color-text);line-height:1.25}.booking-tour-card-meta{margin:0;font-size:.78rem;color:var(--color-muted);line-height:1.45}.booking-tour-card-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.45rem .65rem;margin-top:.15rem}.booking-tour-card-price-eur{font-size:1.05rem;font-weight:900;color:var(--color-orange)}.booking-tour-card-price-bgn{font-size:.82rem;font-weight:700;color:var(--color-sand)}.booking-flow-actions{display:flex;justify-content:center;margin-top:.5rem}.booking-flow-actions--split{justify-content:space-between;gap:.75rem;position:relative;z-index:2}.booking-flow-actions--split .booking-submit-btn{flex:1;min-width:0;width:auto}.booking-selected-tour{margin-bottom:1.25rem;padding:1rem 1.1rem;border:1px solid rgba(241,90,36,.35);background:#f15a2414}.booking-selected-tour-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--color-orange);margin-bottom:.35rem}.booking-selected-tour-name{font-size:1.05rem;font-weight:800;color:var(--color-text)}.booking-selected-tour-meta{margin-top:.25rem;font-size:.84rem;color:var(--color-muted)}.booking-selected-tour-change{margin-top:.75rem;padding:0;border:0;background:none;color:var(--color-sand);font:inherit;font-size:.84rem;font-weight:700;text-decoration:underline;cursor:pointer}.booking-success{max-width:560px;margin:0 auto;text-align:center}.booking-success-icon{display:grid;place-items:center;width:4rem;height:4rem;margin:0 auto 1rem;border:2px solid rgba(201,164,92,.55);border-radius:50%;font-size:1.6rem;font-weight:900;color:var(--color-sand);background:#c9a45c1a}.booking-success h3{margin:0 0 .75rem;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:900;text-transform:uppercase;color:var(--color-text)}.booking-success-lead,.booking-success-note{margin:0 0 .85rem;color:var(--color-muted);line-height:1.65}.booking-success-lead strong{color:var(--color-sand)}.booking-selected-tour--success{text-align:left;margin:1.25rem 0}@media(max-width:860px){.booking-tour-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.booking-tour-cards{grid-template-columns:1fr}.booking-tour-card-image{height:200px}.booking-flow-actions--split{flex-direction:column}.booking-flow-step-label{font-size:.65rem}}.cal-booking-section{background:#ffffff08;border:1px solid var(--color-border);border-top:3px solid var(--color-orange);border-radius:0;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow-card)}.cal-booking-section--compact .cal-booking-frame-wrap{min-height:520px}.cal-booking-header{text-align:center;margin-bottom:1.5rem}.cal-booking-accent{display:block;width:48px;height:3px;background:var(--color-orange);margin:0 auto 1rem;transform:skew(-38deg)}.cal-booking-header h2{font-family:Montserrat,sans-serif;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:900;text-transform:uppercase;color:var(--color-text);margin:0 0 .6rem;line-height:1.05}.cal-booking-header p{color:var(--color-muted);max-width:560px;margin:0 auto;line-height:1.65}.cal-booking-frame-wrap{position:relative;min-height:clamp(560px,72vh,720px);background:#0a0c0a;border:1px solid var(--color-border);overflow:hidden}.cal-booking-loading{position:absolute;inset:0;display:grid;place-items:center;color:var(--color-muted);font-size:.9rem;margin:0;z-index:1;pointer-events:none}.cal-booking-iframe{position:relative;z-index:2;width:100%;height:100%;min-height:clamp(560px,72vh,720px);border:0;background:transparent}.cal-booking-actions{display:flex;justify-content:center;margin-top:1.25rem}.cal-booking-phone-fallback{text-align:center;margin:1rem 0 0;font-size:.88rem;color:var(--color-muted);line-height:1.6}.cal-booking-phone-fallback a{color:var(--color-sand);font-weight:700}.cal-booking-phone-fallback a:hover{color:var(--color-orange)}.booking-steps-grid{display:grid;gap:1rem;margin-top:1.5rem}.booking-step-card{background:#ffffff08;border:1px solid var(--color-border);padding:1.35rem 1.4rem;transition:border-color .2s ease}.booking-step-card:hover{border-color:#f15a2459}.booking-step-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem}.booking-step-num{font-size:.76rem;font-weight:800;letter-spacing:.08em;color:var(--color-sand)}.booking-step-slash{width:16px;height:2px;background:var(--color-orange);transform:skew(-38deg)}.booking-step-card h3{margin:0 0 .35rem;font-size:1rem;font-weight:800;color:var(--color-text)}.booking-step-card p{margin:0;font-size:.86rem;color:var(--color-muted);line-height:1.55}.reservation-tour-options{display:grid;gap:.55rem;margin:1rem 0}.reservation-tour-btn,.reservation-full-btn{width:100%;justify-content:center}.contact-booking-note h3{margin:0 0 .65rem;font-size:1.05rem;font-weight:800;color:var(--color-text)}.contact-booking-note p{margin:0 0 1rem;font-size:.88rem;color:var(--color-muted);line-height:1.6}.cal-phone-block{text-align:center}@media(min-width:640px){.booking-steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.booking-steps-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:640px){.cal-booking-frame-wrap,.cal-booking-iframe{min-height:520px}}.chat-widget{position:fixed;right:clamp(1rem,3vw,1.5rem);bottom:clamp(1rem,3vw,1.5rem);z-index:160;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;pointer-events:none;opacity:0;transform:translateY(1.25rem) scale(.92);transition:opacity .42s ease,transform .42s cubic-bezier(.22,1,.36,1)}.chat-widget--revealed{opacity:1;transform:translateY(0) scale(1)}.chat-widget-panel{position:absolute;right:0;bottom:4.25rem;width:min(18.5rem,calc(100vw - 2rem));background:linear-gradient(165deg,#1e1008,#110a04);border:1px solid rgba(232,106,34,.2);border-top:3px solid var(--color-orange);box-shadow:0 18px 48px #0000008c;padding:1.1rem 1rem .85rem;transform-origin:bottom right;transform:scale(.94) translateY(.5rem);opacity:0;transition:opacity .22s ease,transform .22s ease;pointer-events:none}.chat-widget--open .chat-widget-panel{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.chat-widget-panel-head{margin-bottom:.85rem}.chat-widget-panel-accent{display:block;width:28px;height:3px;background:var(--color-orange);transform:skew(-38deg);margin-bottom:.65rem}.chat-widget-panel-title{margin:0 0 .25rem;font-size:.95rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text)}.chat-widget-panel-sub{margin:0;font-size:.78rem;color:var(--color-muted);line-height:1.45}.chat-widget-options{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.chat-widget-option{display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;text-decoration:none;color:var(--color-text);background:#e86a220f;border:1px solid rgba(232,106,34,.15);transition:border-color .18s ease,background .18s ease,color .18s ease}.chat-widget-option:hover{border-color:#e86a2280;background:#e86a2224;color:#fff}.chat-widget-option-icon{flex-shrink:0;display:grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid rgba(232,106,34,.4);color:var(--color-orange)}.chat-widget-option-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.chat-widget-option-text strong{font-size:.82rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.chat-widget-option-text span{font-size:.74rem;color:var(--color-muted)}.chat-widget-option:hover .chat-widget-option-text span{color:#f0ede5bf}.chat-widget-fab{pointer-events:auto;width:3.5rem;height:3.5rem;border:none;background:linear-gradient(145deg,#e86a22,#c9521a);color:#fff;cursor:pointer;display:grid;place-items:center;box-shadow:0 8px 24px #e86a2273;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.chat-widget-fab:hover{background:linear-gradient(145deg,#f07830,#d96020);box-shadow:0 12px 32px #e86a2299;transform:translateY(-2px)}.chat-widget--open .chat-widget-fab{background:linear-gradient(145deg,#c9521a,#a84015);box-shadow:0 6px 18px #e86a2259}.chat-widget-fab-icon--close,.chat-widget--open .chat-widget-fab-icon--chat{display:none}.chat-widget--open .chat-widget-fab-icon--close{display:block}.chat-widget--revealed:not(.chat-widget--open) .chat-widget-fab{animation:chat-widget-pulse 2.8s ease-in-out 1.2s 2}@keyframes chat-widget-pulse{0%,to{box-shadow:0 10px 28px #00000073}50%{box-shadow:0 10px 28px #00000073,0 0 0 6px #f15a242e}}.machines-cinema{position:relative;width:100%;max-height:min(72vh,760px);overflow:hidden;background:var(--charcoal)}.machines-cinema img{width:100%;height:min(72vh,760px);object-fit:cover;object-position:center 42%;display:block}.machines-showcase{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:clamp(1.25rem,2.5vw,2rem);margin-top:2rem;align-items:stretch}.machines-showcase-media{overflow:hidden;border-radius:var(--radius-card);box-shadow:var(--shadow-card);min-height:clamp(360px,44vw,520px)}.machines-showcase-media img{width:100%;height:100%;min-height:clamp(360px,44vw,520px);object-fit:cover;object-position:center;display:block}.machines-showcase-copy{display:flex;flex-direction:column;justify-content:center;gap:1rem;padding:clamp(.5rem,2vw,1rem) 0}.machines-showcase-kicker{margin:0;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}.machines-showcase-lead{margin:0;font-size:clamp(1rem,1.6vw,1.12rem);line-height:1.75;color:var(--text-body)}.machines-spec-list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem}.machines-spec-list li{background:#f15a2424;border:1px solid rgba(241,90,36,.55);color:#f4f1e8;border-radius:999px;padding:.48rem .95rem;font-size:.84rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.machines-spec-grid{margin-top:2rem}.machines-mosaic{display:grid;gap:1rem;margin-top:2rem}.machines-mosaic-row{display:grid;gap:1rem}.machines-mosaic-row--large{grid-template-columns:repeat(2,minmax(0,1fr))}.machines-mosaic-row--small{grid-template-columns:repeat(3,minmax(0,1fr))}.machines-mosaic-item{margin:0;overflow:hidden;border-radius:var(--radius-card);border:1px solid rgba(255,255,255,.1);background:var(--charcoal);transition:border-color .22s ease,box-shadow .22s ease}.machines-mosaic-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .38s ease}.machines-mosaic-item--large{min-height:clamp(280px,34vw,420px)}.machines-mosaic-item--small{min-height:clamp(200px,22vw,280px)}.machines-mosaic-item:hover{border-color:#e86a228c;box-shadow:0 12px 36px #00000059}.machines-mosaic-item:hover img{transform:scale(1.04)}@media(max-width:980px){.machines-showcase{grid-template-columns:1fr}.machines-mosaic-row--small{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.machines-cinema img{height:52vw;min-height:240px}.machines-mosaic-row--large,.machines-mosaic-row--small{grid-template-columns:1fr}.machines-showcase-copy .btn{width:100%;justify-content:center}}@media(max-width:640px){.chat-widget{right:.85rem;bottom:.85rem}.chat-widget-panel{width:min(17rem,calc(100vw - 1.7rem))}}
