*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#080808;color:#f7f7f7;font-family:Arial,Helvetica,sans-serif}header{height:82px;position:sticky;top:0;z-index:20;background:#090909ee;border-bottom:1px solid #2a2a2a;display:flex;align-items:center;justify-content:space-between;padding:0 5vw}.brand{display:flex;align-items:center;gap:12px;color:white;text-decoration:none;font-weight:800;letter-spacing:2px}.brand img{width:54px;height:54px;object-fit:cover;border-radius:50%}nav{display:flex;gap:22px;flex-wrap:wrap}nav a{color:#ddd;text-decoration:none;font-size:14px}nav a:hover{color:#e51d2a}.hero{min-height:72vh;position:relative;background:url('images/1689235006-9.jpg') center/cover no-repeat;display:flex;align-items:center;padding:7vw}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#050505 5%,#050505d9 38%,#05050533 72%,#050505aa)}.heroText{position:relative;max-width:720px}.tag,.eyebrow{color:#f02936;font-weight:800;letter-spacing:3px;font-size:13px}.hero h1{font-size:clamp(52px,8vw,110px);line-height:.85;margin:20px 0}.hero h1 em{font-style:normal;color:#e51d2a}.hero p{font-size:22px}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;background:#d71926;color:white;text-decoration:none;padding:15px 22px;border-radius:4px;font-weight:800;margin:8px 8px 0 0}.btn.ghost{background:transparent;border:1px solid #d71926}.section{padding:90px 7vw}.section h2,.split h2,.contact h2{font-family:Georgia,serif;font-size:clamp(34px,5vw,64px);margin:10px 0 20px}.lead{max-width:850px;color:#bbb;font-size:20px;line-height:1.6}.split{display:grid;grid-template-columns:1fr 1fr}.split article{padding:60px 5vw;background:#111}.split article:nth-child(2){background:#0b0b0b}.split img,.placeholder{width:100%;height:360px;object-fit:cover;margin-bottom:28px}.placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#1d1d1d,#3b070b);color:#aaa;text-align:center;padding:30px}.dark{background:#101010}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid #333;padding:25px;min-height:140px}.card.hot{border-color:#e51d2a;background:linear-gradient(135deg,#2b0508,#111)}.card b{color:#f02936}.tabs{display:flex;gap:10px;margin:30px 0}.tab{border:1px solid #555;background:#111;color:white;padding:14px 22px;cursor:pointer;font-weight:800}.tab.active{background:#d71926;border-color:#d71926}.panel{display:none}.panel.active{display:block}.empty{padding:60px;border:1px dashed #555;color:#999}.photos{columns:4 240px;column-gap:12px}.photos img{width:100%;display:block;margin:0 0 12px;cursor:pointer;break-inside:avoid;transition:.2s}.photos img:hover{transform:scale(1.01);filter:brightness(1.12)}.contact{padding:90px 7vw;background:radial-gradient(circle at right,#5a0b10,#0a0a0a 55%)}#lightbox{position:fixed;inset:0;background:#000e;z-index:50;display:none;align-items:center;justify-content:center;padding:30px}#lightbox.open{display:flex}#lightbox img{max-width:92vw;max-height:90vh}#close{position:absolute;right:25px;top:18px;font-size:42px;background:none;border:0;color:white;cursor:pointer}@media(max-width:900px){header{height:auto;padding:14px 5vw;align-items:flex-start}nav{display:none}.hero{min-height:78vh}.split{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.grid{grid-template-columns:1fr}.hero{padding:10vw 6vw}.section{padding:65px 6vw}}

