
/* v22: exact option 02 logo from user's attached mockup */
.site-header-v22{
  height:122px;
  background:#f5f0e6;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid rgba(21,26,23,.04);
}
.header-logo-v22{
  display:block;
  width:255px;
  line-height:0;
}
.header-logo-v22 img{
  display:block;
  width:100%;
  height:auto;
}
.hero-logo{display:none!important}

/* restore hero spacing now that logo is back in header */
.intro-panel{
  padding-top:42px!important;
}
.hero{
  min-height:653px!important;
}

@media(max-width:900px){
  .site-header-v22{height:108px}
  .header-logo-v22{width:225px}
  .intro-panel{padding-top:45px!important;min-height:620px!important}
}
@media(max-width:540px){
  .site-header-v22{height:96px}
  .header-logo-v22{width:198px}
  .intro-panel{padding-top:38px!important;min-height:600px!important}
}


/* v21 — logo 02 moved into the composition; no header */
.site-header{display:none!important}
.hero{min-height:765px}
.intro-panel{position:relative;padding-top:188px;justify-content:center}
.hero-logo{
 position:absolute;top:24px;left:50%;transform:translateX(-50%);
 width:205px;display:block;z-index:3
}
.hero-logo img{display:block;width:100%;height:auto}
.eyebrow{margin-bottom:25px}

.fact-svg{
 width:30px;height:30px;display:grid;place-items:center;flex:0 0 auto;color:var(--ink)
}
.fact-svg img{width:29px;height:29px;display:block}

.feature-icon{color:var(--ink)}
.feature-icon img{width:50px;height:50px;display:block}

@media(min-width:901px){
 .intro-panel h1{font-size:clamp(61px,4.8vw,80px)}
}
@media(max-width:900px){
 .hero-logo{top:25px;width:190px}
 .intro-panel{padding-top:190px;min-height:760px}
}
@media(max-width:540px){
 .hero-logo{width:175px;top:20px}
 .intro-panel{padding-top:175px;min-height:720px}
}

:root{
  --cream:#f3ede3;
  --sage:#aab8a6;
  --ink:#151a17;
  --orange:#cf5d2d;
  --white:#fbf8f2;
  --line:#d8d0c4;
  --sans:Arial,Helvetica,sans-serif
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans)}
a{text-decoration:none;color:inherit}

.site-header{
  height:112px;
  background:#f7f2ea;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid rgba(0,0,0,.03)
}
.brand{display:block;width:205px}
.brand img{display:block;width:100%;height:auto}

.hero{
  display:grid;
  grid-template-columns:31.15% 37.85% 31%;
  min-height:653px;
}
.panel{min-width:0}
.intro-panel{
  background:var(--cream);
  padding:42px 3.4vw 42px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  margin:0 0 28px;
  font-size:13px;
  line-height:1.7;
  letter-spacing:.26em;
  font-weight:400;
}
.intro-panel h1{
  margin:0 0 22px;
  font-size:clamp(64px,5.1vw,84px);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:800;
}
.lead{
  margin:0 0 34px;
  max-width:390px;
  font-size:16px;
  line-height:1.55;
}
.facts{
  display:grid;
  grid-template-columns:.82fr 1fr 1.25fr;
  gap:16px;
  margin-bottom:36px;
}
.fact{
  display:flex;
  align-items:flex-start;
  gap:9px;
}
.icon{
  width:27px;
  height:27px;
  border:2px solid var(--ink);
  border-radius:50%;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  font-size:11px;
  font-weight:700;
}
.fact p{
  margin:0;
  font-size:10px;
  line-height:1.45;
}
.fact b{font-weight:500}
.cta{
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
  letter-spacing:.08em;
  font-weight:500;
}
.primary{
  width:100%;
  max-width:370px;
  padding:20px 30px;
  background:var(--orange);
  color:white;
  font-size:16px;
  letter-spacing:.14em;
}
.primary span,.orange span{font-size:22px}

.image-panel{
  overflow:hidden;
  background:#3c3228
}
.image-panel img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.info-panel{
  background:var(--sage);
  padding:50px 3.5vw 38px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.info-panel>h2{
  margin:0 0 38px;
  font-size:clamp(45px,4vw,63px);
  line-height:.97;
  letter-spacing:-.045em;
  font-weight:800;
}
.feature{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:20px;
  align-items:start;
  padding:0 0 24px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(21,26,23,.15);
}
.feature:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.feature-icon{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  font-size:36px;
}
.feature h3{
  margin:0 0 8px;
  font-size:14px;
  letter-spacing:.05em;
}
.feature p{
  margin:0;
  font-size:13px;
  line-height:1.52;
  max-width:300px;
  color:#35403a;
}

.opening{
  position:relative;
  min-height:260px;
  overflow:hidden;
  color:white;
}
.opening-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.opening-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(25,25,21,.88) 0%,rgba(35,31,26,.68) 45%,rgba(49,39,29,.28) 74%,rgba(37,31,26,.56) 100%);
}
.opening-copy{
  position:relative;
  z-index:2;
  padding:31px 11vw 28px;
}
.opening-kicker{
  margin:0 0 9px;
  font-size:14px;
  letter-spacing:.38em;
}
.opening-copy h2{
  margin:0;
  font-size:clamp(70px,7.4vw,112px);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:800;
}
.opening-sub{
  margin:10px 0 18px;
  font-size:12px;
  letter-spacing:.26em;
}
.opening-actions{
  display:flex;
  gap:16px;
}
.orange{
  min-width:235px;
  padding:13px 23px;
  background:var(--orange);
  color:white;
}
.ghost{
  min-width:176px;
  justify-content:center;
  padding:13px 23px;
  border:1px solid rgba(255,255,255,.76);
}
.practice-words{
  position:absolute;
  z-index:2;
  right:5vw;
  top:68px;
  display:flex;
  flex-direction:column;
  gap:6px;
  font-size:9px;
  letter-spacing:.26em;
}
.practice-words i{
  display:block;
  width:47px;
  border-top:1px solid rgba(255,255,255,.7);
  margin-top:8px;
}

