:root{
  --navy:#04182b;
  --navy-deep:#02111e;
  --gold:#c9a24b;
  --gold-light:#e3c577;
  --tiffany:#35b0b7;
  --cream:#f2ead9;
  --text-soft:#d8dfeb;
  --line:rgba(227,197,119,.65);
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  min-height:100vh;
  font-family:'Jost',sans-serif;
  color:var(--cream);
  overflow-x:hidden;
  background:
    linear-gradient(180deg, #6fa9ce 0%, #c5dce3 24%, #efc58f 42%, #07172a 42%, #02101c 100%);
}

img{max-width:100%;display:block}
a{color:inherit}

.page{
  width:100%;
  min-height:100vh;
}

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border:0;
}

.hero{
  position:relative;
  background:#0a2237;
  isolation:isolate;
}

.hero-top{
  position:absolute;
  inset:0 0 auto 0;
  z-index:10;
  text-align:center;
  padding:clamp(18px,2.5vw,28px) 16px clamp(18px,2.5vw,28px);
}

.lang-switcher{
  position:absolute;
  top:clamp(12px, 1.8vw, 22px);
  right:clamp(12px, 2vw, 24px);
  z-index:20;
  width:min(340px, calc(100vw - 24px));
}

.lang-switcher[open] .lang-switcher__summary{
  border-color:rgba(227,197,119,.88);
  background:rgba(4,24,43,.95);
}

.lang-switcher__summary{
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  padding:11px 15px;
  border:1px solid rgba(227,197,119,.48);
  border-radius:999px;
  background:linear-gradient(180deg, rgba(7,26,45,.88), rgba(4,24,43,.94));
  color:var(--cream);
  box-shadow:0 16px 34px rgba(0,0,0,.22);
  backdrop-filter:blur(10px);
}

.lang-switcher__summary::-webkit-details-marker{
  display:none;
}

.lang-switcher__summary::after{
  content:none;
  color:var(--gold-light);
  font-size:18px;
  line-height:1;
}

.lang-switcher__current{
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--gold-light);
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.lang-switcher__menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;
  width:100%;
  max-height:min(66vh, 520px);
  overflow:auto;
  padding:10px;
  border:1px solid rgba(227,197,119,.3);
  border-radius:18px;
  background:rgba(4,24,43,.96);
  box-shadow:0 18px 42px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
  display:grid;
  gap:6px;
  scrollbar-width:thin;
  scrollbar-color:rgba(201,162,75,.78) rgba(4,24,43,.72);
}

.lang-switcher__menu::-webkit-scrollbar{
  width:8px;
}

.lang-switcher__menu::-webkit-scrollbar-track{
  background:rgba(4,24,43,.72);
  border-radius:999px;
}

.lang-switcher__menu::-webkit-scrollbar-thumb{
  background:linear-gradient(180deg, rgba(227,197,119,.92), rgba(201,162,75,.84));
  border-radius:999px;
  border:1px solid rgba(4,24,43,.4);
}

.lang-switcher__menu::-webkit-scrollbar-thumb:hover{
  background:linear-gradient(180deg, rgba(237,211,142,.96), rgba(212,174,88,.9));
}

.lang-switcher__link{
  display:grid;
  grid-template-columns:26px minmax(0, 1fr);
  align-items:center;
  column-gap:10px;
  padding:10px 12px;
  border-radius:12px;
  color:rgba(242,234,217,.84);
  text-decoration:underline;
  text-underline-offset:4px;
  font-size:13px;
  line-height:1.4;
}

.lang-switcher__flag{
  flex:0 0 auto;
  height:14px;
  width:auto;
  object-fit:contain;
  border-radius:3px;
  box-shadow:0 1px 6px rgba(0,0,0,.24);
  border:1px solid rgba(255,255,255,.16);
  justify-self:start;
}

.lang-switcher__current .lang-switcher__flag{
  width:26px;
  height:14px;
}

.lang-switcher__name{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  text-align: left;
}

.lang-switcher__link:hover,
.lang-switcher__link[aria-current="page"]{
  background:rgba(227,197,119,.12);
  color:var(--gold-light);
}



.hero-copy{
  position:relative;
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  padding:18px clamp(18px,3vw,42px) 14px;
  z-index: 1;
}
.hero-copy:after {
  content:'';
  position:absolute;
  inset:0;
  background: radial-gradient(rgba(255,255,255,.8), rgba(255,255,255,.5));
  filter: blur(30px);
  z-index:-1;
  pointer-events:none;
}

.hero-top > *{
  position:relative;
  z-index:2;
}

.hero-top > .lang-switcher{
  position:absolute;
  z-index:20;
}

.monogram{
  width:clamp(68px,8vw,112px);
  margin:0 auto 12px;
  filter:drop-shadow(0 4px 16px rgba(255,255,255,.28)) drop-shadow(0 2px 10px rgba(0,0,0,.2));
}

.brand{
  width:min(92vw, 760px);
  margin:0 auto 4px;
  filter:drop-shadow(0 3px 18px rgba(255,255,255,.26)) drop-shadow(0 2px 10px rgba(0,0,0,.16));
}

.subline{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:clamp(10px,2.4vw,22px);
  color:#7f5a1d;
  font-family:'Cormorant Garamond',serif;
  text-transform:uppercase;
  font-size:clamp(16px,2.2vw,34px);
  letter-spacing:.24em;
  font-weight:700;
  text-shadow:0 1px 10px rgba(255,255,255,.16), 0 2px 10px rgba(4,24,43,.18);
}

.subline span{
  width:clamp(32px,7vw,88px);
  height:2px;
  background:var(--gold);
}

.location{
  margin-top:10px;
  color:#13253d;
  font-family:'Cormorant Garamond',serif;
  text-transform:uppercase;
  font-size:clamp(14px,1.55vw,22px);
  letter-spacing:.22em;
  font-weight:700;
  text-shadow:0 1px 10px rgba(255,255,255,.16), 0 2px 10px rgba(4,24,43,.18);
}

.main-photo-wrap{
  position:relative;
  z-index:0;
}

.main-photo{
  width:100%;
  height:clamp(640px, 75vw, 1320px);
  object-fit:cover;
  object-position:center center;
}





