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