.booking{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  padding:78px 7vw;
  background:#f7f2ea;
}
.small-label{
  margin:0;
  font-size:9px;
  letter-spacing:.2em;
  font-weight:700;
}
.booking-copy h2{
  margin:24px 0 18px;
  font-size:56px;
  line-height:.9;
  letter-spacing:-.05em;
}
.booking-copy>p:last-child{
  max-width:410px;
  margin:0;
  font-size:14px;
  line-height:1.6;
}
form{
  padding:30px;
  background:var(--cream);
  border:1px solid var(--line);
}
label{
  display:block;
  margin-bottom:18px;
  font-size:8px;
  font-weight:700;
  letter-spacing:.13em;
  color:#67645f;
}
input,select{
  display:block;
  width:100%;
  margin-top:7px;
  padding:11px 0;
  border:0;
  border-bottom:1px solid #aaa398;
  background:transparent;
  border-radius:0;
  font:14px var(--sans);
}
.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px;
}
button{
  width:100%;
  border:0;
  border-radius:999px;
  background:var(--orange);
  color:white;
  padding:16px 22px;
  display:flex;
  justify-content:space-between;
  font-size:11px;
  font-weight:700;
  letter-spacing:.09em;
  cursor:pointer;
}
form small{
  display:block;
  text-align:center;
  margin-top:11px;
  font-size:7px;
  letter-spacing:.1em;
  color:#777;
}

@media(max-width:900px){
  .site-header{height:96px}
  .brand{width:185px}
  .hero{grid-template-columns:1fr}
  .intro-panel{min-height:620px;padding:45px 28px}
  .image-panel{height:650px}
  .info-panel{min-height:650px;padding:52px 28px}
  .opening-copy{padding-left:32px}
  .practice-words{right:30px}
  .booking{grid-template-columns:1fr;padding:65px 28px}
}
@media(max-width:540px){
  .site-header{height:90px}
  .brand{width:170px}
  .intro-panel{padding:38px 20px;min-height:600px}
  .eyebrow{font-size:11px}
  .intro-panel h1{font-size:61px}
  .facts{grid-template-columns:1fr;gap:15px}
  .primary{max-width:none}
  .image-panel{height:480px}
  .info-panel{padding:48px 20px}
  .info-panel>h2{font-size:47px}
  .opening{min-height:335px}
  .opening-copy{padding:42px 20px}
  .opening-copy h2{font-size:60px}
  .opening-actions{flex-direction:column;width:235px}
  .practice-words{display:none}
  .booking{padding:55px 20px}
  .booking-copy h2{font-size:49px}
  .form-row{grid-template-columns:1fr}
}


/* v23 — approved compact vector logo */
.site-header-v22{
  height:100px;
}
.header-logo-v22{
  width:245px;
}
.header-logo-v22 img{
  width:100%;
  height:auto;
  max-height:82px;
  object-fit:contain;
}
@media(max-width:900px){
  .site-header-v22{height:92px}
  .header-logo-v22{width:220px}
  .header-logo-v22 img{max-height:76px}
}
@media(max-width:540px){
  .site-header-v22{height:84px}
  .header-logo-v22{width:195px}
  .header-logo-v22 img{max-height:70px}
}


/* v24 — opening + contact sections from the second approved mockup */

.opening-v24{
  position:relative;
  min-height:340px;
  overflow:hidden;
  color:#fff;
  display:grid;
  place-items:center;
}
.opening-v24-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.opening-v24-overlay{
  position:absolute;
  inset:0;
  background:rgba(22,20,17,.40);
}
.opening-v24-copy{
  position:relative;
  z-index:2;
  width:min(92%, 980px);
  text-align:center;
  padding:55px 20px;
}
.opening-v24-copy>p:first-child{
  margin:0 0 18px;
  font-size:14px;
  letter-spacing:.38em;
  font-weight:400;
}
.opening-v24-copy h2{
  margin:0;
  font-size:clamp(64px,7.4vw,112px);
  line-height:.88;
  letter-spacing:-.055em;
  font-weight:800;
}
.opening-v24-line{
  display:block;
  width:48px;
  border-top:1px solid rgba(255,255,255,.8);
  margin:24px auto 20px;
}
.opening-v24-sub{
  margin:0;
  font-size:12px;
  letter-spacing:.28em;
}

.contact-v24{
  background:#f7f2e9;
  padding:72px 22px 84px;
}
.contact-v24-inner{
  width:min(100%, 760px);
  margin:0 auto;
  text-align:center;
}
.contact-v24-kicker{
  margin:0 0 14px;
  font-size:10px;
  letter-spacing:.35em;
  color:#66635e;
}
.contact-v24 h2{
  margin:0 0 12px;
  font-size:clamp(42px,4.6vw,64px);
  line-height:.95;
  letter-spacing:-.045em;
}
.contact-v24-lead{
  margin:0 auto 34px;
  max-width:600px;
  font-size:14px;
  line-height:1.55;
  color:#5d5d58;
}
.contact-v24-form{
  background:transparent;
  border:0;
  padding:0;
  margin:0;
}
.contact-v24-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px 16px;
}
.contact-v24-form label{
  margin:0;
  text-align:left;
  color:inherit;
  font-size:0;
  letter-spacing:0;
}
.contact-v24-form label>span{
  position:absolute;
  width:1px;height:1px;
  overflow:hidden;
  clip:rect(0 0 0 0);
  white-space:nowrap;
}
.contact-v24-form input,
.contact-v24-form select,
.contact-v24-form textarea{
  width:100%;
  margin:0;
  padding:17px 18px;
  border:1px solid #d1cabf;
  border-radius:5px;
  background:#fbf8f1;
  color:#292c29;
  font:14px Arial,Helvetica,sans-serif;
  outline:none;
}
.contact-v24-form textarea{
  min-height:104px;
  resize:vertical;
}
.contact-v24-form .details{
  grid-row:2 / span 1;
  grid-column:2;
}
.contact-v24-form button{
  width:min(100%, 480px);
  margin:24px auto 0;
  border:0;
  border-radius:999px;
  background:#cf5d2d;
  color:white;
  padding:16px 24px;
  display:block;
  text-align:center;
  font-size:11px;
  font-weight:700;
  letter-spacing:.28em;
  cursor:pointer;
}

/* Slightly larger VILNIUS in the approved compact SVG's display area */
.header-logo-v22{
  width:252px;
}

@media(max-width:700px){
  .opening-v24{min-height:300px}
  .opening-v24-copy h2{font-size:58px}
  .opening-v24-sub{font-size:10px}
  .contact-v24{padding:58px 18px 68px}
  .contact-v24-grid{grid-template-columns:1fr}
  .contact-v24-form .details{grid-row:auto;grid-column:auto}
}