.lower{
  position:relative;
  background:
    radial-gradient(circle at 50% 0, rgba(23,62,92,.8), transparent 30%),
    linear-gradient(180deg, #09253d 0%, var(--navy-deep) 20%, #02101c 100%);
  padding:clamp(18px,3vw,26px) clamp(16px,3vw,34px) clamp(28px,4vw,44px);
}

.gallery-frame{
  position:relative;
  z-index:1;
  margin-top:clamp(-138px, -9vw, -72px);
  margin-left:calc(clamp(16px,3vw,34px) * -1);
  margin-right:calc(clamp(16px,3vw,34px) * -1);
  overflow:hidden;
  background:transparent;
  height:clamp(280px, 26.6vw, 510px);
}

.gallery{
  display:block;
  min-height:100%;
  height:100%;
}

.gallery-mask{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
}

.gallery-shape{
  width:100%;
  height:100%;
  display:block;
  overflow:visible;
  transform:scale(1.008, 1.02);
  transform-origin:center center;
}

.features{
  max-width:1320px;
  margin:34px auto 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:clamp(18px,3vw,42px);
}

.feature{
  position:relative;
  text-align:center;
  padding:0 14px;
}

.feature:not(:last-child)::after{
  content:none;
  position:absolute;
  top:18px;
  right:calc(clamp(9px,1.5vw,22px) * -1);
  width:2px;
  height:calc(100% - 36px);
  background:linear-gradient(180deg, transparent, var(--line), transparent);
}

.feature-icon{
  width:34px;
  height:34px;
  margin:0 auto;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(71%) sepia(31%) saturate(547%) hue-rotate(3deg) brightness(91%) contrast(88%);
}

.icon-ring{
  width:68px;
  height:68px;
  margin:0 auto 16px;
  border:2px solid var(--gold);
  border-radius:50%;
  display:grid;
  place-items:center;
}

.feature h3{
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  text-transform:uppercase;
  font-size:clamp(24px,2vw,34px);
  letter-spacing:.12em;
  font-weight:600;
}

.feature p{
  margin-top:10px;
  color:var(--cream);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(21px,1.45vw,28px);
  line-height:1.2;
}

.cta{
  margin-top:34px;
  display:flex;
  justify-content:center;
}

.cta-card{
  width:min(100%, 1040px);
  border:2px solid var(--gold);
  border-radius:18px;
  padding:16px 18px 18px;
  background:rgba(5,20,34,.66);
  box-shadow:0 18px 44px rgba(0,0,0,.18);
}

.cta-title{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  white-space:nowrap;
  color:var(--gold-light);
  font-family:'Libre Baskerville','Cormorant Garamond',serif;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:clamp(22px,1.8vw,30px);
  font-weight:700;
}

.cta-title::before,
.cta-title::after{
  content:none;
  width:clamp(34px,10vw,120px);
  height:1px;
  background:var(--gold);
}

.contact-list{
  margin-top:12px;
  display:grid;
  gap:14px;
  justify-items:center;
}

.phone{
  display:grid;
  grid-template-columns:auto auto 1fr;
  align-items:center;
  gap:12px;
  text-decoration:underline;
  text-underline-offset:4px;
  color:#f4efe4;
  font-size:clamp(23px,2.5vw,36px);
  font-weight:600;
  line-height:1.1;
  text-shadow:0 1px 10px rgba(255,255,255,.08);
  width:max-content;
  max-width:100%;
}

.phone:hover{color:var(--gold-light)}
.phone:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:6px;
  border-radius:8px;
}

.flag{
  width:32px;
  height:24px;
  border-radius:2px;
  flex:0 0 auto;
  box-shadow:0 1px 3px rgba(0,0,0,.4);
  background:rgba(255,255,255,.04);
  object-fit:contain;
  object-position:center;
}

.wa{
  width:31px;
  height:31px;
  flex:0 0 auto;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(743%) hue-rotate(333deg) brightness(95%) contrast(91%);
}

.num{
  font-family:'Libre Baskerville','Times New Roman',serif;
  letter-spacing:.03em;
  font-variant-numeric:lining-nums tabular-nums;
  justify-self:start;
}

.trust-links{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:10px;
}

.trust-link{
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding:10px 12px;
  border:1px solid rgba(201,162,75,.42);
  border-radius:14px;
  background:linear-gradient(180deg, rgba(10,32,49,.78), rgba(4,20,34,.62));
  color:var(--cream);
  text-decoration:underline;
  text-underline-offset:4px;
  box-shadow:0 10px 24px rgba(0,0,0,.14);
  transition:border-color .2s ease, background .2s ease, transform .2s ease;
}

.trust-link:hover{
  border-color:rgba(227,197,119,.82);
  background:linear-gradient(180deg, rgba(13,38,59,.88), rgba(5,22,37,.7));
  transform:translateY(-1px);
}

.trust-link:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:4px;
}

.trust-dot{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border:1.5px solid rgba(227,197,119,.82);
  border-radius:50%;
  color:var(--gold-light);
  font-family:'Libre Baskerville','Cormorant Garamond',serif;
  font-size:15px;
  font-weight:700;
  line-height:1;
}

.trust-icon{
  width:18px;
  height:18px;
  display:block;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(78%) sepia(33%) saturate(539%) hue-rotate(359deg) brightness(96%) contrast(89%);
}

.trust-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:2px;
  text-align: left;
}

.trust-title{
  color:var(--cream);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(18px,1.45vw,22px);
  font-weight:600;
  line-height:1;
}

.trust-meta{
  color:rgba(242,234,217,.72);
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  white-space:nowrap;
}

.tour-formats{
  margin:26px 0 clamp(34px, 5vw, 54px);
  text-align:center;
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  text-transform:uppercase;
  font-size:clamp(16px,1.45vw,24px);
  font-weight:600;
}

.tour-formats{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:10px 18px;
}

.tour-formats__item{
  letter-spacing:.22em;
  white-space:nowrap;
}

.tour-formats__sep{
  opacity:.7;
  color:var(--gold);
}

