@charset "UTF-8";
#domu-page{--ink:#14243a;--green:#294238;--gold:#d7aa4a;--paper:#f7f3e8;background:var(--paper)}
.home-hero{min-height:calc(100svh - 72px);display:flex;align-items:flex-end;color:#fff;background:linear-gradient(90deg,rgba(9,20,27,.9),rgba(9,20,27,.58) 45%,rgba(9,20,27,.08)),url('/public/media/domu-hero-v2.png') center/cover;position:relative}.home-hero:after{content:"";position:absolute;inset:40% 0 0;background:linear-gradient(transparent,rgba(7,16,22,.7))}.home-hero__inner{z-index:1;width:100%;padding-block:clamp(5rem,12vh,9rem) 2rem}.home-hero__copy{max-width:760px}.home-eyebrow,.home-kicker{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;font-weight:700;margin-bottom:1.3rem}.home-hero h1{color:#fff;font-size:clamp(3rem,7vw,6.5rem);line-height:.94;letter-spacing:-.04em;margin-bottom:1.6rem}.home-hero p{max-width:620px;color:#ffffffd6;font-size:clamp(1.05rem,1.7vw,1.3rem)}.home-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.home-link{color:#fff;border-bottom:1px solid #ffffff80;padding:.3rem 0;font-weight:600}.home-hero__facts{display:flex;list-style:none;border-top:1px solid #ffffff40;margin-top:clamp(4rem,10vh,8rem);padding-top:1.3rem;gap:4rem}.home-hero__facts li{display:grid}.home-hero__facts strong{font-family:var(--font-heading);font-size:1.1rem}.home-hero__facts span{font-size:.85rem;color:#ffffffa6}
.home-intro{padding-block:clamp(5rem,10vw,9rem)}.home-intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,8vw,8rem)}.home-intro h2,.home-menu h2{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.04;letter-spacing:-.03em}.home-intro__text{border-left:1px solid #d4cebd;padding-left:clamp(1.5rem,4vw,4rem)}.home-lead{font-size:1.25rem;line-height:1.55}
.home-worlds,.home-evening{background:var(--ink);color:#fff}.home-heading{margin-bottom:3rem}.home-heading h2,.home-evening h2{color:#fff;font-size:clamp(2.4rem,4vw,4rem);margin:0}.home-kicker--light{color:#e6bf6c}.home-worlds__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.home-world{min-height:600px;display:flex;align-items:flex-end;position:relative;background:center/cover;overflow:hidden}.home-world:before{content:"";position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(7,16,23,.95))}.home-world--restaurant{background-image:url('/public/media/restaurace-zahrada.webp')}.home-world--poker{background-image:url('/public/media/poker-room-interior.webp')}.home-world>div{position:relative;padding:clamp(1.7rem,4vw,3.5rem);max-width:570px}.home-world>div>span,.home-evening__steps span{color:#e6bf6c;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem}.home-world h3{color:#fff;font-size:clamp(2rem,3.2vw,3.2rem);line-height:1.08;margin:1rem 0}.home-world p,.home-evening p{color:#ffffffb5}.home-world a{color:#fff;font-weight:700}
.home-menu{padding-block:clamp(5rem,10vw,9rem)}.home-menu__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(3rem,8vw,8rem);align-items:center}.home-menu__photo{position:relative}.home-menu__photo img{width:100%;height:clamp(520px,65vw,760px);object-fit:cover}.home-menu__photo>span{position:absolute;right:-2rem;bottom:2rem;width:150px;aspect-ratio:1;border-radius:50%;display:grid;place-content:center;text-align:center;color:#fff;background:var(--green);font-family:var(--font-heading);transform:rotate(-7deg)}.home-menu__list{list-style:none;margin:2rem 0}.home-menu__list li{display:grid;border-top:1px solid #d4cebd;padding:1rem 0}.home-menu__list li:last-child{border-bottom:1px solid #d4cebd}.home-menu__list strong{font-family:var(--font-heading);font-size:1.15rem}.home-menu__list small{color:#596270}
.home-evening{text-align:center;padding-block:clamp(5rem,9vw,8rem)}.home-evening__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff26;margin:3.5rem 0;text-align:left}.home-evening__steps article{background:var(--ink);padding:2.5rem}.home-evening__steps h3{color:#fff;margin:1rem 0}
.home-gallery{padding-block:clamp(5rem,10vw,9rem)}.home-gallery__head{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem}.home-gallery__head h2{font-size:clamp(2.3rem,4vw,3.8rem);max-width:720px;margin:0}.home-gallery__grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:1rem;height:520px}.home-gallery__grid img{width:100%;height:100%;object-fit:cover}.home-cta{text-align:center;color:#fff;padding-block:clamp(6rem,14vw,11rem);background:linear-gradient(#172f29dd,#172f29e8),url('/public/media/restaurace-interier.webp') center/cover}.home-cta .container{max-width:820px}.home-cta h2{color:#fff;font-size:clamp(2.8rem,6vw,5rem);line-height:1}.home-cta p{color:#ffffffbd;font-size:1.15rem;margin:0 auto 2rem;max-width:650px}
.js [data-reveal]{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.js [data-reveal].is-visible{opacity:1;transform:none}
@media(max-width:800px){.home-hero{min-height:760px;background-position:62% center}.home-hero__facts{gap:1.5rem;flex-wrap:wrap}.home-intro__grid,.home-worlds__grid,.home-menu__grid{grid-template-columns:1fr}.home-intro__text{border:0;padding:0}.home-world{min-height:460px}.home-menu__photo{margin-right:1.5rem}.home-menu__photo>span{right:-1.5rem;width:125px}.home-evening__steps{grid-template-columns:1fr}.home-gallery__head{display:block}.home-gallery__head>a{display:inline-block;margin-top:1rem}.home-gallery__grid{grid-template-columns:1fr 1fr;height:auto}.home-gallery__grid img{height:280px}.home-gallery__grid img:first-child{grid-column:1/-1;height:400px}}
@media(max-width:500px){.home-hero h1{font-size:2.85rem}.home-actions{align-items:flex-start;flex-direction:column}.home-gallery__grid{grid-template-columns:1fr}.home-gallery__grid img,.home-gallery__grid img:first-child{grid-column:auto;height:300px}}
@media(prefers-reduced-motion:reduce){.js [data-reveal]{opacity:1;transform:none;transition:none}}