/* Separate gallery page */
.textlink{display:inline-block;margin-top:14px;color:#fff;text-decoration:none;font-weight:800}.current{color:#e31b23!important}.gallery-page{background:#090909}.gallery-main{padding-top:110px;min-height:100vh}.gallery-head{padding:55px 8vw 25px}.gallery-head h1{font-size:clamp(56px,8vw,110px);line-height:.9;margin:12px 0 20px}.gallery-head p{color:#aaa;font-size:18px}.gallery-tabs{padding:0 8vw 30px}.album-panel{padding:0 8vw 90px}.big-empty{min-height:320px;padding:50px;background:#121212;border:1px solid #292929}.big-empty h2{font-size:40px}.album-card{width:100%;display:grid;grid-template-columns:1.35fr 1fr;text-align:left;background:#111;border:1px solid #2b2b2b;color:white;padding:0;cursor:pointer;overflow:hidden}.album-card:hover{border-color:#e31b23}.album-collage{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:220px 220px;gap:3px;background:#000}.album-collage img{width:100%;height:100%;object-fit:cover}.album-collage .count{position:absolute;right:18px;bottom:18px;background:#e31b23;color:#fff;padding:10px 14px;font-weight:900}.album-copy{padding:45px;align-self:center}.album-copy h2,.album-title h2{font-size:clamp(38px,5vw,68px);line-height:1;margin:12px 0}.album-copy p,.album-title p{color:#aaa;line-height:1.6}.album-copy b{display:inline-block;margin-top:20px;color:#fff}.album-view{display:none}.album-view.open{display:block}.back{background:transparent;border:1px solid #555;color:white;padding:12px 18px;cursor:pointer}.album-title{padding:30px 0}.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.thumb{padding:0;border:0;background:#151515;cursor:pointer;aspect-ratio:4/3;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;transition:.25s}.thumb:hover img{transform:scale(1.035)}#lightbox .arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;border:0;background:#0009;color:white;font-size:54px;width:60px;height:80px;cursor:pointer}.prev{left:20px}.next{right:20px}@media(max-width:800px){.gallery-main{padding-top:75px}.album-card{grid-template-columns:1fr}.album-collage{grid-template-rows:140px 140px}.album-copy{padding:28px}.photo-grid{grid-template-columns:repeat(2,1fr)}.gallery-head,.gallery-tabs,.album-panel{padding-left:6vw;padding-right:6vw}}
/* v4 additions */
.hero{background-image:linear-gradient(90deg,rgba(0,0,0,.15),rgba(0,0,0,.72)),url('new-hall-poster.png')!important;background-size:cover!important;background-position:center!important;min-height:82vh}
.heroText{margin-left:auto;max-width:560px;background:rgba(5,4,10,.58);backdrop-filter:blur(8px);padding:34px;border:1px solid rgba(190,120,255,.35);border-radius:18px}
.gallery-cta{display:inline-flex!important;margin-top:18px;padding:14px 22px;border:2px solid #b768ff;border-radius:8px;color:#fff!important;background:linear-gradient(135deg,#7025a8,#b768ff);font-weight:800;letter-spacing:.08em;box-shadow:0 0 24px rgba(183,104,255,.38)}
.album-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px;margin-top:28px}.album-card{display:block;text-align:left;background:#111;border:1px solid #333;border-radius:14px;overflow:hidden;color:#fff;cursor:pointer}.album-cover{height:210px;display:grid;grid-template-columns:1fr 1fr;gap:2px;position:relative}.album-cover img{width:100%;height:100%;object-fit:cover}.album-cover img:first-child{grid-row:span 2}.album-meta{padding:18px}.album-meta h3{margin:4px 0}.count{position:absolute;right:12px;bottom:12px;background:#000c;padding:7px 10px;border-radius:99px}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.thumb{border:0;padding:0;background:none;cursor:pointer}.thumb img{width:100%;height:180px;object-fit:cover;border-radius:8px}.album-view{display:none}.album-view.active{display:block}.album-list.hidden{display:none}.back{margin:20px 0;padding:12px 16px;background:#1c1c1c;color:white;border:1px solid #777;border-radius:7px;cursor:pointer}.gallery-tabs .tab{padding:13px 20px}.gallery-tabs .tab.active{box-shadow:0 0 20px rgba(183,104,255,.4)}
@media(max-width:800px){.hero{background-position:35% center}.heroText{margin:220px 16px 20px;padding:22px}.thumb img{height:140px}}

/* ===== V5 refinements ===== */
.brand{gap:16px;font-size:18px}.brand img{width:78px;height:78px;border-radius:0;object-fit:contain}.brand span{font-size:17px}
header{min-height:96px;height:96px}
.hero{background:none!important;min-height:82vh;overflow:hidden;padding:7vw;isolation:isolate}
.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slides{z-index:-3}.hero-slide{opacity:0;background-position:center;background-size:cover;transform:scale(1.025);transition:opacity 1.15s ease,transform 7s ease}.hero-slide.active{opacity:1;transform:scale(1.07)}
.hero .shade{z-index:-2;background:linear-gradient(90deg,rgba(4,4,4,.94) 0%,rgba(4,4,4,.72) 38%,rgba(4,4,4,.20) 70%,rgba(4,4,4,.55) 100%)}
.heroText{margin:0;max-width:760px;background:none;backdrop-filter:none;padding:0;border:0;border-radius:0}.hero h1{font-family:Georgia,serif;text-shadow:0 3px 22px #000}.hero p{text-shadow:0 2px 12px #000}
.gallery-cta{background:#d71926!important;border:2px solid #f1444e!important;box-shadow:0 0 22px rgba(215,25,38,.42)!important;border-radius:4px!important;letter-spacing:.06em}.gallery-cta:hover{background:#ef2633!important;box-shadow:0 0 34px rgba(239,38,51,.58)!important}
.gallery-tabs .tab.active{background:#d71926;border-color:#d71926;box-shadow:0 0 16px rgba(215,25,38,.28)}
.album-grid{display:flex;flex-direction:column;gap:28px;margin-top:28px}.album-card{display:grid!important;grid-template-columns:minmax(460px,1.35fr) minmax(300px,.8fr)!important;width:100%;min-height:390px;border-radius:4px!important;background:#0e0e0e!important}.album-card:hover{border-color:#d71926!important}.album-cover{height:390px!important;grid-template-columns:1.5fr 1fr!important;grid-template-rows:1fr 1fr!important}.album-cover img{min-height:0}.album-cover img:first-child{grid-row:1 / span 2}.album-meta{padding:48px!important;display:flex;flex-direction:column;justify-content:center}.album-meta h3{font-family:Georgia,serif;font-size:clamp(34px,4vw,58px);line-height:1.03;margin:12px 0 18px}.album-meta b{margin-top:16px;color:#fff}.album-cover .count{background:#d71926!important;border-radius:3px!important;font-weight:900}.photo-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}.thumb{aspect-ratio:4/3!important;border-radius:3px!important;overflow:hidden}.thumb img{height:100%!important;border-radius:0!important;object-fit:cover}.album-title{max-width:850px}.album-title h2{font-family:Georgia,serif}
@media(max-width:900px){header{height:auto;min-height:88px}.brand img{width:66px;height:66px}.album-card{grid-template-columns:1fr!important}.album-cover{height:310px!important}.album-meta{padding:30px!important}.photo-grid{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:600px){.brand img{width:60px;height:60px}.brand span{font-size:14px}.heroText{margin:0!important;padding:0!important}.album-cover{height:250px!important}.photo-grid{grid-template-columns:repeat(2,1fr)!important}}

/* ===== V6 breathing gallery previews ===== */
.split .section-preview{width:100%;height:360px;margin-bottom:28px;overflow:hidden;position:relative;background:#111}
.split .section-preview:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(215,25,38,.10),transparent 45%,rgba(0,0,0,.18));box-shadow:inset 0 0 45px rgba(0,0,0,.28)}
.split .section-preview img{width:100%;height:100%;object-fit:cover;margin:0;transform:scale(1.035) translate3d(0,0,0);opacity:1;filter:brightness(1);transition:opacity .48s ease,transform 4.8s cubic-bezier(.2,.7,.2,1),filter .48s ease}
.split .section-preview img.leaving{opacity:.12;transform:scale(1.10) translate3d(1.2%,-.7%,0);filter:brightness(.72)}
.split .section-preview img.arriving{animation:galleryBreathe 4.6s ease-out both}
@keyframes galleryBreathe{0%{opacity:.25;transform:scale(1.085) translate3d(-1%,.6%,0);filter:brightness(.8)}20%{opacity:1;filter:brightness(1.05)}100%{opacity:1;transform:scale(1.025) translate3d(.4%,-.3%,0);filter:brightness(1)}}
@media(max-width:900px){.split .section-preview{height:320px}}

/* ===== V7 halls / maps ===== */
.halls-grid .card{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-height:190px}
.halls-grid .card h3{margin-bottom:0}
.halls-grid .card p{margin:0 0 8px}
.map-btn{display:inline-flex;margin-top:auto;padding:11px 14px;border:1px solid rgba(215,25,38,.78);background:rgba(215,25,38,.10);color:#fff;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.05em;border-radius:3px;transition:.25s ease;box-shadow:0 0 0 rgba(215,25,38,0)}
.map-btn:hover{background:#d71926;border-color:#ef2633;box-shadow:0 0 20px rgba(215,25,38,.35);transform:translateY(-1px)}


/* ===== V8 map previews + seamless breathing ===== */
.halls-grid{align-items:stretch}
.halls-grid .card{padding:0;overflow:hidden;min-height:360px;background:#0d0d0d}
.halls-grid .card > h3,.halls-grid .card > p,.halls-grid .card > b,.halls-grid .card > .map-btn{margin-left:22px;margin-right:22px}
.halls-grid .card > b{margin-top:18px}
.halls-grid .card > h3{margin-top:18px}
.halls-grid .card.hot > h3{margin-top:0}
.halls-grid .card > .map-btn{margin-bottom:22px}
.hall-map{width:100%;height:190px;position:relative;overflow:hidden;background:#191919;border-bottom:1px solid #2a2a2a}
.hall-map iframe{width:100%;height:100%;border:0;filter:grayscale(.18) contrast(1.05) brightness(.86);display:block}
.hall-map:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 -28px 35px rgba(8,8,8,.30)}

.split .section-preview{isolation:isolate}
.split .section-preview .preview-layer{position:absolute;inset:0;width:100%;height:100%;margin:0;object-fit:cover;object-position:center 43%;opacity:0;transform:scale(1.035);transition:opacity 1.25s ease-in-out;will-change:opacity,transform;backface-visibility:hidden}
.split .section-preview .preview-layer.portrait{object-position:center 22%}
.split .section-preview .preview-layer.active{opacity:1;animation:previewBreath 7.5s ease-in-out infinite alternate}
@keyframes previewBreath{0%{transform:scale(1.035) translate3d(-.25%,.15%,0)}100%{transform:scale(1.075) translate3d(.35%,-.35%,0)}}
@media (prefers-reduced-motion:reduce){.split .section-preview .preview-layer.active{animation:none}.split .section-preview .preview-layer{transition:opacity .25s linear}}
@media(max-width:900px){.hall-map{height:210px}.halls-grid .card{min-height:370px}}


/* ===== V9 richer atmosphere + hall emphasis ===== */
body{
  background:
    radial-gradient(circle at 12% 18%,rgba(116,13,24,.20),transparent 31%),
    radial-gradient(circle at 88% 46%,rgba(86,8,18,.14),transparent 28%),
    linear-gradient(180deg,#111114 0%,#0b0b0e 34%,#151116 62%,#0b0b0d 100%);
  background-attachment:fixed;
}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.012) 1px,transparent 1px);background-size:46px 46px}
.section.dark{background:linear-gradient(145deg,rgba(23,22,26,.94),rgba(12,12,15,.96) 58%,rgba(42,8,14,.55))}
.section:not(.dark){background:linear-gradient(180deg,rgba(16,16,19,.88),rgba(11,11,14,.92))}
.split article{background:linear-gradient(145deg,rgba(24,23,27,.97),rgba(14,14,17,.98))}.split article:nth-child(2){background:linear-gradient(215deg,rgba(33,8,14,.68),rgba(12,12,15,.98) 55%)}
.gallery-page,.gallery-main{background:linear-gradient(160deg,#111114,#0b0b0e 55%,#1a0c10)}
.halls-grid .card{position:relative;background:linear-gradient(180deg,rgba(25,25,29,.98),rgba(12,12,15,.98));box-shadow:0 16px 40px rgba(0,0,0,.18)}
.halls-grid .card h3{font-size:clamp(25px,2.2vw,34px);line-height:1.05;font-family:Georgia,serif;letter-spacing:-.02em}
.halls-grid .card.hot{overflow:hidden;border-color:#e51d2a;box-shadow:0 0 0 1px rgba(229,29,42,.16),0 18px 48px rgba(109,5,16,.25)}
.new-hall-ribbon{position:absolute;z-index:8;top:27px;right:-53px;width:220px;padding:11px 0;background:#d71926;color:#fff;text-align:center;font-size:12px;font-weight:950;letter-spacing:.14em;transform:rotate(39deg);box-shadow:0 8px 20px rgba(0,0,0,.35),0 0 18px rgba(215,25,38,.32);pointer-events:none}
.hall-photo-temp{height:210px;background:#17171a}
.hall-photo-temp iframe{filter:grayscale(.08) saturate(.85) contrast(1.06) brightness(.90);transform:scale(1.012)}
.hall-photo-temp:before{content:"ВРЕМЕННО GOOGLE PREVIEW • ЩЕ СЕ СМЕНИ С ВАША СНИМКА";position:absolute;left:12px;bottom:10px;z-index:3;padding:6px 8px;background:rgba(7,7,9,.72);backdrop-filter:blur(5px);font-size:9px;font-weight:800;letter-spacing:.08em;color:#ddd;border:1px solid rgba(255,255,255,.12);pointer-events:none}
.contact{background:radial-gradient(circle at 82% 40%,rgba(121,10,23,.78),transparent 36%),linear-gradient(135deg,#151116,#09090b 65%)}
@media(max-width:900px){.new-hall-ribbon{top:25px;right:-58px}.halls-grid .card h3{font-size:29px}}

/* ===== V10 gallery: free chronological grid, no albums, no cropping ===== */
.gallery-v10 .gallery-head p{max-width:820px}.gallery-v10 .gallery-stream{padding:0 5vw 80px}.gallery-stream-head{display:flex;justify-content:flex-end;align-items:center;margin:-6px 0 18px;color:#8f8f95;font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.masonry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:8px;gap:12px;align-items:start}.masonry-tile{display:block;width:100%;padding:0;margin:0;border:1px solid rgba(255,255,255,.08);background:#111114;overflow:hidden;cursor:pointer;grid-row-end:span 30;opacity:0;transform:translate3d(0,14px,0);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1),border-color .28s ease,box-shadow .28s ease;box-shadow:0 8px 28px rgba(0,0,0,.16)}.masonry-tile img{display:block;width:100%;height:auto!important;max-width:100%;object-fit:contain!important;border-radius:0!important;transform:none!important;transition:filter .35s ease,transform .45s cubic-bezier(.2,.7,.2,1)!important}.masonry-tile.visible{opacity:1;transform:translate3d(0,0,0)}.masonry-tile.soft{transition-delay:.035s}.masonry-tile.drift{transition-delay:.07s}.masonry-tile:hover{border-color:rgba(229,29,42,.7);box-shadow:0 14px 36px rgba(0,0,0,.3),0 0 20px rgba(215,25,38,.10);transform:translate3d(0,-3px,0)}.masonry-tile:hover img{filter:brightness(1.06) contrast(1.015);transform:scale(1.008)!important}.gallery-v10 #kids,.gallery-v10 #professional{animation:galleryPanelIn .35s ease both}@keyframes galleryPanelIn{from{opacity:.35;transform:translateY(4px)}to{opacity:1;transform:none}}@media(max-width:1100px){.masonry-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.gallery-v10 .gallery-stream{padding-left:4vw;padding-right:4vw}.masonry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;grid-auto-rows:6px}.gallery-stream-head{margin-top:0}}@media(max-width:430px){.masonry-grid{grid-template-columns:1fr;gap:10px}.masonry-tile{grid-row-end:auto!important}}@media(prefers-reduced-motion:reduce){.masonry-tile,.masonry-tile img,.gallery-v10 #kids,.gallery-v10 #professional{transition:none!important;animation:none!important;transform:none!important}.masonry-tile{opacity:1}}

/* ===== V12 Liquid Glass atmosphere ===== */
:root{
  --glass-bg:rgba(24,24,29,.54);
  --glass-bg-deep:rgba(12,12,16,.66);
  --glass-line:rgba(255,255,255,.14);
  --glass-line-red:rgba(230,38,52,.24);
  --glass-shadow:0 22px 70px rgba(0,0,0,.28);
}
html{background:#0b0b0e}
body{
  position:relative;
  isolation:isolate;
  overflow-x:hidden;
  background:
    radial-gradient(ellipse at 10% 9%,rgba(190,28,44,.34) 0%,rgba(94,12,23,.18) 19%,transparent 43%),
    radial-gradient(ellipse at 88% 30%,rgba(235,235,240,.12) 0%,rgba(125,126,136,.08) 21%,transparent 43%),
    radial-gradient(ellipse at 20% 69%,rgba(116,116,126,.12) 0%,transparent 36%),
    radial-gradient(ellipse at 82% 84%,rgba(166,18,34,.22) 0%,transparent 39%),
    linear-gradient(145deg,#09090c 0%,#17171c 24%,#0d0d11 49%,#1b1115 72%,#0a0a0d 100%);
  background-attachment:fixed;
}
/* The background stays still; this transparent sheen is the only moving layer. */
body:before{
  content:"";
  position:fixed;
  inset:-22vh -18vw;
  z-index:0;
  pointer-events:none;
  opacity:.78;
  background:
    radial-gradient(ellipse at 22% 32%,rgba(255,255,255,.11) 0%,rgba(255,255,255,.035) 18%,transparent 38%),
    radial-gradient(ellipse at 68% 58%,rgba(219,25,42,.16) 0%,rgba(219,25,42,.035) 22%,transparent 42%),
    radial-gradient(ellipse at 48% 86%,rgba(181,184,194,.10) 0%,transparent 32%);
  filter:blur(24px) saturate(120%);
  transform:translate3d(-2.5%,0,0) scale(1.03);
  animation:liquidSheen 18s ease-in-out infinite alternate;
}
body:after{
  content:"";
  position:fixed;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:.20;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 14%,black 86%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 14%,black 86%,transparent);
}
@keyframes liquidSheen{
  0%{transform:translate3d(-3.5%,-1.2%,0) scale(1.03) rotate(-1deg)}
  45%{transform:translate3d(2.2%,1.5%,0) scale(1.07) rotate(.6deg)}
  100%{transform:translate3d(4%,-.8%,0) scale(1.04) rotate(1.2deg)}
}
header,main{position:relative;z-index:2}
header{
  background:rgba(10,10,14,.64)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 10px 35px rgba(0,0,0,.16);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
  backdrop-filter:blur(22px) saturate(145%);
}
/* Let the static gradient breathe through the main sections. */
.section,.section.dark,.gallery-page,.gallery-main{background:transparent!important}
#about.section{
  margin:46px 5vw;
  padding:64px 4vw;
  border:1px solid var(--glass-line);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.025) 45%,rgba(145,13,28,.08))!important;
  box-shadow:var(--glass-shadow),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(20px) saturate(125%);
  backdrop-filter:blur(20px) saturate(125%);
}
.split{gap:18px;padding:0 5vw 58px}
.split article,.split article:nth-child(2){
  position:relative;
  overflow:hidden;
  border:1px solid var(--glass-line);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(18,18,23,.50) 44%,rgba(93,8,18,.14))!important;
  box-shadow:var(--glass-shadow),inset 0 1px 0 rgba(255,255,255,.07);
  -webkit-backdrop-filter:blur(22px) saturate(130%);
  backdrop-filter:blur(22px) saturate(130%);
}
.split article:nth-child(2){background:linear-gradient(215deg,rgba(180,19,34,.11),rgba(20,20,25,.54) 46%,rgba(255,255,255,.055))!important}
.split .section-preview{border-radius:18px;border:1px solid rgba(255,255,255,.10);box-shadow:0 16px 44px rgba(0,0,0,.24)}
#halls.section{padding-top:70px}
.halls-grid{gap:18px}
.halls-grid .card{
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(20,20,25,.54) 46%,rgba(111,9,21,.12))!important;
  border:1px solid var(--glass-line)!important;
  border-radius:22px;
  box-shadow:0 18px 52px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(20px) saturate(128%);
  backdrop-filter:blur(20px) saturate(128%);
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;
}
.halls-grid .card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.24)!important;box-shadow:0 26px 62px rgba(0,0,0,.28),0 0 28px rgba(215,25,38,.08)}
.halls-grid .card.hot{border-color:rgba(229,29,42,.62)!important;background:linear-gradient(145deg,rgba(229,29,42,.16),rgba(24,24,29,.58) 42%,rgba(255,255,255,.055))!important}
.hall-map{border-bottom-color:rgba(255,255,255,.11);background:rgba(15,15,18,.62)}
.contact{
  position:relative;
  z-index:2;
  margin:28px 5vw 70px;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(120deg,rgba(255,255,255,.075),rgba(24,24,29,.55) 42%,rgba(148,12,28,.22))!important;
  box-shadow:0 24px 80px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.08);
  -webkit-backdrop-filter:blur(24px) saturate(135%);
  backdrop-filter:blur(24px) saturate(135%);
}
.btn,.gallery-cta,.map-btn{position:relative;overflow:hidden}
.btn:after,.gallery-cta:after,.map-btn:after{content:"";position:absolute;inset:-80% auto -80% -55%;width:38%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);transition:left .55s ease;pointer-events:none}
.btn:hover:after,.gallery-cta:hover:after,.map-btn:hover:after{left:120%}
/* Gallery gets glass chrome but leaves photographs untouched. */
.gallery-v10 .gallery-head{margin:38px 5vw 24px;padding:46px 3vw;border:1px solid var(--glass-line);border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(18,18,23,.46),rgba(117,10,23,.10));box-shadow:var(--glass-shadow);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}
.gallery-v10 .gallery-tabs{margin:0 5vw 26px;padding:10px;display:inline-flex;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(18,18,23,.50);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
.masonry-tile{border-radius:12px;background:rgba(18,18,23,.48);border-color:rgba(255,255,255,.12);box-shadow:0 12px 36px rgba(0,0,0,.20)}
@media(max-width:900px){
  #about.section{margin:28px 4vw;padding:48px 6vw;border-radius:22px}
  .split{grid-template-columns:1fr;padding:0 4vw 40px}
  .split article{border-radius:22px}
  .contact{margin:20px 4vw 45px;border-radius:24px}
  .gallery-v10 .gallery-head{margin:24px 4vw 20px;padding:36px 5vw}
  .gallery-v10 .gallery-tabs{margin-left:4vw;margin-right:4vw}
}
@media(prefers-reduced-motion:reduce){body:before{animation:none}}

/* ===== V13 performance + living glass ===== */
/* Keep the v12 look, but move expensive effects off continuously animated layers. */
body:before{
  filter:none!important;
  opacity:.68;
  will-change:transform;
  transform:translate3d(-2.5%,0,0) scale(1.03);
  animation-duration:28s!important;
}
body:after{opacity:.14}
header{
  -webkit-backdrop-filter:blur(14px) saturate(125%)!important;
  backdrop-filter:blur(14px) saturate(125%)!important;
}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head,.gallery-v10 .gallery-tabs{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}
/* Static translucent layers preserve the glass look without forcing full-page live blur. */
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head,.gallery-v10 .gallery-tabs{
  isolation:isolate;
  transform:translateZ(0);
}
#about.section:before,.split article:before,.halls-grid .card:before,.contact:before,.gallery-v10 .gallery-head:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  z-index:0;
  opacity:.32;
  background:radial-gradient(520px circle at 18% 0%,rgba(255,255,255,.16),transparent 42%),radial-gradient(460px circle at 88% 100%,rgba(221,24,41,.15),transparent 46%);
  transition:opacity .42s ease,transform .55s cubic-bezier(.2,.7,.2,1);
  transform:translate3d(0,0,0) scale(1);
}
#about.section>* ,.split article>* ,.halls-grid .card>* ,.contact>* ,.gallery-v10 .gallery-head>*{position:relative;z-index:1}
#about.section:hover:before,.split article:hover:before,.halls-grid .card:hover:before,.contact:hover:before,.gallery-v10 .gallery-head:hover:before{
  opacity:.62;
  transform:translate3d(.5%,-.5%,0) scale(1.025);
}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{
  transition:transform .42s cubic-bezier(.2,.7,.2,1),border-color .35s ease,box-shadow .42s ease,background-color .35s ease;
}
#about.section:hover,.split article:hover,.contact:hover,.gallery-v10 .gallery-head:hover{
  transform:translate3d(0,-3px,0);
  border-color:rgba(255,255,255,.22);
  box-shadow:0 26px 72px rgba(0,0,0,.27),0 0 32px rgba(215,25,38,.07),inset 0 1px 0 rgba(255,255,255,.11);
}
.halls-grid .card:hover{transform:translate3d(0,-4px,0)!important}
/* A tiny edge highlight makes each glass panel react without a heavy blur. */
#about.section:after,.split article:after,.halls-grid .card:after,.contact:after,.gallery-v10 .gallery-head:after{
  content:"";
  position:absolute;
  left:8%;right:8%;top:0;height:1px;
  pointer-events:none;
  z-index:2;
  opacity:.35;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),rgba(229,29,42,.28),transparent);
  transform:scaleX(.72);
  transition:opacity .35s ease,transform .5s ease;
}
#about.section:hover:after,.split article:hover:after,.halls-grid .card:hover:after,.contact:hover:after,.gallery-v10 .gallery-head:hover:after{opacity:.8;transform:scaleX(1)}
/* Smooth one-time entrance; compositor-only and then it is done. */
.glass-reveal{opacity:0;transform:translate3d(0,14px,0)!important}
.glass-reveal.glass-visible{opacity:1;transform:translate3d(0,0,0)!important;transition:opacity .62s ease,transform .72s cubic-bezier(.2,.75,.2,1),border-color .35s ease,box-shadow .42s ease}
/* Reduce paint work below the fold. */
#about,.split,#halls,.contact{content-visibility:auto;contain-intrinsic-size:700px}
/* Preview and hero animations stay on the compositor. */
.hero-slide,.preview-layer{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}
.split .section-preview .preview-layer{transition:opacity 1.05s ease-in-out!important}
@keyframes previewBreath{0%{transform:translate3d(-.18%,.12%,0) scale(1.035)}100%{transform:translate3d(.22%,-.22%,0) scale(1.065)}}
.split .section-preview .preview-layer.active{animation-duration:9s!important;animation-timing-function:ease-in-out!important}
/* Gallery thumbnails are optimized WebP files; only visible content gets painted. */
.masonry-tile{content-visibility:auto;contain:layout paint style;will-change:auto}
.masonry-tile img{will-change:auto}
@media (hover:hover) and (pointer:fine){
  .masonry-tile:hover{transform:translate3d(0,-2px,0);box-shadow:0 16px 38px rgba(0,0,0,.24),0 0 18px rgba(215,25,38,.06)}
}
@media(max-width:900px){
  /* Mobile GPUs benefit most from avoiding backdrop filters. */
  header{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:rgba(10,10,14,.94)!important}
  body:before{animation-duration:36s!important;opacity:.56}
}
@media(prefers-reduced-motion:reduce){
  .glass-reveal,.glass-reveal.glass-visible{opacity:1!important;transform:none!important}
  #about.section:before,.split article:before,.halls-grid .card:before,.contact:before,.gallery-v10 .gallery-head:before{transition:none!important}
}
#about.section,.gallery-v10 .gallery-head{position:relative;overflow:hidden}

/* ===== V14 stronger glass interaction + firmer background ===== */
/* Firmer, cleaner atmosphere: fewer blurred gradients, more defined tonal fields. */
body{
  background:
    linear-gradient(118deg,rgba(126,13,27,.16) 0 16%,transparent 16% 72%,rgba(116,14,26,.11) 72% 100%),
    linear-gradient(180deg,#111216 0%,#17181d 30%,#101115 58%,#181317 78%,#0e0f12 100%)!important;
  background-attachment:fixed;
}
body:before{
  inset:-8vh -8vw!important;
  opacity:.34!important;
  background:
    linear-gradient(108deg,transparent 0 20%,rgba(255,255,255,.045) 34%,transparent 48%),
    linear-gradient(252deg,transparent 0 63%,rgba(215,25,38,.075) 76%,transparent 90%)!important;
  animation:liquidSheen 36s ease-in-out infinite alternate!important;
  filter:none!important;
}
body:after{opacity:.075!important;background-size:58px 58px!important}

/* Panels remain glass, but are less cloudy and more defined. */
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{
  background:linear-gradient(145deg,rgba(38,39,45,.84),rgba(19,20,24,.91) 58%,rgba(65,15,23,.72))!important;
  border-color:rgba(255,255,255,.15)!important;
}
.split article:nth-child(2){background:linear-gradient(215deg,rgba(71,17,26,.74),rgba(20,21,25,.92) 48%,rgba(40,41,47,.82))!important}
.halls-grid .card{background:linear-gradient(160deg,rgba(42,43,49,.88),rgba(19,20,24,.94) 62%,rgba(56,14,21,.70))!important}
.halls-grid .card.hot{background:linear-gradient(155deg,rgba(81,18,28,.90),rgba(22,22,27,.94) 56%,rgba(43,43,49,.82))!important}
.contact{background:linear-gradient(120deg,rgba(40,41,47,.88),rgba(20,20,24,.94) 54%,rgba(92,17,29,.82))!important}

/* Stronger but still restrained hover glow for all main glass windows. */
#about.section:hover,.split article:hover,.halls-grid .card:hover,.contact:hover,.gallery-v10 .gallery-head:hover{
  border-color:rgba(255,255,255,.31)!important;
  box-shadow:
    0 28px 78px rgba(0,0,0,.34),
    0 0 28px rgba(255,255,255,.075),
    0 0 48px rgba(215,25,38,.18),
    inset 0 1px 0 rgba(255,255,255,.18),
    inset 0 0 30px rgba(255,255,255,.018)!important;
}
.halls-grid .card:hover{transform:translate3d(0,-5px,0)!important}
#about.section:hover:before,.split article:hover:before,.halls-grid .card:hover:before,.contact:hover:before,.gallery-v10 .gallery-head:hover:before{opacity:.86!important}
#about.section:hover:after,.split article:hover:after,.halls-grid .card:hover:after,.contact:hover:after,.gallery-v10 .gallery-head:hover:after{opacity:1!important;filter:drop-shadow(0 0 8px rgba(255,255,255,.25)) drop-shadow(0 0 11px rgba(215,25,38,.28))}

/* The new-hall ribbon is anchored tightly to the actual top-right card corner. */
.halls-grid .card.hot{position:relative!important;overflow:hidden!important}
.new-hall-ribbon{
  top:19px!important;
  right:-58px!important;
  width:220px!important;
  padding:10px 0!important;
  transform:rotate(45deg)!important;
  transform-origin:center!important;
  z-index:12!important;
}

/* Main labels now lead the two key homepage panels. */
.split .split-title{
  font-family:Georgia,serif;
  font-size:clamp(42px,5.4vw,74px)!important;
  line-height:.94!important;
  letter-spacing:-.035em;
  margin:10px 0 20px!important;
  text-transform:uppercase;
}
.split article p{font-size:17px;line-height:1.65;color:#c3c3c8;max-width:620px}

/* Hero hierarchy: location is part of the main message; enrollment badge removed. */
.hero h1{font-size:clamp(46px,7.1vw,100px)!important;line-height:.86!important}
.hero h1 .hero-location{font-size:.54em;letter-spacing:.035em;color:#fff;font-family:Arial,Helvetica,sans-serif;font-weight:900;line-height:1.05;display:inline-block;margin:.12em 0 .06em}
.hero h1 em{display:inline-block;margin-top:.04em}

@media(max-width:900px){
  .new-hall-ribbon{top:18px!important;right:-62px!important}
  .split .split-title{font-size:clamp(40px,10vw,62px)!important}
  .hero h1{font-size:clamp(43px,11vw,76px)!important}
}


/* ===== V15 sharper color field + flash photo transitions ===== */
/* Roughly 70% graphite/black and 30% stronger red, with harder edges so the glass reads clearly. */
body{
  background-color:#0a0a0d!important;
  background-image:
    linear-gradient(118deg,transparent 0 61%,rgba(82,7,18,.10) 61% 64%,rgba(151,12,30,.62) 64% 71%,rgba(215,25,38,.50) 71% 75%,rgba(62,8,16,.18) 75% 79%,transparent 79% 100%),
    linear-gradient(32deg,#08080a 0 24%,#17181d 24% 43%,#0c0c10 43% 61%,#202127 61% 70%,#100b0e 70% 78%,#4a0814 78% 87%,#0a0a0d 87% 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  opacity:.30!important;
  background:
    linear-gradient(112deg,transparent 0 35%,rgba(255,255,255,.045) 42%,transparent 49%),
    linear-gradient(250deg,transparent 0 58%,rgba(232,28,48,.12) 65%,transparent 72%)!important;
  animation:liquidSheen 42s ease-in-out infinite alternate!important;
  filter:none!important;
}
body:after{opacity:.055!important}

/* OКИ „Средец“ now uses the same hall-card treatment as every other location. */
.halls-grid .card.hot{border-color:var(--glass-line)!important;background:linear-gradient(160deg,rgba(42,43,49,.88),rgba(19,20,24,.94) 62%,rgba(56,14,21,.70))!important;box-shadow:0 18px 52px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08)!important}
.new-hall-ribbon{display:none!important}

/* Hero hierarchy: the location announcement is the headline; hall name is clearly secondary. */
.hero h1{font-size:clamp(50px,7.4vw,106px)!important;line-height:.90!important;margin:20px 0 16px!important}
.hero h1 .hero-mainline{display:block;font-family:Georgia,serif;font-weight:800;letter-spacing:-.045em;color:#fff;text-shadow:0 3px 24px rgba(0,0,0,.85)}
.hero h1 em{display:block!important;margin-top:.22em!important;font-family:Arial,Helvetica,sans-serif;font-size:.58em!important;line-height:1!important;letter-spacing:.015em;color:#e51d2a!important;font-weight:900;text-shadow:0 3px 18px rgba(0,0,0,.82)}

/* Remove the old breathing/zoom behavior. Images stay stable and change through a fast light sweep. */
.hero-slide{
  transform:translateZ(0) scale(1.002)!important;
  transition:opacity .24s linear!important;
}
.hero-slide.active{transform:translateZ(0) scale(1.002)!important}
.split .section-preview .preview-layer,
.split .section-preview .preview-layer.active{
  transform:translateZ(0) scale(1.002)!important;
  animation:none!important;
  transition:opacity .24s linear!important;
}
.hero-slides,.section-preview{position:relative;overflow:hidden}
.hero-slides:after,.section-preview:after{
  content:"";
  position:absolute;
  z-index:8;
  pointer-events:none;
  top:-42%;bottom:-42%;
  left:-72%;
  width:48%;
  opacity:0;
  transform:skewX(-18deg) translate3d(0,0,0);
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 22%,rgba(255,255,255,.92) 48%,rgba(255,235,238,.70) 58%,rgba(229,29,42,.22) 72%,transparent 100%);
  mix-blend-mode:screen;
  filter:blur(1px);
  will-change:transform,opacity;
}
.hero-slides.shine-flash:after,.section-preview.shine-flash:after{animation:photoShineSwap .68s cubic-bezier(.25,.65,.25,1) both}
@keyframes photoShineSwap{
  0%{left:-72%;opacity:0}
  12%{opacity:.65}
  44%{opacity:1}
  72%{opacity:.58}
  100%{left:132%;opacity:0}
}
/* Tiny overall exposure pulse sells the metal-in-sun flash without a heavy blur. */
.hero-slides.shine-flash,.section-preview.shine-flash{animation:exposureBlink .68s ease-out both}
@keyframes exposureBlink{0%,100%{filter:brightness(1)}38%{filter:brightness(1.16)}52%{filter:brightness(1.06)}}

@media(max-width:900px){
  .hero h1{font-size:clamp(42px,10.4vw,72px)!important}
  .hero h1 em{font-size:.60em!important;margin-top:.28em!important}
  .hero-slides:after,.section-preview:after{width:58%}
}
@media(prefers-reduced-motion:reduce){
  .hero-slides.shine-flash:after,.section-preview.shine-flash:after,.hero-slides.shine-flash,.section-preview.shine-flash{animation:none!important}
}

/* ===== V16 red liquid field + clearer glass + stronger light-sweep hero ===== */
/* Red now carries more of the canvas, but with soft organic gradients instead of hard bands. */
html{background:#25050b!important}
body{
  background-color:#25050b!important;
  background-image:
    radial-gradient(ellipse at 8% 12%,rgba(245,35,54,.82) 0%,rgba(188,17,38,.62) 23%,rgba(91,8,22,.28) 43%,transparent 66%),
    radial-gradient(ellipse at 86% 28%,rgba(165,13,34,.78) 0%,rgba(103,7,24,.48) 29%,transparent 61%),
    radial-gradient(ellipse at 26% 72%,rgba(224,22,45,.62) 0%,rgba(126,9,28,.44) 30%,transparent 62%),
    radial-gradient(ellipse at 82% 88%,rgba(239,33,51,.58) 0%,rgba(102,8,23,.38) 34%,transparent 65%),
    linear-gradient(145deg,#14070b 0%,#3c0913 24%,#180a0f 43%,#4a0916 66%,#20080e 83%,#0e0d11 100%)!important;
  background-attachment:fixed!important;
}
/* Softer moving reflections; no straight cut-off color bands. */
body:before{
  inset:-12vh -12vw!important;
  opacity:.52!important;
  background:
    radial-gradient(ellipse at 22% 42%,rgba(255,255,255,.11) 0%,rgba(255,255,255,.035) 19%,transparent 45%),
    radial-gradient(ellipse at 72% 54%,rgba(255,76,91,.16) 0%,rgba(215,25,38,.06) 24%,transparent 52%)!important;
  animation:liquidSheen 30s ease-in-out infinite alternate!important;
}
body:after{opacity:.055!important}

/* More transparent Liquid Glass: less frost, more of the red field visible through it. */
:root{
  --glass-bg:rgba(20,18,23,.28);
  --glass-bg-deep:rgba(10,10,14,.34);
  --glass-line:rgba(255,255,255,.18);
  --glass-shadow:0 24px 68px rgba(0,0,0,.28);
}
header{
  background:rgba(12,10,14,.42)!important;
  -webkit-backdrop-filter:blur(11px) saturate(128%)!important;
  backdrop-filter:blur(11px) saturate(128%)!important;
}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(18,14,19,.34) 48%,rgba(109,7,25,.16))!important;
  -webkit-backdrop-filter:blur(10px) saturate(118%)!important;
  backdrop-filter:blur(10px) saturate(118%)!important;
  border-color:rgba(255,255,255,.18)!important;
}
.split article:nth-child(2){background:linear-gradient(215deg,rgba(146,12,32,.18),rgba(18,14,19,.32) 50%,rgba(255,255,255,.06))!important}
.gallery-v10 .gallery-tabs{
  background:rgba(18,14,19,.34)!important;
  -webkit-backdrop-filter:blur(9px) saturate(116%)!important;
  backdrop-filter:blur(9px) saturate(116%)!important;
}
/* Keep hover lively while preserving the clearer glass. */
#about.section:hover,.split article:hover,.halls-grid .card:hover,.contact:hover,.gallery-v10 .gallery-head:hover{
  border-color:rgba(255,255,255,.38)!important;
  box-shadow:0 30px 78px rgba(0,0,0,.32),0 0 34px rgba(255,255,255,.09),0 0 58px rgba(236,25,48,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;
}

/* Explicitly restore and foreground the rotating main hero photography. */
.hero{background:#08080a!important;isolation:isolate!important}
.hero-slides{display:block!important;position:absolute!important;inset:0!important;z-index:0!important;opacity:1!important}
.hero-slide{display:block!important;background-size:cover!important;background-position:center 38%!important;opacity:0!important;transform:translateZ(0) scale(1.001)!important;transition:opacity .20s linear!important}
.hero-slide.active{opacity:1!important;transform:translateZ(0) scale(1.001)!important}
.hero .shade{z-index:1!important;background:linear-gradient(90deg,rgba(4,3,5,.90) 0%,rgba(8,4,7,.66) 37%,rgba(34,3,10,.16) 72%,rgba(10,3,6,.40) 100%)!important}
.heroText{z-index:3!important}
/* A dedicated highlight sits above the shade, so the flash is unmistakable. */
.hero-flash{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden;opacity:0}
.hero-flash:before{
  content:"";position:absolute;top:-45%;bottom:-45%;left:-78%;width:42%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.10) 16%,rgba(255,220,224,.86) 42%,rgba(255,255,255,.98) 50%,rgba(255,76,93,.70) 62%,rgba(215,25,38,.22) 78%,transparent 100%);
  filter:drop-shadow(0 0 18px rgba(255,255,255,.58)) drop-shadow(0 0 28px rgba(239,35,56,.52));
}
.hero-slides.shine-flash ~ .hero-flash{opacity:1}
.hero-slides.shine-flash ~ .hero-flash:before{animation:heroLightSweep .66s cubic-bezier(.18,.72,.22,1) both}
@keyframes heroLightSweep{
  0%{left:-78%;opacity:0}
  10%{opacity:.75}
  42%{opacity:1}
  100%{left:136%;opacity:0}
}
/* Stronger but quick flash on the two homepage gallery previews too. */
.section-preview.shine-flash:after{
  width:58%!important;
  background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.10) 14%,rgba(255,235,238,.88) 43%,rgba(255,255,255,.98) 50%,rgba(255,65,82,.64) 64%,rgba(215,25,38,.18) 82%,transparent 100%)!important;
  filter:drop-shadow(0 0 15px rgba(255,255,255,.48)) drop-shadow(0 0 22px rgba(229,29,42,.40))!important;
  animation-duration:.66s!important;
}
.hero-slides.shine-flash{animation:heroExposureBlink .66s ease-out both!important}
.section-preview.shine-flash{animation:previewExposureBlink .66s ease-out both!important}
@keyframes heroExposureBlink{0%,100%{filter:brightness(1)}38%{filter:brightness(1.30)}55%{filter:brightness(1.08)}}
@keyframes previewExposureBlink{0%,100%{filter:brightness(1)}38%{filter:brightness(1.24)}55%{filter:brightness(1.07)}}

@media(max-width:900px){
  header{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:rgba(16,7,11,.90)!important}
  #about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{-webkit-backdrop-filter:blur(6px) saturate(112%)!important;backdrop-filter:blur(6px) saturate(112%)!important}
  .hero-flash:before{width:58%}
}
@media(prefers-reduced-motion:reduce){
  .hero-slides.shine-flash ~ .hero-flash:before,.hero-slides.shine-flash,.section-preview.shine-flash{animation:none!important}
}

/* ===== V17 balanced black/red field + cleaner larger logo ===== */
/* Return to a dark premium base, but keep visibly more red than the first glass pass. */
html{background:#0a0a0d!important}
body{
  background-color:#0a0a0d!important;
  background-image:
    radial-gradient(ellipse at 10% 10%,rgba(178,14,35,.48) 0%,rgba(93,8,23,.25) 28%,transparent 57%),
    radial-gradient(ellipse at 88% 26%,rgba(224,24,45,.38) 0%,rgba(116,8,27,.22) 29%,transparent 60%),
    radial-gradient(ellipse at 28% 76%,rgba(190,15,38,.34) 0%,rgba(83,7,21,.19) 31%,transparent 62%),
    radial-gradient(ellipse at 84% 91%,rgba(231,28,48,.28) 0%,rgba(92,7,22,.17) 32%,transparent 61%),
    linear-gradient(145deg,#08090c 0%,#15161b 26%,#0a0a0e 47%,#1a0b10 66%,#0d0d11 83%,#151519 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  opacity:.42!important;
  background:
    radial-gradient(ellipse at 24% 38%,rgba(255,255,255,.085) 0%,rgba(255,255,255,.025) 20%,transparent 46%),
    radial-gradient(ellipse at 72% 58%,rgba(241,44,63,.14) 0%,rgba(215,25,38,.045) 26%,transparent 55%)!important;
}

/* Logo: larger and with the black JPEG plate removed. */
.brand{gap:15px!important}
.brand img{
  width:94px!important;
  height:94px!important;
  object-fit:contain!important;
  border-radius:0!important;
  background:transparent!important;
  mix-blend-mode:normal!important;
  filter:drop-shadow(0 0 10px rgba(255,255,255,.06)) drop-shadow(0 0 12px rgba(215,25,38,.10));
}
header{min-height:108px!important;height:108px!important}
@media(max-width:900px){
  header{min-height:90px!important;height:auto!important}
  .brand img{width:76px!important;height:76px!important}
}
@media(max-width:600px){.brand img{width:68px!important;height:68px!important}}

/* ===== V18 refined dark liquid glass + living photography + typography/header ===== */
html{background:#07080a!important}
body{
  background-color:#08090c!important;
  background-image:
    radial-gradient(ellipse at 8% 14%,rgba(190,15,39,.25) 0%,rgba(96,7,24,.12) 25%,transparent 52%),
    radial-gradient(ellipse at 78% 18%,rgba(224,26,48,.18) 0%,rgba(105,8,27,.09) 24%,transparent 50%),
    radial-gradient(ellipse at 34% 52%,rgba(167,12,35,.20) 0%,rgba(86,7,22,.09) 28%,transparent 57%),
    radial-gradient(ellipse at 91% 67%,rgba(215,25,38,.22) 0%,rgba(92,7,23,.10) 26%,transparent 54%),
    radial-gradient(ellipse at 18% 91%,rgba(194,15,40,.16) 0%,rgba(78,7,21,.07) 29%,transparent 56%),
    linear-gradient(145deg,#07080a 0%,#121318 31%,#090a0d 55%,#111216 76%,#07080a 100%)!important;
  background-attachment:fixed!important;
}
body:before{opacity:.31!important;background:radial-gradient(ellipse at 22% 36%,rgba(255,255,255,.065),transparent 42%),radial-gradient(ellipse at 74% 62%,rgba(236,36,57,.09),transparent 48%)!important;animation:liquidSheen 38s ease-in-out infinite alternate!important}

/* clearer glass against the darker field */
:root{--glass-bg:rgba(18,19,24,.31);--glass-bg-deep:rgba(8,9,12,.38);--glass-line:rgba(255,255,255,.18)}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(13,14,18,.31) 48%,rgba(91,8,24,.10))!important;backdrop-filter:blur(9px) saturate(118%)!important;-webkit-backdrop-filter:blur(9px) saturate(118%)!important}

/* header: larger identity + a dedicated glass navigation capsule */
header{padding:0 clamp(22px,4vw,70px)!important;gap:28px!important;background:rgba(8,9,12,.43)!important;border-bottom:1px solid rgba(255,255,255,.10)!important}
.brand{flex:0 0 auto!important;gap:18px!important}
.brand img{width:112px!important;height:112px!important}
.brand span{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(20px,1.55vw,28px)!important;font-weight:700!important;letter-spacing:.055em!important;white-space:nowrap!important;text-shadow:0 2px 18px rgba(0,0,0,.65)!important}
header nav{display:flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;flex-wrap:nowrap!important;padding:7px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:999px!important;background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(10,11,15,.36))!important;box-shadow:0 12px 34px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.10)!important;backdrop-filter:blur(10px) saturate(120%)!important;-webkit-backdrop-filter:blur(10px) saturate(120%)!important}
header nav a{padding:10px clamp(9px,1vw,16px)!important;border-radius:999px!important;white-space:nowrap!important;font-size:clamp(11px,.82vw,14px)!important;font-weight:750!important;letter-spacing:.025em!important;color:rgba(255,255,255,.90)!important;transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease!important}
header nav a:hover{color:#fff!important;background:rgba(255,255,255,.10)!important;box-shadow:0 0 18px rgba(255,255,255,.08),0 0 24px rgba(215,25,38,.14)!important;transform:translateY(-1px)!important}

/* Hero: living slow zoom and a stronger readable left-side fade into the site background. */
.hero-slide{transform:translateZ(0) scale(1.00)!important;transition:opacity .22s linear!important;will-change:transform,opacity!important}
.hero-slide.active{opacity:1!important;animation:heroSlowPush 4.9s cubic-bezier(.16,.72,.25,1) forwards!important}
@keyframes heroSlowPush{from{transform:translateZ(0) scale(1.00)}to{transform:translateZ(0) scale(1.075)}}
.hero .shade{background:linear-gradient(90deg,rgba(7,8,10,.98) 0%,rgba(8,9,12,.91) 20%,rgba(9,9,12,.72) 39%,rgba(10,8,11,.30) 58%,rgba(8,5,8,.10) 76%,rgba(8,5,8,.24) 100%)!important}
.heroText{max-width:min(780px,54vw)!important}
.hero h1 .hero-mainline{text-wrap:balance!important}

/* Preview photography also keeps moving between swaps. */
.split .section-preview .preview-layer{transform:translateZ(0) scale(1.00)!important;transition:opacity .22s linear!important;will-change:transform,opacity!important}
.split .section-preview .preview-layer.active{animation:previewSlowPush 6.25s cubic-bezier(.16,.72,.25,1) forwards!important}
@keyframes previewSlowPush{from{transform:translateZ(0) scale(1.00)}to{transform:translateZ(0) scale(1.065)}}
.section-preview:before{content:"";position:absolute;z-index:5;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(8,9,12,.56) 0%,rgba(8,9,12,.20) 31%,transparent 58%)}

/* More elegant, responsive section titles. Keep every word inside its glass panel. */
.split article{min-width:0!important;overflow:hidden!important}
.split .split-title{font-family:Georgia,'Times New Roman',serif!important;font-weight:700!important;letter-spacing:-.045em!important;line-height:.92!important;margin:24px 0 14px!important;color:#fff!important;text-shadow:0 3px 22px rgba(0,0,0,.45)!important;max-width:100%!important;overflow-wrap:normal!important;word-break:normal!important;text-wrap:balance!important}
#school .split-title{font-size:clamp(42px,4.4vw,74px)!important}
#pro .split-title{font-size:clamp(35px,3.55vw,60px)!important;letter-spacing:-.055em!important}
.split article p{max-width:58ch!important}
.gallery-cta{max-width:100%!important;box-sizing:border-box!important;white-space:normal!important;text-align:center!important;line-height:1.2!important}

/* Keep the glass panels lively, but restrained. */
#about.section:hover,.split article:hover,.halls-grid .card:hover,.contact:hover,.gallery-v10 .gallery-head:hover{transform:translateY(-3px)!important;border-color:rgba(255,255,255,.42)!important;box-shadow:0 28px 76px rgba(0,0,0,.35),0 0 30px rgba(255,255,255,.11),0 0 62px rgba(215,25,38,.24),inset 0 1px 0 rgba(255,255,255,.25)!important}

@media(max-width:1180px){header{gap:14px!important;padding:0 20px!important}.brand img{width:92px!important;height:92px!important}.brand span{font-size:18px!important}header nav a{font-size:11px!important;padding:9px 8px!important}}
@media(max-width:900px){header{align-items:center!important}.brand img{width:82px!important;height:82px!important}.brand span{font-size:18px!important}header nav{border-radius:20px!important;flex-wrap:wrap!important;justify-content:flex-start!important}.heroText{max-width:92%!important}.hero .shade{background:linear-gradient(90deg,rgba(7,8,10,.97) 0%,rgba(8,9,12,.83) 42%,rgba(8,7,10,.30) 78%,rgba(8,7,10,.28) 100%)!important}#pro .split-title,#school .split-title{font-size:clamp(38px,9vw,58px)!important}}
@media(max-width:600px){.brand img{width:74px!important;height:74px!important}.brand span{font-size:16px!important}.heroText{max-width:96%!important}.split .split-title{line-height:.96!important}}
@media(prefers-reduced-motion:reduce){.hero-slide.active,.split .section-preview .preview-layer.active{animation:none!important}}
.hero-flash:before{filter:drop-shadow(0 0 22px rgba(255,255,255,.72)) drop-shadow(0 0 34px rgba(239,35,56,.58))!important}

/* ===== V19 continuous photo motion =====
   Keep every active slideshow image moving for its entire on-screen lifetime.
   Linear timing avoids the perceptual "pause" caused by easing near the end. */
.hero-slide{
  transform:translate3d(0,0,0) scale(1)!important;
  transform-origin:50% 42%!important;
  will-change:transform,opacity!important;
}
.hero-slide.active{
  animation:heroContinuousZoom 5.15s linear both!important;
}
@keyframes heroContinuousZoom{
  0%{transform:translate3d(0,0,0) scale(1.000)}
  100%{transform:translate3d(0,0,0) scale(1.115)}
}

.split .section-preview .preview-layer{
  transform:translate3d(0,0,0) scale(1)!important;
  transform-origin:50% 38%!important;
  will-change:transform,opacity!important;
}
.split .section-preview .preview-layer.active{
  animation:previewContinuousZoom 6.45s linear both!important;
}
@keyframes previewContinuousZoom{
  0%{transform:translate3d(0,0,0) scale(1.000)}
  100%{transform:translate3d(0,0,0) scale(1.105)}
}

/* Portrait previews keep faces higher while the zoom progresses. */
.split .section-preview .preview-layer.portrait{
  object-position:center 28%!important;
  transform-origin:50% 30%!important;
}

@media (prefers-reduced-motion:reduce){
  .hero-slide.active,.split .section-preview .preview-layer.active{animation:none!important}
}

/* ===== V20: silver Liquid Glass field + guaranteed continuous preview zoom ===== */
/* Neutral liquid-glass background: black, silver, white and grey only. */
html{background:#07080a!important}
body{
  background-color:#08090b!important;
  background-image:
    radial-gradient(ellipse at 10% 12%,rgba(246,248,252,.20) 0%,rgba(181,188,199,.12) 23%,transparent 53%),
    radial-gradient(ellipse at 88% 24%,rgba(120,129,143,.24) 0%,rgba(73,79,89,.12) 28%,transparent 57%),
    radial-gradient(ellipse at 31% 57%,rgba(222,226,232,.16) 0%,rgba(126,133,144,.09) 27%,transparent 58%),
    radial-gradient(ellipse at 92% 72%,rgba(255,255,255,.13) 0%,rgba(164,171,182,.09) 24%,transparent 54%),
    radial-gradient(ellipse at 17% 93%,rgba(112,120,133,.22) 0%,rgba(64,69,78,.10) 28%,transparent 57%),
    linear-gradient(145deg,#06070a 0%,#17191e 25%,#090a0d 48%,#202329 68%,#0a0b0e 84%,#15171c 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  opacity:.40!important;
  background:
    radial-gradient(ellipse at 24% 38%,rgba(255,255,255,.12) 0%,rgba(220,225,232,.04) 22%,transparent 48%),
    radial-gradient(ellipse at 74% 62%,rgba(180,187,198,.12) 0%,rgba(113,121,134,.035) 28%,transparent 54%)!important;
  animation:liquidSheen 38s ease-in-out infinite alternate!important;
}

/* Make the glass read neutral/silver instead of burgundy. */
:root{--glass-bg:rgba(20,22,27,.28);--glass-bg-deep:rgba(8,9,12,.36);--glass-line:rgba(255,255,255,.20)}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head{
  background:linear-gradient(145deg,rgba(255,255,255,.095),rgba(20,22,27,.28) 48%,rgba(119,126,137,.075))!important;
  border-color:rgba(255,255,255,.20)!important;
  -webkit-backdrop-filter:blur(9px) saturate(112%)!important;
  backdrop-filter:blur(9px) saturate(112%)!important;
}
.split article:nth-child(2){background:linear-gradient(215deg,rgba(255,255,255,.085),rgba(20,22,27,.28) 50%,rgba(107,115,128,.07))!important}
.gallery-v10 .gallery-tabs,header nav{background:linear-gradient(145deg,rgba(255,255,255,.085),rgba(12,14,18,.34))!important}
header{background:rgba(9,10,13,.45)!important}
#about.section:hover,.split article:hover,.halls-grid .card:hover,.contact:hover,.gallery-v10 .gallery-head:hover{
  border-color:rgba(255,255,255,.48)!important;
  box-shadow:0 28px 76px rgba(0,0,0,.36),0 0 32px rgba(255,255,255,.16),0 0 68px rgba(180,188,200,.16),inset 0 1px 0 rgba(255,255,255,.28)!important;
}

/* JS drives the zoom in v20; disable older CSS keyframes so they cannot conflict. */
.hero-slide,.hero-slide.active,
.split .section-preview .preview-layer,
.split .section-preview .preview-layer.active{
  animation:none!important;
}
.hero-slide{transform:translate3d(0,0,0) scale(1)!important;transform-origin:50% 42%!important}
.split .section-preview .preview-layer{transform:translate3d(0,0,0) scale(1)!important;transform-origin:50% 38%!important}
.split .section-preview .preview-layer.portrait{transform-origin:50% 28%!important}

/* ===== V21: visible continuous zoom + return to red/black Liquid Glass ===== */
html{background:#07080a!important}
body{
  background-color:#08090c!important;
  background-image:
    radial-gradient(ellipse at 8% 15%,rgba(190,15,39,.24) 0%,rgba(94,7,23,.11) 25%,transparent 53%),
    radial-gradient(ellipse at 82% 20%,rgba(221,25,47,.17) 0%,rgba(102,8,26,.08) 27%,transparent 54%),
    radial-gradient(ellipse at 35% 55%,rgba(156,12,34,.18) 0%,rgba(77,7,21,.075) 29%,transparent 58%),
    radial-gradient(ellipse at 91% 72%,rgba(210,24,42,.20) 0%,rgba(91,7,22,.09) 27%,transparent 55%),
    radial-gradient(ellipse at 17% 92%,rgba(183,14,38,.15) 0%,rgba(74,7,20,.06) 30%,transparent 57%),
    linear-gradient(145deg,#06070a 0%,#15161b 29%,#090a0d 51%,#17181d 74%,#08090c 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  opacity:.34!important;
  background:
    radial-gradient(ellipse at 22% 36%,rgba(255,255,255,.075) 0%,transparent 44%),
    radial-gradient(ellipse at 74% 62%,rgba(236,36,57,.085) 0%,transparent 50%)!important;
  animation:liquidSheen 38s ease-in-out infinite alternate!important;
}

/* The previous v20 rule disabled CSS animation. These final overrides deliberately
   restore it and make the motion visible for the full lifetime of each photo. */
.hero-slide{
  animation:none!important;
  transform:translate3d(0,0,0) scale(1)!important;
  transform-origin:50% 42%!important;
  will-change:transform,opacity!important;
}
.hero-slide.active{
  animation:v21HeroZoom 4.8s linear forwards!important;
}
@keyframes v21HeroZoom{
  0%{transform:translate3d(0,0,0) scale(1.000)}
  100%{transform:translate3d(0,0,0) scale(1.125)}
}

.split .section-preview .preview-layer{
  animation:none!important;
  transform:translate3d(0,0,0) scale(1)!important;
  transform-origin:50% 38%!important;
  will-change:transform,opacity!important;
}
.split .section-preview .preview-layer.active{
  animation:v21PreviewZoom 6.1s linear forwards!important;
}
@keyframes v21PreviewZoom{
  0%{transform:translate3d(0,0,0) scale(1.000)}
  100%{transform:translate3d(0,0,0) scale(1.115)}
}
.split .section-preview .preview-layer.portrait{
  object-position:center 28%!important;
  transform-origin:50% 28%!important;
}

/* Keep explicit requested slideshow motion even when older reduced-motion blocks exist. */
@media (prefers-reduced-motion:reduce){
  .hero-slide.active{animation:v21HeroZoom 4.8s linear forwards!important}
  .split .section-preview .preview-layer.active{animation:v21PreviewZoom 6.1s linear forwards!important}
}

/* ===== V22: direct-frame slideshow motion =====
   JS writes inline !important transforms every frame, eliminating all legacy keyframe conflicts. */
.hero-slide,
.hero-slide.active,
.split .section-preview .preview-layer,
.split .section-preview .preview-layer.active{
  animation:none!important;
  backface-visibility:hidden!important;
  -webkit-backface-visibility:hidden!important;
}
.hero-slide{opacity:0!important;transition:opacity .24s linear!important}
.hero-slide.active{opacity:1!important}
.split .section-preview .preview-layer{opacity:0!important;transition:opacity .24s linear!important}
.split .section-preview .preview-layer.active{opacity:1!important}

/* ===== V23: PHONE / SMALL-SCREEN EXPERIENCE ===== */
.menu-toggle{display:none}

@media (max-width:900px){
  html{scroll-padding-top:76px}
  body{overflow-x:hidden;background-attachment:scroll!important}
  header{
    min-height:72px!important;height:72px!important;padding:0 max(16px,env(safe-area-inset-left))!important;
    align-items:center!important;gap:10px!important;background:rgba(8,8,11,.78)!important;
    -webkit-backdrop-filter:blur(14px) saturate(120%)!important;backdrop-filter:blur(14px) saturate(120%)!important;
  }
  .brand{gap:9px!important;min-width:0;z-index:3}
  .brand img{width:58px!important;height:58px!important;flex:0 0 58px}
  .brand span{font-size:14px!important;letter-spacing:1.45px!important;white-space:nowrap}
  .menu-toggle{
    display:grid;place-content:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:0;border-radius:14px;
    border:1px solid rgba(255,255,255,.17);background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(18,18,23,.58));
    color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.13),0 8px 24px rgba(0,0,0,.22);z-index:3;cursor:pointer;
  }
  .menu-toggle span{display:block;width:20px;height:2px;border-radius:3px;background:#fff;transition:transform .25s ease,opacity .2s ease}
  .menu-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  .menu-open .menu-toggle span:nth-child(2){opacity:0}
  .menu-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  header nav{
    display:flex!important;position:absolute;left:12px;right:12px;top:78px;flex-direction:column!important;align-items:stretch!important;gap:4px!important;
    padding:10px!important;border-radius:20px!important;border:1px solid rgba(255,255,255,.15)!important;
    background:rgba(12,12,16,.94)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;
    box-shadow:0 24px 65px rgba(0,0,0,.52),inset 0 1px 0 rgba(255,255,255,.08);
    opacity:0;visibility:hidden;transform:translateY(-10px) scale(.985);transform-origin:top right;
    transition:opacity .2s ease,transform .24s ease,visibility .2s;max-height:calc(100svh - 92px);overflow:auto;
  }
  .menu-open header nav{opacity:1;visibility:visible;transform:none}
  header nav a{font-size:14px!important;padding:13px 14px!important;border-radius:12px!important;letter-spacing:.01em;border:1px solid transparent}
  header nav a:hover,header nav a:active{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.08)}

  .hero{min-height:calc(100svh - 72px)!important;padding:0 18px max(28px,env(safe-area-inset-bottom))!important;align-items:flex-end!important}
  .hero-slide{background-position:62% center!important}
  .hero .shade{background:linear-gradient(180deg,rgba(5,5,7,.12) 0%,rgba(5,5,7,.20) 35%,rgba(5,5,7,.80) 67%,rgba(5,5,7,.98) 100%)!important}
  .heroText{width:100%!important;max-width:100%!important;margin:0!important;padding:20px 0 0!important}
  .hero h1{margin:0 0 10px!important;line-height:.92!important}
  .hero-mainline{display:block;font-size:clamp(36px,10.2vw,54px)!important;letter-spacing:-.045em!important;max-width:10.8em}
  .hero h1 em{display:block;margin-top:10px;font-size:clamp(27px,7.5vw,38px)!important;line-height:1!important;letter-spacing:-.025em}
  .hero p{font-size:15px!important;line-height:1.45;margin:0 0 13px!important;color:rgba(255,255,255,.82)}
  .actions{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important;width:100%}
  .actions .btn{display:flex!important;align-items:center;justify-content:center;min-height:48px;margin:0!important;padding:12px 10px!important;text-align:center;font-size:13px;border-radius:13px!important}

  #about.section,.dark.section,.contact{margin-left:12px!important;margin-right:12px!important;padding:30px 20px!important;border-radius:22px!important}
  .section{padding:58px 18px!important}
  .section h2,.contact h2{font-size:clamp(34px,10vw,48px)!important;line-height:.98!important;letter-spacing:-.035em}
  .lead{font-size:16px!important;line-height:1.65!important}
  .eyebrow{font-size:11px!important;letter-spacing:2.4px!important}

  .split{grid-template-columns:1fr!important;gap:12px!important;padding:12px!important}
  .split article{padding:18px!important;border-radius:22px!important}
  .split .section-preview{height:clamp(235px,69vw,330px)!important;margin-bottom:18px!important;border-radius:16px!important}
  .split .split-title{margin:17px 0 10px!important;line-height:.94!important}
  #school .split-title{font-size:clamp(39px,12.5vw,58px)!important}
  #pro .split-title{font-size:clamp(34px,10.2vw,50px)!important;letter-spacing:-.06em!important}
  .split article p{font-size:15px;line-height:1.55;margin:0 0 4px}
  .gallery-cta{display:flex!important;width:100%;justify-content:center;margin-top:16px!important;padding:14px 12px!important;font-size:12px!important;border-radius:13px!important}

  #halls.section{padding-top:34px!important;padding-bottom:34px!important}
  #halls h2{margin-bottom:22px!important}
  .halls-grid{grid-template-columns:1fr!important;gap:12px!important}
  .halls-grid .card{min-height:0!important;padding:14px!important;border-radius:18px!important;gap:7px!important}
  .hall-map{height:190px!important;min-height:190px!important;border-radius:13px!important;overflow:hidden}
  .halls-grid .card h3{font-size:26px!important;line-height:1.05!important;margin:8px 0 2px!important}
  .halls-grid .card p{font-size:14px!important}
  .map-btn{width:100%;justify-content:center;text-align:center;min-height:44px;align-items:center;border-radius:12px!important;font-size:11px!important}
  .contact .btn{width:100%;text-align:center;border-radius:13px!important}

  /* Gallery phone layout */
  .gallery-main{padding-top:78px!important}
  .gallery-v10 .gallery-head{margin:18px 12px 14px!important;padding:28px 18px!important;border-radius:22px!important}
  .gallery-v10 .gallery-head h1{font-size:clamp(46px,15vw,70px)!important;margin:8px 0 13px!important}
  .gallery-v10 .gallery-head p{font-size:14px!important;line-height:1.55!important;margin-bottom:0}
  .gallery-v10 .gallery-tabs{display:grid!important;grid-template-columns:1fr 1fr;width:calc(100% - 24px)!important;margin:0 12px 18px!important;padding:6px!important;border-radius:15px!important}
  .gallery-tabs .tab{padding:11px 7px!important;font-size:12px!important;line-height:1.15;border-radius:10px!important;white-space:normal}
  .gallery-v10 .gallery-stream{padding:0 12px 58px!important}
  .gallery-stream-head{font-size:11px!important;margin:0 2px 10px!important}
  .masonry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;grid-auto-rows:5px!important}
  .masonry-tile{border-radius:9px!important}
  #lightbox{padding:56px 10px 24px!important;background:rgba(0,0,0,.96)!important}
  #lightbox img{max-width:100%!important;max-height:82svh!important;object-fit:contain}
  #close{top:max(8px,env(safe-area-inset-top))!important;right:10px!important;width:44px;height:44px;font-size:36px!important;line-height:1}
  #lightbox .arrow{width:44px!important;height:58px!important;font-size:42px!important;border-radius:12px!important;background:rgba(0,0,0,.55)!important}
  #lightbox .prev{left:6px!important}.gallery-v10 #lightbox .next,#lightbox .next{right:6px!important}

  /* Mobile GPUs handle a static page background more smoothly. */
  body:before{animation:none!important}
  #about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head,.gallery-v10 .gallery-tabs{
    -webkit-backdrop-filter:blur(7px) saturate(112%)!important;backdrop-filter:blur(7px) saturate(112%)!important;
  }
}

@media (max-width:520px){
  .brand span{font-size:13px!important;letter-spacing:1.15px!important}
  .hero-mainline{font-size:clamp(34px,10.5vw,48px)!important}
  .actions{grid-template-columns:1fr!important}
  .actions .btn{min-height:46px}
}

@media (max-width:430px){
  /* Keep two gallery columns on normal phones; one column only on very narrow screens. */
  .masonry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;grid-auto-rows:4px!important}
}
@media (max-width:340px){.masonry-grid{grid-template-columns:1fr!important}.masonry-tile{grid-row-end:auto!important}}

@media (hover:none) and (pointer:coarse){
  #about.section:hover,.split article:hover,.halls-grid .card:hover,.contact:hover,.gallery-v10 .gallery-head:hover,.masonry-tile:hover{transform:none!important}
}

/* v25 — neutral monochrome Liquid Glass background */
html{background:#050607}
body{
  background:
    radial-gradient(ellipse 68% 42% at 14% 8%, rgba(255,255,255,.14) 0%, rgba(190,196,204,.055) 34%, transparent 68%),
    radial-gradient(ellipse 54% 38% at 88% 24%, rgba(255,255,255,.105) 0%, rgba(150,158,168,.04) 38%, transparent 70%),
    radial-gradient(ellipse 62% 44% at 20% 58%, rgba(210,215,222,.07) 0%, transparent 68%),
    radial-gradient(ellipse 58% 42% at 82% 78%, rgba(255,255,255,.085) 0%, rgba(165,170,180,.035) 40%, transparent 72%),
    linear-gradient(145deg,#030405 0%,#0a0c0f 38%,#050607 67%,#111318 100%) !important;
  background-attachment:fixed !important;
}
body::before{
  background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.045) 35%,transparent 53%,rgba(255,255,255,.025) 70%,transparent 84%) !important;
  opacity:.8 !important;
}
body::after{
  background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.035),transparent 62%) !important;
}
/* Remove old red ambient accents while keeping CTA styling readable */
.section.dark{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(0,0,0,.10)) !important}