/* v25 — completely redesigned opening section, built in CSS only */
.opening-v25{
  position:relative;
  min-height:390px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.055), transparent 31%),
    linear-gradient(115deg,#2b2923 0%,#40392f 49%,#292822 100%);
  color:#f7f1e7;
  display:grid;
  place-items:center;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(0,0,0,.18);
}
.opening-v25::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.14;
  background:
    repeating-linear-gradient(90deg,transparent 0 109px,rgba(255,255,255,.04) 110px);
  pointer-events:none;
}
.opening-v25-copy{
  position:relative;
  z-index:3;
  text-align:center;
  padding:64px 20px;
}
.opening-v25-kicker{
  margin:0 0 18px;
  font-size:13px;
  letter-spacing:.42em;
  font-weight:400;
}
.opening-v25-copy h2{
  margin:0;
  font-size:clamp(74px,8.2vw,126px);
  line-height:.77;
  letter-spacing:-.065em;
  font-weight:800;
}
.opening-v25-rule{
  display:block;
  width:52px;
  border-top:1px solid rgba(247,241,231,.82);
  margin:31px auto 22px;
}
.opening-v25-sub{
  margin:0;
  font-size:10px;
  letter-spacing:.34em;
  color:rgba(247,241,231,.76);
}

/* understated drumstick graphic */
.opening-v25-left{
  position:absolute;
  left:7%;
  bottom:46px;
  width:155px;
  height:155px;
  opacity:.22;
  transform:rotate(-7deg);
}
.stick{
  position:absolute;
  display:block;
  width:5px;
  height:150px;
  border-radius:999px;
  background:#f3e9da;
  transform-origin:50% 90%;
}
.stick::before{
  content:"";
  position:absolute;
  top:-8px;
  left:-3px;
  width:11px;
  height:18px;
  border-radius:50%;
  background:#f3e9da;
}
.stick.s1{left:60px;top:5px;transform:rotate(42deg)}
.stick.s2{left:87px;top:0;transform:rotate(-31deg)}

/* understated cymbal silhouette */
.opening-v25-right{
  position:absolute;
  right:6%;
  bottom:35px;
  width:190px;
  height:160px;
  opacity:.19;
}
.cymbal{
  position:absolute;
  top:22px;
  left:5px;
  width:180px;
  height:20px;
  border-radius:50%;
  background:#f3e9da;
  transform:perspective(100px) rotateX(52deg);
}
.cymbal::before{
  content:"";
  position:absolute;
  width:26px;height:13px;
  left:77px;top:-5px;
  border-radius:50% 50% 20% 20%;
  background:#f3e9da;
}
.stand{
  position:absolute;
  top:40px;
  left:93px;
  width:3px;
  height:118px;
  background:#f3e9da;
}
.stand::before,.stand::after{
  content:"";
  position:absolute;
  bottom:0;
  width:75px;
  height:3px;
  background:#f3e9da;
  transform-origin:left center;
}
.stand::before{transform:rotate(28deg)}
.stand::after{transform:rotate(152deg)}

@media(max-width:760px){
  .opening-v25{min-height:350px}
  .opening-v25-copy{padding:58px 18px}
  .opening-v25-copy h2{font-size:72px}
  .opening-v25-left{left:-35px;opacity:.12}
  .opening-v25-right{right:-55px;opacity:.12}
}
@media(max-width:430px){
  .opening-v25{min-height:320px}
  .opening-v25-copy h2{font-size:61px}
  .opening-v25-kicker{font-size:10px}
  .opening-v25-sub{font-size:8px}
}


/* v26 — photo-backed opening section */
.opening-v26{
  position:relative;
  min-height:390px;
  overflow:hidden;
  display:grid;
  place-items:center;
  color:#fff;
  background:#2d2924;
}
.opening-v26-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.8) contrast(.92);
}
.opening-v26-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(22,20,18,.58),rgba(22,20,18,.36) 50%,rgba(22,20,18,.58)),
    rgba(22,20,18,.13);
}
.opening-v26-copy{
  position:relative;
  z-index:2;
  text-align:center;
  padding:62px 20px;
  width:min(96%,1000px);
}
.opening-v26-copy>p:first-child{
  margin:0 0 18px;
  font-size:13px;
  letter-spacing:.42em;
}
.opening-v26-copy h2{
  margin:0;
  font-size:clamp(72px,8vw,122px);
  line-height:.86;
  letter-spacing:-.06em;
  font-weight:800;
}
.opening-v26-copy>span{
  display:block;
  width:50px;
  border-top:1px solid rgba(255,255,255,.82);
  margin:28px auto 21px;
}
.opening-v26-copy .sub{
  margin:0;
  font-size:10px;
  letter-spacing:.34em;
  color:rgba(255,255,255,.82);
}

/* slightly roomier logo to accommodate the larger VILNIUS line */
.header-logo-v22{
  width:258px;
}
.header-logo-v22 img{
  max-height:86px;
}

@media(max-width:700px){
  .opening-v26{min-height:330px}
  .opening-v26-copy h2{font-size:61px}
  .opening-v26-copy>p:first-child{font-size:10px}
  .opening-v26-copy .sub{font-size:8px}
}


/* v27 — restored original hero photo, stronger pricing, fuller room copy */
.price-focus-v27{
  margin:26px 0 22px;
  display:flex;
  align-items:flex-end;
  gap:8px;
  width:max-content;
  padding:15px 18px 13px;
  border:2px solid #171a18;
  background:#f7f1e7;
  line-height:1;
}
.price-focus-v27 span{
  align-self:center;
  font-size:10px;
  letter-spacing:.22em;
  font-weight:700;
}
.price-focus-v27 strong{
  font-size:48px;
  line-height:.82;
  letter-spacing:-.055em;
}
.price-focus-v27 small{
  padding-bottom:3px;
  font-size:11px;
  letter-spacing:.12em;
  font-weight:700;
}

.hero-left p{
  max-width:31rem;
  line-height:1.62;
}

@media(max-width:700px){
  .price-focus-v27{
    margin:22px 0 18px;
    padding:13px 15px 12px;
  }
  .price-focus-v27 strong{
    font-size:42px;
  }
}

/* v28 — all ages */
.feature-icon-age{
  display:grid;
  place-items:center;
  font-size:30px;
  font-weight:300;
  line-height:1;
}


/* v30 — v28 visual layout restored; new understated pricing treatment */
.price-focus-v27{display:none !important;}

