:root{--background-main: #F7F7F7;--text-main: #C01001;--primary-color: #C01001;--menu-link-color: #575757;--menu-link-active-color: #C01001;--primary-color-rgb: 192, 16, 1;--secondary-color: #2E4057;--accent-color: #D4A373;--hover-color: #D4A373;--fh-max-width: none;--body-max-width: none}@font-face{font-family:Poppins-Regular;src:url(/fonts/poppins-regular-webfont.woff2) format("woff2"),url(/fonts/poppins-regular-webfont.woff) format("woff");font-weight:400}@font-face{font-family:Poppins-Bold;src:url(/fonts/poppins-bold-webfont.woff2) format("woff2"),url(/fonts/poppins-bold-webfont.woff) format("woff");font-weight:700}@font-face{font-family:Poppins-Italic;src:url(/fonts/poppins-italic-webfont.woff2) format("woff2"),url(/fonts/poppins-italic-webfont.woff) format("woff");font-weight:400}@font-face{font-family:noto_serif_hebrewregular;src:url(/fonts/noto-webfont.woff2) format("woff2"),url(/fonts/noto-webfont.woff) format("woff");font-weight:400;font-style:normal}*,*:before,*:after{box-sizing:inherit}body{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{color:var(--primary-color)}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}h1,h2,h3,h4,h5,h6{font-family:Noto_serif_hebrewregular;margin:0}body{font-family:Poppins-Regular,sans-serif;margin:0;padding:70px 0 0;background:var(--background-main);color:var(--text-main);align-items:center;line-height:1.33}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.text-bold{font-family:Poppins-Bold;font-weight:700}main{padding:1rem;margin:auto}header{font-family:Poppins-Bold,sans-serif;background:var(--background-main);display:flex;justify-content:space-between;align-items:center;padding:1rem;width:100%;max-width:100%}nav a{margin-left:1rem;text-decoration:none;color:var(--menu-link-color)}.nav a.current{color:var(--primary-color);font-weight:700}.nav a.current:hover{color:var(--primary-color-rgb)}nav a:hover{color:var(--hover-color)}.logo a{font-weight:700;text-decoration:none;color:var(--primary-color);font-size:18px}.logo-image{margin:0 0rem}.site-logo{height:65px;width:auto;display:block;margin:0 auto}.hero{background:linear-gradient(to bottom,#c0100166,#c0100166 40%),url(/img/praga.webp) no-repeat center center/cover;padding:1rem;text-align:center;color:var(--background-main);height:80vh;display:flex;flex-direction:column;justify-content:center;align-items:center;mix-blend-mode:normal;font-size:clamp(42px,7vw,84px)}.hero h1{font-size:clamp(42px,7vw,84px);margin-bottom:1.5rem}.hero__second{font-family:Noto_serif_hebrewregular;font-size:1.5rem}.hero button{display:inline-flex;align-items:center;height:3.5rem;margin-top:1.5rem;padding:1rem 2rem;background:var(--primary-color);color:var(--background-main);border:none;font-size:1.25rem;cursor:pointer;border-radius:24px}@media screen and (min-width:1000px){.hero button{height:3.5rem;font-size:1.5rem;padding:2rem 3rem}}.hero button:hover{background:var(--hover-color);color:var(--background-main)}.hero button{position:relative;gap:0;transition:all .3s ease}.hero button:after{content:">";opacity:0;transform:translate(-8px);transition:all .3s ease}.hero button:hover{background:var(--hover-color);padding-right:2.8rem}.hero button:hover:after{opacity:1;transform:translate(6px);margin-left:8px}@media screen and (min-width:1000px){.hero button:hover{padding-right:3.8rem}}.tours-hero{position:relative;background:url(/img/praga-03-01.jpg) center center/cover no-repeat;min-height:70vh;display:flex;align-items:center;justify-content:center;color:var(--background-main);text-align:center;overflow:hidden;margin-bottom:2rem}.tours-hero .overlay{position:absolute;top:0;left:0;height:100%;width:100%;background-color:rgba(var(--primary-color-rgb),.4);z-index:1}.tours-content{position:relative;z-index:2;max-width:800px;padding:2rem;font-size:1.25rem;font-family:noto_serif_hebrewregular;font-weight:700;line-height:1.6}.tours-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--background-main)}.tours-content p{margin-bottom:1rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in.visible{opacity:1;transform:translateY(0)}.features{max-width:1160px;margin:0 auto}.features.red-bg .feature p,.features.red-bg .feature h3{color:var(--primary-color)}.feature-icon-bg.feature-icon-bg--privacy{top:65%}.features.features--hero .image-wrapper{padding-bottom:initial;height:auto;max-height:600px;display:flex}.features.features--hero #image{min-height:100%;margin-bottom:0;max-width:initial}.custom-highlight{background-color:var(--primary-color);color:var(--background-main);text-align:center;padding:3rem 1rem}.custom-highlight h2{font-size:2rem;margin-bottom:1rem;font-weight:700;margin-top:0}.custom-highlight p{max-width:600px;margin:0 auto 2rem;font-size:1rem;line-height:1.6;font-weight:400}.custom-highlight strong{font-weight:700;font-family:Poppins-Bold}.custom-button{background-color:var(--background-main);color:var(--primary-color);padding:.8rem 1.5rem;border-radius:24px;text-decoration:none;font-weight:600;transition:background .3s ease;display:inline-block}.custom-button:hover{background-color:var(--hover-color);color:var(--secondary-color)}.svg-icon{width:40px;height:auto;opacity:.8;display:block;margin:0 auto}.section{padding:1rem}.section.section--main{padding:2rem 1rem}.cards{display:flex;gap:1rem;flex-wrap:wrap}.card{background:var(--background-main);padding:1rem;flex:1;display:flex;flex-direction:column;text-align:center;min-width:250px;max-width:300px;box-shadow:0 2px 6px #00000014;border:1px solid var(--primary-color);overflow:hidden;cursor:pointer;transition:transform .2s;color:inherit;text-decoration:none}.card__footer{margin-top:auto}.card:hover{transform:scale(1.03)}.card h3{padding:1rem;margin:0;font-size:1.1rem}h3{scroll-margin-top:80px}.card p{padding:0 1rem 1rem;font-size:.9rem;text-decoration:none}.card .feature-card p{padding:0 0 1rem}.image-wrapper{position:relative;width:100%;height:0;overflow:hidden;padding-bottom:50%}.image-wrapper.rectangle{padding-bottom:100%}.image-wrapper.auto{height:auto;padding-bottom:0}.image-wrapper img{width:100%;object-fit:cover;display:block}.image-mask{position:relative;overflow:hidden}.image-mask:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#c0100133,#c0100133 20%);z-index:2;pointer-events:none}.card img{width:100%;height:150px;object-fit:cover;margin-bottom:.5rem}.features,.calendar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.features--verticalCenter{align-items:center}.feature{flex:1 1 280px;padding:1rem;text-align:center;position:relative;background:var(--background-main);overflow:hidden;z-index:1;color:inherit;justify-content:center;align-items:center}@media(min-width:1000px){.feature{flex:1 1 150px}}.feature__icon{margin:2rem auto 2.5rem}.feature h3{display:flex;align-items:center;justify-content:center;font-family:Poppins-Bold;font-weight:700;margin-bottom:1.25rem;min-height:3.5rem}.feature-card{flex:.5 .5 3%;text-align:center;position:relative;overflow:hidden;z-index:1;color:inherit;display:flex;min-width:60px;justify-content:center;align-items:center}@keyframes softFloat{0%{transform:scale(.7)}50%{transform:scale(.8)}to{transform:scale(.7)}}.feature-icon-bg-card{opacity:.25;display:block;margin:0 auto;position:absolute;font-size:3rem;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:0;pointer-events:none;transition:transform .4s ease,opacity .4s ease}.feature-card img{width:30%;height:auto;display:block;margin:0 auto}.feature__icon img{display:block;width:auto;height:5.5rem;margin:0 auto}.feature__icon.feature__icon--medium img{height:3.75rem}.feature-icon-bg{position:absolute;font-size:5rem;color:#8c1c1314;top:50%;left:50%;transform:translate(-50%,-50%);z-index:0;pointer-events:none;width:30%}.how-it-works{background:var(--primary-color);color:#fff;padding:3rem 1rem;text-align:center}.how-it-works h2{margin-top:0;margin-bottom:2rem;font-size:2rem;font-weight:700;font-family:noto_serif_hebrewregular}.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.step{flex:1 1 200px;max-width:220px}.number{font-size:3rem;font-weight:700;display:block;margin-bottom:1rem;font-family:noto_serif_hebrewregular}.feature h3,.feature p{position:relative;z-index:2}footer{background:var(--background-main);padding:1rem;text-align:center;color:var(--text-main);max-width:var(--fh-max-width)}.centered-calendar{display:flex;justify-content:center}.reenio-tours-wrapper{padding:1rem;align-items:center}.reenio-calendar{flex:1;align-items:center;width:100%;max-width:500px;min-width:350px;top:1rem;align-self:flex-start;height:fit-content;padding:0;background:none;border:none;box-shadow:none}.reenio-calendar3{top:320px;align-self:start;min-width:350px}@media screen and (min-width:1000px){.reenio-tours-flex{display:flex;gap:1rem;justify-content:center;align-items:flex-start}}.reenio-container{width:100%;max-width:100%;margin:auto;display:flex;justify-content:center}.reenio-reservation-btn{display:flex;align-items:center;justify-content:center;color:var(--background-main);background-color:var(--primary-color);border-radius:24px;font-family:Poppins-Regular,sans-serif;font-weight:700;padding:12px 24px;text-decoration:none;box-shadow:0 2px 6px #0000001a}.reenio-iframe{margin:0 auto;width:100%;display:block}.reenio-iframe iframe{max-width:100%!important;border:none;touch-action:manipulation;-webkit-overflow-scrolling:touch}.reenio-tours-flex3{display:grid;grid-template-columns:3fr 1fr;gap:2rem;align-items:start}.reenio-wrapper{position:relative;width:100%;min-width:250px;margin:0 auto;border-radius:24px;background:var(--background-main)}.reenio-wrapper iframe{top:0;left:0;width:100%;display:block;border:none}@media(max-width:1000px){.reenio-tours-flex3{grid-template-columns:1fr}.reenio-calendar3{position:relative;top:auto}}.centered{text-align:center}.hover-link{color:var(--primary-color);text-decoration:none;transition:all .3s ease}.hover-link:hover{color:var(--hover-color);transform:scale(1.01)}.container{padding:1rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.button{display:flex;margin-top:1rem;padding:.5rem 1rem;background:var(--primary-color);color:var(--background-main);border:none;cursor:pointer;font-size:1rem;border-radius:24px;text-decoration:none;max-width:300px}@media(min-width:768px){.button{max-width:250px}}.button:hover{background:var(--hover-color)}.button.button--medium{padding:1rem 1.5rem;font-size:1.25rem}@media(min-width:768px){.button.button--medium{max-width:320px}}.info{margin:1rem 0;font-style:italic;color:#666}iframe{width:100%;height:400px;border:none;margin-top:1rem}img{width:100%;height:auto;display:block;margin-bottom:1rem;justify-content:center}section{padding:1rem;margin:auto;justify-content:center;max-width:var(--body-max-width)}h1{font-family:noto_serif_hebrewregular;font-size:1.75rem;margin-bottom:.5rem}@media screen and (min-width:1000px){h1{margin-top:2rem;font-size:3rem}}.social-icons{display:flex;justify-content:center;margin:1em 0}.social-icons a{margin-right:10px;font-size:1.5em;color:var(--text-main);text-decoration:none}.social-icons a:hover img{color:var(--accent-color);transform:scale(1.02)}.social-icons img{display:inline-block;height:1.5rem}.tours-week{flex:2;min-width:320px;max-width:100%}.tours-week.section{padding-top:0}@media(max-width:1000px){.reenio-tours-flex{flex-direction:column}.reenio-calendar{position:static;top:auto;margin:0 auto}}.responsive-header{position:fixed;top:0;z-index:999;background-color:var(--background-main);box-shadow:0 2px 4px #0000001a;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:1rem;background:var(--background-main);font-family:Poppins,sans-serif;max-width:100%;margin-right:1em;overflow-x:hidden}@media screen and (min-width:1000px){.responsive-header{padding:1rem 2rem}}.header-title{font-size:1.5em;font-weight:700;text-decoration:none;color:inherit;flex:1 1 100%;text-align:center;word-break:break-word}.menu-icon{display:none;font-size:1.5em;cursor:pointer}#menu-toggle{display:none}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;margin-top:1rem;max-width:100%;overflow-wrap:break-word;margin-right:3rem}.main-nav a{text-decoration:none;color:var(--menu-link-color)}.main-nav a:hover{color:var(--hover-color)}.main-nav a.current{color:var(--menu-link-active-color);font-weight:700}@media screen and (max-width:1000px){.reenio-tours-wrapper{flex-direction:column;align-items:center;padding-left:1rem;padding-right:1rem}body{padding-top:100px}}@media(max-width:1000px){.responsive-header{box-sizing:border-box;flex-direction:row;align-items:center;font-family:Poppins,sans-serif;flex-wrap:wrap;max-width:100%;margin-right:1em;overflow-x:hidden}.logo{display:none}.menu-icon{display:block;text-align:left}.main-nav{display:none;flex-direction:column;width:100%;margin-right:0;padding-right:0}#menu-toggle:checked+.menu-icon+.main-nav{display:flex;border-top:1px solid;padding-top:1.5rem}.hover-link{font-size:1.5rem}}#image{border-radius:24px;box-shadow:0 4px 12px #0000001a;margin-bottom:1.5rem;max-width:75%;align-items:center;align-self:center}#atrakcje,.atrakcje,#w-cenie,#wazne{list-style-type:none;padding-left:1rem;padding-right:1rem;margin:0 auto;text-align:left;max-width:100%;box-sizing:border-box;max-width:700px}#atrakcje li,.atrakcje li{position:relative;display:block;align-items:center;padding-left:3rem;margin-bottom:1.5rem}#atrakcje li:before,.atrakcje li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:2.4rem;height:2.4rem;background:url(/img/ptaszek.svg) center/contain no-repeat}#atrakcje li strong,.atrakcje li strong{font-family:Poppins-Bold}#w-cenie{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;padding:0;margin:0 auto;max-width:900px}#w-cenie li{position:relative;text-align:center;font-weight:700;font-family:noto_serif_hebrewregular;color:var(--primary-color);font-size:1.25rem;padding-top:9rem;flex:1 1 220px;max-width:300px;box-sizing:border-box}#w-cenie li:before{content:"";position:absolute;top:0;left:0;width:100%;height:9rem;background:url(/img/ptaszek.svg) center no-repeat;color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:4rem}#wazne li{display:flex;align-items:center;position:relative;padding-left:4rem;margin-bottom:2rem;min-height:2.75rem}#wazne li p{margin-bottom:0}#wazne li:before{content:"";position:absolute;left:0;width:3rem;height:100%;background-color:var(--primary-color);color:var(--background-main);font-weight:700;font-size:.9em;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:sans-serif;line-height:1.4;background:url(/img/ptaszek2.svg) center no-repeat;background-size:100%}.section{padding:3rem 1rem}.section-gray{background:#f7f7f7}.section-white{background:#fff}.section__header,.section__header header{font-family:noto_serif_hebrewregular;font-size:1.75rem;justify-content:center;background:inherit;text-align:center}.section header{background:inherit;display:block;max-width:100%;width:auto}@media screen and (min-width:1000px){.section__header,.section__header header{font-size:3rem}}.section__container--middle{max-width:500px;margin:0 auto;margin-bottom:2rem}.section p{max-width:820px}.section .centered{text-align:center;margin:0 auto}.center-flex{display:flex;justify-content:center;align-items:center;margin:0 auto}.section>.section{padding:0}.section>.section--main{padding:2rem 0}.section__header--medium,.section__header--medium h2{font-size:1.5rem}@media screen and (min-width:1000px){.section__header--medium,.section__header--medium h2{font-size:1.75rem}}@media screen and (min-width:1000px){.section__header--medium,.section__header--medium h2{font-size:2.25rem}}.section__header--small{font-size:1rem}.section__subheader,.section__subheader.centered{margin:0 auto 1.25rem}@media screen and (min-width:1000px){.section__header--small{font-size:1.125rem}}.section__header.section__header--medium{max-width:900px;margin:0 auto}.section__container.section__container--half{max-width:640px;margin:0 auto;font-weight:400;font-size:1.125rem;line-height:1.5}.faq-container{background-color:var(--background-main);color:var(--text-main);max-width:800px;margin:2rem auto;padding:2rem;border-radius:24px;box-shadow:0 12px 24px #00000014}.faq-title{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:1.5rem;text-align:center}.faq-item{margin-bottom:1rem;border-bottom:1px solid var(--accent-color)}.faq-question{width:100%;background:none;border:none;font-size:1.1rem;text-align:left;font-weight:600;padding:.8rem 0;color:var(--primary-color);cursor:pointer;display:flex;justify-content:space-between;align-items:center}.faq-question:after{content:"+";font-weight:700;font-size:1.2rem;color:var(--primary-color)}.faq-question.active:after{content:"−"}.faq-answer{display:none;padding:0 0 1rem;font-size:.95rem;color:var(--primary-color);overflow:hidden;transition:max-height .3s ease}.faq-answer.show{display:block;max-height:20500px}.regulamin-container{margin-top:3rem}.regulamin-container h3{margin-top:1.2rem;color:var(--primary-color);font-size:1.2rem}.regulamin-container p{margin:.5rem 0 1rem;color:var(--text-main);font-size:.95rem;line-height:1.6}#nav-arrows{position:fixed;top:50%;left:3%;right:3%;width:auto;transform:translateY(-50%);display:flex;justify-content:space-between;pointer-events:none;z-index:9999}.arrow-btn{pointer-events:auto;display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;font-size:1.4rem;color:var(--primary-color);background-color:var(--background-main);opacity:.5;border:2px solid var(--primary-color);border-radius:50%;box-shadow:0 4px 10px #00000026;cursor:pointer;transition:all .3s ease}.arrow-btn:hover{opacity:1;background:var(--primary-color);color:var(--background-main);box-shadow:0 4px 12px rgba(var(--primary-color-rgb),.4)}.arrow-btn:active{transform:scale(.95)}#notifBubble{position:fixed;bottom:20px;left:20px;background:var(--background-main);color:#222;padding:14px 20px;font-size:15px;border-radius:12px;box-shadow:0 6px 18px #0000002e;border-left:5px solid var(--primary-color);opacity:0;transform:translateY(15px);pointer-events:none;transition:opacity .35s ease,transform .35s ease;max-width:320px;z-index:999999;font-family:Poppins-Regular}#notifBubble.show{opacity:1;transform:translateY(0)}.reviews{max-width:600px;margin:0 auto}.reviews__header h2{margin:0 0 8px;line-height:1.2}.reviews__carousel{position:relative;margin-top:16px}.reviews__viewport{overflow:hidden;border-radius:24px}.reviews__track{display:flex;will-change:transform;transition:transform .28s ease;touch-action:pan-y}.reviews .review{flex:0 0 100%;box-sizing:border-box;padding:18px 18px 16px;background:var(--background-main);color:var(--text-main);border:2px solid rgba(var(--primary-color-rgb),.25);border-radius:24px;box-shadow:0 8px 20px #0000000f}.reviews .review h4{margin:0 0 10px;line-height:1.25}.reviews .review__text{margin:0 0 12px;line-height:1.55}.reviews .review__meta{margin:0;font-size:.95rem;opacity:.85}.reviews__controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.reviews__btn{appearance:none;border:2px solid var(--primary-color);background:var(--background-main);color:var(--primary-color);border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 6px 16px #00000014}.reviews__btn:hover{background:var(--primary-color);color:var(--background-main)}.reviews__btn:focus{outline:2px solid rgba(var(--primary-color-rgb),.45);outline-offset:2px}.reviews__btn[disabled]{opacity:.45;cursor:not-allowed}.reviews__dots{display:flex;gap:8px;justify-content:center;flex:1}.reviews__dot{width:9px;height:9px;border-radius:999px;border:1px solid rgba(var(--primary-color-rgb),.55);background:transparent;cursor:pointer}.reviews__dot[aria-current=true]{background:rgba(var(--primary-color-rgb),.85)}@media(prefers-reduced-motion:reduce){.reviews__track{transition:none}}.faq{max-width:820px;margin:2rem auto;padding:0}.faq details{background:var(--background-main);border:1px solid rgba(var(--primary-color-rgb),.18);border-radius:24px;padding:14px 16px;box-shadow:0 10px 20px #0000000f}.faq details+details{margin-top:12px}.faq summary{cursor:pointer;font-family:Poppins-Bold,sans-serif;font-weight:700;color:var(--primary-color);list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-weight:700;font-size:1.25rem;line-height:1}.faq details[open] summary:after{content:"−"}.faq details>:not(summary){margin-top:10px;color:var(--secondary-color);line-height:1.6}.faq details p{margin:0 0 10px}.faq details p:last-child{margin-bottom:0}.grid-2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;align-items:start}.grid-2>*{min-width:0}@media(max-width:1000px){.grid-2{grid-template-columns:1fr}}@media(max-width:600px){.reviews__controls{justify-content:center}.reviews__dots{display:none!important}}.reenio-wrapper{touch-action:pan-y}.map-wrapper{max-width:900px;margin:40px auto;padding:0 20px}.map-wrapper iframe{width:100%;height:420px;border:0;border-radius:24px;box-shadow:0 10px 30px #00000014}.place-link{color:var(--text-main);text-decoration:none;border-bottom:1px dotted var(--text-main)}.place-link:hover{text-decoration:underline}.map-container{max-width:650px;margin:40px auto;padding:0 20px}#map{height:550px;width:100%;border-radius:24px;overflow:hidden}.map-links{max-width:1000px;margin:60px auto;text-align:center}.attractions-list{list-style:none;padding:0;margin-top:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.attractions-list a{display:block;padding:10px 14px;background:#f4f4f4;border-radius:24px;text-decoration:none;color:var(--text-main);transition:all .2s ease}.attractions-list a:hover{background:#e6e6e6}.card-image{position:relative}.card-title-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent);border-radius:0 0 24px 24px}.card-title-overlay h3{color:#fff!important;font-size:1.1rem;line-height:1.3;margin:0;padding:0}.card__desc{margin:0 0 1.25rem;padding:0 1rem;font-size:.95rem;line-height:1.55;max-height:4.65em;overflow:hidden;position:relative}.card__desc:after{content:"";position:absolute;left:1rem;right:1rem;bottom:0;height:2.6em;background:linear-gradient(to bottom,rgba(247,247,247,0),var(--background-main))}.card__footer{margin-top:auto;display:flex;flex-direction:column;gap:1rem}.card__button{margin-top:.5rem}.card{position:relative}.card-badge{position:absolute;top:12px;left:12px;background:#fc0;color:#000;padding:4px 10px;font-size:.75rem;font-weight:600;border-radius:999px;z-index:5;box-shadow:0 2px 6px #00000026}.trip-hero{position:relative}.tour-badge--hero{position:absolute;top:26px;left:0;background:#fc0;color:#000;padding:6px 12px;font-size:.75rem;font-weight:600;border-radius:999px;z-index:10}:root{--background-main: #f5f1ea;--surface-color: #fcfaf6;--surface-strong: #efe5d8;--text-main: #14313a;--text-soft: #4d6368;--primary-color: #c56b3d;--menu-link-color: #26444d;--menu-link-active-color: #c56b3d;--primary-color-rgb: 197, 107, 61;--secondary-color: #16353d;--accent-color: #d7b08a;--hover-color: #db8357;--header-height: 88px;--section-shell: min(1200px, calc(100vw - 32px) );--shadow-soft: 0 18px 40px rgba(20, 49, 58, .08);--shadow-card: 0 14px 32px rgba(20, 49, 58, .1);--radius-xl: 32px;--radius-lg: 24px}:root[data-theme=dark]{--background-main: #0f171b;--surface-color: #162127;--surface-strong: #1d2b31;--text-main: #edf1eb;--text-soft: #aab8b9;--primary-color: #d98757;--menu-link-color: #d9e5e3;--menu-link-active-color: #f2b286;--primary-color-rgb: 217, 135, 87;--secondary-color: #eef4ef;--accent-color: #b48d67;--hover-color: #f09c6a;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .28);--shadow-card: 0 18px 38px rgba(0, 0, 0, .3)}body{padding-top:var(--header-height);background:radial-gradient(circle at top left,rgba(215,176,138,.22),transparent 26%),linear-gradient(180deg,#f8f4ee,#f3ede5);color:var(--text-main)}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(217,135,87,.16),transparent 24%),linear-gradient(180deg,#0b1215,#121b20)}section,.section,main,footer{max-width:none}.responsive-header{left:0;right:0;width:100%;margin-right:0;padding:.9rem 1rem;min-height:var(--header-height);backdrop-filter:blur(16px);background:#fcfaf6db;border-bottom:1px solid rgba(20,49,58,.08);box-shadow:0 10px 26px #14313a14;display:grid;grid-template-columns:auto 1fr auto auto;gap:1rem;align-items:center;transition:transform .28s ease,box-shadow .28s ease,background-color .28s ease}:root[data-theme=dark] .responsive-header{background:#162127d1;border-bottom-color:#ffffff0f}.responsive-header.responsive-header--hidden{transform:translateY(calc(-100% - 6px));box-shadow:none}.brand-lockup{display:inline-flex;align-items:center;gap:.85rem;min-width:0}.brand-badge{display:inline-flex;align-items:center;justify-content:center;width:2.85rem;height:2.85rem;border-radius:16px;background:linear-gradient(135deg,var(--secondary-color),#285863);color:#fefaf4;font-family:Poppins-Bold;font-size:.95rem;letter-spacing:.12em;box-shadow:inset 0 1px #fff3}.brand-copy{display:flex;flex-direction:column;min-width:0}.brand-name{font-family:Poppins-Bold;font-size:1rem;color:var(--secondary-color);line-height:1.1}.brand-tagline{font-size:.78rem;color:var(--text-soft);white-space:nowrap}.logo,.header-title,.logo-image{display:none}.main-nav{margin:0;justify-self:end;align-items:center;gap:.25rem}.main-nav a{margin-left:0;padding:.8rem 1rem;border-radius:999px;font-size:.95rem;transition:background-color .2s ease,color .2s ease,transform .2s ease}.main-nav a:hover,.main-nav a.current{background:rgba(var(--primary-color-rgb),.12);color:var(--secondary-color)}.menu-icon{display:none;justify-self:end;width:2.85rem;height:2.85rem;border-radius:14px;border:1px solid rgba(20,49,58,.12);background:var(--surface-color);text-align:center;line-height:2.6rem;box-shadow:var(--shadow-soft)}.header-actions{display:inline-flex;align-items:center;gap:.7rem;justify-self:end}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.75rem 1rem;border-radius:999px;background:var(--secondary-color);color:var(--background-main);font-size:.92rem;font-family:Poppins-Bold;white-space:nowrap}.header-cta:hover{color:var(--background-main);background:var(--primary-color)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;width:3.2rem;height:3rem;border-radius:999px;border:1px solid rgba(20,49,58,.12);background:var(--surface-color);color:var(--secondary-color);cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s ease,border-color .2s ease,background-color .2s ease}.theme-toggle:hover{transform:translateY(-1px);border-color:rgba(var(--primary-color-rgb),.32)}:root[data-theme=dark] .theme-toggle__sun{display:none}:root[data-theme=dark] .theme-toggle__moon{display:inline}.hero{position:relative;min-height:clamp(640px,82vh,840px);padding:clamp(2rem,5vw,4rem) 1rem;background:linear-gradient(125deg,#0e2228b8,#0e222857),linear-gradient(180deg,#c56b3d2e,#14313a61),url(/img/praga.webp) no-repeat center center/cover;align-items:stretch}.hero__content{width:var(--section-shell);margin:auto;padding:clamp(1.5rem,4vw,3rem);border-radius:clamp(28px,4vw,40px);background:linear-gradient(135deg,#0c1c2194,#0c1c212e),#ffffff0a;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 60px #06121838;backdrop-filter:blur(8px)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:1.1rem;align-items:end}.hero__main{min-width:0}.hero__eyebrow{display:inline-flex;margin-bottom:1.15rem;padding:.45rem .9rem;border-radius:999px;background:#ffffff1f;color:#f9f4ec;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.hero h1{max-width:12ch;margin:0 0 1rem;color:#fff9f2;font-size:clamp(3rem,7vw,5.8rem);line-height:.95;text-align:left}.hero__second{max-width:44rem;color:#fff9f2e0;font-family:Poppins-Regular,sans-serif;font-size:clamp(1.08rem,2vw,1.35rem);line-height:1.65;text-align:left}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero__aside{align-self:stretch;max-width:420px;justify-self:end;padding:1.15rem;border-radius:28px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px #ffffff0f}.hero__aside-kicker,.section-kicker{display:inline-flex;margin-bottom:.85rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--primary-color)}.section-kicker.centered{justify-content:center;width:100%}.section-kicker--light{color:#fff9f2b8}.hero__aside h2{margin:0 0 1rem;color:#fff8f0;font-size:clamp(1.35rem,1.8vw,1.8rem);line-height:1.08;text-align:left}.hero__steps{display:grid;gap:.8rem}.hero__step{display:grid;grid-template-columns:auto 1fr;gap:.8rem;align-items:start;padding:.9rem .95rem;border-radius:20px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.hero__step-index{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:rgba(var(--primary-color-rgb),.22);color:#fff7ef;font-size:.8rem;font-family:Poppins-Bold}.hero__step h3{margin:0 0 .3rem;min-height:0;color:#fff8f0;font-size:1rem;justify-content:flex-start}.hero__step p{margin:0;color:#fff9f2c7;font-size:.95rem;line-height:1.5}.hero__aside-footer{margin-top:1.3rem}.button.button--soft{background:#ffffff24;color:#fff8f0;border-color:#ffffff29;box-shadow:none}.button.button--soft:hover{background:#ffffff38;color:#fff}.hero button,.button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-height:3.6rem;margin-top:0;padding:.95rem 1.4rem;border-radius:999px;border:1px solid transparent;background:var(--primary-color);color:#fffaf5;box-shadow:0 16px 28px rgba(var(--primary-color-rgb),.22);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.hero button:hover,.button:hover{transform:translateY(-1px);background:var(--hover-color);box-shadow:0 20px 36px rgba(var(--primary-color-rgb),.28)}.button.button--ghost{background:#ffffff14;border-color:#fff3;color:#fff9f2;box-shadow:none}.button.button--ghost:hover{background:#ffffff29;color:#fff}.hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.hero__metric{padding:1rem 1.1rem;border-radius:20px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);text-align:left}.hero__metric-value{display:block;color:#fff;font-family:Poppins-Bold;font-size:1rem}.hero__metric-label{display:block;margin-top:.3rem;color:#fff9f2bd;font-size:.92rem}.reenio-tours-wrapper,.section{width:var(--section-shell);margin:0 auto}.home-strip{margin-top:1.35rem;margin-bottom:1.5rem;padding-top:0;padding-bottom:0}.home-strip__item{padding:1.1rem 1.2rem;border-radius:26px;background:#fcfaf6b8;border:1px solid rgba(20,49,58,.08);box-shadow:var(--shadow-soft)}.home-strip__label{display:inline-block;margin-bottom:.5rem;color:var(--secondary-color);font-family:Poppins-Bold}.home-strip__item p{margin:0;color:var(--text-soft);max-width:none}.reenio-tours-wrapper{margin-top:0;position:relative;z-index:2}.reenio-tours-flex{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.25fr);gap:1.5rem;align-items:start}.reenio-calendar{position:sticky;top:calc(var(--header-height) + 18px)}.reenio-calendar,.tours-section,.custom-highlight,.reviews .review,.faq details,.feature,.card{background:var(--surface-color);border:1px solid rgba(20,49,58,.08);box-shadow:var(--shadow-card)}:root[data-theme=dark] .reenio-calendar,:root[data-theme=dark] .tours-section,:root[data-theme=dark] .feature,:root[data-theme=dark] .card,:root[data-theme=dark] .faq details,:root[data-theme=dark] .reviews .review,:root[data-theme=dark] .footer{border-color:#ffffff0f}.reenio-calendar,.tours-section,.custom-highlight{border-radius:var(--radius-xl)}.reenio-calendar{padding:1.4rem}.reenio-calendar .section__subheader{max-width:26rem;color:var(--text-soft)}.tours-section{padding:1.5rem}.tours-section__lead{max-width:48rem;margin-bottom:1.5rem;color:var(--text-soft);font-family:Poppins-Regular;font-weight:400}.container{padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.container br{display:none}.card{height:100%;padding:.95rem;min-width:0;max-width:none;text-align:left;transform:none}.card:hover{transform:translateY(-4px)}.card h3{padding:0;margin:1rem 0 .6rem;color:var(--secondary-color);font-size:1.28rem}.card p{color:var(--text-soft)}.image-wrapper,.image-mask,.card img,.reviews .review,.custom-highlight,.reenio-calendar,.tours-section,.feature,.faq details{border-radius:var(--radius-lg)}.image-mask:before{background:linear-gradient(to top,rgba(20,49,58,.08),transparent 55%)}.features{gap:1.25rem}.feature{padding:1.5rem}.feature h3{min-height:0;color:var(--secondary-color)}.custom-highlight{background:linear-gradient(135deg,#14313af5,#1d464ff0),linear-gradient(135deg,rgba(197,107,61,.18),transparent);color:#f9f4ec}:root[data-theme=dark] .custom-highlight{background:linear-gradient(135deg,#091013f5,#13252bf5),linear-gradient(135deg,rgba(217,135,87,.18),transparent)}.custom-highlight__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:1.25rem;align-items:stretch}.custom-highlight__content{min-width:0}.custom-highlight__panel{padding:1.15rem;border-radius:24px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.custom-highlight__panel h3{margin:0 0 .6rem;color:#fff9f2;font-size:1.2rem}.custom-highlight__panel p{margin:0;max-width:none}.custom-highlight p,.custom-highlight .section__container--middle{color:#f9f4ece0;max-width:58rem}.custom-button{background:#f7efe4;color:var(--secondary-color)}.reviews{max-width:780px}.reviews .review{background:linear-gradient(180deg,#ffffffd9,#fcfaf6)}footer{width:var(--section-shell);margin:1rem auto 2rem;padding:0}.footer{padding:2.5rem 1.25rem;border-radius:var(--radius-xl);background:#fcfaf6db;box-shadow:var(--shadow-soft);border:1px solid rgba(20,49,58,.08)}:root[data-theme=dark] .footer{background:#162127d1}.footer-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(180px,.75fr) minmax(220px,.85fr);gap:1.5rem;text-align:left;align-items:start}.footer-kicker{display:inline-flex;margin-bottom:.85rem;color:var(--primary-color);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em}.footer-contact h2{margin-bottom:.9rem;color:var(--secondary-color);font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.05}.footer-contact p{margin:0 0 1.2rem;color:var(--text-soft);max-width:32rem}.footer-nav-group,.footer-meta{min-width:0}.footer-nav{display:grid;grid-template-columns:1fr;justify-content:start;gap:.75rem;margin:0}.footer-social{justify-content:flex-start;margin-bottom:1rem}.footer-payments{margin-bottom:0}.footer-copy{margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(20,49,58,.08);text-align:left}@media(max-width:1180px){.brand-tagline{display:none}.main-nav a{padding-inline:.78rem;font-size:.9rem}.header-cta{display:none}}@media(max-width:960px){:root{--header-height: 78px}.responsive-header{grid-template-columns:auto 1fr auto auto}.brand-copy{display:none}.main-nav{display:none;grid-column:1 / -1;justify-self:stretch;flex-direction:column;gap:.4rem;padding-top:1rem;margin-top:.2rem;border-top:1px solid rgba(20,49,58,.08)}.main-nav a{width:100%;text-align:left;background:#14313a0a}.menu-icon{display:block}#menu-toggle:checked+.menu-icon+.main-nav{display:flex}.reenio-tours-flex,.container,.custom-highlight__grid,.footer-grid,.hero__metrics,.hero__grid,.home-strip__grid{grid-template-columns:1fr}.reenio-tours-wrapper{margin-top:0}.reenio-calendar{position:static}.footer-copy,.footer-grid{text-align:left}}body>[class*=embed3],body>[id*=embed3],body>[class*=popup],body>[id*=popup],body>[class*=modal],body>[id*=modal],body>[class*=dialog],body>[id*=dialog]{z-index:2147483646!important}body>[class*=overlay],body>[id*=overlay],body>[class*=backdrop],body>[id*=backdrop]{z-index:2147483000!important}@media(max-width:640px){body{padding-top:74px}.hero{min-height:auto;padding-top:1rem}.hero__content{padding:1.25rem}.hero__actions{flex-direction:column}.hero button,.button,.button.button--medium{width:100%;max-width:none;font-size:1rem}.section,.reenio-tours-wrapper,footer{width:min(100vw - 20px,var(--section-shell))}.tours-section,.reenio-calendar,.custom-highlight,.footer{padding:1.1rem}.header-actions{gap:.5rem}.theme-toggle,.menu-icon{width:2.7rem;height:2.7rem}.footer-copy{margin-top:1.25rem}}.embed-calendar{display:grid;gap:1rem}.embed-calendar .section__header,.embed-calendar .section__subheader{margin:0}.embed-calendar__frame{position:relative;overflow:hidden;border-radius:26px;border:1px solid rgba(20,49,58,.08);background:linear-gradient(180deg,#ffffff8c,#ffffffeb),var(--surface-color);box-shadow:inset 0 1px #ffffff5c;min-height:420px}:root[data-theme=dark] .embed-calendar__frame{border-color:#ffffff14;background:linear-gradient(180deg,#ffffff05,#ffffff0a),var(--surface-color)}.embed-calendar__frame iframe{display:block;width:100%;min-height:420px;border:0;background:transparent}.embed-calendar__note{margin:0;color:var(--text-soft);font-size:.95rem}.embed-calendar__note a{color:var(--primary-color);text-decoration:underline;text-underline-offset:.18em}.reenio-calendar2,.reenio-calendar__embed{width:100%}.reenio-calendar2{padding:1.4rem;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid rgba(20,49,58,.08);box-shadow:var(--shadow-card)}.reenio-tours{min-width:0}.section--calendar-callout{display:grid;gap:1rem;margin-top:.5rem;margin-bottom:1rem}.section--calendar-callout .embed-calendar{padding:1.4rem;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid rgba(20,49,58,.08);box-shadow:var(--shadow-card)}.place-main-card .embed-calendar{margin-top:1rem}.place-main-card .embed-calendar .section__subheader{color:var(--text-soft)}@media(max-width:960px){.embed-calendar__frame,.embed-calendar__frame iframe{min-height:380px}}@media(max-width:640px){.embed-calendar__frame,.embed-calendar__frame iframe{min-height:340px}.reenio-calendar2,.section--calendar-callout .embed-calendar{padding:1.1rem}}:root{--background-main: #f4efe7;--surface-color: rgba(255, 252, 247, .86);--surface-strong: #fffaf2;--text-main: #20353a;--text-soft: #557076;--primary-color: #bf6b43;--primary-color-rgb: 191, 107, 67;--secondary-color: #16353c;--accent-color: #efd5b7;--hover-color: #d77d50;--menu-link-color: #315159;--menu-link-active-color: #16353c;--line-soft: rgba(22, 53, 60, .1);--shadow-soft: 0 18px 42px rgba(26, 43, 48, .08);--shadow-card: 0 22px 48px rgba(18, 34, 39, .12);--radius-sm: 18px;--radius-md: 26px;--radius-lg: 34px;--radius-xl: 42px;--section-shell: min(1220px, calc(100vw - 48px) );--header-height: 86px}:root[data-theme=dark]{--background-main: #0f181b;--surface-color: rgba(20, 31, 35, .9);--surface-strong: #172328;--text-main: #e9dfd1;--text-soft: #a4b7ba;--primary-color: #d8895d;--primary-color-rgb: 216, 137, 93;--secondary-color: #f3ebde;--accent-color: #33474d;--hover-color: #e89a6d;--menu-link-color: #d2c5b3;--menu-link-active-color: #ffffff;--line-soft: rgba(255, 255, 255, .08);--shadow-soft: 0 22px 54px rgba(0, 0, 0, .32);--shadow-card: 0 26px 58px rgba(0, 0, 0, .34)}html{scroll-behavior:smooth}body{background:radial-gradient(circle at top left,rgba(215,125,80,.1),transparent 28%),radial-gradient(circle at top right,rgba(22,53,60,.08),transparent 22%),linear-gradient(180deg,#f8f2ea,#f3ede4 48%,#efe8df);color:var(--text-main);line-height:1.55}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(216,137,93,.08),transparent 24%),radial-gradient(circle at top right,rgba(70,105,112,.1),transparent 18%),linear-gradient(180deg,#121b1e,#0f171a 52%,#0d1416)}main{padding:0 0 2rem}p{color:inherit}.responsive-header{position:fixed;inset:0 0 auto;z-index:1200;width:min(1320px,calc(100vw - 24px));margin:12px auto 0;padding:.9rem 1rem;display:grid;grid-template-columns:auto 1fr auto auto;gap:.9rem;align-items:center;border-radius:999px;background:#fffaf2d1;border:1px solid rgba(22,53,60,.08);backdrop-filter:blur(18px);box-shadow:0 20px 44px #19282e1f}:root[data-theme=dark] .responsive-header{background:#141f23d1;border-color:#ffffff0f}.responsive-header--hidden{transform:translateY(-120%);transition:transform .28s ease}.brand-lockup{display:inline-grid;grid-template-columns:auto auto;gap:.8rem;align-items:center;color:var(--secondary-color)}.brand-badge{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,var(--secondary-color),#274951);color:#fff8ef;font-family:Poppins-Bold;letter-spacing:.06em;box-shadow:inset 0 1px #ffffff2e}.brand-copy{display:grid;gap:.12rem}.brand-name{font-family:Poppins-Bold;font-size:.98rem;color:var(--secondary-color)}.brand-tagline{color:var(--text-soft);font-size:.8rem}.header-actions{display:inline-flex;align-items:center;gap:.8rem;justify-self:end}.header-cta,.theme-toggle,.menu-icon,.main-nav a{border-radius:999px}.header-cta{min-height:3rem;padding:.75rem 1.2rem;display:inline-flex;align-items:center;justify-content:center;background:var(--secondary-color);color:#fef7ef;font-family:Poppins-Bold;box-shadow:none}.theme-toggle,.menu-icon{width:3rem;height:3rem;border:1px solid var(--line-soft);background:#ffffffa3;color:var(--secondary-color)}:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .menu-icon{background:#ffffff0a}.menu-icon{display:none}.main-nav{justify-self:center;display:inline-flex;align-items:center;gap:.35rem}.main-nav a{padding:.75rem 1rem;color:var(--menu-link-color);transition:background-color .2s ease,color .2s ease}.main-nav a.current,.main-nav a:hover{background:#bf6b431f;color:var(--secondary-color)}.hero{min-height:auto;padding:5.8rem 0 0;background:linear-gradient(180deg,#14242985,#14242933),linear-gradient(135deg,rgba(215,125,80,.18),transparent 48%),url(/img/praga.webp) no-repeat center center/cover}.hero__content{width:var(--section-shell);margin:0 auto;padding:clamp(1.6rem,3vw,2.3rem);border-radius:var(--radius-xl);background:linear-gradient(132deg,#0f1c21c7,#0f1c217a),linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid rgba(255,255,255,.12);box-shadow:0 34px 70px #0611163d;backdrop-filter:blur(10px)}.hero__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1.4rem;align-items:stretch}.hero__main,.hero__aside{min-width:0}.hero__eyebrow{margin-bottom:1rem;padding:.45rem .85rem;background:#ffffff1a;color:#f7ecde}.hero h1{max-width:10.5ch;font-size:clamp(3.45rem,7vw,6.2rem);line-height:.92;letter-spacing:-.05em;margin-bottom:1.15rem}.hero__second{max-width:38rem;font-size:clamp(1.08rem,1.6vw,1.24rem);color:#fff7efe0}.hero__actions{gap:.8rem;margin-top:1.6rem}.hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:2rem}.hero__metric{min-height:100%;padding:1rem 1.05rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:1.35rem}.hero__metric-value{font-size:1rem}.hero__metric-label{line-height:1.45}.hero__aside{display:grid;align-content:start;gap:1rem;padding:1.15rem;border-radius:calc(var(--radius-lg) - 4px);background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.hero__aside h2{font-size:clamp(1.5rem,1.8vw,2rem);line-height:1.08}.hero__steps{gap:.7rem}.hero__step{grid-template-columns:auto 1fr;gap:.8rem;padding:.95rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:1.25rem}.hero__step-index{background:#bf6b4338}.home-strip{margin-top:1.25rem;margin-bottom:1.9rem}.home-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-strip__item{padding:1.25rem 1.2rem;border-radius:var(--radius-md);background:#fffaf2b8;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .home-strip__item{background:#172328c2}.home-strip__label{font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;color:var(--primary-color)}.home-strip__item p{margin-top:.55rem;color:var(--secondary-color);font-size:1rem;line-height:1.5}.reenio-tours-wrapper,.section,footer{width:var(--section-shell);margin-inline:auto}.reenio-tours-wrapper{margin-bottom:2.2rem}.reenio-tours-flex{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);gap:1.35rem;align-items:start}.reenio-calendar{top:calc(var(--header-height) + 20px);padding:1.55rem;border-radius:var(--radius-xl);background:linear-gradient(180deg,#ffffff6b,#ffffff29),var(--surface-color);border:1px solid var(--line-soft);box-shadow:var(--shadow-card)}:root[data-theme=dark] .reenio-calendar{background:linear-gradient(180deg,#ffffff05,#fff0),var(--surface-color)}.section__header h2,.section__header--medium h2,.custom-highlight h2,.reviews h2,.footer-contact h2{font-size:clamp(2.1rem,3vw,3.2rem);line-height:.98;letter-spacing:-.04em}.section__subheader,.tours-section__lead,.custom-highlight .section__container--middle,.review__text{font-family:Poppins-Regular,sans-serif;font-weight:400}.reenio-calendar .section__subheader{max-width:30rem;margin:0 auto 1.2rem;color:var(--text-soft)}.embed-calendar{gap:.85rem}.embed-calendar__frame{min-height:0;border-radius:1.65rem;background:#ffffffad;border:1px solid rgba(22,53,60,.08);box-shadow:inset 0 1px #ffffff3d}:root[data-theme=dark] .embed-calendar__frame{background:#0b14175c}.embed-calendar__frame iframe{min-height:320px}.reenio-tours{display:grid;gap:1.35rem}.tours-section{padding:1.55rem;border-radius:var(--radius-xl);background:linear-gradient(180deg,#ffffff73,#ffffff1f),var(--surface-color);border:1px solid var(--line-soft);box-shadow:var(--shadow-card)}:root[data-theme=dark] .tours-section{background:linear-gradient(180deg,#ffffff05,#fff0),var(--surface-color)}.tours-section__lead{max-width:42rem;margin:.75rem auto 1.35rem;color:var(--text-soft);font-size:1.02rem}.container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}.container>br{display:none}.card{position:relative;display:grid;align-content:start;gap:.9rem;padding:1rem;border-radius:calc(var(--radius-lg) - 6px);background:var(--surface-strong);border:1px solid var(--line-soft);box-shadow:none;overflow:hidden}:root[data-theme=dark] .card{background:#182429f5}.card:after{content:"";position:absolute;inset:auto 0 0;height:4px;background:linear-gradient(90deg,var(--primary-color),rgba(191,107,67,.08));opacity:0;transition:opacity .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1222271f}.card:hover:after{opacity:1}.card-badge{position:absolute;top:1rem;left:1rem;z-index:3;padding:.45rem .75rem;border-radius:999px;background:#ffd43b;color:#2e2a1c;font-family:Poppins-Bold;font-size:.76rem;box-shadow:0 10px 20px #00000024}.image-wrapper,.image-mask,.card img{border-radius:1.5rem}.image-wrapper{padding-bottom:58%;background:#16353c0f}.image-mask:before{background:linear-gradient(180deg,transparent 52%,rgba(19,36,41,.12) 100%),linear-gradient(135deg,rgba(215,125,80,.22),transparent 48%)}.card h3{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.02;color:var(--secondary-color)}.card__desc{margin:0;color:var(--text-soft);font-size:.98rem;line-height:1.58}.card__footer{display:grid;gap:.95rem;margin-top:auto}.card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.card__meta-item{padding:.75rem;border-radius:1rem;background:#16353c0d;border:1px solid rgba(22,53,60,.06)}:root[data-theme=dark] .card__meta-item{background:#ffffff08;border-color:#ffffff0d}.card__meta-label{display:block;margin-bottom:.32rem;color:var(--primary-color);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase}.card__meta-value{display:block;color:var(--secondary-color);font-family:Poppins-Bold;font-size:.95rem;line-height:1.3}.card__cta{display:flex}.card__cta .button{width:100%;min-height:3.25rem}.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}.feature{padding:1.7rem 1.45rem;border-radius:var(--radius-md);background:#fffcf7c2;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .feature{background:#172328c7}.feature__icon{margin:0 0 1.35rem;width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1.2rem;background:#bf6b431f}.feature__icon img{height:3.4rem}.feature h3{justify-content:flex-start;margin-bottom:.8rem;font-size:1.35rem;text-align:left}.feature p{margin:0;color:var(--text-soft);text-align:left;line-height:1.6}.custom-highlight{padding:1.8rem;background:linear-gradient(135deg,#11282efa,#1a3940f2),linear-gradient(135deg,rgba(216,137,93,.18),transparent);border:1px solid rgba(255,255,255,.06)}.custom-highlight__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:1.2rem}.custom-highlight .section__container--middle{max-width:58rem;color:#f9f4ece0;line-height:1.72}.custom-highlight__aside{display:grid;gap:1rem}.custom-highlight__panel{padding:1.1rem;border-radius:1.3rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.custom-highlight__panel p{max-width:none;margin:0}.custom-button{min-height:3.35rem;padding:.9rem 1.35rem;border-radius:999px;background:#f7efe4;color:var(--secondary-color);font-family:Poppins-Bold}.reviews{max-width:var(--section-shell)}.reviews__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.reviews .review{padding:1.25rem;border-radius:var(--radius-md);background:#fffcf7c7;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .reviews .review{background:#172328c7}.review h4{margin-bottom:.7rem;color:var(--secondary-color);font-size:1.25rem}.review__text{color:var(--text-soft);line-height:1.66}.review__meta{margin-top:1rem;color:var(--primary-color);font-size:.88rem}footer{margin-top:1rem;margin-bottom:2rem}.footer{padding:2rem;border-radius:var(--radius-xl);background:#fffaf2c2;border:1px solid var(--line-soft);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .footer{background:#141f23d1}.footer-grid{grid-template-columns:minmax(0,1.15fr) minmax(180px,.72fr) minmax(220px,.88fr)}.footer-contact p,.footer-links a,.footer-nav a{color:var(--text-soft)}.footer-links a:hover,.footer-nav a:hover,.footer-social a:hover img{color:var(--secondary-color);opacity:1}.footer-social{justify-content:flex-start}.footer-copy{color:var(--text-soft)}body>[class*=embed3],body>[id*=embed3],body>[class*=popup],body>[id*=popup],body>[class*=modal],body>[id*=modal],body>[class*=dialog],body>[id*=dialog],body>[data-embed3-popup],body>[role=dialog][aria-modal=true]{z-index:2147483646!important}body>[class*=embed3] *,body>[id*=embed3] *,body>[class*=popup] *,body>[id*=popup] *,body>[class*=modal] *,body>[id*=modal] *{max-width:100%}body>[class*=overlay],body>[id*=overlay],body>[class*=backdrop],body>[id*=backdrop],body>[data-embed3-overlay]{z-index:2147483645!important}@media(max-width:1180px){.hero__grid,.reenio-tours-flex,.custom-highlight__grid{grid-template-columns:1fr}.hero__aside{max-width:none}.container,.reviews__list{grid-template-columns:1fr 1fr}}@media(max-width:960px){:root{--section-shell: min(100vw - 24px, 1220px);--header-height: 80px}body{padding-top:82px}.responsive-header{width:calc(100vw - 16px);margin-top:8px;border-radius:30px;grid-template-columns:auto 1fr auto auto}.brand-copy,.header-cta{display:none}.menu-icon{display:flex;align-items:center;justify-content:center;grid-column:4}.header-actions{grid-column:3}.responsive-header:has(#menu-toggle:checked){border-radius:20px}.main-nav{display:none;grid-column:1 / -1;width:100%;padding-top:.85rem;padding-bottom:.5rem;border-top:1px solid var(--line-soft);flex-direction:column;gap:.45rem}.main-nav a{width:100%;text-align:left;background:#16353c0d}#menu-toggle:checked+.menu-icon+.main-nav{display:flex}.home-strip__grid,.hero__metrics,.features,.container,.reviews__list,.footer-grid{grid-template-columns:1fr}.hero{padding-top:5.4rem}.hero h1{max-width:12ch;font-size:clamp(2.7rem,11vw,4rem)}.reenio-calendar{position:static}}@media(max-width:640px){body{padding-top:78px}.hero__content,.tours-section,.reenio-calendar,.custom-highlight,.footer{padding:1.2rem;border-radius:26px}.hero__actions,.card__cta{grid-template-columns:1fr}.hero__actions{display:grid}.button,.hero button,.button.button--medium{width:100%}.card__meta{grid-template-columns:1fr}}.home-v2{padding-top:0}.home-v2-hero{width:var(--section-shell);margin:0 auto;padding:6rem 0 1.5rem}.home-v2-hero__frame{position:relative;overflow:hidden;padding:clamp(1.35rem,3vw,2.25rem);border-radius:44px;background:linear-gradient(140deg,#f7efe2f5,#fffaf2eb),linear-gradient(180deg,rgba(191,107,67,.08),transparent);border:1px solid rgba(22,53,60,.09);box-shadow:0 30px 70px #18292f1a}.home-v2-hero__frame:before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(22,53,60,.02),transparent 44%),radial-gradient(circle at 82% 20%,rgba(191,107,67,.18),transparent 24%);pointer-events:none}:root[data-theme=dark] .home-v2-hero__frame{background:linear-gradient(140deg,#111b1ff5,#172328f5),linear-gradient(180deg,rgba(216,137,93,.08),transparent);border-color:#ffffff0f}.home-v2-hero__topline{position:relative;z-index:1;display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.2rem}.home-v2-label{display:inline-flex;align-items:center;gap:.45rem;font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--primary-color);font-family:Poppins-Bold}.home-v2-label:before{content:"";width:1.75rem;height:1px;background:currentColor;opacity:.7}.home-v2-topnote{color:var(--text-soft);font-size:.92rem}.home-v2-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(280px,.72fr);gap:1.25rem;align-items:stretch}.home-v2-hero__lead{display:grid;align-content:start;gap:1rem;padding:clamp(1rem,2vw,1.4rem) 0}.home-v2-hero__intro{max-width:28rem;margin:0;color:var(--primary-color);font-size:1rem;font-family:Poppins-Bold}.home-v2-hero h1{max-width:10ch;margin:0;color:var(--secondary-color);font-size:clamp(3.6rem,8vw,7rem);line-height:.88;letter-spacing:-.06em;text-align:left}:root[data-theme=dark] .home-v2-hero h1{color:#f4ebde}.home-v2-hero__text{max-width:39rem;margin:0;color:var(--text-soft);font-size:clamp(1.06rem,1.5vw,1.2rem);line-height:1.7}.home-v2-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:.35rem}.home-v2-hero__panel{display:grid;gap:.9rem;align-content:start}.home-v2-hero__panel-card{padding:1.15rem;border-radius:26px;background:#16353c0f;border:1px solid rgba(22,53,60,.08)}:root[data-theme=dark] .home-v2-hero__panel-card{background:#ffffff08;border-color:#ffffff0d}.home-v2-hero__panel-card p,.home-v2-hero__panel-card h2{margin:0}.home-v2-hero__panel-card p{color:var(--text-soft);line-height:1.65}.home-v2-hero__panel-card--accent{display:grid;grid-template-columns:auto 1fr;gap:1rem;background:var(--secondary-color);color:#fbf4ea}.home-v2-hero__panel-card--accent p{color:#fbf4eac7}.home-v2-hero__panel-card--accent h2{margin-bottom:.45rem;font-size:1.6rem;line-height:1.02;color:#fff7ef}.home-v2-stat{width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:#ffffff1f;font-family:Poppins-Bold;color:#fff7ef}.home-v2-pillars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1.35rem;padding-top:1.2rem;border-top:1px solid rgba(22,53,60,.08)}:root[data-theme=dark] .home-v2-pillars{border-top-color:#ffffff0f}.home-v2-pillars__item span{display:block;margin-bottom:.4rem;color:var(--secondary-color);font-family:Poppins-Bold}.home-v2-pillars__item p{margin:0;color:var(--text-soft);line-height:1.55}.home-v2-editorial{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:1.25rem;align-items:start;margin-bottom:2rem}.home-v2-editorial__intro{position:sticky;top:calc(var(--header-height) + 24px);padding:1.1rem 0}.home-v2-editorial__intro h2{margin:.7rem 0 .9rem;color:var(--secondary-color);font-size:clamp(2.15rem,3.2vw,3.4rem);line-height:.96;letter-spacing:-.05em}.home-v2-editorial__intro p{margin:0;color:var(--text-soft);line-height:1.7;max-width:28rem}.home-v2-editorial__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-v2-editorial__card{padding:1.2rem;min-height:100%;border-radius:28px;background:#fffcf7bd;border:1px solid rgba(22,53,60,.08);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .home-v2-editorial__card{background:#172328cc;border-color:#ffffff0d}.home-v2-editorial__index{display:inline-flex;margin-bottom:1rem;color:var(--primary-color);font-size:.85rem;font-family:Poppins-Bold;letter-spacing:.12em}.home-v2-editorial__card h3{margin:0 0 .55rem;min-height:0;color:var(--secondary-color);font-size:1.45rem;line-height:1.04;text-align:left;justify-content:flex-start}.home-v2-editorial__card p{margin:0;color:var(--text-soft);line-height:1.6}.home-v2 .reenio-tours-wrapper{margin-top:.25rem}.home-v2 .reenio-tours-flex{grid-template-columns:minmax(300px,.68fr) minmax(0,1.32fr);gap:1.5rem}.home-v2 .reenio-calendar{padding:1.35rem;border-radius:34px;background:var(--secondary-color);color:#fbf4ea;border:none;box-shadow:0 24px 56px #111f242e}.home-v2 .reenio-calendar .section-kicker,.home-v2 .reenio-calendar h2,.home-v2 .reenio-calendar .section__subheader{color:inherit}.home-v2 .reenio-calendar .section__subheader{color:#fbf4eabd}.home-v2 .embed-calendar__frame{background:#fffffff5;border:none;border-radius:26px;box-shadow:inset 0 1px #0000000a}.home-v2 .tours-section{padding:1.6rem;border-radius:36px;background:#fffcf7d1}:root[data-theme=dark] .home-v2 .tours-section{background:#152125db}.home-v2 .tours-section__lead{max-width:40rem;text-align:left;margin:.75rem 0 1.3rem}.home-v2 .container{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.home-v2 .card{border-radius:30px;background:#f8f2e9e6;border:1px solid rgba(22,53,60,.07)}:root[data-theme=dark] .home-v2 .card{background:#19252af0}.home-v2 .card-badge{top:.85rem;left:.85rem;background:var(--secondary-color);color:#fbf4ea}.home-v2 .image-wrapper{padding-bottom:62%}.home-v2 .card__meta{grid-template-columns:1fr}.home-v2 .card__meta-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.8rem 0;border-radius:0;background:transparent;border:0;border-bottom:1px solid rgba(22,53,60,.08)}:root[data-theme=dark] .home-v2 .card__meta-item{border-bottom-color:#ffffff0f}.home-v2 .card__meta-item:last-child{border-bottom:0;padding-bottom:0}.home-v2 .card__meta-label{margin:0}.home-v2 .card__meta-value{text-align:right}.home-v2 .features{grid-template-columns:repeat(3,minmax(0,1fr))}.home-v2 .feature{border-radius:30px;background:#fffcf7c7}.home-v2 .custom-highlight{border-radius:40px}.home-v2 .reviews__list{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1180px){.home-v2-editorial,.home-v2-hero__grid,.home-v2 .reenio-tours-flex{grid-template-columns:1fr}.home-v2-editorial__intro{position:static}.home-v2-pillars,.home-v2-editorial__grid{grid-template-columns:1fr}}@media(max-width:960px){.home-v2-hero{padding-top:5.4rem}.home-v2-hero__topline{flex-direction:column;align-items:flex-start}.home-v2 .container,.home-v2 .features,.home-v2 .reviews__list{grid-template-columns:1fr}}@media(max-width:640px){.home-v2-hero__frame,.home-v2 .tours-section,.home-v2 .reenio-calendar,.home-v2 .feature,.home-v2 .custom-highlight,.home-v2 .reviews .review{border-radius:26px}.home-v2-hero h1{font-size:clamp(2.85rem,14vw,4.2rem)}.home-v2-hero__actions{display:grid}.home-v2 .card__meta-item{flex-direction:column;align-items:flex-start}.home-v2 .card__meta-value{text-align:left}}.home-gyg{padding-top:0}.home-gyg-hero{width:var(--section-shell);margin:0 auto;padding:6rem 0 1rem}.home-gyg-hero__shell{padding:clamp(1.25rem,2.8vw,2rem);border-radius:10px;background:linear-gradient(135deg,#faf5ecf5,#fffcf7f0),linear-gradient(180deg,rgba(191,107,67,.06),transparent);border:1px solid rgba(22,53,60,.08);box-shadow:0 24px 60px #16272c14}:root[data-theme=dark] .home-gyg-hero__shell{background:linear-gradient(135deg,#121c20fa,#172328f5),linear-gradient(180deg,rgba(216,137,93,.08),transparent);border-color:#ffffff0f}.home-gyg-kicker{display:inline-flex;align-items:center;gap:.45rem;color:var(--primary-color);font-size:.8rem;font-family:Poppins-Bold;text-transform:uppercase;letter-spacing:.11em}.home-gyg-kicker:before{content:"";width:1.6rem;height:1px;background:currentColor}.home-gyg-hero__copy{max-width:56rem;margin-bottom:1.4rem}.home-gyg-hero__copy h1{margin:.8rem 0 1rem;max-width:12ch;color:var(--secondary-color);font-size:clamp(3.2rem,7vw,5.8rem);line-height:.92;letter-spacing:-.05em;text-align:left}:root[data-theme=dark] .home-gyg-hero__copy h1{color:#f3ebde}.home-gyg-hero__copy p{max-width:42rem;margin:0;color:var(--text-soft);font-size:clamp(1.04rem,1.5vw,1.18rem);line-height:1.7}.home-gyg-search{display:grid;gap:.9rem;padding:1rem;border-radius:8px;background:#ffffffc7;border:1px solid rgba(22,53,60,.08)}:root[data-theme=dark] .home-gyg-search{background:#ffffff08;border-color:#ffffff0d}.home-gyg-search__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:.75rem;align-items:stretch}.home-gyg-search__field{display:grid;align-content:center;gap:.22rem;min-height:4.6rem;padding:.95rem 1rem;border-radius:6px;background:#f8f2e9d1;border:1px solid rgba(22,53,60,.06)}:root[data-theme=dark] .home-gyg-search__field{background:#ffffff08;border-color:#ffffff0d}.home-gyg-search__label{color:var(--text-soft);font-size:.78rem}.home-gyg-search__field strong{color:var(--secondary-color);font-size:1rem;line-height:1.35}.home-gyg-search__button{min-width:12rem}.home-gyg-search__chips{display:flex;flex-wrap:wrap;gap:.6rem}.home-gyg-search__chips a{display:inline-flex;align-items:center;min-height:2.6rem;padding:.55rem .95rem;border-radius:999px;background:#16353c0f;color:var(--secondary-color);font-size:.92rem}:root[data-theme=dark] .home-gyg-search__chips a{background:#ffffff0a;color:#efe4d4}.home-gyg-highlights{display:grid;gap:1rem;margin-bottom:1.8rem}.home-gyg-highlights__intro h2{margin:.7rem 0 0;color:var(--secondary-color);font-size:clamp(2.1rem,3vw,3.1rem);line-height:.96;letter-spacing:-.04em}.home-gyg-highlights__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-gyg-highlights__item{padding:1.2rem;border-radius:8px;background:#fffcf7cc;border:1px solid rgba(22,53,60,.08);box-shadow:var(--shadow-soft)}:root[data-theme=dark] .home-gyg-highlights__item{background:#172328c7;border-color:#ffffff0d}.home-gyg-highlights__item h3{margin:0 0 .5rem;min-height:0;color:var(--secondary-color);font-size:1.35rem;text-align:left;justify-content:flex-start}.home-gyg-highlights__item p{margin:0;color:var(--text-soft);line-height:1.58}.home-gyg .reenio-tours-wrapper{margin-top:.8rem;margin-bottom:2.4rem}.home-gyg .reenio-tours-flex{grid-template-columns:420px minmax(0,1fr);gap:1.8rem;align-items:start}.home-gyg .reenio-calendar{padding:1.3rem;border-radius:8px;background:#fffcf7d1;border:1px solid rgba(22,53,60,.08);box-shadow:var(--shadow-card);position:sticky;top:calc(var(--header-height) + 20px);z-index:1;width:100%;min-width:0;max-width:100%;overflow:hidden}:root[data-theme=dark] .home-gyg .reenio-calendar{background:#152125e0}.home-gyg .tours-section{padding:1.4rem;border-radius:8px;background:#fffcf7d6;position:relative;z-index:2;width:100%;min-width:0;max-width:100%;overflow:hidden}:root[data-theme=dark] .home-gyg .tours-section{background:#152125e0}.home-gyg .tours-section__lead{margin:.7rem 0 1.25rem;max-width:42rem;text-align:left}.home-gyg .container{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.home-gyg .card{border-radius:6px;background:#fffdf9;border:1px solid rgba(22,53,60,.08);box-shadow:none;width:100%;min-width:0;max-width:100%;overflow:hidden}:root[data-theme=dark] .home-gyg .card{background:#182429f5}.home-gyg .card h3{font-size:1.35rem;line-height:1.06}.home-gyg .card__desc{font-size:.95rem}.home-gyg .card__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.home-gyg .card__meta-item{padding:.75rem;border-radius:4px;background:#16353c0a;border:1px solid rgba(22,53,60,.05)}:root[data-theme=dark] .home-gyg .card__meta-item{background:#ffffff08;border-color:#ffffff0d}.home-gyg .card__meta-label{margin-bottom:.25rem}.home-gyg .card__meta-value{text-align:left}.home-gyg .card__cta .button{min-height:3rem}.home-gyg .features{grid-template-columns:repeat(3,minmax(0,1fr))}.home-gyg .reenio-tours,.home-gyg .embed-calendar,.home-gyg .embed-calendar__frame,.home-gyg .embed-calendar__frame iframe,.home-gyg .section__header,.home-gyg .section__subheader{width:100%;min-width:0;max-width:100%}.home-gyg .section__header.centered,.home-gyg .section__subheader.centered,.home-gyg .section__header.centered h2,.home-gyg .section__header--medium.centered h2{text-align:left}.home-gyg .feature,.home-gyg .reviews .review,.home-gyg .custom-highlight{border-radius:8px}.home-gyg .embed-calendar__frame{border-radius:4px;min-height:0}.home-gyg .embed-calendar__frame iframe{min-height:0}.home-gyg .section,.home-gyg .reenio-tours-wrapper,.home-gyg footer{scroll-margin-top:calc(var(--header-height) + 24px)}@media(max-width:1180px){.home-gyg-search__row,.home-gyg-highlights__grid,.home-gyg .reenio-tours-flex{grid-template-columns:1fr}.home-gyg-search__button{width:100%}.home-gyg .reenio-calendar{position:static}}@media(max-width:960px){.home-gyg-hero{padding-top:5.4rem}.home-gyg .container,.home-gyg .features,.home-gyg .reviews__list,.home-gyg .card__meta{grid-template-columns:1fr}.home-gyg .reenio-tours-wrapper{margin-top:1rem}.home-gyg .embed-calendar__frame iframe{min-height:340px}.home-gyg .reenio-calendar,.home-gyg .tours-section,.home-gyg .card{border-radius:6px}}body>[class*=embed3],body>[id*=embed3],body>[class*=popup],body>[id*=popup],body>[class*=modal],body>[id*=modal],body>[class*=dialog],body>[id*=dialog],body>[role=dialog][aria-modal=true]{z-index:2147483647!important;position:fixed!important;visibility:visible!important;opacity:1!important}body>[class*=embed3] [role=dialog],body>[id*=embed3] [role=dialog],body>[class*=popup] [role=dialog],body>[class*=modal] [role=dialog],body>[class*=dialog] [role=dialog],body>[class*=embed3] [aria-modal=true],body>[class*=popup] [aria-modal=true],body>[class*=modal] [aria-modal=true],body>[class*=dialog] [aria-modal=true]{z-index:2147483647!important;position:fixed!important;visibility:visible!important;opacity:1!important}body>[class*=overlay],body>[id*=overlay],body>[class*=backdrop],body>[id*=backdrop]{z-index:2147483645!important;position:fixed!important}#__embed3_backdrop__{z-index:2147483645!important}.embed-calendar__frame--modal{margin:0!important;padding:0!important;border:0!important;box-shadow:none!important}.home-gyg .button,.home-gyg .hero button,.home-gyg .button.button--medium,.home-gyg .button.button--ghost,.home-gyg .custom-button,.home-gyg .header-cta,.home-gyg .theme-toggle,.home-gyg .main-nav a,.home-gyg .home-gyg-search__chips a,.home-gyg .card-badge{border-radius:6px}.home-gyg .home-gyg-search__chips a{min-height:2.4rem;padding:.5rem .85rem}.home-gyg .main-nav a.current,.home-gyg .main-nav a:hover{border-radius:6px}.home-gyg .image-wrapper,.home-gyg .image-mask,.home-gyg .card img{border-radius:4px}.home-gyg .image-wrapper{position:relative;padding-bottom:60%;background:#16353c0d}.home-gyg .image-wrapper img,.home-gyg .card img{position:absolute;inset:0;width:100%;height:100%;min-height:100%;margin-bottom:0;object-fit:cover;object-position:center center}.home-gyg .card-badge{top:.8rem;left:.8rem;padding:.42rem .7rem}.home-gyg .card__meta-item,.home-gyg .home-gyg-highlights__item,.home-gyg .feature,.home-gyg .reviews .review,.home-gyg .custom-highlight,.home-gyg .custom-highlight__panel,.home-gyg .reenio-calendar,.home-gyg .tours-section,.home-gyg .home-gyg-hero__shell,.home-gyg .home-gyg-search,.home-gyg .home-gyg-search__field{border-radius:6px}.home-gyg .reenio-calendar,.home-gyg .tours-section,.home-gyg .card,.home-gyg .home-gyg-highlights__item{box-shadow:0 10px 24px #14313a14}.home-gyg .embed-calendar__frame{overflow:visible;border-radius:2px}.home-gyg .embed-calendar__frame iframe{display:block;margin-top:0;min-height:220px}@media(max-width:960px){.home-gyg .button,.home-gyg .hero button,.home-gyg .button.button--medium,.home-gyg .button.button--ghost,.home-gyg .custom-button,.home-gyg .main-nav a,.home-gyg .theme-toggle,.home-gyg .home-gyg-search__chips a,.home-gyg .card,.home-gyg .reenio-calendar,.home-gyg .tours-section{border-radius:5px}}:root{--radius-xl: 10px;--radius-lg: 6px}:root[data-theme=dark]{color-scheme:dark}:root[data-theme=light]{color-scheme:light}.brand-badge,.theme-toggle,.menu-icon,.header-cta,.main-nav a,.button,.custom-button,.card,.feature,.review,.faq details,.image-wrapper,.image-mask,.card img,.embed-calendar__frame,.reenio-calendar,.tours-section,.custom-highlight,.custom-highlight__panel,.footer,.place-map-card,.place-main-card,.sidebar-section,.sidebar-link-card,.sidebar-place-card,.info-card{border-radius:6px!important}.embed-calendar__frame iframe,.place-map-card__map,.place-map-card__map iframe,.trip-reference-meeting__map,.trip-reference-meeting__map iframe,.offer-reference-card__media,.home-reference-tour-card__media,.about-reference-guide__media,.main-nav a.current,.main-nav a:hover,.home-reference-calendar__cta,.offer-reference-calendar__cta,.trip-reference-nav a{border-radius:4px!important}.responsive-header,.brand-lockup,.brand-badge,.header-actions,.header-cta,.theme-toggle,.menu-icon,.main-nav,.main-nav a{border-radius:2px!important}.responsive-header{box-shadow:0 10px 28px #11111114}.main-nav a.current,.main-nav a:hover,.header-cta,.theme-toggle,.menu-icon{border-radius:2px!important}:root{--alchemy-bg: #111111;--alchemy-bg-soft: #181818;--alchemy-surface: #1d1d1d;--alchemy-surface-2: #242424;--alchemy-surface-3: #2c2c2c;--alchemy-border: rgba(255, 255, 255, .08);--alchemy-border-strong: rgba(255, 255, 255, .16);--alchemy-text: #f2ece7;--alchemy-text-muted: #b8aea6;--alchemy-text-soft: #8e837b;--alchemy-accent: #b12618;--alchemy-accent-2: #e39c6c;--alchemy-shadow: 0 28px 80px rgba(0, 0, 0, .36);--alchemy-shadow-soft: 0 16px 40px rgba(0, 0, 0, .22);--alchemy-radius-xl: 28px;--alchemy-radius-lg: 18px;--alchemy-radius-md: 12px;--alchemy-radius-sm: 8px;--alchemy-container: 1360px;--primary-color: #b12618;--accent-color: #d98b62;--surface-color: #1d1d1d;--secondary-color: #f2ece7}html[data-theme=light]{--alchemy-bg: #f4efe8;--alchemy-bg-soft: #efe7de;--alchemy-surface: #fbf7f1;--alchemy-surface-2: #f3ece4;--alchemy-surface-3: #e8ddd2;--alchemy-border: rgba(47, 26, 18, .12);--alchemy-border-strong: rgba(47, 26, 18, .2);--alchemy-text: #1f1713;--alchemy-text-muted: #5c4f46;--alchemy-text-soft: #83736b;--alchemy-accent: #a1281d;--alchemy-accent-2: #b56d43;--alchemy-shadow: 0 30px 80px rgba(54, 36, 26, .12);--alchemy-shadow-soft: 0 16px 36px rgba(54, 36, 26, .09);--primary-color: #a1281d;--accent-color: #b56d43;--surface-color: #fbf7f1;--secondary-color: #1f1713}html,body{background:var(--alchemy-bg);color:var(--alchemy-text);font-family:Manrope,system-ui,sans-serif}body.site-shell{padding-top:0!important;min-height:100vh;background:radial-gradient(circle at top right,rgba(177,38,24,.2),transparent 24%),linear-gradient(180deg,var(--alchemy-bg) 0%,var(--alchemy-bg-soft) 100%);color:var(--alchemy-text)}h1,h2,h3,h4,.brand-name,.alchemy-display{font-family:"Noto Serif",Georgia,serif}a{color:inherit}.site-main,.alchemy-page{position:relative;z-index:1}.alchemy-page{width:min(var(--alchemy-container),calc(100% - 40px));margin:0 auto;padding:0 0 120px}.alchemy-page a:not(.button):not(.header-cta):not(.tour-card):not(.place-list-card):not(.alchemy-panel-link):not(.footer-social a){text-decoration-thickness:1px;text-underline-offset:.18em}.responsive-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:20px;width:min(calc(var(--alchemy-container) + 40px),100%);margin:0 auto;padding:18px 20px;background:#111111d1;backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.05);transition:transform .32s ease}body.site-shell>.responsive-header{margin-top:0}html[data-theme=light] .responsive-header{background:#f4efe8d6;border-bottom-color:#2f1a1214}.responsive-header--hidden{transform:translateY(-100%)}.brand-lockup{display:inline-flex;align-items:center;gap:14px;text-decoration:none}.brand-badge{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--alchemy-border-strong);border-radius:10px;background:linear-gradient(180deg,#b1261833,#b126180a);color:var(--alchemy-accent-2);font-size:.86rem;font-weight:800;letter-spacing:.18em}.brand-copy{display:flex;flex-direction:column;gap:2px}.brand-name{color:var(--alchemy-text);font-size:1.05rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.brand-tagline{color:var(--alchemy-text-soft);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase}.main-nav{display:flex;justify-content:center;gap:28px}.main-nav a,.hover-link{position:relative;color:var(--alchemy-text-muted);font-size:.83rem;font-weight:700;letter-spacing:.16em;text-decoration:none;text-transform:uppercase}.main-nav a.current,.main-nav a:hover,.hover-link.current,.hover-link:hover{color:var(--alchemy-text)}.main-nav a.current:after,.hover-link.current:after{content:"";position:absolute;left:0;right:0;bottom:-12px;height:2px;background:var(--alchemy-accent)}.header-actions{display:flex;align-items:center;gap:12px}.header-cta,.button,.custom-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid transparent;border-radius:10px;background:linear-gradient(180deg,#bf311d,#951b11);color:#fff;font-size:.82rem;font-weight:800;letter-spacing:.14em;text-decoration:none;text-transform:uppercase;transition:transform .22s ease,filter .22s ease}.header-cta:hover,.button:hover,.custom-button:hover{filter:brightness(1.06);transform:translateY(-1px)}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff0a;color:var(--alchemy-text)}.theme-toggle__moon{display:none}html[data-theme=dark] .theme-toggle__moon,html:not([data-theme]) .theme-toggle__moon{display:inline}html[data-theme=dark] .theme-toggle__sun,html:not([data-theme]) .theme-toggle__sun{display:none}html[data-theme=light] .theme-toggle__sun{display:inline}html[data-theme=light] .theme-toggle__moon,#menu-toggle,.menu-icon,.theme-toggle--nav,.theme-toggle__label{display:none}.footer{width:min(calc(var(--alchemy-container) + 40px),100%);margin:0 auto;padding:56px 20px 36px;background:transparent;border-top:1px solid var(--alchemy-border);text-align:left}.footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:36px}.footer-kicker{display:inline-block;margin-bottom:12px;color:var(--alchemy-accent-2);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.footer h2,.footer-contact h2{margin:0 0 14px;color:var(--alchemy-text);font-size:clamp(2rem,4vw,2.75rem);line-height:1.05}.footer p,.footer-copy,.footer-payments span{color:var(--alchemy-text-muted)}.footer-links,.footer-nav{display:grid;gap:10px}.footer-nav a,.footer-links a{color:var(--alchemy-text);text-decoration:none}.footer-social{display:flex;gap:14px;margin-bottom:20px}.footer-social a{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff08}.footer-social img{width:18px;height:18px;opacity:.84}.footer-copy{margin-top:28px;font-size:.76rem;letter-spacing:.08em;text-transform:uppercase}.alchemy-hero{position:relative;overflow:hidden;min-height:640px;margin-top:0;border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-xl);background:linear-gradient(120deg,#000000b8,#460b087a),var(--alchemy-bg-soft)}.alchemy-hero__media,.alchemy-hero__media img,.alchemy-hero__media picture{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.alchemy-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#11111126,#111111e0),linear-gradient(90deg,#111111d1,#1111114d 60%,#69110a94)}.alchemy-hero__content{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(320px,420px);gap:42px;align-items:end;min-height:640px;padding:54px}.alchemy-kicker,.section-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--alchemy-accent-2);font-size:.76rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.alchemy-kicker:before,.section-kicker:before{content:"";display:block;width:38px;height:1px;background:#e39c6c99}.alchemy-title{margin:0;color:var(--alchemy-text);font-size:clamp(3rem,6.4vw,5.8rem);line-height:.92;letter-spacing:-.04em}.alchemy-lead,.section__subheader{max-width:760px;margin-top:20px;color:var(--alchemy-text-muted);font-size:1.05rem;line-height:1.78}.alchemy-hero__aside,.alchemy-sticky-panel,.trip-card--sticky{padding:26px;border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-lg);background:#1a1a1ab8;backdrop-filter:blur(18px);box-shadow:var(--alchemy-shadow-soft)}html[data-theme=light] .alchemy-hero__aside,html[data-theme=light] .alchemy-sticky-panel,html[data-theme=light] .trip-card--sticky{background:#fbf7f1d6}.alchemy-meta{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:24px}.alchemy-meta span{color:var(--alchemy-text-muted);font-size:.84rem}.alchemy-grid,.trip-layout,.place-layout,.reenio-tours-flex{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.9fr);gap:38px;align-items:start}.alchemy-section,.section,.trip-card,.place-main-card,.places-map-card,.about-page .section-white,.feature,.review,.place-list-card,.sidebar-link-card,.info-card,.sidebar-place-card{border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-lg);background:linear-gradient(180deg,#ffffff06,#ffffff03);box-shadow:var(--alchemy-shadow-soft)}html[data-theme=light] .alchemy-section,html[data-theme=light] .section,html[data-theme=light] .trip-card,html[data-theme=light] .place-main-card,html[data-theme=light] .places-map-card,html[data-theme=light] .about-page .section-white,html[data-theme=light] .feature,html[data-theme=light] .review,html[data-theme=light] .place-list-card,html[data-theme=light] .sidebar-link-card,html[data-theme=light] .info-card,html[data-theme=light] .sidebar-place-card{background:linear-gradient(180deg,#ffffffd1,#ffffffb3)}.section,.alchemy-section{padding:34px;margin-top:34px}.section__header h1,.section__header h2,.section__header--medium h2,.section-heading h2{margin:0;color:var(--alchemy-text);font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.03em}.section-heading__line{width:58px;height:2px;margin-top:16px;background:var(--alchemy-accent)}.tours-section .container,.alchemy-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.tours-section__lead,.places-list-intro,.place-main-card__intro,.trip-intro,.trip-hero__text,.place-hero__text,.places-map-hero__text,.about-philosophy__content p,.review__text,.feature p{color:var(--alchemy-text-muted)}.card,.tour-card{display:flex;flex-direction:column;min-height:100%;overflow:hidden;border:1px solid var(--alchemy-border);border-radius:14px;background:var(--alchemy-surface);box-shadow:var(--alchemy-shadow-soft);text-decoration:none;transition:transform .26s ease,border-color .26s ease}html[data-theme=light] .card,html[data-theme=light] .tour-card{background:var(--alchemy-surface)}.card:hover,.tour-card:hover{transform:translateY(-4px);border-color:#b1261859}.card-badge{position:absolute;top:16px;left:16px;z-index:3;display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#d5a117;color:#241b0b;font-size:.72rem;font-weight:800;letter-spacing:.04em}.image-wrapper{position:relative;overflow:hidden}.card .image-wrapper,.tour-card .image-wrapper{aspect-ratio:4 / 3}.card .image-wrapper img,.tour-card .image-wrapper img,.card .image-wrapper picture,.tour-card .image-wrapper picture{width:100%;height:100%;object-fit:cover;display:block}.card h3,.tour-card h3{margin:22px 22px 12px;color:var(--alchemy-text);font-size:clamp(1.6rem,2vw,2.2rem);line-height:1.02}.card__desc{margin:0 22px 18px;color:var(--alchemy-text-muted);font-size:.96rem;line-height:1.72}.card__footer{display:flex;flex-direction:column;gap:18px;margin-top:auto;padding:0 22px 22px}.card__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.card__meta-item{padding:12px 14px;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff06}.card__meta-label{display:block;color:var(--alchemy-accent-2);font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.card__meta-value{display:block;margin-top:10px;color:var(--alchemy-text);font-size:.95rem;font-weight:800;line-height:1.35}.card__cta .button{width:100%}.embed-calendar__frame,.trip-calendar-shell,.reenio-embed-shell{overflow:hidden;border:1px solid var(--alchemy-border);border-radius:12px;background:#00000029}.embed-calendar__note,.place-info-note,.trip-map-note,.places-map-note{margin-top:16px;padding:14px 16px;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff08;color:var(--alchemy-text-muted)}.trip-page .trip-hero,.place-hero,.places-map-hero{overflow:hidden;margin-top:0;border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-xl);background:var(--alchemy-surface)}.trip-page .trip-hero__overlay,.place-hero__overlay,.places-map-hero__overlay{background:linear-gradient(180deg,#1111111a,#111111e0),linear-gradient(90deg,#111111d6,#1113 58%,#71180f85)}.trip-main,.place-sidebar,.trip-sidebar{display:grid;gap:24px}.trip-feature-card,.about-page .feature,.places-grid .place-list-card,.sidebar-place-card,.sidebar-link-card,.info-card{border-radius:12px}.trip-features-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.trip-feature-card{padding:20px;border:1px solid var(--alchemy-border);background:#ffffff08}.trip-feature-card h3,.trip-feature-card p{margin:0}.trip-feature-card h3{margin-top:14px;color:var(--alchemy-accent-2);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.trip-feature-card p{margin-top:8px;color:var(--alchemy-text);line-height:1.6}.trip-attractions-list,.trip-important-list,.trip-included-list,.list--attractions{display:grid;gap:12px;padding-left:20px;color:var(--alchemy-text-muted)}.about-page .features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.about-page .feature,.reviews__list .review,.places-grid .place-list-card{padding:24px}.about-philosophy__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:34px;align-items:center}.alchemy-home-page .home-gyg-hero{margin-top:0}.alchemy-home-page .home-gyg-hero__shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,420px);gap:30px;padding:54px;border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-xl);background:radial-gradient(circle at right top,rgba(177,38,24,.24),transparent 28%),linear-gradient(120deg,#000000c2,#4c0e098a);box-shadow:var(--alchemy-shadow)}.alchemy-home-page .home-gyg-hero__copy h1{margin:0;color:var(--alchemy-text);font-size:clamp(3rem,6vw,5.5rem);line-height:.94;letter-spacing:-.04em}.alchemy-home-page .home-gyg-hero__copy p{max-width:620px;margin-top:20px;color:var(--alchemy-text-muted);font-size:1.05rem;line-height:1.82}.home-gyg-kicker{display:inline-flex;margin-bottom:14px;color:var(--alchemy-accent-2);font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.home-gyg-search{align-self:end;padding:24px;border:1px solid var(--alchemy-border);border-radius:14px;background:#111111b8;backdrop-filter:blur(18px)}.home-gyg-search__row{display:grid;gap:14px}.home-gyg-search__field{padding-bottom:14px;border-bottom:1px solid var(--alchemy-border)}.home-gyg-search__label{display:block;margin-bottom:8px;color:var(--alchemy-text-soft);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-gyg-search__field strong{color:var(--alchemy-text);font-size:1rem;line-height:1.45}.home-gyg-search__button{margin-top:6px}.home-gyg-search__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.home-gyg-search__chips a{padding:9px 12px;border:1px solid var(--alchemy-border);border-radius:999px;color:var(--alchemy-text-muted);font-size:.78rem;text-decoration:none}.home-gyg-highlights__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-gyg-highlights__item{padding:22px;border:1px solid var(--alchemy-border);border-radius:12px;background:#ffffff06}.home-gyg-highlights__item h3{margin:0 0 10px;color:var(--alchemy-text)}.home-gyg-highlights__item p{margin:0;color:var(--alchemy-text-muted);line-height:1.7}.alchemy-offer-page .tours-hero{position:relative;overflow:hidden;min-height:640px;margin-top:0;padding:56px;border:1px solid var(--alchemy-border);border-radius:var(--alchemy-radius-xl);background:radial-gradient(circle at right center,rgba(177,38,24,.28),transparent 26%),linear-gradient(90deg,#0f0f0fe0,#0f0f0f75 52%,#610d0894);box-shadow:var(--alchemy-shadow)}.alchemy-offer-page .overlay{display:none}.alchemy-offer-page .tours-content{position:relative;z-index:2;max-width:760px}.alchemy-offer-page .tours-content h1{margin:0;color:var(--alchemy-text);font-size:clamp(3.1rem,6vw,6rem);line-height:.94;letter-spacing:-.04em}.alchemy-offer-page .tours-content p{margin-top:18px;color:var(--alchemy-text-muted);font-size:1.05rem;line-height:1.82}.alchemy-offer-page .section--calendar-callout{margin-top:40px}.alchemy-offer-page .custom-highlight,.alchemy-home-page .custom-highlight{background:linear-gradient(180deg,#ffffff06,#ffffff03),linear-gradient(120deg,rgba(177,38,24,.08),transparent)}.offer-featured-section__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:24px;align-items:end;margin-bottom:28px}.offer-featured-section__top p{margin:0;color:var(--alchemy-text-muted);line-height:1.75}.offer-featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.custom-highlight__grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:26px}.custom-highlight__panel{padding:22px;border:1px solid var(--alchemy-border);border-radius:12px;background:#ffffff06}.custom-highlight__panel h3{margin:0 0 10px;color:var(--alchemy-text)}.custom-highlight__panel p{margin:0;color:var(--alchemy-text-muted);line-height:1.7}.alchemy-map-page .places-map-hero,.alchemy-place-page .place-hero,.alchemy-trip-page .trip-hero{margin-bottom:30px}.alchemy-map-page .places-map-card,.alchemy-place-page .place-main-card,.alchemy-place-page .place-map-card,.alchemy-trip-page .trip-card{background:#ffffff05}.trip-nav{border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff0a;color:var(--alchemy-text)}.embed-calendar__backdrop{position:fixed;inset:0;z-index:2147483645;background:#0a0a0ad6}.reenio-calendar,.trip-card--sticky{position:sticky;top:108px}.trip-itinerary-list{display:grid;gap:12px}.trip-itinerary-step{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;padding:16px 18px;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff06}.trip-itinerary-step__index{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(227,156,108,.28);border-radius:8px;color:var(--alchemy-accent-2);font-size:.72rem;font-weight:800;letter-spacing:.14em}.trip-itinerary-step__content h3{margin:0 0 6px;color:var(--alchemy-text);font-size:1rem;line-height:1.4;font-family:Manrope,system-ui,sans-serif}.trip-itinerary-step__content p{margin:0;color:var(--alchemy-text-muted);font-size:.92rem;line-height:1.6}@media(max-width:1180px){.alchemy-grid,.trip-layout,.place-layout,.reenio-tours-flex,.alchemy-hero__content,.alchemy-home-page .home-gyg-hero__shell,.custom-highlight__grid,.offer-featured-section__top,.about-philosophy__grid,.footer-grid{grid-template-columns:1fr}.alchemy-sticky-panel,.trip-card--sticky,.reenio-calendar{position:static!important}.tours-section .container,.alchemy-cards-grid,.offer-featured-grid,.about-page .features,.trip-features-grid,.home-gyg-highlights__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){.responsive-header{grid-template-columns:auto auto auto;gap:14px}.main-nav{display:none;grid-column:1 / -1;flex-direction:column;padding-top:16px}.menu-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--alchemy-border);border-radius:10px;color:var(--alchemy-text)}#menu-toggle{position:absolute;opacity:0;pointer-events:none}#menu-toggle:checked~.main-nav{display:flex}.header-actions{justify-self:end}.header-cta,.header-actions .theme-toggle{display:none}.theme-toggle--nav{display:inline-flex;align-self:flex-start;gap:10px;width:auto;padding:0 14px;border:1px solid var(--alchemy-border);border-radius:10px;background:#ffffff0a}.theme-toggle--nav .theme-toggle__label{display:inline;font-size:.83rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--alchemy-text-muted)}}@media(max-width:820px){.alchemy-page{width:min(var(--alchemy-container),calc(100% - 24px))}.section,.alchemy-section,.about-page .feature,.reviews__list .review,.places-grid .place-list-card{padding:24px}.alchemy-hero__content,.alchemy-home-page .home-gyg-hero__shell,.alchemy-offer-page .tours-hero{padding:28px}.tours-section .container,.alchemy-cards-grid,.offer-featured-grid,.about-page .features,.trip-features-grid,.home-gyg-highlights__grid,.card__meta{grid-template-columns:1fr}}:root[data-theme=dark] .site-shell:has(.home-reference-page),:root[data-theme=dark] .site-shell:has(.offer-reference-page),:root[data-theme=dark] .site-shell:has(.about-reference-page),:root[data-theme=dark] .site-shell:has(.trip-reference-page),:root[data-theme=dark] .site-shell:has(.alchemy-map-page),:root[data-theme=dark] .site-shell:has(.alchemy-place-page){background:var(--alchemy-bg);color:var(--alchemy-text)}:root[data-theme=dark] .site-shell:has(.home-reference-page) .responsive-header,:root[data-theme=dark] .site-shell:has(.offer-reference-page) .responsive-header,:root[data-theme=dark] .site-shell:has(.about-reference-page) .responsive-header,:root[data-theme=dark] .site-shell:has(.trip-reference-page) .responsive-header,:root[data-theme=dark] .site-shell:has(.alchemy-map-page) .responsive-header,:root[data-theme=dark] .site-shell:has(.alchemy-place-page) .responsive-header{background:#111111d6;border-bottom-color:#ffffff0f;box-shadow:0 10px 28px #00000038}.site-shell:has(.home-reference-page){background:#111;color:#f2eeea}.site-shell:has(.home-reference-page) .responsive-header{background:#0a0a0aeb;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}.site-shell:has(.home-reference-page) .brand-badge,.site-shell:has(.home-reference-page) .theme-toggle,.site-shell:has(.home-reference-page) .menu-icon,.site-shell:has(.home-reference-page) .header-cta{border-radius:2px}.site-shell:has(.home-reference-page) .header-cta{background:#c01001}.site-shell:has(.home-reference-page) .main-nav a,.site-shell:has(.home-reference-page) .hover-link,.site-shell:has(.home-reference-page) .brand-name{color:#f2eeea}.site-shell:has(.home-reference-page) .brand-tagline,.site-shell:has(.home-reference-page) .theme-toggle{color:#b7aea7}.site-shell:has(.home-reference-page) .main-nav a.current:after,.site-shell:has(.home-reference-page) .hover-link.current:after{background:#c01001}.home-reference-page{width:min(calc(var(--alchemy-container) + 40px),100%);max-width:none;margin:0 auto;padding:0 20px 120px;color:#f2eeea}.home-reference-hero{position:relative;height:620px;overflow:hidden;margin-top:0;background:#111}.home-reference-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.home-reference-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a2e,#0a0a0ae0),linear-gradient(90deg,#101010e0,#10101038 54%,#70100875)}.home-reference-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;max-width:760px;height:100%;padding:0 44px 54px}.home-reference-hero__kicker{display:inline-block;margin-bottom:16px;color:#f0bd8b;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.home-reference-hero h1{margin:0;color:#fff;font-size:clamp(3.2rem,6vw,5.6rem);line-height:.93;letter-spacing:-.04em}.home-reference-hero p{max-width:680px;margin:18px 0 0;color:#f1e9e3eb;font-size:1.08rem;line-height:1.7}.home-reference-tours,.home-reference-calendar{margin-top:56px}.home-reference-tours__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;margin-bottom:28px}.home-reference-tours__head h2,.home-reference-calendar__intro h2{margin:0;color:#f2eeea;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.02}.home-reference-tours__head p,.home-reference-calendar__intro p{margin:12px 0 0;color:#b7aea7;line-height:1.7}.home-reference-tours__link{color:#f0bd8b;text-decoration:none;font-size:.76rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-reference-tours__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-reference-tour-card{display:flex;flex-direction:column;min-height:100%;background:#1d1d1d;color:inherit;text-decoration:none;transition:transform .28s ease}.home-reference-tour-card:hover{transform:translateY(-6px)}.home-reference-tour-card__media{position:relative;height:290px;overflow:hidden;isolation:isolate}.home-reference-tour-card__media img,.home-reference-tour-card__media picture{width:100%;height:100%;object-fit:cover;transform:scale(1.01);filter:saturate(.9) contrast(1.02) brightness(.92);transition:transform .55s ease,filter .55s ease}.home-reference-tour-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a0a,#0a0a0a57),linear-gradient(120deg,transparent 40%,rgba(192,16,1,.16));pointer-events:none}.home-reference-tour-card:hover .home-reference-tour-card__media img,.home-reference-tour-card:hover .home-reference-tour-card__media picture{transform:scale(1.08);filter:saturate(1.02) contrast(1.06) brightness(1)}.home-reference-tour-card__badge{position:absolute;top:10px;right:10px;z-index:2;padding:8px 12px;background:#c01001;color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.home-reference-tour-card__body{display:flex;flex-direction:column;flex:1;padding:22px 22px 18px;background:#1d1d1d}.home-reference-tour-card__body h3{margin:0 0 14px;color:#f2eeea;font-size:1.9rem;line-height:1.04}.home-reference-tour-card__body p{margin:0;color:#b7aea7;line-height:1.72}.home-reference-tour-card__meta{display:flex;justify-content:space-between;gap:18px;margin-top:auto;padding-top:18px;color:#f0bd8b;font-size:.9rem}.home-reference-tour-card__meta strong{color:#fff;font-size:1.14rem}.home-reference-calendar__intro{text-align:center;margin-bottom:28px}.home-reference-calendar__shell{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:0;background:#1b1b1b;border:1px solid rgba(255,255,255,.06);box-shadow:0 28px 70px #00000038}.home-reference-calendar__embed{min-width:0;padding:28px}.home-reference-calendar__embed .embed-calendar{margin:0}.home-reference-calendar__embed .embed-calendar__frame{border:1px solid rgba(255,255,255,.08);background:#181515}.home-reference-calendar__aside{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:28px;border-left:1px solid rgba(255,255,255,.06)}.home-reference-calendar__box{padding:18px;background:#232020}.home-reference-calendar__box span{display:block;margin-bottom:10px;color:#f0bd8b;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.home-reference-calendar__box p{margin:0;color:#b7aea7;line-height:1.7}.home-reference-calendar__cta{display:inline-flex;justify-content:center;align-items:center;min-height:54px;margin-top:6px;background:#c01001;color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}@media(max-width:1100px){.home-reference-calendar__shell{grid-template-columns:1fr}.home-reference-calendar__aside{border-left:0;border-top:1px solid rgba(255,255,255,.06)}}@media(max-width:760px){.home-reference-page{padding-inline:12px}.home-reference-hero{height:auto;min-height:520px}.home-reference-hero__content{padding:0 22px 26px}.home-reference-tours__head,.home-reference-tours__grid{grid-template-columns:1fr}.home-reference-tour-card__media{height:230px}.home-reference-calendar__embed,.home-reference-calendar__aside{padding:16px}}:root[data-theme=light] .site-shell:has(.home-reference-page){background:#f4efe7;color:#17343d}:root[data-theme=light] .site-shell:has(.home-reference-page) .responsive-header{background:#fcf8f2eb;border-bottom:1px solid rgba(23,52,61,.08);box-shadow:0 10px 24px #17343d0f}:root[data-theme=light] .site-shell:has(.home-reference-page) .main-nav a,:root[data-theme=light] .site-shell:has(.home-reference-page) .hover-link,:root[data-theme=light] .site-shell:has(.home-reference-page) .brand-name{color:#17343d}:root[data-theme=light] .site-shell:has(.home-reference-page) .brand-tagline,:root[data-theme=light] .site-shell:has(.home-reference-page) .theme-toggle{color:#5b6f74}:root[data-theme=light] .home-reference-page,:root[data-theme=light] .home-reference-tours__head h2,:root[data-theme=light] .home-reference-calendar__intro h2,:root[data-theme=light] .home-reference-tour-card__body h3,:root[data-theme=light] .home-reference-tour-card__meta strong{color:#17343d}:root[data-theme=light] .home-reference-tours__head p,:root[data-theme=light] .home-reference-calendar__intro p,:root[data-theme=light] .home-reference-tour-card__body p,:root[data-theme=light] .home-reference-calendar__box p{color:#5b6f74}:root[data-theme=light] .home-reference-tour-card,:root[data-theme=light] .home-reference-tour-card__body,:root[data-theme=light] .home-reference-calendar__shell,:root[data-theme=light] .home-reference-calendar__box{background:#fcfaf6;border-color:#17343d14}:root[data-theme=light] .home-reference-calendar__shell{box-shadow:0 24px 56px #17343d14}:root[data-theme=light] .home-reference-calendar__embed .embed-calendar__frame{background:#fffdfa;border-color:#17343d1a}:root[data-theme=light] .home-reference-calendar__aside{border-left-color:#17343d14}.site-shell:has(.offer-reference-page){background:#111;color:#f2eeea}.site-shell:has(.offer-reference-page) .responsive-header{background:#0a0a0aeb;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}.site-shell:has(.offer-reference-page) .brand-badge,.site-shell:has(.offer-reference-page) .theme-toggle,.site-shell:has(.offer-reference-page) .menu-icon,.site-shell:has(.offer-reference-page) .header-cta{border-radius:2px}.site-shell:has(.offer-reference-page) .header-cta{background:#c01001}.site-shell:has(.offer-reference-page) .main-nav a,.site-shell:has(.offer-reference-page) .hover-link,.site-shell:has(.offer-reference-page) .brand-name{color:#f2eeea}.site-shell:has(.offer-reference-page) .brand-tagline,.site-shell:has(.offer-reference-page) .theme-toggle{color:#b7aea7}.site-shell:has(.offer-reference-page) .main-nav a.current:after,.site-shell:has(.offer-reference-page) .hover-link.current:after{background:#c01001}.offer-reference-page{width:min(calc(var(--alchemy-container) + 40px),100%);max-width:none;margin:0 auto;padding:0 20px 120px;background:#111;color:#f2eeea}.offer-reference-hero{position:relative;height:620px;overflow:hidden;margin-top:0;background:#111}.offer-reference-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.offer-reference-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a3d,#0a0a0adb),linear-gradient(90deg,#101010e0,#10101033 54%,#7010087a)}.offer-reference-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;max-width:780px;height:100%;padding:0 44px 54px}.offer-reference-hero__kicker{display:inline-block;margin-bottom:16px;color:#f0bd8b;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.offer-reference-hero h1{margin:0;color:#fff;font-size:clamp(3.3rem,6.4vw,5.8rem);line-height:.94;letter-spacing:-.04em}.offer-reference-hero p{max-width:680px;margin:18px 0 0;color:#f1e9e3eb;font-size:1.08rem;line-height:1.7}.offer-reference-listing,.offer-reference-calendar,.offer-reference-secondary{margin-top:56px;background:#111}.offer-reference-listing__head,.offer-reference-secondary__heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:end;margin-bottom:28px}.offer-reference-listing__head h2,.offer-reference-secondary__heading h2,.offer-reference-calendar__intro h2{margin:0;color:#f2eeea;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.02}.offer-reference-listing__head p,.offer-reference-secondary__heading p,.offer-reference-calendar__intro p{margin:12px 0 0;color:#b7aea7;line-height:1.7}.offer-reference-listing__filters{display:flex;gap:16px;flex-wrap:wrap;color:#f0bd8b;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.offer-reference-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.offer-reference-card{display:flex;flex-direction:column;min-height:100%;background:#1d1d1d;color:inherit;text-decoration:none;transition:transform .28s ease}.offer-reference-card:hover{transform:translateY(-6px)}.offer-reference-card__media{position:relative;height:300px;overflow:hidden;background:#1c1b1b;isolation:isolate}.offer-reference-card__media img,.offer-reference-card__media picture{width:100%;height:100%;object-fit:cover;transform:scale(1.01);filter:grayscale(.08) saturate(.92) contrast(1.03) brightness(.93);transition:transform .55s ease,filter .55s ease}.offer-reference-card__media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a0d,#0a0a0a61),linear-gradient(125deg,transparent 40%,rgba(192,16,1,.14));pointer-events:none}.offer-reference-card:hover .offer-reference-card__media img,.offer-reference-card:hover .offer-reference-card__media picture{transform:scale(1.08);filter:grayscale(0) saturate(1.03) contrast(1.08) brightness(1)}.offer-reference-card__badge{position:absolute;top:10px;right:10px;z-index:2;padding:8px 12px;background:#c01001;color:#fff;font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.offer-reference-card__body{display:flex;flex-direction:column;flex:1;padding:22px 22px 18px;background:#1d1d1d}.offer-reference-card__body h3{margin:0 0 14px;color:#f2eeea;font-size:1.95rem;line-height:1.04}.offer-reference-card__body p{margin:0;color:#b7aea7;line-height:1.72}.offer-reference-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:auto;padding-top:18px}.offer-reference-card__meta span{display:block;color:#f0bd8b;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.offer-reference-card__meta strong{display:block;margin-top:8px;color:#f2eeea;font-size:1.18rem}.offer-reference-calendar__intro{text-align:center;margin-bottom:28px}.offer-reference-calendar__shell{display:grid;grid-template-columns:minmax(0,1.5fr) 320px;gap:0;background:#1b1b1b;border:1px solid rgba(255,255,255,.06);box-shadow:0 28px 70px #00000038}.offer-reference-calendar__embed{min-width:0;padding:28px}.offer-reference-calendar__embed .embed-calendar{margin:0}.offer-reference-calendar__embed .embed-calendar__frame{border:1px solid rgba(255,255,255,.08);background:#181515}.offer-reference-calendar__aside{display:flex;flex-direction:column;justify-content:center;gap:18px;padding:28px;border-left:1px solid rgba(255,255,255,.06)}.offer-reference-calendar__box{padding:18px;background:#232020}.offer-reference-calendar__box span{display:block;margin-bottom:10px;color:#f0bd8b;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.offer-reference-calendar__box p{margin:0;color:#b7aea7;line-height:1.7}.offer-reference-calendar__cta{display:inline-flex;justify-content:center;align-items:center;min-height:54px;margin-top:6px;background:#c01001;color:#fff;text-decoration:none;font-size:.78rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.offer-reference-secondary{display:grid;gap:38px}.offer-reference-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.offer-reference-mini-card{display:block;padding:22px;background:#1d1d1d;color:inherit;text-decoration:none}.offer-reference-mini-card h3{margin:0 0 12px;color:#f2eeea;font-size:1.35rem;line-height:1.15}.offer-reference-mini-card p{margin:0;color:#b7aea7;line-height:1.68}@media(max-width:1100px){.offer-reference-grid,.offer-reference-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.offer-reference-calendar__shell{grid-template-columns:1fr}.offer-reference-calendar__aside{border-left:0;border-top:1px solid rgba(255,255,255,.06)}}@media(max-width:760px){.offer-reference-page{padding-inline:12px}.offer-reference-hero{height:auto;min-height:520px}.offer-reference-hero__content{padding:0 22px 26px}.offer-reference-listing__head,.offer-reference-secondary__heading,.offer-reference-grid,.offer-reference-mini-grid{grid-template-columns:1fr}.offer-reference-card__media{height:240px}.offer-reference-calendar__embed,.offer-reference-calendar__aside{padding:16px}}:root[data-theme=light] .site-shell:has(.offer-reference-page){background:#f4efe7;color:#17343d}:root[data-theme=light] .site-shell:has(.offer-reference-page) .responsive-header{background:#fcf8f2eb;border-bottom:1px solid rgba(23,52,61,.08);box-shadow:0 10px 24px #17343d0f}:root[data-theme=light] .site-shell:has(.offer-reference-page) .main-nav a,:root[data-theme=light] .site-shell:has(.offer-reference-page) .hover-link,:root[data-theme=light] .site-shell:has(.offer-reference-page) .brand-name{color:#17343d}:root[data-theme=light] .site-shell:has(.offer-reference-page) .brand-tagline,:root[data-theme=light] .site-shell:has(.offer-reference-page) .theme-toggle{color:#5b6f74}:root[data-theme=light] .offer-reference-page,:root[data-theme=light] .offer-reference-listing,:root[data-theme=light] .offer-reference-calendar,:root[data-theme=light] .offer-reference-secondary,:root[data-theme=light] .offer-reference-listing__head h2,:root[data-theme=light] .offer-reference-secondary__heading h2,:root[data-theme=light] .offer-reference-calendar__intro h2,:root[data-theme=light] .offer-reference-card__body h3,:root[data-theme=light] .offer-reference-mini-card h3,:root[data-theme=light] .offer-reference-card__meta strong{color:#17343d}:root[data-theme=light] .offer-reference-listing__head p,:root[data-theme=light] .offer-reference-secondary__heading p,:root[data-theme=light] .offer-reference-calendar__intro p,:root[data-theme=light] .offer-reference-card__body p,:root[data-theme=light] .offer-reference-mini-card p,:root[data-theme=light] .offer-reference-calendar__box p{color:#5b6f74}:root[data-theme=light] .offer-reference-page,:root[data-theme=light] .offer-reference-listing,:root[data-theme=light] .offer-reference-calendar,:root[data-theme=light] .offer-reference-secondary{background:#f4efe7}:root[data-theme=light] .offer-reference-card,:root[data-theme=light] .offer-reference-card__body,:root[data-theme=light] .offer-reference-mini-card,:root[data-theme=light] .offer-reference-calendar__shell,:root[data-theme=light] .offer-reference-calendar__box{background:#fcfaf6;border-color:#17343d14}:root[data-theme=light] .offer-reference-calendar__shell{box-shadow:0 24px 56px #17343d14}:root[data-theme=light] .offer-reference-calendar__embed .embed-calendar__frame{background:#fffdfa;border-color:#17343d1a}:root[data-theme=light] .offer-reference-calendar__aside{border-left-color:#17343d14}.site-shell:has(.about-reference-page){background:radial-gradient(circle at top right,rgba(177,38,24,.22),transparent 28%),linear-gradient(175deg,#161616,#111 60%,#190e0d);color:#f2eeea}.site-shell:has(.about-reference-page) .responsive-header{background:#0a0a0aeb;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}.site-shell:has(.about-reference-page) .brand-badge,.site-shell:has(.about-reference-page) .theme-toggle,.site-shell:has(.about-reference-page) .menu-icon,.site-shell:has(.about-reference-page) .header-cta{border-radius:2px}.site-shell:has(.about-reference-page) .header-cta{background:#c01001}.site-shell:has(.about-reference-page) .main-nav a,.site-shell:has(.about-reference-page) .hover-link,.site-shell:has(.about-reference-page) .brand-name{color:#f2eeea}.site-shell:has(.about-reference-page) .brand-tagline,.site-shell:has(.about-reference-page) .theme-toggle{color:#b7aea7}.site-shell:has(.about-reference-page) .main-nav a.current:after,.site-shell:has(.about-reference-page) .hover-link.current:after{background:#c01001}.about-reference-page{width:min(calc(var(--alchemy-container) + 40px),100%);max-width:none;margin:0 auto;padding:0 20px 120px;color:#f2eeea}.about-reference-hero{position:relative;height:620px;margin-top:0;padding:120px 44px 52px;overflow:hidden;background:#111}.about-reference-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.about-reference-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(120deg,#0c0c0ccc,#101010ad 42%,#56110b80),linear-gradient(180deg,#0808081f,#08080866),radial-gradient(circle at top right,rgba(255,178,115,.14),transparent 44%)}.about-reference-hero:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:#ffffff14;z-index:2}.about-reference-hero__content{position:relative;z-index:2;max-width:860px}:root[data-theme=light] .about-reference-hero__overlay{background:linear-gradient(120deg,#17343ddb,#17343da8 46%,#8c201294),linear-gradient(180deg,#12181c1f,#12181c6b)}:root[data-theme=light] .about-reference-hero p{color:#f2eeeae0}:root[data-theme=light] .about-reference-hero__kicker{color:#f0bd8b}.about-reference-hero__kicker,.about-reference-philosophy__content span{display:inline-block;margin-bottom:16px;color:#f0bd8b;font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.about-reference-hero h1,.about-reference-story__lead h2,.about-reference-team__head h2,.about-reference-philosophy__content h2,.about-reference-calendar__intro h2{margin:0;color:#f2eeea;font-size:clamp(2.8rem,5vw,5.1rem);line-height:.94;letter-spacing:-.04em}.about-reference-hero p,.about-reference-story__lead p,.about-reference-team__head p,.about-reference-philosophy__content p,.about-reference-calendar__intro p{margin:18px 0 0;color:#b7aea7;font-size:1.04rem;line-height:1.76}.about-reference-story,.about-reference-team,.about-reference-philosophy,.about-reference-calendar{margin-top:56px}.about-reference-story{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:24px;align-items:start}.about-reference-story__lead{padding:12px 0 0}.about-reference-story__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.about-reference-story__card,.about-reference-guide,.about-reference-calendar__shell{background:#1b1b1b;border:1px solid rgba(255,255,255,.06)}.about-reference-story__card{min-height:100%;padding:24px 22px}.about-reference-story__card h3,.about-reference-guide__body h3{margin:0 0 14px;color:#f2eeea;font-size:1.4rem;line-height:1.08}.about-reference-story__card p,.about-reference-guide__body p{margin:0;color:#b7aea7;line-height:1.7}.about-reference-team__head{display:grid;grid-template-columns:minmax(0,1fr);gap:12px;margin-bottom:28px}.about-reference-team__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;isolation:isolate}.about-reference-team__grid .about-reference-guide{position:relative;z-index:0}.about-reference-team__grid .about-reference-guide:hover{z-index:1}.about-reference-guide{display:grid;grid-template-rows:320px auto;min-height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:default}.about-reference-guide:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 20px 48px #00000073;border-color:#c56b3d73}.about-reference-guide__media{background:#161616;overflow:hidden}.about-reference-guide__media img,.about-reference-guide__media picture{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.about-reference-guide:hover .about-reference-guide__media img,.about-reference-guide:hover .about-reference-guide__media picture{transform:scale(1.07)}.about-reference-guide__body{padding:22px;transition:background .3s ease}.about-reference-guide:hover .about-reference-guide__body h3{color:var(--primary-color, #c56b3d)}.about-reference-guide__body h3{transition:color .3s ease}.about-reference-philosophy{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:0;background:#181818;border:1px solid rgba(255,255,255,.06)}.about-reference-philosophy__image{min-height:520px;background:#121212;overflow:hidden}.about-reference-philosophy__image img,.about-reference-philosophy__image picture{width:100%;height:100%;object-fit:cover;filter:grayscale(100%);transition:filter .5s ease,transform .5s ease}.about-reference-philosophy__image:hover img,.about-reference-philosophy__image:hover picture{filter:grayscale(0%);transform:scale(1.06)}.about-reference-philosophy__content{display:flex;flex-direction:column;justify-content:center;padding:42px}.about-reference-philosophy__content h2{font-size:clamp(2.4rem,4vw,3.8rem)}.about-reference-calendar__intro{text-align:center;margin-bottom:28px}.about-reference-calendar__shell{padding:28px;box-shadow:0 28px 70px #00000038}.about-reference-calendar__shell .embed-calendar{margin:0}.about-reference-calendar__shell .embed-calendar__frame{border:1px solid rgba(255,255,255,.08);background:#181515}@media(max-width:1100px){.about-reference-story,.about-reference-philosophy{grid-template-columns:1fr}.about-reference-story__grid,.about-reference-team__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-reference-philosophy__image{min-height:420px}}@media(max-width:760px){.about-reference-page{padding-inline:12px}.about-reference-hero{height:auto;min-height:520px;padding:94px 22px 26px}.about-reference-story__grid,.about-reference-team__grid{grid-template-columns:1fr}.about-reference-guide{grid-template-rows:280px auto}.about-reference-philosophy__content,.about-reference-calendar__shell{padding:18px}}:root[data-theme=light] .site-shell:has(.about-reference-page){background:radial-gradient(circle at top right,rgba(177,38,24,.18),transparent 28%),linear-gradient(175deg,#f4efe8,#efe7de);color:#17343d}:root[data-theme=light] .site-shell:has(.about-reference-page) .responsive-header{background:#fcf8f2eb;border-bottom:1px solid rgba(23,52,61,.08);box-shadow:0 10px 24px #17343d0f}:root[data-theme=light] .site-shell:has(.about-reference-page) .main-nav a,:root[data-theme=light] .site-shell:has(.about-reference-page) .hover-link,:root[data-theme=light] .site-shell:has(.about-reference-page) .brand-name{color:#17343d}:root[data-theme=light] .site-shell:has(.about-reference-page) .brand-tagline,:root[data-theme=light] .site-shell:has(.about-reference-page) .theme-toggle{color:#5b6f74}:root[data-theme=light] .about-reference-page,:root[data-theme=light] .about-reference-story__lead h2,:root[data-theme=light] .about-reference-team__head h2,:root[data-theme=light] .about-reference-philosophy__content h2,:root[data-theme=light] .about-reference-calendar__intro h2,:root[data-theme=light] .about-reference-story__card h3,:root[data-theme=light] .about-reference-guide__body h3{color:#17343d}:root[data-theme=light] .about-reference-hero h1{color:#f2eeea}:root[data-theme=light] .about-reference-story__lead p,:root[data-theme=light] .about-reference-team__head p,:root[data-theme=light] .about-reference-philosophy__content p,:root[data-theme=light] .about-reference-calendar__intro p,:root[data-theme=light] .about-reference-story__card p,:root[data-theme=light] .about-reference-guide__body p{color:#5b6f74}:root[data-theme=light] .about-reference-story__card,:root[data-theme=light] .about-reference-guide,:root[data-theme=light] .about-reference-calendar__shell,:root[data-theme=light] .about-reference-philosophy{background:#fcfaf6;border-color:#17343d14}:root[data-theme=light] .about-reference-calendar__shell{box-shadow:0 24px 56px #17343d14}:root[data-theme=light] .about-reference-calendar__shell .embed-calendar__frame{background:#fffdfa;border-color:#17343d1a}.site-shell:has(.trip-reference-page){background:#111;color:#f2eeea}.site-shell:has(.trip-reference-page) .responsive-header{background:#0a0a0aeb;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:none}.site-shell:has(.trip-reference-page) .brand-badge,.site-shell:has(.trip-reference-page) .theme-toggle,.site-shell:has(.trip-reference-page) .menu-icon,.site-shell:has(.trip-reference-page) .header-cta{border-radius:2px}.site-shell:has(.trip-reference-page) .header-cta{background:#c01001}.site-shell:has(.trip-reference-page) .main-nav a,.site-shell:has(.trip-reference-page) .hover-link,.site-shell:has(.trip-reference-page) .brand-name{color:#f2eeea}.site-shell:has(.trip-reference-page) .brand-tagline,.site-shell:has(.trip-reference-page) .theme-toggle{color:#b7aea7}.site-shell:has(.trip-reference-page) .main-nav a.current:after,.site-shell:has(.trip-reference-page) .hover-link.current:after{background:#c01001}.trip-reference-page{width:min(calc(var(--alchemy-container) + 40px),100%);max-width:none;margin:0 auto;padding:0 20px 120px;color:#f2eeea}.trip-reference-hero{position:relative;height:620px;overflow:hidden;margin-top:0;background:#111}.trip-reference-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);filter:saturate(.92) contrast(1.02) brightness(.9);transition:transform .7s ease,filter .7s ease}.trip-reference-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0a0a0a0f,#0a0a0aeb),linear-gradient(115deg,#0e0e0e14,#7010084d)}.trip-reference-hero:hover .trip-reference-hero__image{transform:scale(1.07);filter:saturate(1.02) contrast(1.06) brightness(.98)}.trip-reference-hero__content{position:absolute;left:42px;right:42px;bottom:40px;z-index:2;max-width:880px}.trip-reference-hero__badge{display:inline-block;margin-bottom:16px;padding:8px 12px;background:#b1261842;color:#ffe0dc;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.trip-reference-hero h1{margin:0;color:#fff;font-size:clamp(3rem,6vw,5.6rem);line-height:.92;letter-spacing:-.04em}.trip-reference-hero__meta{display:flex;flex-wrap:wrap;gap:22px;margin-top:18px;color:#f1e9e3e0;font-size:.96rem}.trip-reference-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(360px,.95fr);gap:36px;margin-top:36px;align-items:start}.trip-reference-main{display:grid;gap:28px}.trip-reference-copy,.trip-reference-itinerary,.trip-reference-meeting,.trip-reference-booking,.trip-reference-highlight{background:#1b1b1b;border:1px solid rgba(255,255,255,.06)}.trip-reference-copy,.trip-reference-itinerary,.trip-reference-meeting{padding:28px}.trip-reference-copy h2,.trip-reference-itinerary h2,.trip-reference-related h2,.trip-reference-meeting h2,.trip-reference-booking h2{margin:0 0 18px;color:#f2eeea;font-size:2.15rem;line-height:1.04}.trip-reference-copy div,.trip-reference-copy p,.trip-reference-meeting p{color:#b7aea7;line-height:1.78}.trip-reference-itinerary__list{display:grid;gap:12px}.trip-reference-step{display:grid;grid-template-columns:52px minmax(0,1fr);gap:16px;align-items:start;padding:16px;background:#ffffff06}.trip-reference-step__number{display:grid;place-items:center;width:36px;height:36px;border:1px solid rgba(240,189,139,.25);color:#f0bd8b;font-size:.72rem;font-weight:800;letter-spacing:.16em}.trip-reference-step__content h3{margin:0 0 6px;color:#fff;font-size:1rem;line-height:1.42;font-family:Manrope,system-ui,sans-serif}.trip-reference-step__content h3 a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(240,189,139,.28)}.trip-reference-step__content p{margin:0;color:#9f968f;line-height:1.6}.trip-reference-related__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.trip-reference-related__card{display:block;padding:22px;background:#1b1b1b;border:1px solid rgba(255,255,255,.06);color:inherit;text-decoration:none;transition:transform .24s ease,border-color .24s ease}.trip-reference-related__card:hover{transform:translateY(-4px);border-color:#f0bd8b42}.trip-reference-related__eyebrow{display:inline-block;margin-bottom:10px;color:#f0bd8b;font-size:.68rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.trip-reference-related__card h3{margin:0 0 10px;color:#f2eeea;font-size:1.15rem;line-height:1.2}.trip-reference-related__card p{margin:0;color:#b7aea7;line-height:1.62}.trip-reference-highlights__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.trip-reference-highlight{padding:22px}.trip-reference-highlight h3{margin:0 0 8px;color:#f2eeea;font-size:1.15rem;line-height:1.3}.trip-reference-highlight p{margin:0;color:#b7aea7;line-height:1.65}.trip-reference-meeting--full{margin-top:36px}.trip-reference-meeting__map{margin-top:18px;min-height:480px;overflow:hidden;background:#1a1a1a;border-radius:0 0 6px 6px}.trip-reference-meeting__map iframe{width:100%;height:480px;border:0;display:block}.trip-reference-booking{position:sticky;top:104px;padding:28px}.trip-reference-booking__next-date{margin:0 0 14px;padding:10px 14px;border-left:3px solid var(--primary-color, #c56b3d);background:#c56b3d14;font-size:.88rem;line-height:1.5;border-radius:0 6px 6px 0}.trip-reference-booking__calendar .embed-calendar{margin:0}.trip-reference-booking__calendar .embed-calendar__frame{border:1px solid rgba(255,255,255,.08);background:#181515}.trip-reference-booking__prices{display:grid;gap:14px;margin-top:22px}.trip-reference-booking__prices div{display:flex;justify-content:space-between;align-items:center;gap:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.trip-reference-booking__prices span{color:#b7aea7}.trip-reference-booking__prices strong{color:#fff}.trip-reference-booking__note{margin:18px 0 0;padding:14px 16px;background:#f0bd8b14;color:#e3d0bc;font-size:.9rem;line-height:1.6}.trip-reference-nav{display:flex;justify-content:space-between;gap:20px;margin-top:28px}.trip-reference-nav a{color:#f0bd8b;text-decoration:none;font-size:.82rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}@media(max-width:1040px){.trip-reference-layout{grid-template-columns:1fr}.trip-reference-sidebar{order:-1}.trip-reference-booking{position:static}}@media(max-width:760px){.trip-reference-page{padding-inline:12px}.trip-reference-hero{height:520px}.trip-reference-hero__content{left:22px;right:22px;bottom:22px}.trip-reference-highlights__grid,.trip-reference-related__grid{grid-template-columns:1fr}.trip-reference-copy,.trip-reference-itinerary,.trip-reference-meeting,.trip-reference-booking{padding:18px}.trip-reference-nav{flex-direction:column}}:root[data-theme=light] .site-shell:has(.trip-reference-page){background:#f4efe7;color:#17343d}:root[data-theme=light] .site-shell:has(.trip-reference-page) .responsive-header{background:#fcf8f2eb;border-bottom:1px solid rgba(23,52,61,.08);box-shadow:0 10px 24px #17343d0f}:root[data-theme=light] .site-shell:has(.trip-reference-page) .main-nav a,:root[data-theme=light] .site-shell:has(.trip-reference-page) .hover-link,:root[data-theme=light] .site-shell:has(.trip-reference-page) .brand-name{color:#17343d}:root[data-theme=light] .site-shell:has(.trip-reference-page) .brand-tagline,:root[data-theme=light] .site-shell:has(.trip-reference-page) .theme-toggle{color:#5b6f74}:root[data-theme=light] .trip-reference-page,:root[data-theme=light] .trip-reference-copy h2,:root[data-theme=light] .trip-reference-itinerary h2,:root[data-theme=light] .trip-reference-related h2,:root[data-theme=light] .trip-reference-meeting h2,:root[data-theme=light] .trip-reference-booking h2,:root[data-theme=light] .trip-reference-related__card h3,:root[data-theme=light] .trip-reference-highlight h3,:root[data-theme=light] .trip-reference-step__content h3{color:#17343d}:root[data-theme=light] .trip-reference-copy div,:root[data-theme=light] .trip-reference-copy p,:root[data-theme=light] .trip-reference-meeting p,:root[data-theme=light] .trip-reference-related__card p,:root[data-theme=light] .trip-reference-highlight p,:root[data-theme=light] .trip-reference-step__content p,:root[data-theme=light] .trip-reference-booking__prices span{color:#5b6f74}:root[data-theme=light] .trip-reference-copy,:root[data-theme=light] .trip-reference-itinerary,:root[data-theme=light] .trip-reference-meeting,:root[data-theme=light] .trip-reference-booking,:root[data-theme=light] .trip-reference-highlight,:root[data-theme=light] .trip-reference-related__card{background:#fcfaf6;border-color:#17343d14}:root[data-theme=light] .trip-reference-step{background:#17343d08}:root[data-theme=light] .trip-reference-step__content h3 a{border-bottom-color:#c56b3d47}:root[data-theme=light] .trip-reference-booking__calendar .embed-calendar__frame,:root[data-theme=light] .trip-reference-meeting__map{background:#fffdfa;border-color:#17343d1a}.trip-reference-page .section>.embed-calendar{margin-inline:-34px}.trip-reference-page .section>.embed-calendar .embed-calendar__frame{border-radius:0;border-left:none;border-right:none}@media(max-width:820px){.trip-reference-page .section>.embed-calendar{margin-inline:-24px}}@media(max-width:760px){.trip-reference-page .section>.embed-calendar{margin-inline:-12px}}:root[data-theme=light] .trip-reference-booking__note{background:#c56b3d14;color:#5a483b}.promo-badge[data-astro-cid-3ef6ksr2]{position:relative;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;min-width:118px;padding:8px 12px 7px;border-radius:999px;background:linear-gradient(135deg,#ff1f1f,#c60000 58%,#8f0000);color:#fff;text-align:center;text-decoration:none;line-height:1;box-shadow:0 8px 18px #c6000052,inset 0 1px #ffffff59;transform-origin:center;animation:promoPulse 1.7s ease-in-out infinite;isolation:isolate}.promo-badge[data-astro-cid-3ef6ksr2]:before{content:"";position:absolute;inset:-4px;border-radius:inherit;border:2px solid rgba(255,255,255,.7);opacity:0;animation:promoRing 1.7s ease-out infinite;z-index:-1}.promo-badge[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;top:8px;left:14px;width:34px;height:12px;border-radius:999px;background:#ffffff47;transform:rotate(-18deg)}.promo-badge[data-astro-cid-3ef6ksr2]:hover,.promo-badge[data-astro-cid-3ef6ksr2]:focus-visible{color:#fff;transform:translateY(-2px) scale(1.04);box-shadow:0 12px 24px #c600006b,inset 0 1px #fff6;outline:none}.promo-badge__top[data-astro-cid-3ef6ksr2]{font-size:.62rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.promo-badge__main[data-astro-cid-3ef6ksr2]{font-size:1.35rem;font-weight:900;letter-spacing:-.04em}.promo-badge__bottom[data-astro-cid-3ef6ksr2]{font-size:.66rem;font-weight:800;white-space:nowrap}@keyframes promoPulse{0%,to{transform:scale(1) rotate(-1deg)}50%{transform:scale(1.06) rotate(1deg)}}@keyframes promoRing{0%{transform:scale(.92);opacity:.75}to{transform:scale(1.2);opacity:0}}@media(max-width:768px){.promo-badge[data-astro-cid-3ef6ksr2]{width:fit-content;margin:6px 0;min-width:150px}}@media(prefers-reduced-motion:reduce){.promo-badge[data-astro-cid-3ef6ksr2],.promo-badge[data-astro-cid-3ef6ksr2]:before{animation:none}}.logo-image[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:12px}.site-logo[data-astro-cid-3ef6ksr2]{display:block}@media(max-width:768px){.logo-image[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:8px}.promo-badge[data-astro-cid-3ef6ksr2]{width:auto;margin:0;min-width:118px;transform:scale(.88);transform-origin:left center}}footer a{color:var(--primary-color)}footer a:hover{color:var(--hover-color)}.footer{text-align:center;padding:60px 20px;border-top:1px solid rgba(0,0,0,.08);font-size:15px}.footer-contact h2{font-size:22px;margin-bottom:15px}.footer-links{display:flex;flex-direction:column;gap:8px;margin-bottom:30px}.footer-links a{text-decoration:none;font-weight:500}.footer-social{display:flex;justify-content:center;gap:20px;margin-bottom:30px}.footer-social a{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;line-height:0}.footer-social img{position:absolute;top:50%;left:50%;display:block;width:22px;height:22px;flex-shrink:0;transform:translate(-50%,-50%);opacity:.85;transition:.2s}.footer-social img:hover{opacity:1;transform:translate(-50%,-50%) scale(1.1)}.footer-payments{margin-bottom:25px;font-size:14px;opacity:.8}.footer-payments img{max-width:150px;margin-top:10px}.footer-nav{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:20px}.footer-nav a{text-decoration:none;font-weight:500}.footer-copy{font-size:13px;opacity:.7}footer .comgate-logo{display:flex;justify-content:center;margin:20px 0}footer .comgate-logo img{max-width:600px}