/* Real-location cards / verified placeholders */
.hall-photo{height:205px;border-radius:20px;overflow:hidden;margin-bottom:18px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.035);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 18px 42px rgba(0,0,0,.22)}
.hall-photo img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .7s ease,filter .7s ease;filter:saturate(.82) contrast(1.04)}
.card:hover .hall-photo img{transform:scale(1.035);filter:saturate(.92) contrast(1.06)}
.hall-placeholder{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px;color:#f4f5f6;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.12),transparent 38%),linear-gradient(145deg,rgba(255,255,255,.065),rgba(255,255,255,.018));}
.hall-placeholder::before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent 20%,rgba(255,255,255,.09) 43%,transparent 60%);transform:translateX(-70%);opacity:.65}
.card:hover .hall-placeholder::before{transform:translateX(70%);transition:transform 1.1s ease}
.hall-placeholder span{font-size:1.15rem;font-weight:750;letter-spacing:.02em}.hall-placeholder small{color:rgba(255,255,255,.62);font-size:.82rem}
@media(max-width:700px){.hall-photo{height:180px}}

/* ===== V26 brighter monochrome liquid glass ===== */
:root{
  --glass-line:rgba(255,255,255,.30);
  --glass-shadow:0 28px 80px rgba(0,0,0,.32),0 0 38px rgba(255,255,255,.055);
}
html{background:#050506!important}
body{
  background:
    radial-gradient(ellipse at 8% 9%,rgba(255,255,255,.34) 0,rgba(214,218,224,.15) 16%,transparent 38%),
    radial-gradient(ellipse at 88% 19%,rgba(255,255,255,.25) 0,rgba(178,183,192,.12) 17%,transparent 40%),
    radial-gradient(ellipse at 22% 48%,rgba(235,237,241,.18) 0,rgba(255,255,255,.07) 18%,transparent 42%),
    radial-gradient(ellipse at 82% 61%,rgba(255,255,255,.28) 0,rgba(196,201,210,.10) 19%,transparent 43%),
    radial-gradient(ellipse at 42% 86%,rgba(255,255,255,.20) 0,rgba(255,255,255,.07) 17%,transparent 40%),
    linear-gradient(125deg,#020203 0%,#17181b 24%,#050506 45%,#222328 66%,#060607 82%,#141518 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  background:
    radial-gradient(700px circle at 18% 16%,rgba(255,255,255,.16),transparent 48%),
    radial-gradient(620px circle at 83% 72%,rgba(255,255,255,.13),transparent 50%)!important;
  opacity:.85!important;
}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head,.gallery-v10 .gallery-tabs{
  background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045) 35%,rgba(8,9,11,.23) 72%,rgba(255,255,255,.07))!important;
  border:1px solid rgba(255,255,255,.31)!important;
  box-shadow:0 28px 75px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.50),inset 0 -1px 0 rgba(255,255,255,.10),0 0 30px rgba(255,255,255,.055)!important;
  -webkit-backdrop-filter:blur(17px) saturate(135%) brightness(1.08)!important;
  backdrop-filter:blur(17px) saturate(135%) brightness(1.08)!important;
}
#about.section:before,.split article:before,.halls-grid .card:before,.contact:before,.gallery-v10 .gallery-head:before{
  background:radial-gradient(600px circle at 12% -5%,rgba(255,255,255,.34),transparent 39%),radial-gradient(520px circle at 92% 105%,rgba(255,255,255,.18),transparent 45%)!important;
  opacity:.75!important;
}
#about.section:after,.split article:after,.halls-grid .card:after,.contact:after,.gallery-v10 .gallery-head:after{
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),rgba(255,255,255,.28),transparent)!important;
  opacity:.48!important;
}
.halls-grid .card{padding:0 0 24px!important;overflow:hidden!important}
.halls-grid .card h3,.halls-grid .card p,.halls-grid .card .map-btn{margin-left:24px;margin-right:24px}
.hall-photo{width:100%!important;height:235px!important;margin:0 0 22px!important;overflow:hidden!important;border-radius:0!important;background:#111!important}
.hall-photo img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important;transition:transform .7s ease,filter .4s ease}
.halls-grid .card:hover .hall-photo img{transform:scale(1.035);filter:brightness(1.07)}
.hall-location-card{display:flex!important;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:24px!important;background:radial-gradient(circle at 25% 20%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#26282d,#08090b 72%)!important;position:relative}
.hall-location-card:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.13) 48%,transparent 68%);transform:translateX(-35%)}
.hall-location-card span{font-family:Georgia,serif;font-size:28px;font-weight:700;position:relative;z-index:1}.hall-location-card small{color:#d8d8da;font-size:14px;margin-top:7px;position:relative;z-index:1}
@media(max-width:760px){.hall-photo{height:210px!important}}

/* ===== V27 — joy + social preview ===== */
.joy-strip{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:18px;padding:28px 5vw 20px;align-items:stretch}
.glass-v27,.social-v27,.social-card,.reviews-v27,.reviews-v27 blockquote{border:1px solid rgba(255,255,255,.32);background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055) 38%,rgba(8,9,11,.20) 74%,rgba(255,255,255,.09));box-shadow:0 28px 75px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(255,255,255,.12),0 0 34px rgba(255,255,255,.07);-webkit-backdrop-filter:blur(18px) saturate(135%) brightness(1.08);backdrop-filter:blur(18px) saturate(135%) brightness(1.08)}
.joy-copy{border-radius:28px;padding:clamp(28px,4vw,58px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}
.joy-copy:before,.social-v27:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(600px circle at 5% 0%,rgba(255,255,255,.28),transparent 38%),linear-gradient(115deg,transparent 25%,rgba(255,255,255,.09) 48%,transparent 66%);opacity:.8}
.joy-copy>*{position:relative}.joy-copy h2{font-family:Georgia,serif;font-size:clamp(38px,5vw,72px);line-height:.95;margin:12px 0 20px;letter-spacing:-.045em}.joy-copy p{max-width:570px;color:rgba(255,255,255,.76);font-size:17px;line-height:1.65}
.joy-photos{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:10px;min-height:430px}.joy-photos figure{margin:0;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.22);box-shadow:0 22px 55px rgba(0,0,0,.28);transform:translateY(18px)}.joy-photos .joy-tall{transform:translateY(0)}.joy-photos img{width:100%;height:100%;object-fit:cover;object-position:center 28%;display:block;transition:transform 1s cubic-bezier(.2,.7,.2,1),filter .5s ease}.joy-photos figure:hover img{transform:scale(1.045);filter:brightness(1.08)}
.social-v27{position:relative;overflow:hidden;margin:38px 5vw 56px;padding:44px;border-radius:30px}.social-v27>*{position:relative}.social-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:25px}.social-head h2{font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);line-height:.95;margin:9px 0 0;letter-spacing:-.045em}.social-pills{display:flex;gap:8px}.social-pills span{padding:10px 14px;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.07);font-size:12px;font-weight:800}
.social-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.social-card{border-radius:22px;overflow:hidden}.social-card img{display:block;width:100%;height:250px;object-fit:cover;object-position:center 25%}.social-card div{padding:18px}.social-card b{font-size:13px}.social-card p{margin:8px 0 12px;color:rgba(255,255,255,.80);line-height:1.5}.social-card small,.reviews-v27 small{font-size:9px;letter-spacing:.12em;color:rgba(255,255,255,.45);font-weight:900}
.reviews-v27{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:12px;margin-top:16px;padding:18px;border-radius:24px}.reviews-title{padding:18px}.reviews-title h3{font-family:Georgia,serif;font-size:30px;margin:9px 0}.reviews-title p{color:rgba(255,255,255,.62);line-height:1.5}.reviews-v27 blockquote{margin:0;padding:24px;border-radius:18px}.reviews-v27 blockquote span{font-size:12px;font-weight:900}.reviews-v27 blockquote p{font-family:Georgia,serif;font-size:20px;line-height:1.35;margin:13px 0 18px}
@media(max-width:900px){.joy-strip{grid-template-columns:1fr;padding:18px 12px}.joy-photos{min-height:300px}.joy-copy{border-radius:22px}.social-v27{margin:24px 12px 36px;padding:24px 16px;border-radius:24px}.social-head{align-items:flex-start;flex-direction:column}.social-posts{grid-template-columns:1fr}.social-card{display:grid;grid-template-columns:42% 58%}.social-card img{height:100%;min-height:190px}.reviews-v27{grid-template-columns:1fr}.reviews-title{padding:12px}.reviews-v27 blockquote{padding:20px}}
@media(max-width:560px){.joy-photos{grid-template-columns:1fr 1fr;min-height:340px}.joy-photos figure{transform:none}.joy-photos figure:last-child{display:none}.joy-copy h2{font-size:42px}.social-card{display:block}.social-card img{height:220px}}

