:root {
  --brown:#7d4024;
  --brown-dark:#552815;
  --green:#315f45;
  --green-dark:#244736;
  --yellow:#f2d10a;
  --cream:#fbf4df;
  --paper:#fffdf8;
  --ink:#2e261f;
  --muted:#75695f;
  --line:#eadfc9;
  --shadow:0 14px 40px rgba(64,41,24,.10);
  --radius:24px;
  --max:1180px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.skip-link{position:absolute;left:-999px;top:auto}.skip-link:focus{left:18px;top:18px;z-index:999;background:#fff;padding:10px 14px;border-radius:10px}.topbar{background:var(--green-dark);color:white;font-size:.92rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}.topbar a{opacity:.95}.site-header{position:sticky;top:0;z-index:80;background:rgba(255,253,248,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(125,64,36,.08)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:82px;gap:24px}.brand img{width:230px;height:auto}.nav-links{display:flex;align-items:center;gap:26px;font-weight:700}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:3px;background:var(--yellow);transition:.25s}.nav-links a:hover:after,.nav-links a[aria-current="page"]:after{right:0}.nav-cta{background:var(--brown);color:#fff!important;padding:12px 18px;border-radius:999px}.nav-cta:after{display:none!important}.menu-toggle{display:none;border:0;background:transparent;font-size:1.8rem;cursor:pointer;color:var(--brown)}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f8edcb 0%,#fffaf0 55%,#e8f0e6 100%);padding:82px 0 72px}.hero:before{content:"";position:absolute;width:360px;height:360px;border:45px solid rgba(242,209,10,.28);border-radius:50%;right:-120px;top:-120px}.hero:after{content:"✈";position:absolute;font-size:130px;color:rgba(125,64,36,.07);right:8%;bottom:-18px;transform:rotate(-18deg)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:56px}.eyebrow{display:inline-flex;align-items:center;gap:9px;font-weight:800;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;color:var(--green)}.eyebrow:before{content:"";width:28px;height:3px;background:var(--yellow)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;color:var(--brown-dark);margin-top:0}h1{font-size:clamp(3rem,7vw,6.4rem);margin-bottom:22px;letter-spacing:-.04em}.hero h1 span{color:var(--green)}.lead{font-size:clamp(1.08rem,2vw,1.26rem);color:var(--muted);max-width:670px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:999px;font-weight:800;border:2px solid transparent;transition:.2s}.btn-primary{background:var(--brown);color:white}.btn-primary:hover{background:var(--brown-dark);transform:translateY(-1px)}.btn-outline{border-color:var(--green);color:var(--green)}.btn-outline:hover{background:var(--green);color:white}.hero-card{position:relative;background:#fff;border:1px solid var(--line);padding:16px;border-radius:30px;box-shadow:var(--shadow);transform:rotate(1.4deg)}.photo-placeholder{min-height:440px;border-radius:20px;background:linear-gradient(145deg,#4b745c,#244736);display:flex;align-items:center;justify-content:center;text-align:center;color:white;padding:32px;position:relative;overflow:hidden}.photo-placeholder:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(255,255,255,.45);border-radius:14px}.photo-placeholder strong{font-size:1.25rem}.photo-placeholder small{display:block;opacity:.8;margin-top:7px}.hero-sticker{position:absolute;left:-24px;bottom:26px;background:var(--yellow);color:#4d3714;font-weight:900;padding:13px 17px;border-radius:14px;box-shadow:0 12px 24px rgba(0,0,0,.12);transform:rotate(-4deg)}
section{padding:76px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head h2{font-size:clamp(2.2rem,4vw,4rem);margin-bottom:8px}.section-head p{max-width:620px;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 28px rgba(78,51,32,.05);transition:.2s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--cream);font-size:1.6rem;margin-bottom:18px}.card h3{font-size:1.5rem;margin-bottom:10px}.card p{margin:0;color:var(--muted)}.cream{background:var(--cream)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.feature{min-height:380px;border-radius:30px;position:relative;overflow:hidden;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;color:white}.feature.food{background:linear-gradient(180deg,rgba(40,30,18,.02),rgba(40,30,18,.72)),linear-gradient(135deg,#a2643e,#5b2f1b)}.feature.bar{background:linear-gradient(180deg,rgba(17,42,30,.05),rgba(17,42,30,.78)),linear-gradient(135deg,#47795b,#1d3f2d)}.feature h3{color:white;font-size:2.2rem;margin-bottom:8px}.feature p{max-width:520px;margin:0;color:rgba(255,255,255,.88)}.feature .file-note{position:absolute;top:20px;right:20px;background:rgba(255,255,255,.14);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);padding:8px 11px;border-radius:10px;font-size:.78rem}.menu-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-tile{padding:28px;background:white;border:1px solid var(--line);border-radius:22px}.menu-tile h3{font-size:1.55rem}.menu-tile ul{list-style:none;padding:0;margin:18px 0 0}.menu-tile li{display:flex;justify-content:space-between;gap:18px;padding:10px 0;border-bottom:1px dashed var(--line)}.menu-tile li:last-child{border-bottom:0}.menu-tile b{color:var(--brown);white-space:nowrap}.band{background:var(--green-dark);color:white}.band h2{color:white}.band p{color:rgba(255,255,255,.78)}.info-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:42px;align-items:start}.hours{background:#fff;border-radius:24px;padding:28px;color:var(--ink)}.hours-row{display:flex;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line)}.hours-row:last-child{border-bottom:0}.contact-list{display:grid;gap:14px;margin-top:24px}.contact-list a,.contact-list span{display:flex;gap:12px;align-items:flex-start}.map-placeholder{min-height:340px;border-radius:24px;background:linear-gradient(135deg,#315f45,#7d4024);display:grid;place-items:center;text-align:center;padding:32px;border:1px solid rgba(255,255,255,.12)}footer{background:#1e1b18;color:#eee;padding:44px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:30px}.footer-logo{width:240px;background:white;border-radius:12px;padding:8px}.footer-title{font-weight:900;margin-bottom:10px}.footer-links{display:grid;gap:7px;color:#cfc9c3}.copyright{margin-top:34px;padding-top:20px;border-top:1px solid #3e3833;color:#aaa;font-size:.9rem}
.page-hero{padding:62px 0 42px;background:var(--cream);border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(2.8rem,6vw,5rem);margin-bottom:14px}.page-hero p{font-size:1.12rem;color:var(--muted);max-width:760px}.menu-nav{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0}.menu-nav a{padding:9px 13px;border-radius:999px;background:white;border:1px solid var(--line);font-weight:750;font-size:.92rem}.menu-section{padding:58px 0}.menu-section:nth-of-type(even){background:#fffaf0}.menu-section h2{font-size:2.5rem}.menu-columns{columns:2 360px;column-gap:44px}.menu-group{break-inside:avoid;margin:0 0 30px}.menu-group h3{font-size:1.55rem;border-bottom:3px solid var(--yellow);padding-bottom:8px;margin-bottom:8px}.menu-item{display:grid;grid-template-columns:1fr auto;gap:18px;padding:10px 0;border-bottom:1px dashed var(--line)}.menu-item .name{font-weight:800;color:var(--brown-dark)}.menu-item .desc{display:block;font-size:.92rem;color:var(--muted);font-weight:400;margin-top:2px}.price{font-weight:900;color:var(--brown);white-space:nowrap}.menu-note{font-size:.92rem;color:var(--muted);font-style:italic;margin-top:20px}.menu-images{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.menu-images a{display:block;background:white;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 8px 24px rgba(0,0,0,.05)}.menu-images img{border-radius:10px}.content-card{background:white;border:1px solid var(--line);padding:34px;border-radius:26px;box-shadow:0 8px 24px rgba(70,46,30,.05)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px}.checklist{list-style:none;padding:0}.checklist li{padding:8px 0 8px 30px;position:relative}.checklist li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.form{display:grid;gap:14px}.form label{font-weight:800;font-size:.92rem}.form input,.form textarea,.form select{width:100%;padding:13px 14px;border:1px solid #d9cdb8;border-radius:12px;background:#fff;font:inherit}.form textarea{min-height:130px;resize:vertical}.notice{padding:16px 18px;background:#fff8d6;border-left:4px solid var(--yellow);border-radius:10px;color:#5e4a17}.event-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.event-card{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden}.event-image{min-height:210px;background:linear-gradient(135deg,#7d4024,#315f45);display:grid;place-items:center;color:white;text-align:center;padding:22px}.event-body{padding:24px}.event-tag{display:inline-block;background:var(--cream);color:var(--brown);font-size:.78rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:6px 9px;border-radius:999px}.muted{color:var(--muted)}
@media (max-width:900px){.topbar .container{flex-direction:column;gap:2px}.menu-toggle{display:block}.nav-links{position:absolute;left:18px;right:18px;top:82px;display:none;flex-direction:column;align-items:stretch;padding:18px;background:white;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.nav-links.open{display:flex}.hero-grid,.info-grid,.two-col{grid-template-columns:1fr}.hero{padding-top:56px}.hero-card{max-width:650px}.cards{grid-template-columns:repeat(2,1fr)}.feature-grid{grid-template-columns:1fr}.menu-preview{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.menu-images,.event-grid{grid-template-columns:1fr}.menu-columns{columns:1}.brand img{width:190px}}@media (max-width:560px){.container{width:min(var(--max),calc(100% - 24px))}.cards{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.hero-sticker{left:6px}.photo-placeholder{min-height:320px}.feature{min-height:320px}h1{font-size:3.2rem}.topbar{display:none}}

/* Social media + Google Maps */
.footer-grid{grid-template-columns:1.2fr .75fr .8fr 1fr}
.footer-social{min-width:0}.social-links{display:flex;flex-wrap:wrap;gap:9px}.social-link{display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border-radius:999px;background:#2b2723;border:1px solid #403a35;color:#eee;font-size:.9rem;font-weight:750;transition:.2s}.social-link:hover{transform:translateY(-1px);border-color:#6b625b;background:#35302b}.social-badge{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--cream);color:var(--brown-dark);font-weight:900;line-height:1}.contact-socials{margin-top:28px;padding-top:24px;border-top:1px solid var(--line)}.contact-socials h3{font-size:1.25rem;margin-bottom:13px}.social-links-contact .social-link{background:var(--cream);border-color:var(--line);color:var(--brown-dark)}.social-links-contact .social-link:hover{background:#f6e8bd;border-color:#ddc88f}.map-embed-wrap{overflow:hidden;border-radius:24px;background:white;border:1px solid var(--line);box-shadow:0 8px 24px rgba(70,46,30,.05)}.map-embed{display:block;width:100%;height:390px;border:0}.map-actions{padding:14px 16px;background:white;border-top:1px solid var(--line)}

@media (max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.map-embed{height:360px}}
@media (max-width:620px){.footer-grid{grid-template-columns:1fr}.social-links{align-items:flex-start}.map-embed{height:320px}}


/* AUTOMATYCZNE SLOTY ZDJĘĆ
   Wystarczy wrzucić plik o właściwej nazwie do assets/images/ i odświeżyć stronę. */
.image-slot{position:relative;overflow:hidden;background:linear-gradient(145deg,#4b745c,#244736)}
.image-slot .slot-img{width:100%;height:100%;object-fit:cover;display:block;position:absolute;inset:0;z-index:1}
.image-slot .image-fallback{position:absolute;inset:0;z-index:0;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:28px;background:linear-gradient(145deg,#4b745c,#244736)}
.image-slot .image-fallback:before{content:"";position:absolute;inset:18px;border:1px dashed rgba(255,255,255,.45);border-radius:14px}
.image-slot .image-fallback strong{display:block;font-size:1.1rem;position:relative}
.image-slot .image-fallback small{display:block;opacity:.82;margin-top:7px;position:relative}
.image-slot.missing .slot-img{display:none}
.image-slot.missing .image-fallback{z-index:2}
.image-slot-hero{min-height:440px;border-radius:20px}
.image-slot-party{min-height:330px;border-radius:20px}
.feature.feature-photo{background:#244736}
.feature.feature-photo .feature-bg{z-index:0}
.feature.feature-photo:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(20,20,16,.06),rgba(20,20,16,.78))}
.feature.feature-photo .feature-content{position:relative;z-index:3}
.feature.feature-photo.missing:after{display:none}
.feature.feature-photo.missing .image-fallback{z-index:2}
.photo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.photo-card{height:300px;border-radius:24px;margin:0;box-shadow:0 8px 24px rgba(70,46,30,.08)}
.photo-card figcaption{position:absolute;left:14px;bottom:14px;z-index:4;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px;font-weight:850;color:var(--brown-dark)}
.photo-card:not(.missing):after{content:"";position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.32))}
.event-image.image-slot{height:230px;min-height:230px;padding:0}
.event-image.image-slot .image-fallback{padding:22px}
@media (max-width:900px){.photo-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){.image-slot-hero{min-height:320px}.photo-grid{grid-template-columns:1fr}.photo-card{height:280px}}

/* FIX v4: warstwy zdjęć i napisów */
.hero-card{isolation:isolate}
.hero-sticker{z-index:20}
.image-slot{isolation:isolate}
.feature.feature-photo .feature-bg{z-index:1}
.feature.feature-photo:after{z-index:2}
.feature.feature-photo .feature-content{z-index:3}
.feature.feature-photo .image-fallback{z-index:0}
.feature.feature-photo.missing .image-fallback{z-index:5}


/* BILARD I RZUTKI */
.games-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}
.game-card{
  position:relative;
  min-height:390px;
  border-radius:26px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(70,46,30,.12);
}
.game-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  background:linear-gradient(180deg,rgba(0,0,0,.04) 25%,rgba(0,0,0,.76) 100%);
}
.game-card .slot-img{z-index:1}
.game-card .image-fallback{z-index:0}
.game-card.missing .image-fallback{z-index:3}
.game-card.missing:after{display:none}
.game-card.missing .game-overlay{display:none}
.game-overlay{
  position:absolute;
  left:0; right:0; bottom:0;
  z-index:4;
  padding:28px;
  color:#fff;
}
.game-overlay span{
  display:inline-block;
  margin-bottom:8px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82;
}
.game-overlay h3{margin:0 0 8px;font-size:2rem}
.game-overlay p{margin:0;max-width:440px;color:rgba(255,255,255,.9)}
@media (max-width:760px){
  .games-grid{grid-template-columns:1fr}
  .game-card{min-height:320px}
}




/* SOCIAL MEDIA W ISTNIEJĄCYM GÓRNYM PASKU KONTAKTOWYM */
.header-social-inline{
  display:flex;
  align-items:center;
  gap:7px;
  margin-left:auto;
  flex-wrap:wrap;
}
.header-social-inline a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:4px 9px;
  border-radius:999px;
  color:#fff;
  text-decoration:none;
  font-size:.78rem;
  font-weight:800;
  border:1px solid rgba(255,255,255,.22);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.header-social-inline a:hover{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.38);
  transform:translateY(-1px);
}
@media (max-width:820px){
  .header-social-inline{
    width:100%;
    justify-content:center;
    margin-left:0;
    margin-top:6px;
  }
}


/* PROSTY KONTAKT ZAMIAST FORMULARZA */
.simple-contact-box{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-height:100%;
}
.simple-contact-box .actions{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
