
:root{
  --navy:#17324a;
  --pink:#d1008f;
  --green:#5b741f;
  --cream:#fbfaf7;
  --text:#17324a;
  --shadow:0 18px 45px rgba(16,42,63,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Montserrat",sans-serif;color:var(--text);background:var(--cream)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(1360px,calc(100% - 48px));margin-inline:auto}

.site-header{background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 1px 0 rgba(23,50,74,.08)}
.nav-wrap{min-height:110px;display:grid;grid-template-columns:240px 1fr 280px;align-items:center;gap:28px}
.brand img{width:205px;max-height:82px;object-fit:contain}
.desktop-nav{display:flex;justify-content:center;gap:42px}
.desktop-nav a,.footer-nav a{font-size:12px;font-weight:700;letter-spacing:.17em;text-transform:uppercase}
.desktop-nav a:hover{color:var(--pink)}
.socials{display:flex;justify-content:flex-end;align-items:center;gap:18px}
.nav-separator{width:1px;height:42px;background:#b8c0c7}
.handwritten,.hero-note,.footer-note{font-family:"Patrick Hand",cursive}
.handwritten{font-size:26px;line-height:.8;color:var(--pink);transform:rotate(-4deg)}
.menu-btn{display:none}
.mobile-nav{display:none}

.hero{min-height:365px;position:relative;overflow:hidden;display:flex;align-items:center}
.hero-bg{position:absolute;top:0;bottom:0;width:54%;background-size:cover;background-position:center}
.hero-bg-left{left:0;background-image:url("https://images.unsplash.com/photo-1558788353-f76d92427f16?auto=format&fit=crop&w=1400&q=85")}
.hero-bg-right{right:0;background-image:url("https://images.unsplash.com/photo-1552053831-71594a27632d?auto=format&fit=crop&w=1400&q=85")}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,.92) 37%,rgba(255,255,255,.97) 50%,rgba(255,255,255,.92) 63%,rgba(255,255,255,.12) 100%)}
.hero-content{position:relative;z-index:3;text-align:center}
.eyebrow{letter-spacing:.5em;font-weight:700;font-size:14px;margin:0 0 12px}
.hero h1{margin:0;font-size:clamp(48px,5vw,80px);line-height:.9;letter-spacing:-.03em;font-weight:800}
.hero h1 span{color:var(--pink)}
.lead{font-size:20px;line-height:1.45;margin:22px 0 14px}
.paw-divider{display:flex;align-items:center;justify-content:center;gap:18px}
.paw-divider span{width:56px;height:2px;background:#74889a}
.paw-divider b{font-size:28px}
.hero-note{position:absolute;z-index:4;font-size:30px;line-height:1.0}
.hero-note-left{left:4%;top:26%;transform:rotate(-7deg)}
.hero-note-right{right:4%;bottom:16%;color:white;transform:rotate(7deg);text-shadow:0 2px 10px rgba(0,0,0,.3)}

.locations{padding:26px 0 32px;background:#fff}
.cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.location-card{min-height:405px;border-radius:20px;position:relative;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}
.card-image,.card-shade{position:absolute;inset:0}
.card-image{background-size:cover;background-position:center;z-index:-3}
.card-image-krakow{background-image:url("https://i.ibb.co/27wMmxvb/4e9659f26a094da7b763e69df226d2-caniversum-biz-photo-082cc5ee64ac4d978ad43b57543de0-booksy.jpg")}
.card-image-trojmiasto{background-image:url("https://i.ibb.co/Fbjy4Lg2/807758345-2099139460996788-5074525374766530524-n.jpg")}
.card-shade{z-index:-2;background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.94) 38%,rgba(255,255,255,.25) 72%,rgba(255,255,255,.04) 100%)}
.trojmiasto-card .card-shade{background:linear-gradient(90deg,rgba(255,247,252,.98) 0%,rgba(255,247,252,.94) 38%,rgba(255,255,255,.24) 72%,rgba(255,255,255,.03) 100%)}
.card-content{padding:38px 36px 18px;max-width:60%}
.mini-title{font-size:13px;letter-spacing:.25em;line-height:1.6;font-weight:700}
.location-card h2{font-size:42px;line-height:.92;margin:10px 0 18px}
.green{color:var(--green)}
.pink{color:var(--pink)}
.card-content>p:last-of-type{font-size:16px;line-height:1.5;margin-bottom:26px}
.cta{height:52px;border-radius:30px;display:inline-flex;align-items:center;gap:28px;padding:0 28px;color:white;font-weight:700;letter-spacing:.06em;font-size:13px;transition:.2s ease}
.cta:hover{transform:translateY(-2px);filter:brightness(1.05)}
.cta-green{background:var(--green)}
.cta-pink{background:var(--pink)}
.cta span{font-size:24px}
.card-features{display:flex;justify-content:space-around;gap:18px;background:rgba(255,255,255,.88);padding:22px 20px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}