/* ===== V28 — gallery preview links + official social buttons ===== */
.gallery-preview-link{display:block;cursor:pointer;text-decoration:none;color:inherit;position:relative}
.gallery-preview-link:after{content:"ОТВОРИ ГАЛЕРИЯ";position:absolute;right:16px;bottom:16px;z-index:8;padding:9px 12px;border:1px solid rgba(255,255,255,.38);border-radius:999px;background:rgba(8,9,12,.30);color:#fff;font-size:10px;font-weight:900;letter-spacing:.09em;opacity:0;transform:translateY(5px);transition:.25s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);pointer-events:none}
.gallery-preview-link:hover:after{opacity:1;transform:translateY(0)}
.gallery-preview-link:hover .preview-layer.active{filter:brightness(1.07)}
.social-links{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:24px}.social-links>span{width:100%;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.62);margin-bottom:2px}.social-link{display:inline-flex;align-items:center;justify-content:center;min-width:132px;padding:12px 18px;border-radius:999px;text-decoration:none;color:#fff;font-weight:800;font-size:13px;border:1px solid rgba(255,255,255,.36);background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.055));box-shadow:inset 0 1px 0 rgba(255,255,255,.38),0 10px 28px rgba(0,0,0,.22);backdrop-filter:blur(14px) saturate(135%);-webkit-backdrop-filter:blur(14px) saturate(135%);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.social-link:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.70);box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 14px 34px rgba(0,0,0,.28),0 0 24px rgba(255,255,255,.10)}
@media(max-width:600px){.gallery-preview-link:after{opacity:.78;transform:none;right:10px;bottom:10px}.social-link{min-width:120px}}

/* ===== V29 fixes ===== */
/* The gallery preview is itself the shine layer; the old hover :after badge collided with the shine pseudo-element and could expand into a large blurred circle. */
.gallery-preview-link:after{content:none!important;display:none!important;}
.gallery-preview-link:hover:after{content:none!important;display:none!important;}
.gallery-preview-link:hover .preview-layer.active{filter:brightness(1.055)!important;}
.hall-photo img{object-fit:cover!important;width:100%!important;height:100%!important;}


/* ===== V30 — slow monochrome lava-lamp atmosphere ===== */
body{
  background:
    radial-gradient(ellipse 72% 54% at 8% 8%,rgba(255,255,255,.30) 0%,rgba(205,210,218,.12) 24%,transparent 58%),
    radial-gradient(ellipse 68% 52% at 92% 25%,rgba(255,255,255,.22) 0%,rgba(170,176,186,.09) 26%,transparent 60%),
    radial-gradient(ellipse 66% 55% at 20% 67%,rgba(230,233,238,.17) 0%,rgba(255,255,255,.06) 28%,transparent 62%),
    radial-gradient(ellipse 70% 56% at 84% 82%,rgba(255,255,255,.24) 0%,rgba(185,191,201,.08) 27%,transparent 62%),
    linear-gradient(128deg,#020203 0%,#181a1e 24%,#050607 46%,#24262b 68%,#050506 84%,#15171a 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  inset:-32vh -28vw!important;
  opacity:.95!important;
  background:
    radial-gradient(ellipse 34% 29% at 17% 23%,rgba(255,255,255,.32) 0%,rgba(220,224,230,.13) 35%,transparent 70%),
    radial-gradient(ellipse 38% 32% at 78% 28%,rgba(255,255,255,.20) 0%,rgba(174,181,191,.09) 36%,transparent 72%),
    radial-gradient(ellipse 42% 35% at 38% 78%,rgba(255,255,255,.17) 0%,rgba(204,209,217,.07) 38%,transparent 73%),
    radial-gradient(ellipse 31% 28% at 83% 82%,rgba(255,255,255,.25) 0%,rgba(180,187,197,.08) 36%,transparent 72%)!important;
  filter:blur(46px) saturate(105%)!important;
  will-change:transform;
  animation:vedaLavaFlow 48s cubic-bezier(.45,.05,.55,.95) infinite alternate!important;
}
body:after{
  opacity:.13!important;
  background:
    radial-gradient(ellipse 44% 38% at 32% 18%,rgba(255,255,255,.08),transparent 72%),
    radial-gradient(ellipse 48% 42% at 72% 76%,rgba(255,255,255,.065),transparent 72%)!important;
  filter:blur(28px);
  will-change:transform;
  animation:vedaLavaFlow2 62s ease-in-out infinite alternate!important;
}
@keyframes vedaLavaFlow{
  0%{transform:translate3d(-4%,-3%,0) scale(1.02) rotate(-2deg)}
  25%{transform:translate3d(4%,2%,0) scale(1.10) rotate(.8deg)}
  52%{transform:translate3d(1%,6%,0) scale(1.05) rotate(2deg)}
  76%{transform:translate3d(-5%,2%,0) scale(1.12) rotate(-.7deg)}
  100%{transform:translate3d(5%,-4%,0) scale(1.06) rotate(1.5deg)}
}
@keyframes vedaLavaFlow2{
  0%{transform:translate3d(4%,2%,0) scale(1.05) rotate(1deg)}
  45%{transform:translate3d(-3%,-4%,0) scale(1.12) rotate(-1.4deg)}
  100%{transform:translate3d(2%,5%,0) scale(1.03) rotate(.6deg)}
}
/* Keep the motion subtle on phones, but do not remove it. */
@media(max-width:760px){body:before{filter:blur(38px)!important;animation-duration:58s!important}body:after{animation-duration:72s!important}}
@media(prefers-reduced-motion:reduce){body:before,body:after{animation-duration:120s!important}}

/* ===== V31 — stronger brand + black/grey/red liquid atmosphere ===== */
.brand{gap:18px!important;font-size:22px!important;font-weight:900!important;letter-spacing:2.5px!important;flex-shrink:0}
.brand img{width:94px!important;height:94px!important;object-fit:contain!important;filter:drop-shadow(0 8px 22px rgba(0,0,0,.32)) drop-shadow(0 0 12px rgba(255,255,255,.08))}
.brand span{font-size:22px!important;font-weight:900!important;letter-spacing:2.5px!important;text-shadow:0 2px 14px rgba(0,0,0,.55)}
header{min-height:112px!important;height:112px!important;padding-left:4vw!important;padding-right:4vw!important}
body{
  background:
    radial-gradient(ellipse 76% 58% at 5% 8%,rgba(205,209,216,.28) 0%,rgba(113,118,128,.12) 25%,transparent 58%),
    radial-gradient(ellipse 72% 58% at 96% 22%,rgba(176,15,30,.42) 0%,rgba(112,8,19,.20) 27%,transparent 62%),
    radial-gradient(ellipse 70% 60% at 15% 72%,rgba(242,242,244,.16) 0%,rgba(123,127,135,.08) 29%,transparent 64%),
    radial-gradient(ellipse 76% 62% at 88% 84%,rgba(216,24,42,.32) 0%,rgba(106,8,18,.15) 30%,transparent 65%),
    linear-gradient(128deg,#020203 0%,#202126 22%,#08080a 43%,#31070d 62%,#15161a 78%,#09090b 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  background:
    radial-gradient(ellipse 35% 31% at 16% 22%,rgba(255,255,255,.30) 0%,rgba(177,181,190,.12) 36%,transparent 72%),
    radial-gradient(ellipse 39% 34% at 78% 25%,rgba(226,28,46,.40) 0%,rgba(128,10,23,.16) 38%,transparent 73%),
    radial-gradient(ellipse 43% 37% at 37% 79%,rgba(210,214,221,.19) 0%,rgba(120,124,133,.07) 39%,transparent 74%),
    radial-gradient(ellipse 34% 30% at 84% 81%,rgba(196,20,37,.34) 0%,rgba(105,8,19,.13) 38%,transparent 73%)!important;
  opacity:.96!important;
  filter:blur(48px) saturate(112%)!important;
}
body:after{
  background:
    radial-gradient(ellipse 46% 40% at 30% 18%,rgba(255,255,255,.075),transparent 72%),
    radial-gradient(ellipse 50% 44% at 73% 76%,rgba(216,24,42,.11),transparent 72%)!important;
}
.hero .shade{background:linear-gradient(90deg,rgba(4,4,5,.91) 0%,rgba(34,5,10,.68) 34%,rgba(7,7,9,.16) 66%,rgba(73,7,17,.40) 100%)!important}
header{background:linear-gradient(110deg,rgba(12,12,15,.72),rgba(37,9,14,.48),rgba(14,14,18,.68))!important}
@media(max-width:900px){.brand img{width:76px!important;height:76px!important}.brand span{font-size:18px!important}header{min-height:94px!important;height:94px!important}}
@media(max-width:600px){.brand{gap:10px!important}.brand img{width:68px!important;height:68px!important}.brand span{font-size:16px!important;letter-spacing:1.5px!important}header{min-height:84px!important;height:84px!important;padding-left:14px!important;padding-right:14px!important}}

/* ===== V32 — reference palette: violet / magenta / white / silver / black ===== */
:root{
  --red:#d92cff!important;
  --red2:#8d35ff!important;
  --glass-line:rgba(255,235,255,.38)!important;
  --glass-shadow:0 28px 80px rgba(0,0,0,.34),0 0 34px rgba(213,61,255,.12)!important;
}
html{background:#030205!important}
body{
  background:
    radial-gradient(ellipse 76% 58% at 4% 8%,rgba(232,230,239,.27) 0%,rgba(135,128,151,.11) 25%,transparent 58%),
    radial-gradient(ellipse 72% 58% at 96% 20%,rgba(191,35,255,.40) 0%,rgba(102,18,142,.18) 27%,transparent 62%),
    radial-gradient(ellipse 70% 60% at 14% 72%,rgba(255,255,255,.17) 0%,rgba(145,139,158,.08) 29%,transparent 64%),
    radial-gradient(ellipse 76% 62% at 88% 84%,rgba(255,39,202,.34) 0%,rgba(132,13,101,.15) 30%,transparent 65%),
    radial-gradient(ellipse 56% 46% at 52% 47%,rgba(118,42,174,.16),transparent 64%),
    linear-gradient(128deg,#020203 0%,#19171f 22%,#070609 43%,#210b2d 61%,#111015 79%,#050407 100%)!important;
  background-attachment:fixed!important;
}
body:before{
  background:
    radial-gradient(ellipse 35% 31% at 16% 22%,rgba(255,255,255,.30) 0%,rgba(181,176,192,.12) 36%,transparent 72%),
    radial-gradient(ellipse 39% 34% at 78% 25%,rgba(198,43,255,.42) 0%,rgba(105,20,151,.17) 38%,transparent 73%),
    radial-gradient(ellipse 43% 37% at 37% 79%,rgba(226,223,233,.19) 0%,rgba(126,120,137,.07) 39%,transparent 74%),
    radial-gradient(ellipse 34% 30% at 84% 81%,rgba(255,42,207,.37) 0%,rgba(128,12,98,.14) 38%,transparent 73%)!important;
  opacity:.97!important;filter:blur(48px) saturate(118%)!important;
}
body:after{
  background:
    radial-gradient(ellipse 46% 40% at 30% 18%,rgba(255,255,255,.085),transparent 72%),
    radial-gradient(ellipse 50% 44% at 73% 76%,rgba(207,49,255,.13),transparent 72%)!important;
}
.hero .shade{background:linear-gradient(90deg,rgba(4,3,6,.92) 0%,rgba(28,8,38,.68) 34%,rgba(8,6,11,.15) 66%,rgba(67,13,83,.38) 100%)!important}
header{background:linear-gradient(110deg,rgba(10,9,13,.73),rgba(44,14,55,.48),rgba(13,11,17,.69))!important;border-color:rgba(244,226,255,.22)!important}
#about.section,.split article,.halls-grid .card,.contact,.gallery-v10 .gallery-head,.gallery-v10 .gallery-tabs{
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(225,209,238,.055) 34%,rgba(15,8,20,.22) 70%,rgba(191,50,255,.07))!important;
  border-color:rgba(250,233,255,.36)!important;
  box-shadow:0 28px 75px rgba(0,0,0,.31),inset 0 1px 0 rgba(255,255,255,.58),inset 0 -1px 0 rgba(255,255,255,.10),0 0 34px rgba(207,52,255,.10)!important;
}
.btn.primary,.map-btn,.gallery-cta,.tab.active{background:linear-gradient(135deg,rgba(151,42,255,.94),rgba(241,39,198,.88))!important;border-color:rgba(255,210,255,.65)!important;box-shadow:0 10px 30px rgba(202,42,255,.20),inset 0 1px 0 rgba(255,255,255,.42)!important}
.btn.primary:hover,.map-btn:hover,.gallery-cta:hover{box-shadow:0 14px 38px rgba(226,43,255,.32),0 0 26px rgba(244,72,224,.22),inset 0 1px 0 rgba(255,255,255,.52)!important}
.social-link:hover{box-shadow:inset 0 1px 0 rgba(255,255,255,.58),0 14px 34px rgba(0,0,0,.28),0 0 26px rgba(210,53,255,.20)!important}

/* ===== V33 — centered identity + dual new-hall hero ===== */
header{position:sticky!important;justify-content:flex-end!important;padding-left:4vw!important;padding-right:4vw!important}
header .brand{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:4!important;gap:18px!important}
header .brand img{width:126px!important;height:126px!important;filter:drop-shadow(0 0 18px rgba(255,255,255,.14)) drop-shadow(0 0 26px rgba(205,47,255,.18))!important}
header .brand span{font-size:clamp(24px,1.9vw,34px)!important;letter-spacing:.075em!important}
header nav{margin-left:auto!important}

.hero-v33{min-height:calc(100vh - 112px)!important;padding:0!important;align-items:stretch!important}
.hero-v33 .hero-slide{background-position:center center!important}
.hero-v33 .shade{background:linear-gradient(90deg,rgba(3,2,5,.76) 0%,rgba(21,5,31,.49) 24%,rgba(3,2,5,.03) 43%,rgba(3,2,5,.02) 57%,rgba(19,7,25,.48) 77%,rgba(3,2,5,.78) 100%)!important}
.hero-announcement{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:min(31vw,510px);padding:30px 28px;border:1px solid rgba(255,240,255,.25);border-radius:24px;background:linear-gradient(145deg,rgba(8,5,12,.38),rgba(85,24,111,.15));box-shadow:0 24px 70px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22),0 0 28px rgba(193,42,255,.08);backdrop-filter:blur(8px) saturate(125%);-webkit-backdrop-filter:blur(8px) saturate(125%)}
.hero-left{left:4.2vw}.hero-right{right:4.2vw;text-align:right}
.hero-kicker{display:block;color:#f1b7ff;font-weight:900;letter-spacing:.20em;font-size:clamp(12px,.85vw,15px);margin-bottom:10px;text-shadow:0 0 18px rgba(223,62,255,.45)}
.hero-announcement h1{font-family:Georgia,'Times New Roman',serif!important;font-size:clamp(34px,3.1vw,58px)!important;line-height:.93!important;letter-spacing:-.035em!important;margin:0 0 12px!important;text-shadow:0 3px 24px rgba(0,0,0,.9)!important}
.hero-announcement strong{display:block;color:#e895ff;font-size:clamp(19px,1.45vw,27px);letter-spacing:.02em;margin-bottom:10px;text-shadow:0 0 20px rgba(217,44,255,.30)}
.hero-announcement p{font-size:clamp(14px,1vw,18px)!important;margin:0 0 12px!important;color:rgba(255,255,255,.86)}
.hero-right .btn{margin-right:0!important}

@media(max-width:1180px){
  header .brand img{width:104px!important;height:104px!important}header .brand span{font-size:22px!important}
  header nav{opacity:.96}.hero-announcement{width:34vw;padding:24px 20px}.hero-announcement h1{font-size:clamp(30px,3.2vw,46px)!important}
}
@media(max-width:900px){
  header{justify-content:space-between!important}header .brand{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin:0 auto!important}
  header .brand img{width:82px!important;height:82px!important}header .brand span{font-size:20px!important}
  .hero-v33{min-height:92vh!important}.hero-v33 .shade{background:linear-gradient(180deg,rgba(3,2,5,.34),rgba(3,2,5,.08) 34%,rgba(3,2,5,.20) 52%,rgba(3,2,5,.88) 100%)!important}
  .hero-announcement{top:auto;bottom:24px;transform:none;width:44vw;padding:18px 16px;border-radius:18px;backdrop-filter:blur(7px)}.hero-left{left:3vw}.hero-right{right:3vw}.hero-announcement h1{font-size:clamp(24px,5vw,40px)!important}.hero-announcement p{font-size:13px!important}.hero-announcement .btn{padding:11px 13px!important;font-size:12px!important}
}
@media(max-width:600px){
  header .brand img{width:70px!important;height:70px!important}header .brand span{font-size:17px!important}
  .hero-v33{min-height:900px!important}.hero-v33 .hero-slide{background-position:center top!important}.hero-announcement{width:90%;left:5%!important;right:auto!important;text-align:left!important}.hero-left{bottom:210px}.hero-right{bottom:22px}.hero-announcement h1{font-size:30px!important}.hero-announcement strong{font-size:18px}
}


/* ===== V34 — V33 base, original left brand + right navigation, static poster ===== */
header{justify-content:space-between!important;padding-left:4vw!important;padding-right:4vw!important}
header .brand{position:relative!important;left:auto!important;top:auto!important;transform:none!important;margin-right:auto!important;gap:12px!important}
header .brand img{width:78px!important;height:78px!important}
header .brand span{font-size:clamp(19px,1.45vw,27px)!important;letter-spacing:.07em!important}
header nav{margin-left:auto!important}
.hero-v33 .hero-slide{transform:none!important;animation:none!important;transition:none!important;background-position:center center!important}
.hero-v33 .hero-flash{display:none!important}
@media(max-width:900px){header .brand{position:relative!important;left:auto!important;top:auto!important;transform:none!important}header .brand img{width:64px!important;height:64px!important}header .brand span{font-size:20px!important}}


/* ===== V35 — new static hero, all hall messaging left, nav scroll fix ===== */
header{position:relative!important;top:auto!important;z-index:20!important}
.hero-v33 .hero-slide{background-image:url('images/hero-v35.png')!important;background-position:center center!important;background-size:cover!important;transform:none!important;animation:none!important;transition:none!important}
.hero-v33 .hero-flash{display:none!important}
.hero-v33 .shade{background:linear-gradient(90deg,rgba(3,2,5,.84) 0%,rgba(21,5,31,.61) 27%,rgba(3,2,5,.12) 50%,rgba(3,2,5,.02) 72%,rgba(3,2,5,.10) 100%)!important}
.hero-announcement{left:4.2vw!important;right:auto!important;width:min(35vw,560px)!important;text-align:left!important;padding:22px 24px!important}
.hero-left{top:32%!important;transform:translateY(-50%)!important}
.hero-right{top:70%!important;transform:translateY(-50%)!important}
.hero-right .btn{margin-right:auto!important}
@media(max-width:900px){
  header{position:relative!important}
  .hero-announcement{left:3vw!important;right:auto!important;width:min(48vw,520px)!important;text-align:left!important}
  .hero-left{top:31%!important;bottom:auto!important;transform:translateY(-50%)!important}
  .hero-right{top:72%!important;bottom:auto!important;transform:translateY(-50%)!important}
}
@media(max-width:600px){
  .hero-v33{min-height:980px!important}
  .hero-v33 .hero-slide{background-position:64% top!important}
  .hero-announcement{width:90%!important;left:5%!important}
  .hero-left{top:auto!important;bottom:225px!important;transform:none!important}
  .hero-right{top:auto!important;bottom:24px!important;transform:none!important}
}


/* ===== Hero professional rotation ===== */
.hero-v33 .hero-slide{
  background-image:none!important;
  background-position:center center!important;
  background-size:cover!important;
  transition:opacity .55s ease!important;
  transform-origin:center center!important;
}
.hero-v33 .hero-slide.active{opacity:1!important}
.hero-v33 .hero-flash{display:block!important;opacity:0!important;pointer-events:none!important}
.hero-v33.hero-flash-live .hero-flash{
  animation:heroFlashVeda .76s ease-out!important;
}
@keyframes heroFlashVeda{
  0%{opacity:0}
  24%{opacity:.92;background:radial-gradient(circle at 50% 48%,rgba(255,255,255,.95),rgba(235,182,255,.62) 24%,rgba(180,52,255,.22) 52%,transparent 74%)}
  48%{opacity:.34}
  100%{opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .hero-v33 .hero-slide{transition:opacity .8s ease!important}
  .hero-v33.hero-flash-live .hero-flash{animation:none!important}
}


/* ===== Featured new halls ===== */
.featured-halls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin:28px 0 24px}
.featured-halls .hall-featured{padding:0!important;overflow:hidden;border-color:rgba(244,216,255,.52)!important;box-shadow:0 30px 85px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.62),0 0 40px rgba(206,52,255,.16)!important}
.featured-halls .hall-photo{height:clamp(260px,29vw,420px)!important;margin:0!important;border-radius:0!important}
.featured-halls .hall-photo img{width:100%;height:100%;object-fit:cover}
.featured-halls .hall-copy{padding:24px 26px 28px}
.featured-halls h3{font-size:clamp(25px,2.1vw,36px);margin:7px 0 8px}
.hall-new-label{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.18em;color:#f3c5ff;text-shadow:0 0 18px rgba(219,75,255,.55)}
.halls-secondary{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:16px!important;align-items:stretch}
.halls-secondary .card{padding:14px!important}
.halls-secondary .hall-photo{height:150px!important}
.halls-secondary h3{font-size:clamp(17px,1.25vw,22px)!important}
.halls-secondary .map-btn{font-size:11px!important;padding:11px 10px!important}
.map-btn-pending{opacity:.55;cursor:default;pointer-events:none}
@media(max-width:1180px){.halls-secondary{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.featured-halls{grid-template-columns:1fr;gap:18px}.featured-halls .hall-photo{height:280px!important}.halls-secondary{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){.halls-secondary{grid-template-columns:1fr!important}.halls-secondary .hall-photo{height:210px!important}}


/* ===== Refine featured halls: two compact cards on one row ===== */
.featured-halls{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  max-width:1120px!important;
  margin:26px auto 22px!important;
}
.featured-halls .hall-featured{
  display:grid!important;
  grid-template-columns:46% 54%!important;
  min-height:245px!important;
  padding:14px!important;
  border-radius:22px!important;
}
.featured-halls .hall-photo{
  height:100%!important;
  min-height:215px!important;
  border-radius:15px!important;
  overflow:hidden!important;
}
.featured-halls .hall-copy{
  padding:12px 16px 12px 20px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
}
.featured-halls h3{
  font-size:clamp(22px,1.65vw,30px)!important;
  line-height:1.05!important;
}
@media(max-width:900px){
  .featured-halls{grid-template-columns:1fr!important;max-width:620px!important}
}
@media(max-width:520px){
  .featured-halls .hall-featured{grid-template-columns:1fr!important}
  .featured-halls .hall-photo{height:220px!important}
  .featured-halls .hall-copy{padding:18px 8px 8px!important}
}


/* ===== Red diagonal NEW ribbons on featured halls ===== */
.featured-halls .hall-featured{position:relative!important;overflow:hidden!important}
.hall-corner-new{
  position:absolute;z-index:12;top:19px;right:-42px;
  width:160px;padding:8px 0;text-align:center;
  transform:rotate(45deg);
  background:linear-gradient(135deg,#ff3348,#c90018);
  color:#fff;font-size:12px;font-weight:900;letter-spacing:.18em;
  box-shadow:0 7px 20px rgba(0,0,0,.35),0 0 16px rgba(255,30,55,.25);
  border-top:1px solid rgba(255,255,255,.38);
  border-bottom:1px solid rgba(255,255,255,.22);
  pointer-events:none;
}


/* ===== Featured halls correction: same card image treatment + visible ribbon ===== */
.featured-halls .hall-featured{
  display:block!important;
  padding:14px!important;
  position:relative!important;
  overflow:hidden!important;
}
.featured-halls .hall-photo{
  width:100%!important;
  height:260px!important;
  min-height:0!important;
  margin:0 0 18px!important;
  border-radius:15px!important;
  overflow:hidden!important;
}
.featured-halls .hall-photo img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}
.featured-halls .hall-copy{
  display:block!important;
  padding:0 8px 12px!important;
}
.featured-halls .hall-corner-new{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  position:absolute!important;
  z-index:999!important;
  top:22px!important;
  right:-44px!important;
  width:170px!important;
  padding:9px 0!important;
  transform:rotate(45deg)!important;
  background:#d71926!important;
  color:#fff!important;
  text-align:center!important;
  font-size:13px!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  box-shadow:0 5px 18px rgba(0,0,0,.45)!important;
}
@media(max-width:900px){
  .featured-halls{grid-template-columns:repeat(2,minmax(0,1fr))!important;max-width:none!important}
  .featured-halls .hall-photo{height:220px!important}
}
@media(max-width:650px){
  .featured-halls{grid-template-columns:1fr!important}
  .featured-halls .hall-photo{height:240px!important}
}


/* ===== Mobile fit: professional section labels ===== */
@media(max-width:650px){
  #pro .split-title{
    font-size:clamp(25px,7.6vw,34px)!important;
    line-height:1.05!important;
    letter-spacing:.015em!important;
    overflow-wrap:anywhere!important;
    max-width:100%!important;
  }
  #pro .gallery-cta{
    width:100%!important;
    max-width:100%!important;
    box-sizing:border-box!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    text-align:center!important;
    font-size:12px!important;
    line-height:1.25!important;
    padding:13px 12px!important;
  }
}


/* ===== Professional gallery introduction ===== */
.professional-gallery-copy{
  width:min(1100px,100%);
  margin:0 auto 30px;
  padding:clamp(22px,3vw,38px);
  border:1px solid rgba(255,255,255,.26);
  border-radius:24px;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(123,40,170,.10));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.24),0 20px 55px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}
.professional-gallery-copy p{
  margin:0 0 16px;
  line-height:1.72;
}
.professional-gallery-copy p:last-child{margin-bottom:0}


/* ===== Gallery copy replaces old gallery heading ===== */
.gallery-intro-switch{width:min(1100px,100%);margin:0 auto 24px}
.gallery-intro-switch>.professional-gallery-copy,
.gallery-intro-switch>.kids-gallery-copy{display:none!important;margin:0!important}
.gallery-intro-switch>.active-copy{display:block!important}
.gallery-tabs{margin-top:0!important}


/* ===== Mobile sizing + phone landscape stability ===== */
@media (max-width:650px){
  body{overflow-x:hidden!important}
  header{padding:10px 14px!important;min-height:58px!important}
  .brand img{max-height:38px!important;width:auto!important}
  .brand span{font-size:13px!important;letter-spacing:.08em!important}
  .section,.gallery-main{padding-left:14px!important;padding-right:14px!important}
  .card,.panel,.professional-gallery-copy,.kids-gallery-copy{
    border-radius:18px!important;
  }
  .hero-v33{
    min-height:calc(100svh - 58px)!important;
    height:auto!important;
    padding:18px 14px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:flex-end!important;
    gap:10px!important;
  }
  .hero-v33 .hero-announcement{
    position:relative!important;
    inset:auto!important;
    width:min(100%,420px)!important;
    max-width:100%!important;
    margin:0!important;
    padding:15px 16px!important;
    transform:none!important;
  }
  .hero-v33 .hero-announcement h1{
    font-size:clamp(21px,7vw,30px)!important;
    line-height:1.02!important;
    margin-bottom:10px!important;
  }
  .hero-v33 .hero-map-btn{
    min-height:40px!important;
    padding:10px 12px!important;
    font-size:11px!important;
  }
  .featured-halls .hall-featured,.halls-grid .card{padding:11px!important}
  .featured-halls .hall-photo{height:205px!important;margin-bottom:13px!important}
  .professional-gallery-copy,.kids-gallery-copy{padding:18px!important}
  .professional-gallery-copy p,.kids-gallery-copy p{font-size:14px!important;line-height:1.58!important}
  .gallery-tabs{gap:7px!important}
  .gallery-tabs .tab{padding:10px 8px!important;font-size:11px!important}
}

@media (max-height:520px) and (orientation:landscape){
  body{overflow-x:hidden!important}
  header{min-height:48px!important;padding:6px 12px!important}
  .brand img{max-height:32px!important}
  .hero-v33{
    min-height:calc(100svh - 48px)!important;
    height:auto!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    align-items:end!important;
    gap:10px!important;
  }
  .hero-v33 .hero-announcement{
    position:relative!important;
    inset:auto!important;
    transform:none!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:10px 12px!important;
  }
  .hero-v33 .hero-announcement h1{
    font-size:clamp(16px,4.1vw,23px)!important;
    line-height:1!important;
    margin:0 0 7px!important;
  }
  .hero-v33 .hero-map-btn{
    min-height:32px!important;
    padding:7px 9px!important;
    font-size:9px!important;
  }
  .section{padding-top:34px!important;padding-bottom:34px!important}
  .featured-halls{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
  }
  .featured-halls .hall-photo{height:155px!important}
  .halls-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
  .card,.panel{min-width:0!important}
  .professional-gallery-copy,.kids-gallery-copy{
    padding:15px!important;
    max-height:none!important;
  }
  .professional-gallery-copy p,.kids-gallery-copy p{font-size:13px!important;line-height:1.5!important}
  .gallery-main{padding-top:20px!important}
  .gallery-tabs{position:relative!important;top:auto!important}
}


/* ===== Center all hall Google Maps buttons ===== */
#halls .map-btn{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:fit-content!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  transform:none!important;
}
#halls .hall-copy .map-btn{
  align-self:center!important;
}


