/* Design DNA: Van Balık | diagonal hero | bold-dark header | bar-bottom cookie */
/* Fonts: "Bungee", cursive + "Noto Sans", sans-serif */
@import url("https://fonts.googleapis.com/css2?family=Bungee&family=Noto+Sans:wght@300;400;600;700&display=swap");
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.vb-body{font-family:"Noto Sans", sans-serif;background:#F0F4F7;color:#1A3347;line-height:1.6}
img{max-width:100%;display:block}
a{color:#1B4F72;text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3{font-family:"Bungee", cursive;line-height:1.2}
.vb-btn{display:inline-block;padding:.75rem 1.75rem;background:#1B4F72;color:#fff;border:none;border-radius:4px;font-family:"Noto Sans", sans-serif;font-weight:600;cursor:pointer;text-decoration:none}
.vb-btn:hover{opacity:.9;text-decoration:none}
.vb-header--bold-dark{background:#1B4F72;position:sticky;top:0;z-index:100}
.vb-header-inner{max-width:1200px;margin:0 auto;padding:.8rem 1.5rem;display:flex;align-items:center;justify-content:space-between}
.vb-logo{font-family:"Bungee", cursive;font-size:1.3rem;color:#fff;text-decoration:none;letter-spacing:1px}
.vb-nav ul{display:flex;gap:1.2rem;list-style:none}
.vb-nav a{color:#fff;text-decoration:none;font-weight:600;text-transform:uppercase;font-size:.85rem}
.vb-nav-active{color:#C0392B!important}
.vb-burger{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer}
.vb-hero--diag{display:grid;grid-template-columns:1fr 1.2fr;min-height:75vh;position:relative;overflow:hidden}
.vb-hero-text{background:#1B4F72;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:3rem;clip-path:polygon(0 0,100% 0,85% 100%,0 100%)}
.vb-hero-text h1{font-size:clamp(1.8rem,4vw,2.8rem);margin-bottom:.5rem}
.vb-hero-text .vb-btn{background:#C0392B}
.vb-hero-img img{width:100%;height:100%;object-fit:cover}
.vb-cookie--bar{position:fixed;bottom:0;left:0;right:0;background:#1B4F72;color:#fff;padding:.8rem 1.5rem;justify-content:center;align-items:center;gap:1.5rem;z-index:999}
.vb-cookie--bar a{color:#F0F4F7}
.vb-cookie--bar button{background:#C0392B;color:#fff;border:none;padding:.5rem 1.2rem;cursor:pointer;font-weight:700}
.vb-cookie{display:flex}
.vb-section{padding:3rem 1.5rem}
.vb-container{max-width:1100px;margin:0 auto}
.vb-section-title{font-size:2rem;margin-bottom:1.5rem;color:#C0392B;text-align:center}
.vb-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.vb-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}
.vb-card img{width:100%;height:200px;object-fit:cover}
.vb-card-body{padding:1.2rem}
.vb-card-body h3{margin-bottom:.5rem;color:#1B4F72}
.vb-intro{max-width:800px;margin:0 auto 2rem;text-align:center;font-size:1.05rem}
.vb-page-hero{background:#C0392B;color:#F0F4F7;padding:3rem 1.5rem;text-align:center}
.vb-page-hero h1{font-size:2.2rem}
.vb-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}
.vb-contact-form label{display:block;margin-bottom:1rem}
.vb-contact-form input,.vb-contact-form textarea{width:100%;padding:.7rem;border:1px solid #ccc;border-radius:4px;font-family:"Noto Sans", sans-serif}
.vb-contact-form textarea{min-height:120px;resize:vertical}
.vb-contact-info p{margin-bottom:.8rem}
.vb-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
.vb-gallery-grid img{width:100%;height:220px;object-fit:cover;border-radius:6px}
.vb-privacy{max-width:800px;margin:0 auto;padding:2rem 1.5rem}
.vb-privacy h2{margin:1.5rem 0 .5rem;color:#C0392B}
.vb-footer{background:#C0392B;color:#F0F4F7;padding:3rem 1.5rem 1rem;margin-top:3rem}
.vb-footer-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.vb-footer h4{font-family:"Bungee", cursive;margin-bottom:.8rem;color:#1B4F72}
.vb-footer a{color:#F0F4F7;opacity:.85}
.vb-footer ul{list-style:none}
.vb-footer li{margin-bottom:.4rem}
.vb-copy{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;opacity:.7}
@media(max-width:900px){
.vb-hero--split,.vb-hero--diag,.vb-hero--form{grid-template-columns:1fr}
.vb-hero--diag .vb-hero-text{clip-path:none}
.vb-grid-3,.vb-gallery-grid,.vb-footer-grid,.vb-contact-grid{grid-template-columns:1fr 1fr}
.vb-mosaic-grid{grid-template-columns:1fr 1fr;height:auto}
.vb-mosaic-grid .vb-tile{height:200px}
.vb-nav ul{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:inherit;padding:1rem}
.vb-nav-open ul{display:flex}
.vb-header-inner{position:relative}
.vb-burger{display:block}
}
@media(max-width:560px){
.vb-grid-3,.vb-gallery-grid,.vb-footer-grid,.vb-contact-grid{grid-template-columns:1fr}
.vb-hero--cinema{height:60vh}
.vb-hero-copy,.vb-form-wrap{padding:2rem 1.5rem}
.vb-cookie--bl,.vb-cookie--br{left:.5rem;right:.5rem;max-width:none}
}