.gallery-section{
  position:relative;
  padding:clamp(44px,6vw,82px) clamp(16px,3vw,34px) clamp(56px,8vw,96px);
  background:
    radial-gradient(circle at top center, rgba(19,63,96,.55), transparent 28%),
    linear-gradient(180deg, #04101b 0%, #07182a 18%, #03111d 100%);
}

.gallery-section::before{
  content:none;
  position:absolute;
  left:50%;
  top:0;
  width:min(1200px, 92vw);
  height:1px;
  transform:translateX(-50%);
  background:linear-gradient(90deg, transparent, rgba(227,197,119,.8), transparent);
}

.gallery-copy{
  max-width:980px;
  margin:0 auto 28px;
  text-align:center;
}

.gallery-kicker{
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  text-transform:uppercase;
  letter-spacing:.26em;
  font-size:clamp(14px,1.4vw,18px);
  font-weight:600;
}

.gallery-heading{
  margin-top:8px;
  color:var(--cream);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(38px,4vw,66px);
  font-weight:600;
  line-height:.95;
}

.gallery-text{
  max-width:760px;
  margin:14px auto 0;
  color:var(--text-soft);
  font-size:clamp(14px,1.4vw,18px);
  line-height:1.7;
}

.tour-plans{
  position:relative;
  z-index:2;
  margin:clamp(16px, 4vw, 32px) auto 0;
  width:min(1380px, 96vw);
  padding:clamp(14px, 3vw, 24px);
  border:1px solid rgba(201,162,75,.32);
  border-radius:26px;
  background:linear-gradient(160deg, rgba(2,17,30,.5) 0%, rgba(3,25,39,.82) 55%, rgba(3,32,52,.72) 100%);
  box-shadow:0 14px 40px rgba(0,0,0,.24);
}

.tour-plans::before,
.tour-plans::after{
  content:none;
  position:absolute;
  left:clamp(18px, 3vw, 32px);
  right:clamp(18px, 3vw, 32px);
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(227,197,119,.25), transparent);
}

.tour-plans::before{
  top:10px;
}

.tour-plans::after{
  bottom:10px;
}

.tour-plans__title{
  margin:0;
  text-transform:uppercase;
  letter-spacing:.18em;
  text-align:center;
  font-size:clamp(24px, 3.1vw, 40px);
  font-family:"Cormorant Garamond", serif;
}

.tour-plans__subtitle{
  margin:6px auto 0;
  text-align:center;
  max-width:72ch;
  line-height:1.45;
  color:var(--text-soft);
  font-size:clamp(16px, 2vw, 21px);
}

.tour-plans__grid{
  margin-top:16px;
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:clamp(14px, 2.6vw, 20px);
}

.tour-plan{
  border:1px solid rgba(201,162,75,.28);
  border-radius:20px;
  padding:16px;
  background:rgba(8,24,42,.64);
  backdrop-filter:blur(2px);
}

.tour-plan__header{
  border-bottom:1px solid rgba(201,162,75,.24);
  padding-bottom:12px;
  margin-bottom:12px;
}

.tour-plan__name{
  margin:0;
  color:var(--gold-light);
  line-height:1.22;
  font-family:"Cormorant Garamond", serif;
  font-size:clamp(30px, 3.2vw, 38px);
  letter-spacing:.03em;
}

.tour-plan__meta{
  margin-top:10px;
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  gap:8px 12px;
  align-items:flex-start;
  color:var(--text-soft);
  font-size:clamp(14px, 1.75vw, 19px);
}

.tour-plan__meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  white-space:normal;
}

.tour-plan__meta-icon{
  display:inline-flex;
  width:40px;
  height:40px;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid rgba(227,197,119,.58);
  background:rgba(201,162,75,.08);
  color:var(--gold-light);
  flex:0 0 auto;
}

.tour-plan__meta-icon svg{
  display:none;
}

.tour-plan__meta-icon img{
  width:25px;
  height:25px;
  display:block;
  filter: invert(81%) sepia(31%) saturate(684%) hue-rotate(3deg) brightness(93%) contrast(89%);
}
.tour-plan__text{
  margin:0 0 10px;
  color:var(--text-main);
  line-height:1.46;
  font-size:clamp(16px, 1.8vw, 19px);
}

.tour-plan__route-map{
  display:none !important;
  margin-top:8px;
  margin-bottom:14px;
  height:270px;
  border:1px solid rgba(227,197,119,.36);
  border-radius:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #021b32 0%, #051625 100%);
}

.tour-plan__route-map-fallback{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  color:var(--text-soft);
  text-align:center;
  padding:22px;
  font-size:14px;
  line-height:1.7;
}

.tour-route-marker{
  width:28px;
  height:28px;
  position:relative;
  border-radius:50%;
  border:2px solid rgba(84,228,241,.96);
  background:#08233f;
  color:#54e4f1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Jost',sans-serif;
  font-size:11px;
  line-height:1;
  font-weight:600;
  box-shadow:0 8px 20px rgba(3,17,28,.42);
  transition:transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
  cursor:pointer;
}

.tour-route-marker:hover{
  transform:scale(1.14);
  background:#0b3851;
  border-color:#baf8fc;
  box-shadow:0 12px 26px rgba(3,17,28,.58), 0 0 0 3px rgba(84,228,241,.12);
}

.tour-route-marker img{
  width:14px;
  height:14px;
}

.tour-route-marker__label{
  display:block;
  line-height:1;
}

.tour-route-marker__icon{
  display:block;
  filter: invert(84%) sepia(20%) saturate(2230%) hue-rotate(148deg) brightness(99%) contrast(101%);
}

.tour-route-marker--popup{
  width:30px;
  height:30px;
  flex:0 0 auto;
  margin:0;
  cursor:default;
}

.tour-route-marker--popup:hover{
  transform:none;
  background:#08233f;
  border-color:rgba(84,228,241,.96);
  box-shadow:0 8px 20px rgba(3,17,28,.42);
}

.tour-route-popup{
  min-width:200px;
  max-width:260px;
  position:relative;
}

.tour-route-popup__close{
  position:absolute;
  top:0;
  right:0;
  width:30px;
  height:30px;
  border-radius:50%;
  border:2px solid rgba(84,228,241,.96);
  background:rgba(2,16,28,.5);
  color:#54e4f1;
  font-size:18px;
  line-height:20px;
  cursor:pointer;
}

.tour-route-popup__heading{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:10px;
  padding-right:30px;
  margin-bottom:12px;
}

.tour-route-popup__badge-row{
  display:flex;
  justify-content:center;
  margin-bottom:8px;
}

.tour-route-popup__title{
  color:#54e4f1;
  font-family:'Cormorant Garamond',serif;
  font-size:19px;
  margin-bottom:0;
  line-height:1.15;
}

.tour-route-popup__text{
  color:var(--text-soft);
  font-size:13px;
  line-height:1.5;
}