.price-v30{
  margin:24px 0 20px;
  width:max-content;
  min-width:188px;
  padding:0 0 11px;
  border-bottom:2px solid #171a18;
}
.price-v30-main{
  display:flex;
  align-items:flex-end;
  gap:9px;
}
.price-v30-main span{
  padding-bottom:7px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
}
.price-v30-main strong{
  font-size:58px;
  line-height:.78;
  letter-spacing:-.065em;
  font-weight:800;
}
.price-v30-unit{
  margin-top:8px;
  padding-left:47px;
  font-size:10px;
  font-weight:700;
  letter-spacing:.19em;
}

@media(max-width:700px){
  .price-v30-main strong{font-size:50px}
}


/* v31 — stronger hierarchy for price and location */
.price-v30{
  min-width:220px;
  margin:28px 0 22px;
  padding:0 0 13px;
  border-bottom:3px solid #171a18;
}
.price-v30-main{
  gap:11px;
}
.price-v30-main span{
  padding-bottom:9px;
  font-size:11px;
  letter-spacing:.24em;
}
.price-v30-main strong{
  font-size:68px;
}
.price-v30-unit{
  margin-top:10px;
  padding-left:52px;
  font-size:11px;
  letter-spacing:.2em;
}

/* Make the existing hero facts more noticeable without changing the v28 layout */
.hero-facts,
.facts{
  margin-top:18px;
}
.hero-facts > *,
.facts > *{
  padding-top:10px;
  padding-bottom:10px;
}
.hero-facts strong,
.facts strong{
  font-size:16px;
}
.hero-facts span,
.facts span{
  font-size:11px;
}

/* Emphasize the location row */
.hero-facts > *:nth-child(2),
.facts > *:nth-child(2){
  border-top:2px solid rgba(23,26,24,.9);
  border-bottom:2px solid rgba(23,26,24,.9);
}