.site-footer{background:var(--navy);color:white;padding:30px 0}
.footer-wrap{display:grid;grid-template-columns:240px 180px 1fr 100px 150px;align-items:center;gap:25px}
.footer-brand{display:flex;flex-direction:column}
.footer-brand strong{font-size:26px;letter-spacing:.05em}
.footer-brand small{font-size:9px;letter-spacing:.12em;margin-top:4px}
.footer-note{font-size:24px;line-height:.9;transform:rotate(-4deg)}
.footer-note span{color:var(--pink)}
.footer-nav{display:flex;justify-content:center;gap:28px}
.footer-note.right{text-align:right;transform:rotate(4deg)}

@media (max-width:1050px){
  .nav-wrap{grid-template-columns:200px 1fr 50px;min-height:86px}
  .desktop-nav,.socials{display:none}
  .menu-btn{display:block;justify-self:end;border:0;background:transparent;font-size:28px;color:var(--navy);cursor:pointer}
  .mobile-nav{padding:0 24px 20px;flex-direction:column;gap:15px}
  .mobile-nav.open{display:flex}
  .mobile-nav a{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
  .hero-note{display:none}
  .cards-grid{grid-template-columns:1fr}
  .location-card{min-height:390px}
  .footer-wrap{grid-template-columns:1fr;text-align:center}
  .footer-nav{flex-wrap:wrap}
  .footer-note.right{text-align:center}
}

@media (max-width:680px){
  .container{width:min(100% - 28px,1360px)}
  .brand img{width:165px}
  .hero{min-height:420px}
  .hero-bg{width:68%}
  .hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.88) 0%,rgba(255,255,255,.96) 50%,rgba(255,255,255,.82) 100%)}
  .hero h1{font-size:48px}
  .lead{font-size:16px}
  .location-card{min-height:500px}
  .card-content{max-width:100%;padding:30px 24px 18px}
  .card-shade,.trojmiasto-card .card-shade{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 58%,rgba(255,255,255,.25) 100%)}
  .location-card h2{font-size:36px}
  .card-features{flex-wrap:wrap;justify-content:flex-start;gap:10px 18px}
  .cta{width:100%;justify-content:center}
}

/* WIĘKSZE LOGO NA STRONIE GŁÓWNEJ */
.site-header .nav-wrap{
  min-height:130px !important;
  grid-template-columns:320px 1fr 280px !important;
}
.site-header .brand img{
  width:280px !important;
  max-width:280px !important;
  max-height:105px !important;
  height:auto !important;
  object-fit:contain !important;
}

@media (max-width:1050px){
  .site-header .nav-wrap{
    min-height:105px !important;
    grid-template-columns:240px 1fr 50px !important;
  }
  .site-header .brand img{
    width:220px !important;
    max-width:220px !important;
    max-height:88px !important;
  }
}

@media (max-width:680px){
  .site-header .nav-wrap{
    min-height:92px !important;
  }
  .site-header .brand img{
    width:190px !important;
    max-width:190px !important;
    max-height:78px !important;
  }
}

/* FINAL FIX LOGO STRONY GŁÓWNEJ
   Sam plik logo ma dużo pustej przestrzeni dookoła,
   dlatego zwiększamy nie tylko pasek, ale też optycznie skalujemy zawartość obrazka. */
.site-header .nav-wrap{
  min-height:150px !important;
  grid-template-columns:300px 1fr 300px !important;
  align-items:center !important;
}