.tour-route-popup__text--strong{
  color:#baf8fc;
  font-size:14px;
  margin-bottom:8px;
}

.tour-route-popup__image{
  width:100%;
  border-radius:10px;
  margin-bottom:10px;
  border:1px solid rgba(84,228,241,.34);
  display:block;
}

.tour-route-popup__actions{
  display:flex;
  gap:8px;
  margin-top:12px;
}

.tour-route-popup__action-btn{
  flex:1 1 0;
  min-height:36px;
  border-radius:12px;
  border:1px solid rgba(84,228,241,.34);
  background:rgba(84,228,241,.08);
  color:#d8feff;
  font-family:'Jost',sans-serif;
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
  cursor:pointer;
}

.tour-route-popup__action-btn--primary{
  background:linear-gradient(180deg, rgba(84,228,241,.24), rgba(84,228,241,.14));
}

.tour-route-popup__action-btn:hover,
.tour-route-popup__action-btn:focus-visible{
  background:rgba(84,228,241,.14);
  outline:none;
}

.maplibregl-popup-content{
  background:linear-gradient(160deg, #091f36 0%, #102f4f 100%);
  border:1px solid rgba(84,228,241,.45);
  border-radius:14px;
  color:var(--text-soft);
  box-shadow:0 16px 40px rgba(2,16,28,.45);
  padding:14px 16px 12px;
}

.route-map-fullscreen-popup .maplibregl-popup-content{
  background:linear-gradient(160deg, rgba(7,24,42,.98), rgba(4,14,26,.98));
  border:1px solid rgba(84,228,241,.52);
  border-radius:18px;
  color:#d8feff;
  box-shadow:0 22px 54px rgba(0,0,0,.48);
  padding:16px;
}

.route-map-fullscreen-popup .maplibregl-popup-close-button{
  display:none;
}

.route-map-fullscreen-popup .tour-route-popup{
  min-width:260px;
  max-width:300px;
}


.route-map-fullscreen-popup .tour-route-popup__image{
  margin-top:2px;
}

.route-map-fullscreen-popup .tour-route-popup__action-btn{
  color:#d8feff;
  background:rgba(84,228,241,.08);
}

.maplibregl-popup{
  z-index:99999;
}

.route-viewer__mini-map .maplibregl-popup{
  z-index:100000;
}

.route-viewer__mini-map .maplibregl-popup-anchor-bottom,
.route-viewer__mini-map .maplibregl-popup-anchor-top,
.route-viewer__mini-map .maplibregl-popup-anchor-left,
.route-viewer__mini-map .maplibregl-popup-anchor-right{
  z-index:100000;
}

.tour-plan__route-map:fullscreen .maplibregl-popup,
.tour-plan__route-map:-webkit-full-screen .maplibregl-popup,
.route-map-fullscreen-popup{
  z-index:2147483647 !important;
}

.tour-plan__route-map:fullscreen .maplibregl-popup-content,
.tour-plan__route-map:-webkit-full-screen .maplibregl-popup-content{
  position:relative;
  z-index:2147483647;
}

.route-viewer__mini-map .maplibregl-map{
  z-index:1;
}

.maplibregl-popup-close-button{
  color:#54e4f1;
  background:rgba(2,16,28,.45);
  width:28px;
  height:28px;
  font-size:22px;
  line-height:26px;
  border-radius:50%;
  top:6px;
  right:6px;
  opacity:1;
  transition:transform .18s ease, background-color .18s ease, color .18s ease;
}

.maplibregl-popup-close-button:hover{
  background:rgba(84,228,241,.16);
  color:#d8feff;
  transform:scale(1.06);
}

body.route-viewer-open{
  overflow:hidden;
}

.route-viewer{
  position:fixed;
  inset:0;
  z-index:2147483647;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, visibility .18s ease;
}

.route-viewer.is-open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.route-viewer__backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,10,18,.76);
  backdrop-filter:blur(10px);
}

.route-viewer__panel{
  position:relative;
  width:min(1180px, calc(100vw - 32px));
  height:min(90vh, 980px);
  margin:5vh auto 0;
  background:linear-gradient(180deg, rgba(9,31,54,.98), rgba(6,19,34,.98));
  border:1px solid rgba(84,228,241,.36);
  border-radius:24px;
  box-shadow:0 30px 80px rgba(0,0,0,.45);
  padding:22px 22px 20px;
  display:grid;
  grid-template-rows:auto 1fr auto auto;
  gap:18px;
}

.route-viewer__close{
  position:absolute;
  top:14px;
  right:14px;
  width:44px;
  height:44px;
  border-radius:50%;
  border:1px solid rgba(84,228,241,.34);
  background:rgba(6,19,34,.84);
  color:#54e4f1;
  font-size:30px;
  line-height:1;
  cursor:pointer;
  z-index:2;
}

.route-viewer__header{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding-right:54px;
}

.route-viewer__counter{
  flex:0 0 auto;
  min-width:86px;
  padding:10px 12px;
  border-radius:999px;
  background:rgba(84,228,241,.1);
  border:1px solid rgba(84,228,241,.26);
  color:#baf8fc;
  font-weight:600;
  letter-spacing:.08em;
  text-align:center;
}

.route-viewer__titles{
  min-width:0;
}

.route-viewer__title{
  color:#54e4f1;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(30px, 4vw, 54px);
  line-height:1;
}

.route-viewer__media{
  position:relative;
  min-height:0;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(84,228,241,.22);
  background:
    radial-gradient(circle at top left, rgba(84,228,241,.18), transparent 42%),
    linear-gradient(180deg, rgba(7,24,42,.88), rgba(4,14,26,.96));
}

.route-viewer__media--empty{
  background:
    radial-gradient(circle at top left, rgba(84,228,241,.18), transparent 42%),
    linear-gradient(180deg, rgba(7,24,42,.88), rgba(4,14,26,.96));
}

.route-viewer__image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
}

.route-viewer__mini-map{
  position:absolute !important;
  right:16px;
  bottom:16px;
  inset:auto 16px 16px auto;
  width:320px;
  height:210px;
  max-width:34vw;
  max-height:24vh;
  min-width:180px;
  min-height:140px;
  border-radius:18px;
  overflow:hidden;
  border:2px solid rgba(84,228,241,.78);
  box-shadow:0 18px 38px rgba(0,0,0,.44), 0 0 0 1px rgba(84,228,241,.18);
  background:rgba(5,18,32,.72);
  z-index:4;
}

