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