/* Feature message emphasis */
.hero-facts > *:last-child,
.facts > *:last-child{
  margin-top:6px;
  padding:13px 0;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

@media(max-width:700px){
  .price-v30{
    min-width:200px;
  }
  .price-v30-main strong{
    font-size:58px;
  }
}


/* v32 — redesigned key information */
.price-v30,
.hero-facts,
.facts{
  display:none !important;
}

.hero-info-v32{
  display:grid;
  gap:10px;
  margin:26px 0 22px;
}

.info-card-v32{
  padding:14px 15px 13px;
  border:1px solid rgba(23,26,24,.32);
  background:rgba(255,255,255,.22);
}

.info-label-v32{
  display:block;
  margin-bottom:8px;
  font-size:8px;
  line-height:1;
  font-weight:700;
  letter-spacing:.24em;
  opacity:.58;
}

.info-card-v32 strong{
  display:block;
  font-size:19px;
  line-height:1.05;
  letter-spacing:-.02em;
}

.info-card-v32 small{
  display:block;
  margin-top:6px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.15em;
  line-height:1.4;
}

.price-card-v32{
  padding-top:12px;
  padding-bottom:14px;
  border:2px solid #171a18;
  background:#f4eee3;
}

.price-line-v32{
  display:flex;
  align-items:flex-end;
  gap:8px;
  line-height:1;
}

.price-line-v32 .from-v32{
  padding-bottom:6px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.2em;
}

.price-line-v32 strong{
  display:inline-block;
  font-size:54px;
  line-height:.78;
  letter-spacing:-.06em;
}

.price-line-v32 small{
  display:inline-block;
  margin:0;
  padding-bottom:4px;
  font-size:10px;
  letter-spacing:.12em;
}

.location-v32{
  font-size:21px !important;
}

.practice-card-v32{
  background:#171a18;
  color:#f6f0e6;
  border-color:#171a18;
}

.practice-card-v32 .info-label-v32{
  opacity:.6;
}

.practice-card-v32 strong{
  font-size:17px;
  letter-spacing:.03em;
}

.practice-card-v32 small{
  opacity:.82;
}

@media(max-width:700px){
  .price-line-v32 strong{font-size:48px}
}


/* v33 — corrected visible key info */
.key-info-v33{
  display:grid;
  gap:9px;
  margin:25px 0 22px;
}

.key-price-v33{
  display:flex;
  align-items:flex-end;
  gap:9px;
  padding:16px 17px 15px;
  background:#171a18;
  color:#f6f0e6;
  border-radius:2px;
}
.key-price-v33 .key-label-v33{
  padding-bottom:7px;
}
.key-price-v33 strong{
  font-size:64px;
  line-height:.76;
  letter-spacing:-.065em;
}
.key-unit-v33{
  padding-bottom:5px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.12em;
}

.key-row-v33{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:11px;
  align-items:center;
  padding:13px 14px;
  border:1px solid rgba(23,26,24,.28);
  background:rgba(255,255,255,.20);
}
.key-icon-v33{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
}
.key-icon-v33 img{
  width:29px;
  height:29px;
  object-fit:contain;
}
.key-label-v33{
  display:block;
  margin-bottom:5px;
  font-size:8px;
  font-weight:700;
  letter-spacing:.22em;
  opacity:.65;
}
.key-row-v33 strong{
  display:block;
  font-size:17px;
  line-height:1.1;
}
.key-row-v33 small{
  display:block;
  margin-top:4px;
  font-size:10px;
  line-height:1.35;
  font-weight:600;
}
.key-access-v33{
  border:2px solid #171a18;
}

/* v33 opening photo */
.opening-v26{
  min-height:390px;
}
.opening-v26-bg{
  filter:none;
}
.opening-v26-overlay{
  background:
    linear-gradient(90deg,rgba(20,18,16,.56),rgba(20,18,16,.31) 50%,rgba(20,18,16,.56)),
    rgba(20,18,16,.12);
}

@media(max-width:700px){
  .key-price-v33 strong{font-size:56px}
}


/* v34 — price + location on one line */
.key-info-v33{display:none !important;}

.key-strip-v34{
  display:grid;
  grid-template-columns:auto 1px minmax(0,1fr);
  align-items:center;
  gap:15px;
  margin:26px 0 22px;
  padding:15px 16px;
  border:2px solid #171a18;
  background:rgba(255,255,255,.24);
}

.key-price-v34{
  display:grid;
  grid-template-columns:auto auto auto;
  align-items:end;
  gap:7px;
  white-space:nowrap;
}
.key-price-v34 span,
.key-location-v34 span{
  font-size:8px;
  font-weight:700;
  letter-spacing:.19em;
}
.key-price-v34 span{padding-bottom:5px}
.key-price-v34 strong{
  font-size:45px;
  line-height:.76;
  letter-spacing:-.06em;
}
.key-price-v34 small{
  padding-bottom:3px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.08em;
}

.key-divider-v34{
  display:block;
  width:1px;
  height:42px;
  background:rgba(23,26,24,.38);
}

.key-location-v34{
  min-width:0;
}
.key-location-v34 span{
  display:block;
  margin-bottom:5px;
  opacity:.62;
}
.key-location-v34 strong{
  display:block;
  font-size:15px;
  line-height:1.05;
  white-space:nowrap;
}
.key-location-v34 small{
  display:block;
  margin-top:4px;
  font-size:9px;
  font-weight:700;
  letter-spacing:.13em;
}

@media(max-width:440px){
  .key-strip-v34{
    gap:10px;
    padding:13px 12px;
  }
  .key-price-v34 strong{font-size:38px}
  .key-price-v34 span{display:none}
  .key-location-v34 strong{font-size:13px}
}


/* v35 — crisp cymbal background */
.opening-v26-bg{
  object-position:center 48%;
  filter:saturate(.78) brightness(.78) contrast(.96);
}
.opening-v26-overlay{
  background:
    linear-gradient(90deg,rgba(17,18,18,.52),rgba(17,18,18,.24) 50%,rgba(17,18,18,.52)),
    rgba(17,18,18,.08);
}


/* v39 — requested key strip spacing only */
.key-strip-v34 {
  margin: 0px 0 22px;
}


/* v40 — language switch */
.site-header-v22{
  position:relative;
}
.lang-switch-v40{
  position:absolute;
  right:28px;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  display:grid;
  place-items:center;
  min-width:42px;
  height:36px;
  padding:0 11px;
  border:1px solid rgba(21,26,23,.35);
  color:#151a17;
  background:transparent;
  text-decoration:none;
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
  transition:background .18s ease,color .18s ease;
}
.lang-switch-v40:hover{
  background:#151a17;
  color:#f6f0e6;
}
@media(max-width:600px){
  .lang-switch-v40{
    right:14px;
    min-width:38px;
    height:32px;
    padding:0 8px;
    font-size:10px;
  }
}


/* v46 — larger Lithuanian opening labels */
.lt-opening-title-v46{
  font-size:1.28em !important;
}
.lt-prebook-v46{
  font-size:1.28em !important;
}


/* v47 — production contact form, same submit behaviour as lukiskiustudija.lt */
.contact-v24-form .full{grid-column:1 / -1;grid-row:auto}
.contact-check{
  display:flex !important;
  flex-direction:row !important;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:16px auto 0 !important;
  font-size:12px !important;
  color:#5d5d58 !important;
  cursor:pointer;
}
.contact-check>span{
  position:static !important;
  width:auto !important;
  height:auto !important;
  overflow:visible !important;
  clip:auto !important;
  white-space:normal !important;
}
.contact-check input{width:auto !important;accent-color:#cf5d2d}
.hp-field{position:absolute !important;left:-9999px !important;width:1px !important;height:1px !important;overflow:hidden !important}
.form-status{min-height:18px;margin:12px 0 0;font-size:12px;color:#5d5d58}
.booking-success-message{
  display:none;
  min-height:280px;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:clamp(34px,5vw,64px);
  line-height:1;
  font-weight:800;
  letter-spacing:-.04em;
}
.booking-success-message.is-visible{display:flex}
.contact-v24-form button:disabled{opacity:.55;cursor:wait}
@media(max-width:700px){.contact-v24-form .full{grid-column:auto}}


/* v48 — Lithuanian intro panel position only */
.lt-page-v48 .intro-panel {
  background: var(--cream);
  padding: 4px 3.4vw 42px;
}


/* v51 — match English opening label sizing to LT and tighten LT eyebrow spacing */
.lt-eyebrow-tight-v51{
  margin-top:-30px !important;
}


/* v52 — requested intro panel adjustment */
.intro-panel {
  padding-top: 0px !important;
}


/* v64 — centered mobile presentation */
@media (max-width: 760px) {
  body,
  .intro-panel,
  .feature-panel,
  .opening-copy,
  .contact-v24,
  .contact-v24-copy,
  .contact-v24-form,
  footer {
    text-align: center !important;
  }

  .key-strip-v34,
  .feature-item,
  .contact-v24-grid label {
    text-align: center !important;
  }

  .feature-item {
    justify-content: center !important;
  }

  .contact-v24-form input,
  .contact-v24-form select,
  .contact-v24-form textarea {
    text-align: center !important;
  }

  .contact-v24-form select {
    text-align-last: center !important;
  }

  .contact-v24-form button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* v65 — refined mobile centering */
@media (max-width: 760px) {
  /* Give the top header/logo more breathing room */
  .site-header,
  header.site-header {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    min-height: 72px !important;
  }

  .site-header img,
  header.site-header img,
  .site-logo,
  .header-logo {
    max-width: min(58vw, 220px) !important;
    height: auto !important;
  }

  /* Paragraphs: truly centered with a readable measure */
  .intro-panel p,
  .opening-copy p,
  .contact-v24-copy p,
  .feature-panel p {
    max-width: 32rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  /* Center hero content more cleanly */
  .intro-panel,
  .intro-panel > *,
  .opening-copy,
  .contact-v24-copy {
    text-align: center !important;
  }

  /* Feature section: icons above text */
  .feature-panel .feature-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    text-align: center !important;
  }

  .feature-panel .feature-item img,
  .feature-panel .feature-item svg,
  .feature-panel .feature-icon,
  .feature-panel .feature-item .icon {
    margin: 0 auto !important;
    flex: 0 0 auto !important;
  }

  .feature-panel .feature-item > div,
  .feature-panel .feature-item h3,
  .feature-panel .feature-item p,
  .feature-panel .feature-item span {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .feature-panel .feature-item p {
    max-width: 25rem !important;
  }

  .feature-panel .feature-list,
  .feature-panel .features {
    align-items: center !important;
  }

  /* Keep heading centered too */
  .feature-panel h2,
  .feature-panel .section-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}


/* v66 — correct mobile feature layout + looser hero heading */
@media (max-width: 760px) {
  /* Main first heading: add clear space between lines */
  .intro-panel h1 {
    line-height: 1.02 !important;
  }

  /* Center the whole right-hand feature section */
  .info-panel {
    text-align: center !important;
  }

  .info-panel > h2 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Actual feature markup uses .feature, not .feature-item */
  .info-panel .feature {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    text-align: center !important;
  }

  .info-panel .feature-icon {
    width: auto !important;
    margin: 0 auto 2px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .info-panel .feature-icon img {
    display: block !important;
    margin: 0 auto !important;
  }

  .info-panel .feature > div:not(.feature-icon) {
    width: 100% !important;
    text-align: center !important;
  }

  .info-panel .feature h3,
  .info-panel .feature p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .info-panel .feature p {
    max-width: 30rem !important;
  }

  /* Keep intro paragraph centered with balanced width */
  .intro-panel .lead {
    width: min(100%, 31rem) !important;
    max-width: 31rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}


/* v68 — sent state */
.form-success-v68 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  width: 100%;
  text-align: center;
  font-size: clamp(2.4rem, 6vw, 5.5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .form-success-v68 {
    min-height: 240px;
    padding: 32px 18px;
    font-size: clamp(2.2rem, 12vw, 4.2rem);
  }
}


/* v69 — conversion clarity + final mobile polish */
.practice-explainer-v69 {
  margin: 4px 0 5px;
  max-width: 34rem;
  font-size: 0.98rem;
  line-height: 1.45;
}

.price-note-v69 {
  margin: 0 0 20px;
  max-width: 34rem;
  font-size: 0.78rem;
  line-height: 1.45;
  opacity: 0.68;
}

.booking-success-message {
  display: none;
}

.booking-success-message.is-visible {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 320px;
  text-align: center;
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: .95;
  font-weight: 800;
  letter-spacing: -.04em;
  text-transform: uppercase;
}

@media (max-width: 760px) {
  .intro-panel {
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 42px !important;
  }

  .intro-panel h1 {
    line-height: 1.12 !important;
    margin-bottom: 24px !important;
  }

  .intro-panel .lead,
  .practice-explainer-v69,
  .price-note-v69,
  .contact-v24-lead {
    width: min(100%, 31rem) !important;
    max-width: 31rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .intro-panel .lead {
    margin-bottom: 24px !important;
  }

  .key-strip-v34 {
    margin-top: 8px !important;
    margin-bottom: 20px !important;
  }

  .practice-explainer-v69 {
    margin-top: 0 !important;
    margin-bottom: 5px !important;
  }

  .price-note-v69 {
    margin-bottom: 24px !important;
  }

  .info-panel .feature {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .info-panel .feature-icon {
    margin-bottom: 9px !important;
  }

  .opening-v26-copy {
    text-align: center !important;
  }

  .contact-v24-inner {
    text-align: center !important;
  }

  .contact-v24-grid label {
    text-align: center !important;
  }

  .booking-success-message.is-visible {
    min-height: 240px;
    padding: 32px 18px;
    font-size: clamp(2.2rem, 12vw, 4.2rem);
  }
}


/* v71 — clearer booking pricing */
.info-panel .feature p strong {
  font-weight: 700;
}


/* v72 — dedicated reservation flow matched to v71 */
.booking-flow-v72 {
  background: var(--cream);
  border-top: 1px solid rgba(20, 24, 19, .16);
  border-bottom: 1px solid rgba(20, 24, 19, .16);
}
.booking-flow-v72-inner {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 58px 0 62px;
}
.booking-flow-v72-title {
  display: grid;
  grid-template-columns: .82fr 1.45fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 35px;
}
.booking-flow-v72-title > span {
  color: var(--orange);
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
}
.booking-flow-v72-title h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 5rem);
  line-height: .91;
  letter-spacing: -.045em;
}
.booking-flow-v72-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(20, 24, 19, .16);
  border-bottom: 1px solid rgba(20, 24, 19, .16);
}
.booking-flow-v72-steps article {
  min-height: 216px;
  padding: 28px 28px 30px;
}
.booking-flow-v72-steps article + article {
  border-left: 1px solid rgba(20, 24, 19, .16);
}
.booking-flow-v72-number {
  margin-bottom: 22px;
  color: var(--sage);
  font-size: clamp(2.9rem, 4.6vw, 4.8rem);
  line-height: .8;
  font-weight: 800;
  letter-spacing: -.06em;
}
.booking-flow-v72-steps h3 {
  margin: 0 0 10px;
  font-size: .93rem;
  letter-spacing: .045em;
}
.booking-flow-v72-steps p {
  max-width: 24rem;
  margin: 0;
  font-size: .93rem;
  line-height: 1.52;
}
.booking-flow-v72-price {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 23px;
  padding: 18px 20px;
  background: var(--sage);
}
.booking-flow-v72-euro {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.45rem;
  font-weight: 800;
}
.booking-flow-v72-price p {
  margin: 2px 0;
  font-size: .95rem;
  line-height: 1.42;
}
@media (max-width: 760px) {
  .booking-flow-v72-inner {
    width: min(100% - 32px, 33rem);
    padding: 43px 0 47px;
  }
  .booking-flow-v72-title {
    grid-template-columns: 1fr;
    gap: 11px;
    text-align: center;
    margin-bottom: 28px;
  }
  .booking-flow-v72-title > span { text-align: center; }
  .booking-flow-v72-title h2 { font-size: clamp(2.25rem, 12vw, 3.55rem); }
  .booking-flow-v72-steps { grid-template-columns: 1fr; }
  .booking-flow-v72-steps article {
    min-height: auto;
    padding: 27px 20px 29px;
    text-align: center;
  }
  .booking-flow-v72-steps article + article {
    border-left: 0;
    border-top: 1px solid rgba(20, 24, 19, .16);
  }
  .booking-flow-v72-steps p {
    margin-left: auto;
    margin-right: auto;
  }
  .booking-flow-v72-price {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 18px 16px;
  }
  .booking-flow-v72-euro { margin: 0 auto 3px; }
}

/* v73 — booking section now uses a single heading */
.booking-flow-v72-title {
  display: block !important;
  margin-bottom: 24px !important;
}
.booking-flow-v72-title > span {
  display: block;
  color: var(--ink) !important;
  font-size: clamp(1.55rem, 3vw, 2.5rem) !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
}
@media (max-width:760px) {
  .booking-flow-v72-title {
    text-align:center !important;
    margin-bottom:22px !important;
  }
}


/* v78 — arrows between reservation steps */
.booking-flow-v72-steps article {
  position: relative;
}

.booking-flow-v72-steps article:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 28px;
  right: -20px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: var(--cream);
  color: var(--orange);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 760px) {
  .booking-flow-v72-steps article:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: 50%;
    bottom: -19px;
    transform: translateX(50%);
    width: 38px;
    height: 38px;
    font-size: 1.8rem;
  }
}


/* v79 — cinematic, centered booking-flow redesign */
.booking-flow-v79 {
  position: relative;
  overflow: hidden;
  border: 0;
  background:
    linear-gradient(rgba(10, 11, 10, .86), rgba(10, 11, 10, .91)),
    url("assets/hero-v20.jpg") center 48% / cover no-repeat;
  color: #f5efe5;
}

.booking-flow-v79::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,.055), transparent 38%),
    linear-gradient(90deg, rgba(0,0,0,.28), transparent 25%, transparent 75%, rgba(0,0,0,.28));
  pointer-events: none;
}

.booking-flow-v79-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 64px));
  padding: 76px 0 72px;
}

