:root{--bd-green:#22C55E;--bd-bg:#050505;--bd-white:#F8F9FA;--bd-gray-muted:rgba(255,255,255,0.6);--bd-border:rgba(255,255,255,0.08)}.bd-hero{position:relative;height:100vh;min-height:900px;width:100%;overflow:hidden;background-color:var(--bd-bg);display:flex;flex-direction:column}.bd-hero__bg-wrap{position:absolute;inset:0;z-index:0}.bd-hero__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.55;transition:opacity 1.5s ease-in-out}.bd-hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,5,5,.6) 0,rgba(5,5,5,.1) 40%,rgba(5,5,5,.6) 70%,rgba(5,5,5,.95))}.bd-hero__content{position:relative;z-index:10;height:100%;padding:4rem 5rem;display:flex;flex-direction:column;justify-content:space-between}.bd-hero__heading-wrap{text-align:center;margin-top:22vh}.bd-hero__h1-top{display:block;font-weight:300;font-size:clamp(2.5rem,5vw,5.5rem);color:var(--bd-white);letter-spacing:-.01em;line-height:1.1;text-shadow:0 10px 30px rgba(0,0,0,.8)}.bd-hero__h1-bottom{display:block;font-weight:900;font-size:clamp(3rem,8vw,9.5rem);color:var(--bd-white);letter-spacing:-.04em;line-height:.8;font-style:italic;text-transform:uppercase;margin-top:.5rem;text-shadow:0 20px 50px rgba(0,0,0,.9),0 10px 20px rgba(0,0,0,.8),0 0 10px rgba(0,0,0,.5)}.bd-hero__bottom-grid{display:flex;justify-content:space-between;align-items:flex-end;width:100%;margin-top:auto;padding-bottom:4rem}.bd-hero__left-info{width:100%;max-width:420px;display:flex;flex-direction:column;gap:1.5rem}.bd-hero__info-title{font-size:1.85rem;font-weight:800;color:var(--bd-white);letter-spacing:-.02em;text-shadow:0 4px 15px rgba(0,0,0,.8)}.bd-hero__info-date{font-size:1.15rem;font-weight:400;color:var(--bd-white);opacity:.7;margin-top:-.75rem}.bd-hero__info-desc{font-size:1rem;line-height:1.6;color:#d1d5db;font-weight:400;max-width:100%;text-shadow:0 2px 8px rgba(0,0,0,.5)}.bd-hero__cta-group{display:flex;align-items:center;gap:1.5rem;margin-top:1rem}.bd-hero__btn-pill{background:var(--bd-white);color:#000;padding:1.2rem 3rem;border-radius:9999px;font-weight:900;font-size:1rem;text-decoration:none;box-shadow:0 15px 30px rgba(0,0,0,.4);display:inline-block}.bd-hero__btn-circle,.bd-hero__btn-pill{transition:all .4s cubic-bezier(.16,1,.3,1)}.bd-hero__btn-circle{width:3.8rem;height:3.8rem;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;color:var(--bd-white);background:rgba(255,255,255,.05);backdrop-filter:blur(10px)}.bd-hero__btn-pill:hover{background:var(--bd-green);transform:translateY(-5px);box-shadow:0 20px 40px rgba(34,197,94,.3)}.bd-hero__btn-pill:hover+.bd-hero__btn-circle{border-color:var(--bd-green);color:var(--bd-green);transform:rotate(45deg)}.bd-hero__cards-area{display:flex;align-items:flex-end;gap:1.5rem}.bd-hero__card{position:relative;cursor:pointer;border-radius:2.8rem;overflow:hidden;transition:all .9s cubic-bezier(.16,1,.3,1);background:#111;border:1px solid rgba(255,255,255,.05)}.bd-hero__card--active{width:420px;height:280px;box-shadow:inset 0 0 0 2px white,0 50px 100px rgba(0,0,0,.8);transform:scale(1.02)}.bd-hero__card--inactive{width:150px;height:250px;opacity:.5;filter:grayscale(.5)}.bd-hero__card:hover.bd-hero__card--inactive{opacity:.8;filter:grayscale(.2);transform:translateY(-10px)}.bd-hero__card-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bd-hero__card-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.9) 0,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem}.bd-hero__card-title{color:#fff;font-weight:800;font-size:1.4rem;margin-bottom:.4rem;text-shadow:0 2px 10px rgba(0,0,0,.8)}.bd-hero__card-desc{color:rgba(255,255,255,.75);font-size:.9rem;line-height:1.4;max-width:90%}@media (max-width:1280px){.bd-hero__content{padding:3rem}.bd-hero__heading-wrap{margin-top:18vh}.bd-hero__cards-area{gap:1rem}.bd-hero__card--active{width:350px;height:240px}.bd-hero__card--inactive{width:120px;height:200px}}@media (max-width:1024px){.bd-hero{min-height:700px}.bd-hero__content{padding:2rem}.bd-hero__heading-wrap{margin-top:15vh}.bd-hero__bottom-grid{flex-direction:column;align-items:center;gap:2rem}.bd-hero__left-info{max-width:100%;text-align:center;align-items:center}.bd-hero__cards-area{width:100%;justify-content:center}.bd-hero__card--active{width:300px;height:200px}.bd-hero__card--inactive{display:none}}@media (max-width:640px){.bd-hero{min-height:600px}.bd-hero__content{padding:1.5rem 1rem}.bd-hero__heading-wrap{margin-top:10vh}.bd-hero__h1-top{font-size:clamp(1.8rem,4vw,3rem)}.bd-hero__h1-bottom{font-size:clamp(2rem,6vw,5rem)}.bd-hero__left-info{gap:1rem}.bd-hero__info-title{font-size:1.3rem}.bd-hero__info-desc{font-size:.9rem}.bd-hero__btn-pill{padding:1rem 2rem;font-size:.9rem}.bd-hero__card--active{width:100%;max-width:280px;height:180px}.bd-hero__cta-group{flex-direction:column;width:100%}.bd-hero__btn-circle,.bd-hero__btn-pill{width:100%}.bd-hero__btn-circle{display:none}}.horizontal-tours-section{background:#050505}.horizontal-tours-carousel{display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden}.horizontal-tours-card{min-width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;padding:0 6vw;box-sizing:border-box}.horizontal-tours-image{border-radius:4rem;overflow:hidden;-o-object-fit:cover;object-fit:cover;filter:grayscale(.6) opacity(.6);transition:filter 1s}.horizontal-tours-label{background:rgba(0,0,0,.4);backdrop-filter:blur(8px);padding:.5rem 2rem;border-radius:9999px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.6em;text-transform:uppercase;display:flex;align-items:center;gap:1rem}.horizontal-tours-bgtext{color:rgba(255,255,255,.08);font-size:12rem;font-weight:900;font-style:italic;position:absolute;bottom:3rem;left:3rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.horizontal-tours-detail{border-radius:3rem;overflow:hidden;border:8px solid #050505;position:absolute;bottom:-2rem;right:-2rem;width:20rem;height:13rem;z-index:20}@media (max-width:1024px){.horizontal-tours-card{flex-direction:column;min-width:100vw;height:auto;padding:2rem 1rem}.horizontal-tours-image{border-radius:2rem}.horizontal-tours-detail{display:none}.horizontal-tours-bgtext{font-size:6rem;left:1rem;bottom:1rem}}.bd-services{padding:8rem 0 4rem;background-color:#050505;position:relative;z-index:20}.bd-services__header{text-align:center;margin-bottom:6rem;padding:0 2rem}.bd-services__title{font-size:clamp(3rem,6vw,6.5rem);font-weight:900;line-height:.85;letter-spacing:-.05em;text-transform:uppercase;font-style:italic;color:#fff}.bd-services__title span{color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.3)}.bd-services__panels{display:flex;flex-direction:column;width:100%;max-width:120rem;margin:0 auto;gap:1.5rem;padding:0 2rem}@media (min-width:1024px){.bd-services__panels{flex-direction:row;height:55vh;min-height:550px}}.bd-services__panel{position:relative;flex:1;overflow:hidden;border-radius:2.5rem;transition:all 1s cubic-bezier(.16,1,.3,1);background:#000;cursor:pointer}@media (min-width:1024px){.bd-services__panel:hover{flex:1.15}}.bd-services__panel-bg{position:absolute;inset:0;z-index:0}.bd-services__panel-img{width:100%;height:115%;-o-object-fit:cover;object-fit:cover;opacity:.4;transition:all 1.5s cubic-bezier(.16,1,.3,1);filter:grayscale(100%)}.bd-services__panel:hover .bd-services__panel-img{opacity:.85;filter:grayscale(0);transform:scale(1.05)}.bd-services__panel-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.95) 0,rgba(0,0,0,.1) 60%,transparent);z-index:1}.bd-services__panel-content{position:absolute;inset:0;z-index:10;padding:4rem;display:flex;flex-direction:column;justify-content:flex-end}.bd-services__panel-info{transform:translateY(10px);transition:transform .8s cubic-bezier(.16,1,.3,1)}.bd-services__panel:hover .bd-services__panel-info{transform:translateY(0)}.bd-services__panel-title{font-size:clamp(2rem,3.5vw,3.5rem);font-weight:900;line-height:.9;text-transform:uppercase;font-style:italic;color:#fff;margin-bottom:1.2rem;letter-spacing:-.02em}.bd-services__panel-desc{font-size:1rem;color:rgba(255,255,255,.45);line-height:1.5;margin-bottom:2.5rem;max-width:450px;font-weight:300;font-style:italic}.bd-services__panel-btn{display:inline-flex;align-items:center;color:#fff;transition:all .5s ease;opacity:.6}.bd-services__panel:hover .bd-services__panel-btn{opacity:1;transform:translateX(8px)}@media (max-width:768px){.bd-services__panel{height:480px;flex:none}.bd-services__panel-content{padding:2.5rem}.bd-services__header{margin-bottom:4rem}}