/* ===== Halls eyebrow emphasis ===== */
#halls > .eyebrow{
  font-size:clamp(17px,1.65vw,24px)!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}


/* ===== Compact hall schedule beside Maps button ===== */
#halls .hall-bottom-row{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  width:100%!important;
  margin-top:8px!important;
}
#halls .hall-bottom-row .map-btn{
  flex:0 1 auto!important;
  margin:0!important;
}
#halls .hall-schedule{
  flex:1 1 auto!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  gap:3px!important;
  padding:7px 9px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.07)!important;
  font-size:11px!important;
  line-height:1.2!important;
  white-space:nowrap!important;
}
#halls .hall-schedule span{display:block!important}
#halls .hall-schedule b{font-weight:800!important}
@media(max-width:650px){
  #halls .hall-bottom-row{gap:7px!important}
  #halls .hall-schedule{font-size:10px!important;padding:6px 7px!important}
  #halls .hall-bottom-row .map-btn{font-size:9px!important;padding:8px 7px!important}
}


/* ===== Mobile hero: show substantially more of the rotating photo ===== */
@media(max-width:650px) and (orientation:portrait){
  .hero-v33 .hero-slide{
    background-size:contain!important;
    background-repeat:no-repeat!important;
    background-position:center top!important;
  }
  .hero-v33 .hero-slides{
    background:#09030f!important;
  }
}