.site-header .brand{
  width:250px !important;
  height:110px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.site-header .brand img{
  width:250px !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  object-fit:contain !important;
  transform:scale(2.15) !important;
  transform-origin:center center !important;
}

@media (max-width:1050px){
  .site-header .nav-wrap{
    min-height:120px !important;
    grid-template-columns:240px 1fr 50px !important;
  }

  .site-header .brand{
    width:210px !important;
    height:92px !important;
  }

  .site-header .brand img{
    width:210px !important;
    transform:scale(2.05) !important;
  }
}

@media (max-width:680px){
  .site-header .nav-wrap{
    min-height:105px !important;
  }

  .site-header .brand{
    width:180px !important;
    height:82px !important;
  }

  .site-header .brand img{
    width:180px !important;
    transform:scale(2.0) !important;
  }
}

/* V5 - wymuszony większy nagłówek strony głównej */
.site-header .nav-wrap{
  min-height:150px !important;
  height:150px !important;
  grid-template-columns:260px minmax(0,1fr) 280px !important;
  align-items:center !important;
}

.site-header .brand{
  width:210px !important;
  min-width:210px !important;
  height:120px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
}

.site-header .brand img{
  width:190px !important;
  max-width:none !important;
  height:auto !important;
  max-height:none !important;
  transform:none !important;
  object-fit:contain !important;
}

@media (max-width:1050px){
  .site-header .nav-wrap{
    min-height:120px !important;
    height:120px !important;
    grid-template-columns:220px 1fr 50px !important;
  }
  .site-header .brand{
    width:190px !important;
    min-width:190px !important;
    height:95px !important;
  }
  .site-header .brand img{
    width:170px !important;
  }
}

@media (max-width:680px){
  .site-header .nav-wrap{
    min-height:105px !important;
    height:105px !important;
  }
  .site-header .brand{
    width:165px !important;
    min-width:165px !important;
    height:85px !important;
  }
  .site-header .brand img{
    width:150px !important;
  }
}

/* MOBILE HEADER FINAL FIX */
@media (max-width: 680px){

  .site-header{
    overflow:hidden !important;
  }

  .site-header .container.nav-wrap{
    width:calc(100% - 28px) !important;
    min-height:92px !important;
    height:92px !important;
    display:grid !important;
    grid-template-columns:150px 1fr !important;
    grid-template-rows:92px !important;
    column-gap:12px !important;
    align-items:center !important;
    padding:0 !important;
    margin:0 auto !important;
    overflow:hidden !important;
  }

  .site-header .brand{
    grid-column:1 !important;
    grid-row:1 !important;
    width:145px !important;
    min-width:145px !important;
    max-width:145px !important;
    height:76px !important;
    min-height:76px !important;
    max-height:76px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
  }

  .site-header .brand img{
    width:142px !important;
    max-width:142px !important;
    height:auto !important;
    max-height:72px !important;
    object-fit:contain !important;
    transform:none !important;
    margin:0 !important;
  }

  .site-header .desktop-nav,
  .site-header .socials{
    display:none !important;
  }

  .site-header .menu-btn{
    display:block !important;
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:end !important;
    align-self:center !important;
    width:46px !important;
    height:46px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:var(--navy) !important;
    font-size:30px !important;
    line-height:46px !important;
    text-align:center !important;
    cursor:pointer !important;
  }

  .site-header .mobile-nav{
    width:100% !important;
    padding:0 20px 18px !important;
  }

  .site-header .mobile-nav.open{
    display:flex !important;
  }
}

/* =========================================================
   FINAL SHARED HEADER SYSTEM
   Same visual logo size on all three pages
   ========================================================= */
.site-header{
  background:#fff !important;
  border-bottom:1px solid rgba(23,50,74,.08) !important;
  overflow:visible !important;
}

.site-header .container.nav-wrap{
  width:min(1320px,calc(100% - 48px)) !important;
  min-height:132px !important;
  height:132px !important;
  margin:0 auto !important;
  padding:0 !important;
  display:grid !important;
  grid-template-columns:220px minmax(0,1fr) auto !important;
  gap:24px !important;
  align-items:center !important;
}

.site-header .brand{
  width:185px !important;
  height:96px !important;
  min-width:185px !important;
  max-width:185px !important;
  min-height:96px !important;
  max-height:96px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  margin:0 !important;
  padding:0 !important;
}

.site-header .brand img{
  height:86px !important;
  width:auto !important;
  max-height:86px !important;
  max-width:185px !important;
  object-fit:contain !important;
  display:block !important;
  transform:none !important;
  margin:0 !important;
}

.site-header .desktop-nav{
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:center !important;
  align-items:center !important;
  gap:24px !important;
  white-space:nowrap !important;
  min-width:0 !important;
}

.site-header .desktop-nav a,
.site-header .desktop-nav button{
  flex:0 0 auto !important;
}

.site-header .header-actions,
.site-header .socials{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  white-space:nowrap !important;
}

.site-header .menu-btn{
  display:none !important;
}

@media (max-width:1100px){
  .site-header .container.nav-wrap{
    width:min(100% - 32px,1320px) !important;
    min-height:112px !important;
    height:112px !important;
    grid-template-columns:170px 1fr 52px !important;
    gap:14px !important;
  }

  .site-header .brand{
    width:155px !important;
    min-width:155px !important;
    max-width:155px !important;
    height:82px !important;
    min-height:82px !important;
    max-height:82px !important;
    overflow:hidden !important;
  }

  .site-header .brand img{
    height:72px !important;
    max-height:72px !important;
    max-width:155px !important;
  }

  .site-header .desktop-nav,
  .site-header .header-socials,
  .site-header .socials,
  .site-header .book-btn{
    display:none !important;
  }

  .site-header .header-actions{
    grid-column:3 !important;
    width:52px !important;
    justify-content:flex-end !important;
  }

  .site-header .menu-btn{
    display:block !important;
    justify-self:end !important;
    align-self:center !important;
    width:48px !important;
    height:48px !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:var(--navy) !important;
    font-size:30px !important;
    line-height:48px !important;
    text-align:center !important;
    cursor:pointer !important;
  }

  .site-header .mobile-nav{
    width:100% !important;
    padding:8px 24px 22px !important;
    background:#fff !important;
    border-top:1px solid rgba(23,50,74,.07) !important;
  }

  .site-header .mobile-nav.open{
    display:flex !important;
  }

  .site-header .mobile-nav a,
  .site-header .mobile-nav button{
    width:100% !important;
    padding:11px 0 !important;
    text-align:left !important;
  }
}

@media (max-width:680px){
  .site-header .container.nav-wrap{
    width:calc(100% - 28px) !important;
    min-height:94px !important;
    height:94px !important;
    grid-template-columns:145px 1fr 48px !important;
    gap:10px !important;
  }

  .site-header .brand{
    width:138px !important;
    min-width:138px !important;
    max-width:138px !important;
    height:72px !important;
    min-height:72px !important;
    max-height:72px !important;
  }

  .site-header .brand img{
    height:64px !important;
    max-height:64px !important;
    max-width:138px !important;
  }

  .site-header .header-actions{
    width:48px !important;
  }

  .site-header .menu-btn{
    width:44px !important;
    height:44px !important;
    font-size:28px !important;
    line-height:44px !important;
  }

  .site-header .mobile-nav{
    padding:6px 20px 18px !important;
  }
}

/* =========================================================
   HOME PAGE FINAL POLISH
   ========================================================= */
.hero{
  min-height:430px !important;
  display:flex !important;
  align-items:center !important;
}
.hero-content{
  padding:46px 0 42px !important;
}
.hero h1{
  font-size:clamp(54px,5vw,82px) !important;
  line-height:.92 !important;
}
.lead{
  margin-top:24px !important;
}

.locations{
  padding:42px 0 58px !important;
}
.cards-grid{
  gap:30px !important;
}
.location-card{
  min-height:450px !important;
  border-radius:24px !important;
}
.card-content{
  padding:42px 38px 22px !important;
  max-width:61% !important;
}
.location-card h2{
  font-size:44px !important;
}
.card-features{
  padding:22px 24px !important;
}
.site-footer{
  padding:34px 0 !important;
}

@media (max-width:1100px){
  .hero{
    min-height:390px !important;
  }
  .cards-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }
  .location-card{
    min-height:430px !important;
  }
}

@media (max-width:680px){
  .hero{
    min-height:360px !important;
  }
  .hero-content{
    padding:38px 0 34px !important;
  }
  .hero h1{
    font-size:44px !important;
  }
  .eyebrow{
    font-size:11px !important;
  }
  .lead{
    font-size:15px !important;
    margin:18px auto 12px !important;
    max-width:320px !important;
  }

  .locations{
    padding:26px 0 40px !important;
  }
  .cards-grid{
    gap:20px !important;
  }
  .location-card{
    min-height:500px !important;
    border-radius:20px !important;
  }
  .card-content{
    max-width:100% !important;
    padding:28px 22px 18px !important;
  }
  .mini-title{
    font-size:10px !important;
    letter-spacing:.18em !important;
  }
  .location-card h2{
    font-size:34px !important;
    margin:8px 0 14px !important;
  }
  .card-content>p:last-of-type{
    font-size:14px !important;
    margin-bottom:20px !important;
  }
  .cta{
    min-height:50px !important;
    width:100% !important;
    justify-content:center !important;
  }
  .card-features{
    padding:16px 18px !important;
    gap:8px 14px !important;
    font-size:10px !important;
  }
  .site-footer{
    padding:26px 0 !important;
  }
}