.booking-flow-v79-title {
  display: block !important;
  margin: 0 0 58px !important;
  text-align: center;
}

.booking-flow-v79-title > span {
  display: block;
  color: #f5efe5 !important;
  font-size: clamp(2.15rem, 4.2vw, 4rem) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  font-weight: 800;
}

.booking-flow-v79-title strong {
  color: var(--orange);
}

.booking-flow-v79-steps {
  display: grid;
  grid-template-columns: minmax(0,1fr) 130px minmax(0,1fr) 130px minmax(0,1fr);
  align-items: start;
  gap: 0;
  border: 0 !important;
}

.booking-flow-v79-steps article {
  min-height: 0;
  padding: 0 20px;
  text-align: center;
  border: 0 !important;
}

.booking-flow-v79-steps article + article {
  border: 0 !important;
}

.booking-flow-v79-steps article::after {
  display: none !important;
}

.booking-flow-v79-number {
  width: 112px;
  height: 112px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border: 3px solid var(--orange);
  border-radius: 50%;
  color: #f5efe5;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.04em;
  background: rgba(0,0,0,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025);
}

.booking-flow-v79-steps h3 {
  margin: 0 0 14px;
  color: #f7f1e8;
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  line-height: 1.17;
  letter-spacing: -.01em;
  font-weight: 800;
}