/* ===== Final static Hero image ===== */
.hero-v33 .hero-static-slide{
  background-image:url('images/hero.png')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  opacity:1!important;
  transform:none!important;
  animation:none!important;
  transition:none!important;
}
.hero-v33 .hero-flash{display:none!important}
@media(max-width:650px) and (orientation:portrait){
  .hero-v33 .hero-static-slide{
    background-size:cover!important;
    background-position:center center!important;
  }
}


/* ===== Mobile/readability + hall copy refinements ===== */
#about > .eyebrow{
  font-size:clamp(18px,1.8vw,26px)!important;
  font-weight:900!important;
  letter-spacing:.14em!important;
}
#halls > .eyebrow{
  font-size:clamp(22px,2.2vw,32px)!important;
  font-weight:900!important;
}
#halls .hall-featured .hall-new-label{
  font-size:clamp(14px,1.15vw,18px)!important;
  font-weight:900!important;
}
#halls .hall-featured .hall-copy > p{
  font-size:clamp(15px,1.15vw,18px)!important;
  font-weight:700!important;
}
#halls .halls-secondary .card > p{
  font-size:14px!important;
  font-weight:700!important;
  margin-top:-3px!important;
}
#halls .hall-title-one-line{
  white-space:nowrap!important;
  font-size:clamp(15px,1.25vw,20px)!important;
}
@media(max-width:650px) and (orientation:portrait){
  .hero-v33 .hero-static-slide{
    background-size:cover!important;
    background-position:right center!important;
  }
  #about > .eyebrow{
    font-size:20px!important;
  }
  #halls > .eyebrow{
    font-size:25px!important;
    letter-spacing:.09em!important;
  }
  #halls .hall-featured .hall-new-label{
    font-size:16px!important;
  }
  #halls .hall-featured .hall-copy > p{
    font-size:16px!important;
  }
  #halls .hall-title-one-line{
    font-size:15px!important;
    letter-spacing:-.02em!important;
  }
}


