:root{--red:#761f28;--red2:#9b303a;--ink:#18181b;--muted:#6e6e73;--paper:#fff;--soft:#f7f4f2;--line:#e8e1dd;--radius:22px;--shadow:0 20px 60px rgba(31,18,20,.11)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{height:82px;display:flex;align-items:center;justify-content:space-between;padding:0 4.2vw;position:fixed;inset:0 0 auto;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(110,31,40,.08)}.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:var(--red);color:white;font-family:Georgia,serif;font-size:24px}.desktop-nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:650}.desktop-nav a{position:relative}.desktop-nav a:not(.plan-btn):after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:var(--red);transition:.3s}.desktop-nav a:hover:after,.desktop-nav a.active:after{right:0}.plan-btn,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:13px 21px;font:inherit;font-weight:750;cursor:pointer}.plan-btn,.btn.primary{background:var(--red);color:white;box-shadow:0 10px 25px rgba(118,31,40,.2)}.btn.ghost{border:1px solid rgba(255,255,255,.7);color:white;background:rgba(255,255,255,.07)}.btn.light{background:#eee7e3}.btn.wide{width:100%}.header-tools{display:flex;align-items:center;gap:12px}.header-tools select{border:0;background:transparent;font-weight:700}.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:6px 0;transition:.3s}.menu-toggle.open span:nth-child(1){transform:translateY(8px) rotate(45deg)}.menu-toggle.open span:nth-child(2){opacity:0}.menu-toggle.open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu{position:fixed;top:82px;right:0;bottom:0;width:min(88vw,420px);z-index:45;background:white;transform:translateX(105%);transition:.35s ease;box-shadow:-30px 0 60px rgba(0,0,0,.12)}.mobile-menu.open{transform:translateX(0)}.mobile-nav{display:flex;flex-direction:column;padding:35px;gap:8px}.mobile-nav a{padding:14px 4px;font-size:24px;font-weight:750;border-bottom:1px solid var(--line)}.mobile-nav .plan-btn{font-size:16px;border:0;margin-top:16px}.hero{height:100vh;min-height:720px;position:relative;background-image:var(--hero);background-size:cover;background-position:center;display:flex;align-items:center;padding:120px 7vw 60px;background-attachment:fixed}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,10,10,.72),rgba(15,10,10,.18) 65%,rgba(15,10,10,.05))}.hero-content{position:relative;color:white;width:min(760px,92vw)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:12px}.eyebrow.dark{color:var(--red)}h1,h2,h3{line-height:1.08;letter-spacing:-.045em;margin:0 0 .45em}h1{font-size:clamp(46px,6.5vw,94px)}h2{font-size:clamp(34px,4vw,60px)}h3{font-size:26px}.hero p{font-size:clamp(18px,2vw,24px);max-width:650px;color:rgba(255,255,255,.88)}.hero-actions{display:flex;gap:14px;margin-top:28px}.scroll-cue{position:absolute;left:7vw;bottom:32px;color:white;font-size:12px;text-transform:uppercase;letter-spacing:.2em}.section{padding:110px 6vw;max-width:1500px;margin:auto}.section-head{max-width:700px;margin-bottom:44px}.section-head p{color:var(--red);font-weight:750}.red-line{width:78px;height:3px;background:var(--red)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.service-card{position:relative;min-height:380px;border-radius:var(--radius);overflow:hidden;color:white;box-shadow:var(--shadow);isolation:isolate}.service-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.6s}.service-card:hover img{transform:scale(1.05)}.card-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(18,7,8,.88))}.card-copy{position:absolute;inset:auto 25px 22px}.card-copy>span{text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:800;color:#ffd7da}.card-copy h3{margin:.25em 0}.card-copy p{margin:0;color:rgba(255,255,255,.82)}.card-meta{display:flex;justify-content:space-between;align-items:center;margin-top:17px}.card-meta b{font-size:22px}.card-meta em{font-style:normal;font-size:13px;background:rgba(255,255,255,.15);padding:7px 11px;border-radius:999px}.trust-strip{background:var(--red);color:#fff;overflow:hidden;padding:25px 0}.marquee-track{display:flex;width:max-content;animation:marquee 34s linear infinite}.trust-item{display:flex;align-items:center;gap:13px;padding:0 34px;white-space:nowrap;font-weight:750}.trust-item svg{width:33px;height:33px;fill:none;stroke:currentColor;stroke-width:1.8}@keyframes marquee{to{transform:translateX(-50%)}}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split p,.lead{font-size:19px;color:var(--muted)}.photo-stack{position:relative}.photo-stack img{border-radius:var(--radius);height:520px;width:100%;object-fit:cover}.mini-card{position:absolute;left:-30px;bottom:28px;background:white;padding:20px 24px;border-radius:18px;box-shadow:var(--shadow);display:flex;flex-direction:column}.page-hero{padding:170px 6vw 80px;background:var(--soft)}.page-hero>div{max-width:950px;margin:auto}.page-hero.compact h1{font-size:clamp(44px,6vw,78px)}.page-hero p{font-size:20px;color:var(--muted)}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:35px}.filters a,.filters button{border:1px solid var(--line);background:white;padding:10px 15px;border-radius:999px;font:inherit;font-weight:700;cursor:pointer}.filters .active{background:var(--red);color:#fff;border-color:var(--red)}.detail-hero{height:75vh;min-height:590px;position:relative;display:flex;align-items:flex-end;color:#fff}.detail-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.detail-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(22,7,9,.82))}.detail-title{position:relative;padding:0 7vw 70px;max-width:1000px}.detail-title h1{font-size:clamp(50px,7vw,92px)}.detail-title p{font-size:22px;max-width:700px}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:70px;align-items:start}.detail-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:50px}.detail-facts>div{padding:20px;background:var(--soft);border-radius:16px}.detail-facts small{display:block;color:var(--muted)}.detail-facts strong{font-size:18px}.detail-facts del{color:#999}.booking-card{position:sticky;top:105px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);background:white}.booking-card p{color:var(--muted)}label{display:block;font-size:13px;font-weight:700;margin:13px 0}input,select,textarea{width:100%;padding:13px 14px;border:1px solid #ddd2cd;border-radius:12px;background:white;font:inherit;margin-top:6px}textarea{resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hp{position:absolute!important;left:-9999px!important}.flash{position:fixed;z-index:70;top:95px;left:50%;transform:translateX(-50%);padding:14px 18px;border-radius:12px;color:#fff;box-shadow:var(--shadow)}.flash.success{background:#23633f}.flash.error{background:#9f2727}.faq-list{max-width:900px}.faq-list details{border-top:1px solid var(--line);padding:22px 0}.faq-list summary{display:flex;justify-content:space-between;font-size:20px;font-weight:750;cursor:pointer}.faq-list details p{color:var(--muted);max-width:760px}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.blog-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.blog-card img{height:240px;width:100%;object-fit:cover}.blog-card div{padding:24px}.blog-card a{color:var(--red);font-weight:800}.article-hero{height:55vh;background-size:cover;background-position:center}.article{max-width:860px}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.contact-list{list-style:none;padding:0}.contact-list li{padding:10px 0;border-bottom:1px solid var(--line)}.contact-form{padding:28px;background:var(--soft);border-radius:var(--radius)}.planner{max-width:980px}.progress{height:6px;background:#eee;border-radius:999px;margin-bottom:45px;overflow:hidden}.progress span{display:block;height:100%;width:25%;background:var(--red);transition:.3s}.plan-step{display:none;border:0;padding:0}.plan-step.active{display:block}.plan-step legend{font-size:clamp(32px,5vw,56px);font-weight:850;letter-spacing:-.04em}.option-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:35px 0}.choice input{display:none}.choice span{display:block;padding:25px;border:1px solid var(--line);border-radius:18px;font-size:18px;font-weight:750;cursor:pointer}.choice input:checked+span{border-color:var(--red);box-shadow:0 0 0 3px rgba(118,31,40,.1);color:var(--red)}.step-actions{display:flex;justify-content:space-between}.plan-result{display:none;padding:45px;background:var(--soft);border-radius:var(--radius)}.plan-result.show{display:block}.quote-card{padding:55px;border-radius:var(--radius);background:var(--red);color:white;font-size:30px;font-weight:750}.whatsapp{position:fixed;right:24px;bottom:24px;z-index:40;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.2)}footer{background:#171315;color:#fff;padding:75px 6vw 22px}.footer-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:50px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer-grid p,.footer-grid a{color:rgba(255,255,255,.72)}.footer-grid h4{margin:0 0 10px}.footer-brand{color:white}.socials{display:flex;gap:10px}.socials a{width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;display:grid;place-items:center}.footer-bottom{max-width:1400px;margin:55px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.55);font-size:13px}
@media(max-width:1000px){.desktop-nav{display:none}.menu-toggle{display:block}.service-grid{grid-template-columns:repeat(2,1fr)}.detail-layout,.split,.contact-layout{grid-template-columns:1fr}.booking-card{position:static}.blog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{background-attachment:scroll}.photo-stack img{height:420px}}
@media(max-width:640px){.site-header{height:72px;padding:0 18px}.brand span:last-child{display:none}.mobile-menu{top:72px}.hero{min-height:700px;padding:110px 22px 45px}.hero h1{font-size:49px}.hero-actions{flex-direction:column;align-items:stretch}.scroll-cue{left:22px}.section{padding:72px 18px}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-card{min-height:260px;border-radius:16px}.card-copy{inset:auto 14px 14px}.card-copy h3{font-size:20px}.card-copy p{display:none}.card-meta b{font-size:17px}.card-meta em{display:none}.trust-item{padding:0 18px;font-size:13px}.trust-item svg{width:25px}.page-hero{padding:130px 18px 55px}.detail-title{padding:0 20px 38px}.detail-title h1{font-size:49px}.detail-layout{gap:35px}.detail-facts{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.blog-grid{grid-template-columns:1fr}.option-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.photo-stack img{height:360px}.mini-card{left:12px}.whatsapp{right:16px;bottom:16px;width:52px;height:52px}.plan-result{padding:28px}}

.brand-logo{height:46px;max-width:220px;object-fit:contain}.bestsellers{background:var(--soft);max-width:none}.bestsellers>*{max-width:1320px;margin-left:auto;margin-right:auto}.review-slider{overflow:hidden}.review-track{display:flex;width:max-content;gap:20px;animation:reviewMarquee 42s linear infinite}.review-card{width:min(420px,82vw);padding:28px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 35px rgba(30,15,16,.07)}.review-top{display:flex;justify-content:space-between;gap:20px}.review-top span{color:#b38200;letter-spacing:.12em}.review-card p{font-size:18px;line-height:1.6}.review-card small{font-weight:800}.integration-note{color:var(--muted);margin-top:20px}.faq-more{margin-top:28px}@keyframes reviewMarquee{to{transform:translateX(calc(-50% - 10px))}}@media(max-width:640px){.brand-logo{height:38px;max-width:170px}.review-card{width:78vw;padding:22px}.reviews-section.section,.home-faq.section{padding-top:70px;padding-bottom:70px}}

/* Reservation flow */
.reservation-shell{max-width:980px}.reservation-progress{margin-bottom:28px}.reservation-progress-bar{height:5px;background:#eadfda;border-radius:20px;overflow:hidden}.reservation-progress-bar span{display:block;width:0;height:100%;background:#76202a;transition:.35s}.reservation-progress ol{display:grid;grid-template-columns:repeat(5,1fr);list-style:none;padding:10px 0 0;margin:0;gap:8px}.reservation-progress li{font-size:12px;color:#95898b;text-align:center}.reservation-progress li.active{color:#76202a;font-weight:700}.reservation-form{background:#fff;border:1px solid #eadfda;border-radius:24px;padding:32px;box-shadow:0 18px 55px rgba(42,25,28,.08)}.reserve-step{display:none;animation:fadeUp .35s ease}.reserve-step.active{display:block}.reserve-step>h2{font-size:32px;margin-bottom:8px}.reserve-card{display:grid;grid-template-columns:280px 1fr;gap:28px;align-items:center}.reserve-card img{width:100%;height:220px;object-fit:cover;border-radius:18px}.reserve-card h2{font-size:34px;margin:8px 0}.reserve-card>div>span{color:#76202a;font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.12em}.reserve-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}.review-request{display:grid;grid-template-columns:1fr 1fr;gap:12px}.review-request>div,.booking-summary>div{background:#f8f4f2;padding:14px;border-radius:12px}.review-request small,.booking-summary small{display:block;color:#796f71;margin-bottom:4px}.booking-summary{display:grid;gap:10px;margin:18px 0}.booking-note{display:block;line-height:1.5;margin-top:14px;color:#766d6f}.consent{display:flex!important;align-items:flex-start;gap:10px}.consent input{width:auto;margin-top:4px}.recommendation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:28px 0}.recommendation-card{display:block;border:1px solid #eadfda;border-radius:18px;overflow:hidden;background:#fff;color:inherit}.recommendation-card img{width:100%;height:160px;object-fit:cover}.recommendation-card div{padding:16px}.recommendation-card h3{font-size:20px;margin:0 0 8px}.recommendation-card p{font-size:14px}.recommendation-card strong{color:#76202a}.booking-card .eyebrow{margin-bottom:10px}
@keyframes fadeUp{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
@media(max-width:700px){.reservation-form{padding:20px;border-radius:18px}.reservation-progress ol{grid-template-columns:repeat(5,minmax(55px,1fr));overflow:auto}.reservation-progress li{font-size:10px}.reserve-card{grid-template-columns:1fr}.reserve-card img{height:190px}.review-request,.recommendation-grid{grid-template-columns:1fr}.reserve-actions .btn{padding-left:18px;padding-right:18px}}

/* Enhanced navigation, language flags and fixed slideshow hero */
.nav-dropdown{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;gap:6px}.nav-dropdown-trigger span{font-size:15px;transition:.25s}.nav-dropdown:hover .nav-dropdown-trigger span{transform:rotate(180deg)}.services-mega{position:absolute;top:calc(100% + 24px);left:50%;transform:translate(-50%,12px);width:min(900px,82vw);display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));gap:24px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 24px 70px rgba(32,18,20,.16);opacity:0;visibility:hidden;pointer-events:none;transition:.25s}.services-mega:before{content:"";position:absolute;left:0;right:0;top:-28px;height:28px}.nav-dropdown:hover .services-mega,.nav-dropdown:focus-within .services-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.mega-column{display:flex;flex-direction:column;gap:9px}.mega-column a{font-size:13px;color:var(--muted);line-height:1.35}.mega-column a:hover{color:var(--red)}.mega-heading{font-size:14px!important;font-weight:850!important;color:var(--ink)!important;padding-bottom:8px;border-bottom:1px solid var(--line)}.services-mega a:after{display:none!important}
.language-switcher{position:relative}.language-current{width:48px;height:38px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer}.language-current img,.language-menu img{width:24px;height:17px;object-fit:cover;border-radius:3px}.lang-chevron{width:7px;height:7px;border-right:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);transform:rotate(45deg) translateY(-2px);transition:.25s}.language-switcher.open .lang-chevron{transform:rotate(225deg) translate(-1px,-1px)}.language-menu{position:absolute;top:48px;right:0;padding:8px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 45px rgba(20,10,12,.14);display:grid;gap:4px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:.2s}.language-switcher.open .language-menu{opacity:1;visibility:visible;transform:none}.language-menu a{width:42px;height:32px;border-radius:9px;display:grid;place-items:center}.language-menu a:hover,.language-menu a.active{background:var(--soft)}
.hero-spacer{height:100vh;min-height:720px;position:relative}.hero{position:fixed;inset:0;z-index:0;width:100%;height:100vh;min-height:720px;background:none;overflow:hidden}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.035);animation:heroCrossfade 30s infinite ease-in-out}.hero-slide-1{animation-delay:0s}.hero-slide-2{animation-delay:6s}.hero-slide-3{animation-delay:12s}.hero-slide-4{animation-delay:18s}.hero-slide-5{animation-delay:24s}@keyframes heroCrossfade{0%{opacity:0;transform:scale(1.04)}5%{opacity:1}20%{opacity:1}25%{opacity:0;transform:scale(1)}100%{opacity:0}}main>section:not(.hero),main>.hero-spacer~section,footer{position:relative;z-index:2}.hero-spacer{z-index:0}.hero-overlay{z-index:1}.hero-content,.scroll-cue{z-index:2}.trust-strip{box-shadow:0 -10px 30px rgba(0,0,0,.08)}
.whatsapp{background:transparent;padding:0;overflow:visible;box-shadow:none}.whatsapp img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(0,0,0,.2));transition:.25s}.whatsapp:hover img{transform:scale(1.08)}
.mobile-services{border-bottom:1px solid var(--line)}.mobile-services summary{list-style:none;padding:14px 4px;font-size:24px;font-weight:750;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mobile-services summary::-webkit-details-marker{display:none}.mobile-services summary span{transition:.25s}.mobile-services[open] summary span{transform:rotate(45deg)}.mobile-service-group{padding:2px 0 14px 14px;display:flex;flex-direction:column}.mobile-service-group a{font-size:15px!important;padding:8px 4px!important;border:0!important;color:var(--muted)}.mobile-service-group .mobile-group-title{font-size:13px!important;text-transform:uppercase;letter-spacing:.1em;color:var(--red);font-weight:850}
@media(max-width:1000px){.hero{background-attachment:initial}.hero-spacer{min-height:700px}.language-current{width:44px}.services-mega{display:none}}
@media(max-width:640px){.hero-spacer{height:100svh;min-height:680px}.hero{height:100svh;min-height:680px}.language-current{height:36px;width:44px;padding:5px 8px}.language-menu{top:44px}.language-current img,.language-menu img{width:22px;height:16px}.header-tools{gap:5px}.whatsapp{width:56px;height:56px}}
@media(prefers-reduced-motion:reduce){.hero-slide{animation:none;opacity:0}.hero-slide:first-child{opacity:1}.review-track,.marquee-track{animation-play-state:paused}}


/* Static background for the home services showcase */
.experience-showcase{
  position:relative;
  isolation:isolate;
  max-width:none;
  overflow:hidden;
  background:#171416;
  padding-top:110px;
  padding-bottom:110px;
}
.experience-showcase .experience-bg{
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:url("images/hero/hero-4.webp");
  background-size:cover;
  background-position:center 42%;
  transform:scale(1.01);
}
.experience-showcase .experience-overlay{
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(90deg,rgba(18,12,14,.88) 0%,rgba(28,17,20,.70) 48%,rgba(28,17,20,.60) 100%);
}
.experience-showcase .experience-content{
  position:relative;
  z-index:1;
  width:min(1320px,calc(100% - 48px));
  margin:0 auto;
}
.experience-showcase .section-head h2{color:#fff;max-width:760px}
.experience-showcase .red-line{background:#fff;opacity:.9}
.experience-showcase .service-card{
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 24px 55px rgba(0,0,0,.28);
}
.experience-showcase .service-card:hover{
  transform:translateY(-7px);
  box-shadow:0 30px 70px rgba(0,0,0,.36);
}
.reviews-section,.home-faq,.split.section{background:#fff}
@media(max-width:1000px){
  .experience-showcase{padding-top:88px;padding-bottom:88px}
  .experience-showcase .experience-bg{background-position:62% center}
}
@media(max-width:640px){
  .experience-showcase{padding-top:72px;padding-bottom:72px}
  .experience-showcase .experience-content{width:min(100% - 36px,1320px)}
  .experience-showcase .experience-overlay{background:linear-gradient(180deg,rgba(18,12,14,.88),rgba(18,12,14,.70))}
  .experience-showcase .experience-bg{background-position:67% center}
}

/* Homepage lower-section backgrounds */
.bestsellers,
.reviews-section,
.home-faq{
  background:#fff !important;
}

/* One intentionally visual, static-background section */
.tailor-highlight{
  position:relative;
  isolation:isolate;
  max-width:none;
  color:#fff;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(20,10,12,.88) 0%,rgba(20,10,12,.72) 48%,rgba(20,10,12,.58) 100%),
    url('images/hero/hero-4.webp');
  background-size:cover;
  background-position:center;
  background-attachment:fixed;
}
.tailor-highlight > *{position:relative;z-index:1}
.tailor-highlight > div:first-child{padding-left:6vw}
.tailor-highlight h2,
.tailor-highlight p,
.tailor-highlight .eyebrow{color:#fff}
.tailor-highlight .photo-stack{padding-right:6vw}
.tailor-highlight .photo-stack img{
  border:1px solid rgba(255,255,255,.22);
  box-shadow:0 30px 70px rgba(0,0,0,.32);
}

/* Real social icons */
.socials{align-items:center;gap:12px}
.socials a{
  width:42px;
  height:42px;
  padding:8px;
  background:rgba(255,255,255,.08);
  transition:transform .22s ease,background .22s ease,border-color .22s ease;
}
.socials a:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.55);
}
.socials img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}

@media(max-width:900px){
  .tailor-highlight{background-attachment:scroll;background-position:62% center}
  .tailor-highlight > div:first-child{padding-left:0}
  .tailor-highlight .photo-stack{padding-right:0}
}

/* 2026-07-16 homepage section cleanup: full-width white sections */
body.home-page main{
  background:#fff;
}
.bestsellers,
.experience-showcase,
.reviews-section,
.home-faq,
.tailor-highlight{
  width:100%;
  max-width:none;
  margin:0;
  background:#fff !important;
  background-image:none !important;
  color:var(--ink) !important;
}

/* Remove old fixed-image layers from the services section */
.experience-showcase .experience-bg,
.experience-showcase .experience-overlay{
  display:none !important;
}
.experience-showcase{
  isolation:auto;
  overflow:visible;
}
.experience-showcase .experience-content{
  width:100%;
  max-width:1500px;
  margin:0 auto;
  padding:0;
}

/* All typography on white homepage sections must be dark */
.bestsellers .section-head h2,
.experience-showcase .section-head h2,
.reviews-section .section-head h2,
.home-faq .section-head h2,
.tailor-highlight h2,
.tailor-highlight p,
.tailor-highlight .eyebrow,
.reviews-section,
.home-faq,
.experience-showcase{
  color:var(--ink) !important;
}
.experience-showcase .red-line,
.tailor-highlight .red-line{
  background:var(--red) !important;
  opacity:1;
}
.reviews-section .integration-note,
.home-faq .faq-list details p,
.tailor-highlight p{
  color:var(--muted) !important;
}

/* Tailor-made section stays clean and readable on white */
.tailor-highlight{
  background-attachment:initial !important;
}
.tailor-highlight .photo-stack{
  padding-right:0;
}
.tailor-highlight .photo-stack img{
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.tailor-highlight .mini-card{
  color:var(--ink) !important;
  background:#fff;
  border:1px solid var(--line);
}
.tailor-highlight .mini-card span{
  color:var(--muted) !important;
}

/* Ensure the FAQ and review sections do not reveal the fixed hero at the sides */
.reviews-section,
.home-faq,
.bestsellers,
.tailor-highlight{
  padding-left:max(6vw,24px);
  padding-right:max(6vw,24px);
}

@media(max-width:900px){
  .experience-showcase .experience-content{padding:0}
  .tailor-highlight{background:#fff !important}
}

/* Final navigation, FAQ and footer refinements */
.language-current{
  width:62px !important;
  height:48px !important;
  padding:7px 11px !important;
}
.language-current img{
  width:34px !important;
  height:23px !important;
  border-radius:2px !important;
}
.language-menu img{
  width:31px !important;
  height:21px !important;
}
.language-menu a{
  width:50px !important;
  height:38px !important;
}

.socials{
  gap:20px !important;
}
.socials a{
  width:56px !important;
  height:56px !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  padding:0 !important;
  box-shadow:none !important;
}
.socials a:hover{
  transform:translateY(-3px) scale(1.06);
  background:transparent !important;
}
.socials img{
  width:48px !important;
  height:48px !important;
  object-fit:contain;
}

.home-faq{
  text-align:center;
}
.home-faq .section-head{
  display:flex;
  flex-direction:column;
  align-items:center;
}
.home-faq .faq-list{
  width:min(100%,1000px);
  max-width:1000px;
  margin:0 auto;
  text-align:left;
}
.home-faq .faq-more{
  margin-top:28px;
}

.footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.footer-powered{
  margin-left:auto;
  text-align:right;
  white-space:nowrap;
}
.footer-powered a{
  color:#fff;
  font-weight:750;
  transition:.2s;
}
.footer-powered a:hover{
  color:#d9a1a7;
}

@media(max-width:640px){
  .language-current{
    width:54px !important;
    height:42px !important;
  }
  .language-current img{
    width:30px !important;
    height:20px !important;
  }
  .socials a{
    width:48px !important;
    height:48px !important;
  }
  .socials img{
    width:42px !important;
    height:42px !important;
  }
  .footer-bottom{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-powered{
    margin-left:0;
    text-align:left;
  }
}


/* Trip/service page gallery and highlights */
.experience-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:28px 0 34px}
.highlight-card{display:flex;gap:14px;align-items:flex-start;padding:18px;border:1px solid var(--line);background:#fff;border-radius:22px 10px 22px 10px;box-shadow:0 18px 40px rgba(23,17,18,.06)}
.highlight-icon{width:46px;height:46px;flex:0 0 46px;border-radius:16px;display:grid;place-items:center;background:#f6efed;font-size:22px;line-height:1}
.highlight-card strong{display:block;font-size:18px;margin-bottom:6px}
.highlight-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}
.vibe-block{padding:28px;border-radius:28px;background:linear-gradient(180deg,#fff 0%,#f9f5f3 100%)}
.content-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:18px}
.content-head h3{margin:0}
.content-head p{margin:0;color:var(--muted);max-width:540px}
.vibe-gallery{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:18px;align-items:stretch}
.vibe-shot,.reserve-gallery-item{position:relative;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(20,12,14,.12)}
.vibe-shot img,.reserve-gallery-item img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .45s ease}
.vibe-shot:hover img,.reserve-gallery-item:hover img{transform:scale(1.04)}
.vibe-shot figcaption,.reserve-gallery-item figcaption{position:absolute;left:14px;right:14px;bottom:14px;padding:10px 12px;border-radius:14px;background:rgba(16,10,12,.58);backdrop-filter:blur(6px);color:#fff;font-size:14px;font-weight:600}
.vibe-shot-1{min-height:340px;border-radius:34px 14px 34px 14px}
.vibe-shot-2{min-height:340px;border-radius:18px 38px 18px 38px}
.vibe-shot-3{min-height:340px;border-radius:38px 18px 38px 18px}
.reserve-highlights{margin:24px 0}
.reserve-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:4px}
.reserve-gallery-item{min-height:190px}
.reserve-gallery-item-1{border-radius:28px 12px 28px 12px}
.reserve-gallery-item-2{border-radius:14px 32px 14px 32px}
.reserve-gallery-item-3{border-radius:32px 14px 32px 14px}
.reserve-actions [hidden]{display:none !important}
.reserve-step .detail-facts{margin-top:18px}

@media(max-width:980px){
  .experience-highlights{grid-template-columns:1fr}
  .vibe-gallery{grid-template-columns:1fr}
  .vibe-shot-1,.vibe-shot-2,.vibe-shot-3{min-height:240px}
  .reserve-gallery{grid-template-columns:1fr}
  .reserve-gallery-item{min-height:220px}
  .content-head{flex-direction:column;align-items:flex-start}
}


/* Reservation step 1: clean summary only */
.reserve-summary-card{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:38px;align-items:stretch}
.reserve-summary-image{min-height:360px;border-radius:30px 14px 30px 14px;overflow:hidden;box-shadow:0 24px 55px rgba(30,18,20,.12)}
.reserve-summary-image img{width:100%;height:100%;object-fit:cover;display:block}
.reserve-summary-copy{padding:14px 0;display:flex;flex-direction:column;justify-content:center}
.reserve-summary-copy h2{font-size:clamp(36px,5vw,62px);line-height:1.02;margin:10px 0 18px}
.reserve-summary-copy>p{font-size:20px;line-height:1.6;color:var(--muted);max-width:720px}
.reserve-summary-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:26px 0}
.reserve-summary-facts>div{padding:18px 20px;border-radius:18px;background:#f8f4f2;border:1px solid var(--line)}
.reserve-summary-facts small{display:block;color:var(--muted);margin-bottom:6px}
.reserve-summary-facts strong{font-size:18px}
.reserve-summary-note{padding:18px 20px;border-left:4px solid var(--red);background:#fff9f7;border-radius:0 16px 16px 0}
.reserve-summary-note strong{display:block;margin-bottom:5px}
.reserve-summary-note p{margin:0;color:var(--muted);line-height:1.55}
@media(max-width:900px){.reserve-summary-card{grid-template-columns:1fr}.reserve-summary-image{min-height:260px}.reserve-summary-facts{grid-template-columns:1fr}.reserve-summary-copy h2{font-size:38px}}


/* Clean first reservation step */
.reserve-summary-clean{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.reserve-summary-clean .reserve-summary-copy{
  max-width:820px;
}
.reserve-summary-clean .reserve-summary-copy h2{
  margin:8px 0 12px;
  font-size:clamp(42px,6vw,78px);
  line-height:.98;
  letter-spacing:-.045em;
}
.reserve-summary-clean .reserve-summary-copy p{
  margin:0;
  max-width:760px;
  font-size:clamp(18px,2vw,26px);
  line-height:1.45;
  color:var(--muted);
}
.reserve-summary-clean .reserve-summary-image{
  width:100%;
  overflow:hidden;
  border-radius:30px;
}
.reserve-summary-clean .reserve-summary-image img{
  width:100%;
  height:clamp(320px,52vw,620px);
  display:block;
  object-fit:cover;
}
.reserve-summary-clean .reserve-summary-facts{
  display:flex;
  flex-wrap:wrap;
  gap:34px;
  padding:0;
  margin:0;
}
.reserve-summary-clean .reserve-summary-facts>div{
  min-width:150px;
  padding:0;
  margin:0;
  border:0;
  background:transparent;
  box-shadow:none;
  border-radius:0;
}
.reserve-summary-clean .reserve-summary-facts small{
  display:block;
  margin-bottom:6px;
  color:var(--muted);
  font-size:14px;
}
.reserve-summary-clean .reserve-summary-facts strong{
  display:block;
  color:var(--ink);
  font-size:26px;
  line-height:1.15;
}
.reserve-summary-note{display:none!important}

@media(max-width:700px){
  .reserve-summary-clean{gap:22px}
  .reserve-summary-clean .reserve-summary-image{border-radius:22px}
  .reserve-summary-clean .reserve-summary-image img{height:310px}
  .reserve-summary-clean .reserve-summary-facts{gap:22px}
  .reserve-summary-clean .reserve-summary-facts>div{min-width:120px}
  .reserve-summary-clean .reserve-summary-facts strong{font-size:22px}
}

/* Compact first reservation step: fit in one viewport */
.reserve-head{display:none!important}
.reservation-shell.section{
  max-width:1100px;
  min-height:100svh;
  padding:104px 4vw 24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.reservation-progress{margin-bottom:14px}
.reservation-progress-bar{height:4px}
.reservation-progress ol{padding-top:7px}
.reservation-form{padding:18px 22px;border-radius:20px}
.reserve-summary-clean{gap:12px}
.reserve-summary-clean .reserve-summary-copy{max-width:none;padding:0}
.reserve-summary-clean .reserve-summary-copy h2{
  font-size:clamp(34px,4.3vw,54px);
  line-height:1;
  margin:5px 0 8px;
}
.reserve-summary-clean .reserve-summary-copy p{
  font-size:clamp(15px,1.45vw,19px);
  line-height:1.35;
  max-width:850px;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.reserve-summary-clean .reserve-summary-image{border-radius:22px}
.reserve-summary-clean .reserve-summary-image img{
  height:clamp(190px,31svh,285px);
  object-position:center;
}
.reserve-summary-clean .reserve-summary-facts{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:2px;
}
.reserve-summary-clean .reserve-summary-facts>div{min-width:0}
.reserve-summary-clean .reserve-summary-facts small{font-size:12px;margin-bottom:2px}
.reserve-summary-clean .reserve-summary-facts strong{font-size:18px;line-height:1.15}
.reserve-actions{margin-top:12px}
.reserve-actions .btn{padding:11px 20px}

@media(max-width:700px){
  .site-header{height:68px;padding-left:18px;padding-right:18px}
  .mobile-menu{top:68px}
  .reservation-shell.section{
    min-height:100svh;
    padding:78px 14px 14px;
  }
  .reservation-progress{margin-bottom:10px}
  .reservation-progress ol{gap:3px;padding-top:5px}
  .reservation-progress li{font-size:9px}
  .reservation-form{padding:14px;border-radius:16px}
  .reserve-summary-clean{gap:9px}
  .reserve-summary-clean .reserve-summary-copy h2{
    font-size:clamp(28px,9.5vw,38px);
    margin:3px 0 5px;
  }
  .reserve-summary-clean .reserve-summary-copy p{
    font-size:14px;
    line-height:1.28;
    -webkit-line-clamp:2;
  }
  .reserve-summary-clean .reserve-summary-image{border-radius:16px}
  .reserve-summary-clean .reserve-summary-image img{
    height:clamp(155px,25svh,205px);
  }
  .reserve-summary-clean .reserve-summary-facts{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .reserve-summary-clean .reserve-summary-facts small{font-size:10px}
  .reserve-summary-clean .reserve-summary-facts strong{font-size:14px;word-break:normal}
  .reserve-actions{margin-top:9px}
  .reserve-actions .btn{padding:10px 18px;font-size:14px}
}

@media(max-height:720px) and (min-width:701px){
  .reservation-shell.section{padding-top:92px;padding-bottom:12px}
  .reservation-form{padding:14px 18px}
  .reserve-summary-clean .reserve-summary-copy h2{font-size:38px}
  .reserve-summary-clean .reserve-summary-copy p{font-size:15px}
  .reserve-summary-clean .reserve-summary-image img{height:210px}
  .reserve-summary-clean .reserve-summary-facts strong{font-size:16px}
}


/* Smooth animated transitions between reservation steps */
.reservation-form{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.reserve-step{
  width:100%;
  transform-origin:center;
}
.reserve-step.is-entering,
.reserve-step.is-leaving{
  display:block;
  position:absolute;
  inset:18px 22px auto;
  width:calc(100% - 44px);
  pointer-events:none;
  will-change:transform,opacity,filter;
}
.reserve-step.enter-right{
  opacity:0;
  transform:translate3d(72px,0,0) scale(.985);
  filter:blur(6px);
}
.reserve-step.enter-left{
  opacity:0;
  transform:translate3d(-72px,0,0) scale(.985);
  filter:blur(6px);
}
.reserve-step.is-entering.animate-in{
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  filter:blur(0);
  transition:transform .5s cubic-bezier(.22,.8,.25,1),opacity .42s ease,filter .42s ease;
}
.reserve-step.leave-left{
  animation:reserveLeaveLeft .46s cubic-bezier(.4,0,.2,1) both;
}
.reserve-step.leave-right{
  animation:reserveLeaveRight .46s cubic-bezier(.4,0,.2,1) both;
}
@keyframes reserveLeaveLeft{
  to{opacity:0;transform:translate3d(-56px,0,0) scale(.985);filter:blur(5px)}
}
@keyframes reserveLeaveRight{
  to{opacity:0;transform:translate3d(56px,0,0) scale(.985);filter:blur(5px)}
}
.reservation-progress li{
  position:relative;
  transition:color .3s ease,transform .3s ease;
}
.reservation-progress li.current{
  transform:translateY(-2px);
}
.reservation-progress li.current::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:-8px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--red);
  transform:translateX(-50%);
  animation:stepPulse .55s ease both;
}
@keyframes stepPulse{
  0%{transform:translateX(-50%) scale(.2);opacity:0}
  65%{transform:translateX(-50%) scale(1.35);opacity:1}
  100%{transform:translateX(-50%) scale(1);opacity:1}
}
.reservation-progress-bar span{
  box-shadow:0 0 16px rgba(118,32,42,.24);
  transition:width .5s cubic-bezier(.22,.8,.25,1);
}
.reserve-actions .btn{
  transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.reservation-form.moving-forward .reserve-next,
.reservation-form.moving-back .reserve-prev{
  transform:scale(.96);
  opacity:.72;
}
@media(max-width:700px){
  .reserve-step.is-entering,
  .reserve-step.is-leaving{
    inset:14px 14px auto;
    width:calc(100% - 28px);
  }
  .reserve-step.enter-right{transform:translate3d(38px,0,0) scale(.99)}
  .reserve-step.enter-left{transform:translate3d(-38px,0,0) scale(.99)}
  @keyframes reserveLeaveLeft{to{opacity:0;transform:translate3d(-32px,0,0) scale(.99);filter:blur(3px)}}
  @keyframes reserveLeaveRight{to{opacity:0;transform:translate3d(32px,0,0) scale(.99);filter:blur(3px)}}
}
@media(prefers-reduced-motion:reduce){
  .reserve-step.is-entering,
  .reserve-step.is-leaving,
  .reserve-step.is-entering.animate-in,
  .reserve-step.leave-left,
  .reserve-step.leave-right,
  .reservation-progress li.current::after{
    animation:none!important;
    transition:none!important;
    transform:none!important;
    filter:none!important;
  }
}


/* Centered tour highlights using supplied icons */
.experience-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;align-items:start;margin:42px auto 52px;max-width:1050px}
.highlight-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}
.highlight-icon{width:76px;height:76px;flex:0 0 76px;display:grid;place-items:center;background:transparent!important;border-radius:0!important}
.highlight-icon img{width:100%;height:100%;object-fit:contain;display:block}
.highlight-card strong{display:block;font-size:22px;line-height:1.2;margin-bottom:7px}
.highlight-card p{max-width:270px;margin:0 auto;color:var(--muted);font-size:16px;line-height:1.55}

/* Smooth tour gallery slideshow */
.vibe-block{padding:36px 0 12px!important;background:transparent!important;border-radius:0!important;overflow:visible}
.content-head{max-width:1150px;margin:0 auto 24px;padding:0 14px}
.tour-gallery-slider{position:relative;max-width:1180px;margin:0 auto;padding:0 54px}
.tour-gallery-viewport{overflow:hidden;border-radius:30px}
.tour-gallery-track{display:flex;gap:20px;transition:transform .7s cubic-bezier(.22,.8,.25,1);will-change:transform}
.tour-gallery-slide{position:relative;flex:0 0 calc((100% - 40px)/3);height:390px;margin:0;overflow:hidden;background:#eee;box-shadow:0 22px 52px rgba(21,13,15,.12)}
.tour-gallery-slide:nth-child(3n+1){border-radius:34px 14px 34px 14px}
.tour-gallery-slide:nth-child(3n+2){border-radius:14px 38px 14px 38px}
.tour-gallery-slide:nth-child(3n){border-radius:38px 14px 38px 14px}
.tour-gallery-slide img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}
.tour-gallery-slide:hover img{transform:scale(1.045)}
.tour-gallery-slide figcaption{position:absolute;left:18px;right:18px;bottom:18px;padding:13px 15px;border-radius:16px;background:rgba(17,10,12,.58);backdrop-filter:blur(8px);color:#fff;font-size:16px;font-weight:700;line-height:1.35}
.gallery-arrow{position:absolute;top:50%;z-index:3;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:var(--ink);font-size:32px;line-height:1;box-shadow:0 14px 34px rgba(20,12,14,.16);cursor:pointer;transform:translateY(-50%);transition:transform .25s ease,background .25s ease,color .25s ease}
.gallery-arrow:hover{background:var(--red);color:#fff;transform:translateY(-50%) scale(1.06)}
.gallery-prev{left:0}.gallery-next{right:0}
.gallery-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}
.gallery-dot{width:8px;height:8px;border:0;border-radius:20px;padding:0;background:#d8cccc;cursor:pointer;transition:width .3s ease,background .3s ease}
.gallery-dot.active{width:28px;background:var(--red)}

@media(max-width:900px){
  .experience-highlights{grid-template-columns:1fr;gap:28px;margin:32px auto 42px}
  .highlight-card p{max-width:420px}
  .tour-gallery-slider{padding:0 42px}
  .tour-gallery-slide{flex-basis:calc((100% - 20px)/2);height:350px}
}
@media(max-width:640px){
  .experience-highlights{gap:24px}
  .highlight-icon{width:64px;height:64px;flex-basis:64px}
  .highlight-card strong{font-size:20px}
  .highlight-card p{font-size:15px}
  .content-head{display:block;text-align:center;padding:0 18px}
  .content-head h3{font-size:30px;margin-bottom:8px}
  .tour-gallery-slider{padding:0 14px}
  .tour-gallery-viewport{border-radius:24px}
  .tour-gallery-track{gap:14px}
  .tour-gallery-slide{flex-basis:100%;height:380px}
  .gallery-arrow{top:auto;bottom:-2px;width:40px;height:40px;font-size:28px}
  .gallery-prev{left:calc(50% - 68px)}.gallery-next{right:calc(50% - 68px)}
  .gallery-dots{margin-top:22px;padding-bottom:50px}
}

/* Dubrovnik2do brand logo */
.brand-image-only{gap:0;line-height:0;flex-shrink:0}
.brand-image-only .brand-logo{display:block;width:auto;height:62px;max-width:245px;object-fit:contain}
.footer-brand.brand-image-only .footer-logo{height:76px;max-width:285px;filter:drop-shadow(0 2px 2px rgba(255,255,255,.08))}
@media(max-width:1000px){.brand-image-only .brand-logo{height:54px;max-width:210px}}
@media(max-width:640px){.brand-image-only .brand-logo{height:45px;max-width:170px}.footer-brand.brand-image-only .footer-logo{height:64px;max-width:230px}}