.route-viewer__popup-layer{
  position:absolute;
  inset:0;
  z-index:12;
  pointer-events:none;
}

.route-viewer__mini-map .maplibregl-map{
  position:absolute;
  inset:0;
}

.route-viewer-point-popup-shell{
  position:absolute;
  min-width:230px;
  max-width:300px;
  pointer-events:auto;
  transform:translate(-50%, calc(-100% - 18px));
  z-index:13;
}

.route-viewer__mini-map::after{
  content:'';
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);
}

.route-viewer__caption{
  color:var(--text-soft);
  font-size:16px;
  line-height:1.7;
  min-height:1.7em;
}

.route-viewer__nav{
  display:flex;
  justify-content:space-between;
  gap:14px;
}

.route-viewer__nav-btn{
  flex:1 1 0;
  border:1px solid rgba(84,228,241,.32);
  background:rgba(84,228,241,.08);
  color:#d8feff;
  min-height:52px;
  border-radius:16px;
  font-family:'Jost',sans-serif;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}

.route-viewer__nav-btn--primary{
  background:linear-gradient(180deg, rgba(84,228,241,.24), rgba(84,228,241,.14));
  border-color:rgba(84,228,241,.45);
}

.route-viewer__nav-btn:disabled{
  opacity:.55;
  cursor:default;
}

.route-viewer__nav-btn:hover:not(:disabled),
.route-viewer__nav-btn:focus-visible{
  background:rgba(84,228,241,.14);
  outline:none;
}

.tour-route-3d-btn{
  width:33px;
  height:33px;
  color:#102f4f;
  background:#ffffff;
  border:0;
  font-weight:700;
  letter-spacing:.04em;
  text-shadow:none;
}

.tour-route-3d-btn:hover{
  background:#f3f5f7;
  color:#0d2439;
}

.tour-route-3d-btn:focus-visible{
  outline:2px solid rgba(16,47,79,.28);
  outline-offset:2px;
}

.maplibregl-fullscreen-control button{
  width:33px;
  height:33px;
}

.maplibregl-3d-control{
  display:flex;
}

.maplibregl-ctrl-attribution{
  display:none !important;
}

.tour-plan__price-block{
  margin-top:0;
  padding-top:0;
  margin-bottom:14px;
  padding-bottom:14px;
  border-bottom:1px solid rgba(201,162,75,.24);
  display:block;
}

.tour-plan__price{
  margin:0;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:rgba(242,234,217,.72);
  line-height:1;
}

.tour-plan__price-card{
  border:1px dashed rgba(227,197,119,.32);
  border-radius:14px;
  padding:12px 14px;
  background:linear-gradient(160deg, #081f3e 0%, #11345f 100%);
  border-color:rgba(201,162,75,.72);
  color:var(--cream);
}

.tour-plan__price,
.tour-plan__value-sub,
.tour-plan__extra,
.tour-plan__supplement{
  color:inherit;
}

.tour-plan__value-sub{
  margin:0;
  color:rgba(242,234,217,.9);
  font-size:clamp(14px, 1.5vw, 17px);
  letter-spacing:.05em;
}

.tour-plan__value-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  margin:4px 0 0;
}

.tour-plan__value{
  margin:0;
  color:var(--gold);
  font-size:clamp(40px, 5.2vw, 58px);
  font-family:"Cormorant Garamond", serif;
  line-height:1.05;
  text-wrap:balance;
}

.tour-plan__extra,
.tour-plan__supplement{
  margin:8px 0 0;
  font-size:clamp(14px, 1.75vw, 18px);
  color:rgba(242,234,217,.9);
}

.tour-plan__supplement{
  margin-top:4px;
}

.tour-plan__details{
  margin-top:12px;
}

.tour-plan__details-toggle{
  list-style:none;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
  margin:0 auto;
  color:var(--gold-light);
  text-decoration:underline;
  text-underline-offset:4px;
  font-size:clamp(13px, 1.45vw, 16px);
  letter-spacing:.06em;
  text-transform:none;
  display:block;
  width:max-content;
  text-align:center;
}

.tour-plan__details-toggle::after{
  content:none;
  display:inline-flex;
  transition:transform .2s ease;
  font-size:18px;
  margin-left:8px;
}

.tour-plan__details[open] .tour-plan__details-toggle{
  display:none;
}

.tour-plan__details-toggle::marker{
  display:none;
}

.tour-plan__details-toggle::-webkit-details-marker{
  display:none;
}

.tour-plan__details-content{
  margin-top:10px;
}

.site-footer{
  position:relative;
  padding:clamp(34px,5vw,56px) clamp(16px,3vw,34px) clamp(34px,5vw,56px);
  background:
    radial-gradient(circle at top center, rgba(19,63,96,.34), transparent 26%),
    linear-gradient(180deg, #04101b 0%, #03111c 100%);
  border-top:1px solid rgba(227,197,119,.18);
}

body.cookie-visible .site-footer{
  padding-bottom:calc(clamp(34px,5vw,56px) + 42px);
}

.site-footer__inner{
  max-width:1320px;
  margin:0 auto;
  position:relative;
}

.site-footer__inner::before{
  content:none;
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(227,197,119,.55), transparent);
}

.site-footer__brand{
  display:flex;
  align-items:flex-start;
  gap:22px;
  padding:18px 0 26px;
  border-bottom:1px solid rgba(227,197,119,.14);
}

.site-footer__mark{
  width:76px;
  height:76px;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(78%) sepia(33%) saturate(539%) hue-rotate(359deg) brightness(96%) contrast(89%) drop-shadow(0 6px 18px rgba(201,162,75,.1));
}

.site-footer__copy{
  max-width:720px;
}

.site-footer__title{
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(28px,2.4vw,38px);
  font-weight:600;
  letter-spacing:.05em;
}

.site-footer__text{
  margin-top:10px;
  color:rgba(242,234,217,.76);
  font-size:clamp(14px,1.12vw,17px);
  line-height:1.8;
}

.site-footer__grid{
  margin-top:28px;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:26px 34px;
}

.site-footer__group{
  display:grid;
  align-content:start;
  gap:12px;
  min-width:0;
}

.site-footer__label{
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(20px,1.6vw,24px);
  font-weight:600;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:2px;
}

.site-footer__group a,
.site-footer__group span{
  color:rgba(242,234,217,.82);
  text-decoration:underline;
  text-underline-offset:4px;
  font-size:15px;
  line-height:1.65;
}