/* ===== Unified hall titles + mobile hero full-image framing ===== */
#halls .halls-secondary .card > h3,
#halls .hall-title-one-line{
  width:100%!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(18px,1.45vw,22px)!important;
  line-height:1.15!important;
  letter-spacing:-.025em!important;
}
#halls .halls-secondary .card > p{
  width:100%!important;
  text-align:center!important;
}
#halls .hall-subtitle-ics{
  font-size:17px!important;
  font-weight:900!important;
  letter-spacing:.06em!important;
}
@media(max-width:650px) and (orientation:portrait){
  .hero-v33 .hero-slides{
    background:#09030f!important;
  }
  .hero-v33 .hero-static-slide{
    background-size:contain!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }
  #halls .halls-secondary .card > h3,
  #halls .hall-title-one-line{
    font-size:17px!important;
    line-height:1.1!important;
    letter-spacing:-.035em!important;
  }
  #halls .hall-subtitle-ics{
    font-size:16px!important;
  }
}


/* ===== Dedicated mobile Hero artwork ===== */
@media(max-width:650px) and (orientation:portrait){
  .hero-v33 .hero-static-slide{
    background-image:url('images/hero_vertical.png')!important;
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
  }
}


/* ===== Secondary halls: larger, centered single-line names ===== */
#halls .halls-secondary .card > h3,
#halls .halls-secondary .card > h3.hall-title-one-line{
  width:100%!important;
  max-width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-size:clamp(20px,1.7vw,25px)!important;
  line-height:1.12!important;
  letter-spacing:-.04em!important;
}
@media(max-width:650px) and (orientation:portrait){
  #halls .halls-secondary .card > h3,
  #halls .halls-secondary .card > h3.hall-title-one-line{
    font-size:clamp(18px,5vw,21px)!important;
    letter-spacing:-.055em!important;
  }
}


