
@font-face{font-family:'Outfit';src:url('../assets/fonts/Outfit-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Outfit';src:url('../assets/fonts/Outfit-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Outfit';src:url('../assets/fonts/Outfit-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
:root{--beige:#e7e2d9;--ink:#1b1b1b}
*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:'Outfit',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#fff;background:#000}
.container{max-width:1160px;margin:0 auto;padding:0 20px}

/* HERO */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;text-align:center;
  background:url('../assets/images/Banner copy.jpg') center/cover no-repeat;border-bottom:6px solid var(--beige)}
.hero::after{content:'';position:absolute;inset:0;background:rgba(0,0,0,.35)}
.hero-inner{position:relative;z-index:2}
.hero-logo{display:block;margin:0 auto 6px auto;max-width:340px;width:60vw;height:auto;filter:drop-shadow(0 2px 12px rgba(0,0,0,.35))}
.hero-sub{letter-spacing:.18em;text-transform:lowercase;opacity:.95}
.hero-links{margin-top:14px;font-weight:600;opacity:.95;text-align:center}
.hero-links a{display:inline-block;margin:0 10px;color:#eaeaea}
.hero-links .dot{opacity:.6}

/* wave divider */
.wave{height:22px;background:var(--beige);position:relative;margin-top:-10px}

/* BEIGE SECTION */
.section{padding:42px 0;background:var(--beige);color:#1b1b1b}
.illustration{display:block;margin:8px auto 24px auto;max-width:780px;width:88vw;height:auto}
.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery img{width:100%;height:240px;object-fit:cover;border-radius:12px;filter:grayscale(100%) contrast(1.05)}

/* PAGES */
.page{padding:80px 0;background:var(--beige);color:#1b1b1b;border-top:1px solid #d9d2c6}
.page h2{text-transform:lowercase;font-size:48px;margin:0 0 14px 0}
.page p{max-width:72ch;line-height:1.75}
.footer{padding:32px 0;background:var(--beige);color:#6e6e6e;text-align:center;border-top:1px solid #d9d2c6}

@media (max-width:960px){.gallery{grid-template-columns:repeat(2,1fr)}.hero{min-height:70vh}.page h2{font-size:36px}}


/* === COMPACT & RESPONSIVE PATCH (v1 banner fixed) === */
@media (max-width: 640px) {
  .hero { min-height: 65vh; }                /* Mobilde kompakt hero */
  .hero .hero-logo { width: 70vw; max-width: 300px; }
  .hero-links a { margin: 0 6px; }
  .section-overlay { min-height: 50vh; padding: 48px 0; } /* Overlay varsa siyah boşluğu kes */
  .section-overlay .inner { padding: 28px 16px; }
}
@media (max-width: 1024px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .page h2 { font-size: 36px; }
}