.booking-flow-v79-steps p {
  max-width: 280px;
  margin: 0 auto;
  color: rgba(247,241,232,.78);
  font-size: .98rem;
  line-height: 1.55;
}

.booking-flow-v79-arrow {
  align-self: start;
  padding-top: 23px;
  color: var(--orange);
  text-align: center;
  font-size: 5.1rem;
  line-height: 1;
  font-weight: 300;
  transform: scaleX(1.12);
}

.booking-flow-v79-price {
  max-width: 860px;
  margin: 62px auto 0;
  padding: 27px 34px 4px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  text-align: center;
  color: rgba(247,241,232,.9);
  background: transparent !important;
  border-top: 1px solid rgba(247,241,232,.32);
}

.booking-flow-v79-price > div:last-child {
  margin: 0 auto;
}

.booking-flow-v79-price p {
  margin: 0 0 7px;
  font-size: .98rem;
  line-height: 1.4;
}

.booking-flow-v79-price p:first-child {
  margin-bottom: 10px;
  font-weight: 700;
}

.booking-flow-v79-price strong {
  color: var(--orange);
}

.booking-flow-v79-tag {
  width: 42px;
  height: 42px;
  margin-top: 1px;
  display: grid;
  place-items: center;
  border: 2px solid var(--orange);
  border-radius: 50%;
  color: var(--orange);
  font-size: 1.05rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .booking-flow-v79-steps {
    grid-template-columns: minmax(0,1fr) 76px minmax(0,1fr) 76px minmax(0,1fr);
  }
  .booking-flow-v79-arrow {
    font-size: 4rem;
    padding-top: 29px;
  }
  .booking-flow-v79-steps article {
    padding: 0 10px;
  }
  .booking-flow-v79-number {
    width: 94px;
    height: 94px;
    font-size: 2rem;
  }
}