/* ===== Secondary hall names: final larger sizing ===== */
#halls .halls-secondary .card > h3,
#halls .halls-secondary .card > h3.hall-title-one-line{
  font-size:clamp(22px,1.9vw,28px)!important;
  white-space:nowrap!important;
  text-align:center!important;
  letter-spacing:-.05em!important;
}
@media(max-width:650px) and (orientation:portrait){
  #halls .halls-secondary .card > h3,
  #halls .halls-secondary .card > h3.hall-title-one-line{
    font-size:clamp(19px,5.35vw,23px)!important;
    letter-spacing:-.065em!important;
  }
}


/* ===== Hall cards: Google Maps pin previews ===== */
#halls .hall-photo .hall-map-frame{
  display:block;
  width:100%;
  height:100%;
  min-height:220px;
  border:0;
  border-radius:inherit;
}
#halls .halls-secondary .hall-photo .hall-map-frame{
  min-height:180px;
}
@media(max-width:650px) and (orientation:portrait){
  #halls .hall-photo .hall-map-frame,
  #halls .halls-secondary .hall-photo .hall-map-frame{
    min-height:170px;
  }
}


/* ===== Gallery masonry: fill empty grid holes ===== */
.gallery-v10 .masonry-grid{
  grid-auto-flow:dense!important;
}


/* ===== Self-correcting gallery masonry ===== */
.gallery-v10 .masonry-grid{
  grid-auto-flow:dense!important;
  align-items:start!important;
}
.gallery-v10 .masonry-tile{
  min-width:0!important;
  height:auto!important;
}
.gallery-v10 .masonry-tile img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  object-fit:contain!important;
}


/* ===== Final gallery layout: true gapless masonry columns ===== */
.gallery-v10 .masonry-grid{
  display:block!important;
  columns:4!important;
  column-gap:12px!important;
}
.gallery-v10 .masonry-tile{
  display:inline-block!important;
  width:100%!important;
  margin:0 0 12px!important;
  break-inside:avoid!important;
  -webkit-column-break-inside:avoid!important;
  grid-row-end:auto!important;
  vertical-align:top!important;
}
.gallery-v10 .masonry-tile img{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
@media(max-width:1100px){
  .gallery-v10 .masonry-grid{columns:3!important}
}
@media(max-width:760px){
  .gallery-v10 .masonry-grid{columns:2!important;column-gap:8px!important}
  .gallery-v10 .masonry-tile{margin-bottom:8px!important}
}
@media(max-width:430px){
  .gallery-v10 .masonry-grid{columns:1!important}
}


/* ===== Gallery visual order: left-to-right by rows =====
   Keep masonry proportions, but flow items horizontally first. */
.gallery-v10 .masonry-grid{
  display:grid!important;
  columns:auto!important;
  column-gap:12px!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  grid-auto-rows:6px!important;
  gap:12px!important;
  grid-auto-flow:row dense!important;
  align-items:start!important;
}
.gallery-v10 .masonry-tile{
  display:block!important;
  width:100%!important;
  margin:0!important;
  break-inside:auto!important;
  -webkit-column-break-inside:auto!important;
  vertical-align:initial!important;
}
@media(max-width:1100px){
  .gallery-v10 .masonry-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:760px){
  .gallery-v10 .masonry-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;grid-auto-rows:4px!important}
}
@media(max-width:430px){
  .gallery-v10 .masonry-grid{grid-template-columns:1fr!important}
}


/* ===== Revert gallery flow: vertical masonry columns ===== */
.gallery-v10 .masonry-grid{
  display:block!important;
  columns:4!important;
  column-gap:12px!important;
}
.gallery-v10 .masonry-tile{
  display:inline-block!important;
  width:100%!important;
  margin:0 0 12px!important;
  break-inside:avoid!important;
  -webkit-column-break-inside:avoid!important;
  grid-row-end:auto!important;
  vertical-align:top!important;
}
.gallery-v10 .masonry-tile img{
  display:block!important;
  width:100%!important;
  height:auto!important;
}
@media(max-width:1100px){.gallery-v10 .masonry-grid{columns:3!important}}
@media(max-width:760px){
  .gallery-v10 .masonry-grid{columns:2!important;column-gap:8px!important}
  .gallery-v10 .masonry-tile{margin-bottom:8px!important}
}
@media(max-width:430px){.gallery-v10 .masonry-grid{columns:1!important}}