.site-footer__group a:hover{
  color:var(--gold-light);
}

.site-footer__group a:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:3px;
  border-radius:4px;
}

.site-footer__bottom{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(227,197,119,.12);
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:10px 18px;
  color:rgba(242,234,217,.54);
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.cookie-banner{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:60;
}

.cookie-banner[hidden]{
  display:none;
}

.cookie-banner__inner{
  max-width:1040px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  border:1px solid rgba(227,197,119,.36);
  border-radius:18px;
  background:rgba(4,20,34,.94);
  box-shadow:0 18px 40px rgba(0,0,0,.28);
  backdrop-filter:blur(10px);
}

.cookie-banner__copy{
  min-width:0;
}

.cookie-banner__title{
  color:var(--gold-light);
  font-family:'Cormorant Garamond',serif;
  font-size:26px;
  font-weight:600;
  line-height:1;
}

.cookie-banner__copy p{
  margin-top:6px;
  color:rgba(242,234,217,.78);
  font-size:14px;
  line-height:1.55;
}

.cookie-banner__btn{
  flex:0 0 auto;
  border:1px solid rgba(227,197,119,.82);
  border-radius:999px;
  background:linear-gradient(180deg, rgba(201,162,75,.22), rgba(201,162,75,.12));
  color:var(--cream);
  font-family:'Libre Baskerville','Cormorant Garamond',serif;
  font-size:14px;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:12px 18px;
  cursor:pointer;
}

.cookie-banner__btn:hover{
  border-color:var(--gold-light);
  background:linear-gradient(180deg, rgba(201,162,75,.32), rgba(201,162,75,.16));
}

.cookie-banner__btn:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:3px;
}

.photo-grid{
  max-width:1380px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(12, minmax(0, 1fr));
  grid-auto-rows:30px;
  grid-auto-flow:dense;
  gap:14px;
}

.photo-card{
  position:relative;
  overflow:hidden;
  border:none;
  padding:0;
  background:#0a1c2f;
  border-radius:24px;
  cursor:pointer;
  box-shadow:0 20px 44px rgba(0,0,0,.24);
  transition:transform .35s ease, box-shadow .35s ease, filter .35s ease;
}

.photo-card:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 60px rgba(0,0,0,.3);
  filter:saturate(1.04);
}

.photo-card:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:4px;
}

.photo-card::after{
  content:none;
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(255,255,255,.05), transparent 28%, rgba(2,17,30,.1) 62%, rgba(2,17,30,.52) 100%);
  pointer-events:none;
}

.photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

.photo-card:hover img{
  transform:scale(1.04);
}

.photo-card__meta{
  position:absolute;
  left:16px;
  right:16px;
  bottom:14px;
  z-index:1;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
}

.photo-card__label{
  color:#f7f0e2;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(18px,1.7vw,28px);
  font-weight:600;
  text-shadow:0 4px 16px rgba(0,0,0,.45);
}

.photo-card__index{
  color:rgba(255,255,255,.8);
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
}

.span-6{grid-column:span 6}
.span-5{grid-column:span 5}
.span-4{grid-column:span 4}
.span-3{grid-column:span 3}
.row-12{grid-row:span 12}
.row-11{grid-row:span 11}
.row-10{grid-row:span 10}
.row-9{grid-row:span 9}
.row-8{grid-row:span 8}
.row-7{grid-row:span 7}

.lightbox{
  --lightbox-top-space: 72px;
  --lightbox-bottom-space: 92px;
  position:fixed;
  inset:0;
  z-index:50;
  display:block;
  padding:clamp(14px,2vw,24px);
  background:rgba(3,12,20,.82);
  backdrop-filter:blur(14px);
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}

.lightbox.is-open{
  opacity:1;
  pointer-events:auto;
}