@media (max-width: 760px) {
  .booking-flow-v79-inner {
    width: min(100% - 32px, 35rem);
    padding: 54px 0 50px;
  }

  .booking-flow-v79-title {
    margin-bottom: 42px !important;
  }

  .booking-flow-v79-title > span {
    font-size: clamp(2rem, 10.5vw, 3.15rem) !important;
  }

  .booking-flow-v79-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .booking-flow-v79-steps article {
    padding: 0 18px;
  }

  .booking-flow-v79-number {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .booking-flow-v79-arrow {
    padding: 10px 0 14px;
    font-size: 0;
    transform: none;
  }

  .booking-flow-v79-arrow::before {
    content: "↓";
    font-size: 4.2rem;
    color: var(--orange);
    line-height: 1;
  }

  .booking-flow-v79-price {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 46px;
    padding: 24px 10px 0;
  }

  .booking-flow-v79-tag {
    margin: 0 auto;
  }
}


/* v90 — exact v79 design, only four headline sizes reduced */

/* TAVO BŪGNŲ STUDIJA. / YOUR DRUM ROOM. */
.intro-panel h1 {
  font-size: clamp(52px, 4.1vw, 68px) !important;
}

/* VIETA GROTI. / PLACE TO PLAY. */
.info-panel > h2 {
  font-size: clamp(38px, 3.4vw, 54px) !important;
}

/* KAIP VEIKIA REZERVACIJA? / HOW DOES BOOKING WORK? */
.booking-flow-v79-title > span {
  font-size: clamp(1.85rem, 3.4vw, 3.25rem) !important;
}

/* 2026 LAPKRITĮ. / NOVEMBER 2026. */
.opening-v26-copy h2 {
  font-size: clamp(58px, 6.2vw, 94px) !important;
}

@media (max-width: 760px) {
  .intro-panel h1 {
    font-size: 52px !important;
  }

  .info-panel > h2 {
    font-size: 40px !important;
  }

  .booking-flow-v79-title > span {
    font-size: 2rem !important;
  }

  .opening-v26-copy h2 {
    font-size: 52px !important;
  }
}


/* v91 — feature blocks use the restrained typography the user liked in v89.
   Everything else remains v90/v79. */
.feature h3,
.info-panel .feature h3 {
  font-size: 14px !important;
  line-height: 1.25 !important;
  letter-spacing: .01em !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 800 !important;
}

.feature p,
.info-panel .feature p {
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Keep the icons visually balanced with the quieter type. */
.feature img {
  flex: 0 0 auto;
}


/* v92 — small requested refinements only */

/* Pull the euro badge close to the pricing explanation. */
.booking-flow-v79-price {
  grid-template-columns: auto auto !important;
  justify-content: center !important;
  column-gap: 10px !important;
}
.booking-flow-v79-tag {
  margin-right: 0 !important;
}

/* Desktop only: give the two-line hero heading 7px more breathing room. */
@media (min-width: 761px) {
  .intro-panel h1 {
    line-height: calc(1em + 7px) !important;
  }
}


/* v95 — booking section heading fully white in both languages */
.booking-flow-v79-title,
.booking-flow-v79-title > span,
.booking-flow-v79-title span,
.booking-flow-v79-title strong,
.booking-flow-v79-title em {
  color: #fff !important;
}


/* v97 — mobile: keep the logo/header at least 5px away from the top edge */
@media (max-width: 760px) {
  .site-header,
  .site-header-v22,
  header {
    padding-top: max(5px, env(safe-area-inset-top)) !important;
  }
}

/* v98 — pre-opening registration note */
.prebooking-note-v98{
  margin:0 0 18px;
  max-width:620px;
  font-size:14px;
  line-height:1.5;
  opacity:.78;
}


/* v99 — larger, more confident enquiry CTA */
.contact-v24-form button[type="submit"],
.contact-v24-form button,
button[type="submit"]{
  min-height:56px !important;
  padding:16px 30px !important;
  font-size:17px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
}

@media (max-width:760px){
  .contact-v24-form button[type="submit"],
  .contact-v24-form button,
  button[type="submit"]{
    width:100% !important;
    min-height:58px !important;
    padding:17px 24px !important;
    font-size:17px !important;
  }
}


/* v100 — monochrome experiment: remove orange completely */

/* Global orange/accent variables become black on light surfaces */
:root {
  --orange: #111111 !important;
  --accent: #111111 !important;
}

/* Common accent-colored text / rules / icons on light backgrounds */
.orange,
.accent,
[class*="orange"],
.eyebrow,
.feature h3,
.info-panel h2 span,
.opening-v26-copy h2 span,
.contact-v24 h2 span,
a:hover {
  color: #111111 !important;
}

/* Buttons: black + white instead of orange */
.contact-v24-form button[type="submit"],
.contact-v24-form button,
button[type="submit"],
.primary,
.cta {
  background: #111111 !important;
  border-color: #111111 !important;
  color: #ffffff !important;
}

/* Reservation section sits on a dark photograph, so former orange accents
   become white rather than black. */
.booking-flow-v79,
.booking-flow-v79 * {
  --orange: #ffffff !important;
}

.booking-flow-v79-number {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.booking-flow-v79-arrow,
.booking-flow-v79-price strong,
.booking-flow-v79-price b,
.booking-flow-v79-title,
.booking-flow-v79-title > span,
.booking-flow-v79-title span {
  color: #ffffff !important;
}

/* SVG icons are external files; monochrome filter makes dark/orange artwork black
   on the light feature area without altering the source SVG assets. */
.feature img,
.info-panel .feature img {
  filter: grayscale(1) brightness(0.18) !important;
}

/* Links and small interactive accents stay restrained */
a {
  text-decoration-color: currentColor;
}


/* v101 — first/hero CTA: smaller and keep readable white text on hover */
.hero a.btn,
.hero .btn,
.intro-panel a.btn,
.intro-panel .btn,
.intro-panel a[class*="button"],
.intro-panel a[class*="cta"] {
  padding: 11px 20px !important;
  min-height: 0 !important;
  font-size: 14px !important;
}

.hero a.btn:hover,
.hero .btn:hover,
.intro-panel a.btn:hover,
.intro-panel .btn:hover,
.intro-panel a[class*="button"]:hover,
.intro-panel a[class*="cta"]:hover,
.hero a.btn:focus,
.intro-panel a.btn:focus {
  color: #ffffff !important;
}


/* Contact email + clear form validation */
.contact-email{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:-18px 0 30px;
  font-size:18px;
  line-height:1.35;
  font-weight:500;
}
.contact-email svg{
  width:19px;
  height:19px;
  flex:0 0 19px;
  fill:currentColor;
}
.contact-email a{
  color:inherit;
  text-decoration:none;
}
.contact-email a:hover{
  text-decoration:underline;
}

.contact-v24-form .field-error{
  display:block;
  margin:7px 2px 0;
  min-height:0;
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#b42318 !important;
}
.contact-v24-form .field-error:empty{display:none}

.contact-v24-form input.has-error,
.contact-v24-form textarea.has-error,
.contact-v24-form select.has-error{
  border-color:#b42318 !important;
  box-shadow:0 0 0 1px #b42318 inset;
}
.contact-v24-form input.has-error:focus,
.contact-v24-form textarea.has-error:focus,
.contact-v24-form select.has-error:focus{
  outline:2px solid rgba(180,35,24,.18);
  outline-offset:1px;
}

.contact-v24-form .form-status{
  min-height:0;
  margin:13px auto 0;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}
.contact-v24-form .form-status:empty{display:none}
.contact-v24-form .form-status.error{color:#b42318 !important}

@media(max-width:700px){
  .contact-email{
    margin:-16px 0 26px;
    font-size:17px;
  }
  .contact-email svg{
    width:18px;
    height:18px;
    flex-basis:18px;
  }
}


/* FINAL validation visibility fix:
   the original label > span rule visually hides labels, so field-error spans
   need to explicitly opt back into normal layout. */
.contact-v24-form label > span.field-error{
  position:static !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  overflow:visible !important;
  clip:auto !important;
  clip-path:none !important;
  white-space:normal !important;
  margin:7px 2px 0 !important;
  padding:0 !important;
  font-size:12px !important;
  line-height:1.35 !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  color:#b42318 !important;
}
.contact-v24-form label > span.field-error:empty{
  display:none !important;
}

/* Make invalid state unmistakable on every field, including tel inputs. */
.contact-v24-form input.has-error,
.contact-v24-form input[type="tel"].has-error,
.contact-v24-form input[type="email"].has-error,
.contact-v24-form textarea.has-error{
  border:2px solid #b42318 !important;
  box-shadow:0 0 0 1px rgba(180,35,24,.10) !important;
  background:#fff8f7 !important;
}
