/* SPRAVNA VERZE PRO LEVE MENU - obsahuje .sidebar, .brand-logo, .social-top, .home-hero */
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
*{box-sizing:border-box}
html{scroll-behavior:smooth}
:root{
  --sidebar-width:305px;
  --text:#474747;
  --muted:#666;
  --soft:#f7f7f7;
  --line:#e6e6e6;
}
body{
  margin:0;
  min-height:100vh;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
a:hover{text-decoration:none;color:#111}
.layout{min-height:100vh}
.sidebar{
  position:fixed;
  left:0;top:0;bottom:0;
  width:var(--sidebar-width);
  background:#fafafa;
  z-index:20;
  display:flex;
  flex-direction:column;
  align-items:center;
  border-right:0 solid var(--line);
}
.brand{
  margin-top:86px;
  width:100%;
  text-align:center;
  color:#333;
}
.brand-logo {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 22px;
  background: url("img/logo-star.svg") center center / contain no-repeat;
}
.brand-title{
  display:block;
  font-size:24px;
  line-height:1.25;
  font-weight:400;
  letter-spacing:.01em;
}
.brand-subtitle{
  display:block;
  margin-top:10px;
  font-size:15px;
  line-height:1.7;
  font-weight:600;
  letter-spacing:.18em;
  color:#525252;
  max-width:230px;
  margin-left:auto;
  margin-right:auto;
}
.nav{
  margin-top:auto;
  margin-bottom:300px;
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:center;
  width:100%;
}
.nav a{
  font-size:16px;
  line-height:1;
  letter-spacing:.04em;
  color:#6b6b6b;
  font-weight:600;
}
.nav a.active{color:#333;font-weight:700}
.nav a:hover{color:#222}
.sidebar-footer{
  position:absolute;
  left:0;bottom:0;
  width:100%;
  padding:0 0 24px 83px;
  font-size:14px;
  color:#666;
  letter-spacing:.03em;
}
.social-top{
  position:fixed;
  top:12px;right:28px;
  z-index:30;
  display:flex;
  align-items:center;
  gap:16px;
}
.social-top a{
  display:inline-flex;
  width:16px;height:16px;
  color:#f4c430;
  opacity:1;
  filter:drop-shadow(0 1px 2px rgba(0,0,0,.45));
}
.social-top svg{width:16px;height:16px;display:block;fill:currentColor}
.social-top a:hover{color:#ffd84d}
.main{
  margin-left:var(--sidebar-width);
  min-height:100vh;
}
.home-hero{
  position:relative;
  min-height:100vh;
  background:#ddd url("img/lucka_3.jpeg") center center/cover no-repeat;
}
.home-button{
  position:absolute;
  right:36px;
  bottom:116px;
  min-width:280px;
  padding:17px 28px;
  border-radius:3px;
  background:rgba(255,255,255,.78);
  color:#333;
  text-align:center;
  font-size:17px;
  letter-spacing:.04em;
  box-shadow:0 1px 2px rgba(0,0,0,.04);
}
.home-button:hover{background:rgba(255,255,255,.92)}
.content{
  max-width:1040px;
  margin:0 auto;
  padding:82px 62px 86px;
}
.page-title{
  margin:0 0 38px;
  font-size:38px;
  font-weight:400;
  line-height:1.25;
  color:#333;
  text-align:left;
}
.section{
  padding:0 0 34px;
  margin:0 0 36px;
  border-bottom:1px solid var(--line);
}
.section:last-child{border-bottom:0}
h2{
  margin:0 0 14px;
  font-size:25px;
  line-height:1.3;
  font-weight:400;
  color:#333;
}
h3{margin:24px 0 10px;font-size:20px;color:#333;font-weight:400}
p{margin:0 0 16px}
ul{padding-left:23px;margin:12px 0 0}
li{margin:7px 0}
.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:38px 46px}
.cards .section{margin:0;padding-bottom:28px}
.contact-grid{display:grid;grid-template-columns:330px minmax(0,1fr);gap:52px;align-items:start}
.photo-card{margin:0;background:#fff}
.photo-card img{display:block;width:100%;height:auto}
.contact-list{margin:0;padding:0;list-style:none}
.contact-list li{border-bottom:1px solid var(--line);padding:13px 0;margin:0}
.contact-list strong{display:block;color:#777;font-size:13px;text-transform:uppercase;letter-spacing:.11em;margin-bottom:3px}
.small-note{font-size:14px;color:#777}
@media (max-height:760px){
  .brand{margin-top:48px}.nav{margin-bottom:170px}.sidebar-footer{padding-bottom:18px}
}
@media (max-width:900px){
  :root{--sidebar-width:0px}
  .sidebar{position:relative;width:100%;height:auto;bottom:auto;padding:26px 18px 22px;border-bottom:1px solid var(--line)}
  .brand{margin-top:0}.brand-logo{width:72px;height:72px;margin-bottom:10px}.brand-title{font-size:22px}.brand-subtitle{font-size:13px;line-height:1.55}
  .nav{margin:26px 0 0;flex-direction:row;justify-content:center;gap:20px;flex-wrap:wrap}.sidebar-footer{position:static;text-align:center;padding:28px 0 0}
  .main{margin-left:0}.social-top{position:absolute;top:12px;right:14px}.home-hero{min-height:68vh}.home-button{right:22px;bottom:34px;min-width:220px}.content{padding:42px 24px 62px}.cards,.contact-grid{grid-template-columns:1fr}.page-title{font-size:32px}
}


/* Webnode-like inner pages with preserved fixed sidebar and top social icons */
.inner-hero{
  position:relative;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#333;
  text-align:center;
}
.video-hero .hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.33);
}
.inner-hero h1{
  font-family:"Allura", cursive;
  position:relative;
  z-index:1;
  margin:0;
  color:#fff;
  font-size:74px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:.01em;
  text-shadow:0 2px 16px rgba(0,0,0,.32);
}
.webnode-content{
  max-width:1080px;
  margin:0 auto;
  padding:76px 70px 96px;
  color:#555;
}
.text-block{
  margin:0 auto 54px;
}
.text-block h2,
.contact-heading h2{
  margin:0;
  color:#333;
  font-size:31px;
  line-height:1.25;
  font-weight:400;
  text-align:center;
}
.decor-line{
  width:44px;
  height:1px;
  background:#bdbdbd;
  margin:22px auto 32px;
}
.text-block p,
.contact-heading p,
.gallery-card p,
.contact-name p{
  font-size:16px;
  line-height:1.8;
  letter-spacing:.015em;
}
.intro-block{
  max-width:780px;
  text-align:left;
}
.intro-block h2{text-align:center}
.two-column-sections{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:76px;
  align-items:start;
  margin-top:52px;
}
.two-column-sections .text-block{margin-bottom:0}
.simple-list{max-width:780px;margin:22px auto 0;padding-left:22px;color:#555}
.timeline-list{list-style:none;margin:24px 0 0;padding:0}
.timeline-list li{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin:0;
  padding:13px 0;
  border-bottom:1px solid #ededed;
  font-size:15px;
  line-height:1.6;
}
.timeline-list em{
  flex:0 0 auto;
  font-style:normal;
  color:#999;
  font-size:14px;
}
.centered-block{max-width:720px;text-align:center}
.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:38px 54px;
  margin-top:58px;
}
.gallery-card{
  padding:0 0 30px;
  border-bottom:1px solid #e9e9e9;
}
.gallery-card h3{
  margin:0 0 18px;
  font-size:26px;
  line-height:1.25;
  font-weight:400;
  color:#333;
}
.text-link{border-bottom:1px solid currentColor;color:#333}
.reference{color:#666;font-size:15px!important}
.reference span{color:#999}
.contact-hero{
  position:relative;
  min-height:410px;
  overflow:hidden;
  background:#eee;
}
.contact-hero img{
  width:100%;
  height:410px;
  object-fit:cover;
  display:block;
  filter:saturate(.96);
}
.contact-title-card{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.18);
}
.contact-title-card h1{
  font-family:"Allura", cursive;
  margin:0;
  color:#fff;
  font-size:74px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:.01em;
  text-shadow:0 2px 16px rgba(0,0,0,.35);
}
.contact-heading{max-width:760px;margin:0 auto 58px;text-align:center}
.contact-heading p{font-size:18px;color:#666}
.contact-columns{
  display:grid;
  grid-template-columns:1fr 1.25fr;
  gap:72px;
  max-width:820px;
  margin:0 auto;
}
.contact-name h3{
  margin:0 0 16px;
  font-size:24px;
  font-weight:400;
  color:#333;
}
.contact-details{margin:0}
.contact-details div{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:20px;
  padding:14px 0;
  border-bottom:1px solid #ededed;
}
.contact-details dt{font-weight:700;color:#555}
.contact-details dd{margin:0;color:#555}
.contact-details a{color:#555;border-bottom:1px solid #ccc}
.contact-details a:hover{color:#111;border-color:#111}
@media (max-width:900px){
  .inner-hero{min-height:270px}.inner-hero h1,.contact-title-card h1{font-size:52px}.webnode-content{padding:48px 24px 72px}.two-column-sections,.gallery-grid,.contact-columns{grid-template-columns:1fr;gap:38px}.contact-hero,.contact-hero img{height:auto;min-height:280px}.contact-hero img{height:320px}.contact-details div{grid-template-columns:1fr;gap:2px}
}


.photo-thumbs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}
.photo-thumbs a{
  display:block;
  overflow:hidden;
  background:#f2f2f2;
  aspect-ratio:1/1;
}
.photo-thumbs img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .25s ease, opacity .25s ease;
}
.photo-thumbs a:hover img{
  transform:scale(1.04);
  opacity:.88;
}
@media (max-width:560px){
  .photo-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));}
}