.lightbox-top{
  position:absolute;
  left:clamp(14px,2vw,24px);
  right:clamp(14px,2vw,24px);
  top:clamp(14px,2vw,24px);
  z-index:4;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.lightbox-meta{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.lightbox-count{
  color:rgba(255,255,255,.64);
  font-size:11px;
  letter-spacing:.3em;
  text-transform:uppercase;
}

.lightbox-title{
  color:var(--cream);
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(24px,2.3vw,34px);
  font-weight:600;
}

.lightbox-actions{
  display:flex;
  align-items:center;
  gap:10px;
}

.lightbox-btn{
  width:46px;
  height:46px;
  border:2px solid rgba(227,197,119,.82);
  border-radius:50%;
  background:rgba(8,31,49,.92);
  color:var(--gold-light);
  display:grid;
  place-items:center;
  cursor:pointer;
  font-size:22px;
  font-weight:500;
  line-height:1;
  box-shadow:0 10px 24px rgba(0,0,0,.28);
  transition:background .25s ease, transform .25s ease, border-color .25s ease;
}

.lightbox-btn:hover{
  background:rgba(18,50,78,.98);
  border-color:#f0d489;
}

.lightbox-btn:focus-visible,
.thumb:focus-visible{
  outline:2px solid var(--gold-light);
  outline-offset:3px;
}

.lightbox-stage{
  position:relative;
  overflow:hidden;
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  padding-top:var(--lightbox-top-space);
  padding-bottom:var(--lightbox-bottom-space);
  touch-action:none;
}

.lightbox-figure{
  position:relative;
  width:100%;
  height:100%;
  min-height:0;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.lightbox-media{
  width:100%;
  height:100%;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

.lightbox-image{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  user-select:none;
  cursor:zoom-in;
  transform-origin:center center;
  transition:transform .18s ease;
  will-change:transform;
}

.lightbox-image.is-zoomed{
  cursor:grab;
}

.lightbox-stage.is-dragging .lightbox-image{
  cursor:grabbing;
}

.lightbox-caption{
  position:absolute;
  left:22px;
  bottom:18px;
  max-width:min(620px, calc(100% - 44px));
  padding:12px 14px;
  border:1px solid rgba(227,197,119,.28);
  border-radius:16px;
  background:rgba(3,17,29,.55);
  color:var(--cream);
  font-size:14px;
  line-height:1.5;
}

.lightbox-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
}

.lightbox-prev{left:10px}
.lightbox-next{right:10px}

.thumb-strip{
  position:absolute;
  left:clamp(14px,2vw,24px);
  right:clamp(14px,2vw,24px);
  bottom:clamp(14px,2vw,24px);
  z-index:4;
  display:flex;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  padding-top:0;
  scrollbar-width:thin;
}

.thumb{
  position:relative;
  flex:0 0 auto;
  width:86px;
  height:68px;
  border:1px solid rgba(227,197,119,.24);
  border-radius:14px;
  overflow:hidden;
  background:#0a1b2d;
  cursor:pointer;
  opacity:.68;
  transition:opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.thumb.is-active{
  opacity:1;
  transform:translateY(-2px);
  border-color:var(--gold-light);
}

@media (max-width:1024px){
  .tour-plans{
    margin-top:18px;
    width:min(100%, calc(100vw - 28px));
    border-radius:20px;
    padding:12px;
  }

  .tour-plans__title{
    font-size:clamp(21px, 4.5vw, 28px);
  }

  .tour-plans__grid{
    grid-template-columns:1fr;
    gap:12px;
  }

  .tour-plan{
    padding:14px;
  }

  .tour-plan__value{
    font-size:clamp(32px, 8vw, 44px);
  }

  .tour-plan__value-sub{
    font-size:clamp(13px, 4vw, 18px);
  }

  .feature h3{font-size:clamp(20px,2.8vw,28px)}
  .feature p{font-size:clamp(18px,2.3vw,24px)}
  .phone{font-size:clamp(24px,3.6vw,36px)}
}

@media (max-width:760px){
  .route-viewer__panel{
    width:calc(100vw - 16px);
    height:min(94dvh, 980px);
    margin:8px auto 0;
    padding:16px 14px 14px;
    gap:14px;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
  }

  .route-viewer__header{
    gap:12px;
    padding-right:48px;
  }

  .route-viewer__counter{
    min-width:76px;
    padding:8px 10px;
    font-size:13px;
  }

  .route-viewer__title{
    font-size:clamp(24px, 8vw, 36px);
  }

  .route-viewer__close{
    top:10px;
    right:10px;
    width:38px;
    height:38px;
    font-size:26px;
  }

  .route-viewer__media{
    display:grid;
    grid-template-columns:1fr;
    grid-template-areas:
      "image"
      "mini";
    gap:12px;
    overflow:visible;
  }

  .route-viewer__image{
    grid-area:image;
    height:auto;
    max-height:52vh;
    min-height:240px;
    aspect-ratio:4 / 3;
    border-radius:18px;
  }

  .route-viewer__mini-map{
    grid-area:mini;
    position:relative !important;
    right:auto;
    bottom:auto;
    inset:auto;
    width:min(100%, 360px);
    max-width:100%;
    height:200px;
    min-width:0;
    min-height:0;
    margin:0 auto;
    border-radius:18px;
  }

  .route-viewer__popup-layer{
    grid-area:mini;
    position:relative;
    inset:auto;
    z-index:12;
    min-height:200px;
  }

  .route-viewer-point-popup-shell{
    min-width:200px;
    max-width:min(280px, calc(100vw - 40px));
  }

  .route-viewer__caption{
    font-size:15px;
    line-height:1.6;
    display: none;
  }

  .route-viewer__nav{
    position:absolute;
    left:22px;
    right:22px;
    top:50%;
    transform:translateY(-50%);
    z-index:6;
    margin-top:0;
    padding:0;
    gap:10px;
    justify-content:space-between;
    pointer-events:none;
  }

  .route-viewer__nav-btn{
    pointer-events:auto;
    flex:0 0 auto;
    width:44px;
    height:44px;
    min-height:44px;
    border-radius:50%;
    font-size:0;
    line-height:0;
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 10px 24px rgba(0,0,0,.28);
  }

  .route-viewer__nav-btn::before{
    content:'';
    display:block;
    width:11px;
    height:11px;
    border-top:2px solid currentColor;
    border-right:2px solid currentColor;
    
    transform:rotate(225deg);
    margin-left:5px;
  }

  .route-viewer__nav-btn--primary::before{
    transform:rotate(45deg);
    margin-left:-5px;
  }

  .route-viewer__nav-btn--primary{
    background:rgba(6,19,34,.84);
  }

  .route-viewer__nav-btn:not(.route-viewer__nav-btn--primary){
    background:rgba(6,19,34,.84);
  }

  .gallery-section{
    padding-left:16px;
    padding-right:16px;
  }

  .site-footer__grid{
    grid-template-columns:1fr;
  }

  .site-footer__brand{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .site-footer__copy{
    text-align:center;
  }

  .site-footer__group{
    justify-items:center;
    text-align:center;
  }

  .site-footer__bottom{
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  .cookie-banner__inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .photo-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    grid-auto-rows:clamp(52px, 14vw, 72px);
    gap:10px;
  }

  .span-6,
  .span-5,
  .span-4,
  .span-3{
    grid-column:span 1;
  }

  .row-12{grid-row:span 3}
  .row-11{grid-row:span 3}
  .row-10{grid-row:span 3}
  .row-9{grid-row:span 2}
  .row-8{grid-row:span 2}
  .row-7{grid-row:span 2}

  .photo-card--hero{
    grid-column:1 / -1;
    grid-row:span 4;
  }

  .photo-card--mobile-wide{
    grid-column:1 / -1;
  }

  .photo-card{
    border-radius:20px;
  }

  .photo-card__meta{
    left:12px;
    right:12px;
    bottom:10px;
    gap:8px;
  }

  .photo-card__label{
    font-size:clamp(16px, 4.8vw, 22px);
  }

  .photo-card__index{
    font-size:11px;
    letter-spacing:.18em;
  }

  .hero-top::before{
    height:clamp(180px, 44vw, 260px);
  }

  .lang-switcher{
    top:10px;
    right:10px;
    width:min(300px, calc(100vw - 20px));
  }

  .hero-copy{
    padding:12px 16px 10px;
  }

  .hero-copy::before{
    inset:-8px -10px -6px;
    border-radius:28px;
  }

  .subline{
    gap:10px;
    letter-spacing:.14em;
    font-size:clamp(14px,4.6vw,22px);
  }

  .location{
    letter-spacing:.12em;
    font-size:clamp(12px,3.6vw,18px);
  }

  .main-photo{
    height:clamp(520px, 122vw, 820px);
  }

  .gallery-frame{
    margin-top:clamp(-92px, -12vw, -64px);
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    border-radius:28px;
    height:clamp(180px, 40vw, 300px);
  }

  .gallery{
    min-height:auto;
    height:auto;
  }

  .gallery-mask{
    display:none;
  }

  .gallery-shape{
    transform:none;
  }

  .features{
    grid-template-columns:1fr;
    gap:26px;
  }

  .feature:not(:last-child)::after{
    display:none;
  }

  .feature:not(:last-child){
    padding-bottom:22px;
    border-bottom:1px solid rgba(227,197,119,.24);
  }

  .cta-title{
    gap:10px;
    font-size:clamp(18px,4.6vw,24px);
    letter-spacing:.06em;
  }

  .cta-title::before,
  .cta-title::after{
    width:24px;
  }

  .phone{
    grid-template-columns:auto auto 1fr;
    gap:8px 10px;
    font-size:clamp(20px,5.5vw,27px);
    width:max-content;
    max-width:100%;
    justify-self:center;
  }

  .trust-links{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
  }

  .trust-link{
    padding:10px 12px;
  }

  .trust-icon{
    width:17px;
    height:17px;
  }

  .trust-title{
    font-size:20px;
  }

  .phone .num{
    width:auto;
  }

  .tour-formats{
    font-size:clamp(14px,4vw,18px);
    line-height:1.6;
  }

  .tour-formats{
    gap:6px 12px;
  }

  .tour-formats__item{
    letter-spacing:.12em;
  }

  .lightbox{
    --lightbox-top-space: 70px;
    --lightbox-bottom-space: 78px;
    padding:8px;
  }

  .lightbox-top{
    left:8px;
    right:8px;
    top:8px;
    align-items:flex-start;
  }

  .lightbox-actions{
    gap:8px;
  }

  .lightbox-btn{
    width:42px;
    height:42px;
    font-size:20px;
  }

  .lightbox-caption{
    left:12px;
    right:12px;
    max-width:none;
    bottom:8px;
    font-size:13px;
  }

  .lightbox-image{
    width:auto;
    height:auto;
    max-width:calc(100vw - 16px);
    max-height:100%;
  }

  .lightbox-nav{
    top:50%;
    bottom:auto;
    transform:translateY(-50%);
  }

  .lightbox-prev{left:6px}
  .lightbox-next{right:6px}

  .thumb{
    width:72px;
    height:58px;
  }

  .thumb-strip{
    left:8px;
    right:8px;
    bottom:8px;
  }
}

@media (max-width:480px){
  .monogram{
    width:54px;
    margin-bottom:8px;
  }

  .brand{
    width:min(86vw, 420px);
    margin-bottom:4px;
  }

  .lang-switcher{
    width:auto;
  }

  .lang-switcher__summary{
    padding:10px 12px;
    justify-content:center;
  }

  .lang-switcher__current{
    justify-content:center;
    gap:0;
  }

  .lang-switcher__summary .lang-switcher__name{
    display:none;
  }

  .lang-switcher__menu{
    position:fixed;
    top:84px;
    right:10px;
    width:min(272px, calc(100vw - 20px));
    max-height:calc(100dvh - 104px);
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }

  .lang-switcher__flag{
    height:14px;
  }

  .subline{
    font-size:30px;
    letter-spacing:.12em;
    gap:8px;
    line-height: 1;
    color: #000000;
  }

  .subline span{
    width:20px;
    background: #000;
  }

  .location{
    margin-top:8px;
    font-size:18px;
    letter-spacing:.1em;
    padding: 5px;
    background-color: rgba(255,255,255,.5);
    border-radius: 5px;
  }

  .lower{
    padding-left:0;
    padding-right:0;
  }

  .cta{
    margin-top:28px;
    padding:0 12px;
  }

  .cta-card{
    width:100%;
    padding:14px 12px 16px;
    text-align:center;
  }

  .site-footer{
    padding-left:12px;
    padding-right:12px;
    padding-bottom:28px;
  }

  body.cookie-visible .site-footer{
    padding-bottom:92px;
  }

  .site-footer__brand{
    gap:12px;
  }

  .site-footer__mark{
    width:48px;
    height:48px;
  }

  .site-footer__title{
    font-size:24px;
  }

  .site-footer__label{
    font-size:18px;
  }

  .site-footer__group a,
  .site-footer__group span{
    font-size:14px;
  }

  .site-footer__group{
    gap:10px;
  }

  .cookie-banner{
    left:10px;
    right:10px;
    bottom:10px;
  }

  .cookie-banner__inner{
    padding:12px 12px 14px;
    border-radius:16px;
  }

  .cookie-banner__title{
    font-size:22px;
  }

  .cookie-banner__copy p{
    font-size:13px;
  }

  .cookie-banner__btn{
    width:100%;
    text-align:center;
  }

  .cta-title{
    gap:8px;
    white-space:normal;
    text-align:center;
    line-height:1.15;
    font-size:clamp(16px,5.8vw,21px);
    letter-spacing:.04em;
  }

  .cta-title::before,
  .cta-title::after{
    width:18px;
    flex:0 0 18px;
  }

  .contact-list{
    gap:12px;
    justify-items:center;
  }

  .phone{
    grid-template-columns:30px 30px 1fr;
    gap:8px;
    font-size:clamp(15px,6.2vw,21px);
    width:max-content;
    max-width:100%;
    justify-self:center;
  }

  .flag{
    width:30px;
    height:21px;
  }

  .wa{
    width:28px;
    height:28px;
  }

  .trust-dot{
    width:30px;
    height:30px;
    flex-basis:30px;
    font-size:13px;
  }

  .trust-icon{
    width:15px;
    height:15px;
  }

  .trust-title{
    font-size:18px;
  }

  .trust-meta{
    font-size:10px;
    letter-spacing:.14em;
  }

  .trust-links{
    grid-template-columns:1fr;
  }

  .num{
    min-width:0;
    white-space:nowrap;
    letter-spacing:.015em;
  }

  .tour-formats{
    flex-direction:column;
    gap:8px;
  }

  .tour-formats__sep{
    display:none;
  }

  .gallery-frame{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    margin-top:-72px;
    height:clamp(150px, 52vw, 220px);
    border-radius:0;
    overflow:hidden;
  }

  .gallery{
    display:block;
    width:100%;
    height:100%;
    min-height:0;
  }

  .gallery-shape{
    width:100%;
    height:100%;
    transform:none;
    overflow:visible;
  }
}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none !important}
}




