/* Base */
*{box-sizing:border-box;margin:0;padding:0}
html,body{background:#f6f6f6;color:#111;width: 100%;overflow-x: hidden;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif}
a{color:inherit;text-decoration:none}
.section{padding:17px 0vw}

/* Announcement */
.announce{background: url('../img/signature-bg.webp') center center / cover no-repeat;color:#fff;text-align:center;font-size:12px;letter-spacing:.18em;padding:10px 16px;text-transform:uppercase}

/* Header */
.brand-header{display:flex;justify-content:center;align-items:center;padding:24px 0 10px}
.brand-wordmark{font-family: "Playfair Display", serif;letter-spacing:.35em;font-size:28px;font-weight:500}

/* HERO */
.hero{position:relative;min-height:80vh;overflow:hidden}
.hero::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,.45));z-index:1}
.slider{position:absolute;inset:0}
.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity 1.2s ease, transform 6s ease}
.slide.active{opacity:1;transform:scale(1)}

/* LUXURY SECTION TITLES */
.section-title{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:60px;
  flex-wrap:nowrap;
  white-space:nowrap;
}

.section-title h2{
  font-family:"Playfair Display", serif;
  font-size:42px;
  font-weight:500;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#d6b76c;
  padding:0 36px;
  text-align:center;
  text-shadow:
    0 1px 0 rgba(255,255,255,.25),
    0 8px 30px rgba(0,0,0,.45);
}

.section-title::before,
.section-title::after{
  content:"";
  height:1px;
  width:160px;
  background:linear-gradient(to right, transparent, rgba(214,183,108,.9), transparent);
  flex:0 0 auto;
}

.section-title::before{ margin-right:24px; }
.section-title::after{ margin-left:24px; }

@media(max-width:700px){
  .section-title h2{
    font-size:28px;
    letter-spacing:.12em;
    padding:0 20px;
  }
  .section-title::before,
  .section-title::after{
    width:70px;
  }
}

/* BRANDS MARQUEE */
.brands-wrap{background:#fff;overflow:hidden;padding:24px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:70px}
.brands-track{display:flex;width:fit-content;max-width: 100%;gap:18px;animation:brandsScroll 26s linear infinite}
.brands-track:hover{animation-play-state:paused}
.brand-item{display:flex;align-items:center;justify-content:center}
.brand-item img{height:90px;width:auto;opacity:.85;filter:grayscale(100%);transition:.25s}
.brand-item img:hover{opacity:1;filter:none;transform:scale(1.04)}
@keyframes brandsScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:900px){.brand-item img{height:70px}}

/* SIGNATURE – 3 blok, sadece ürün görseli */
.signature .section-title{
  margin-bottom:22px;
}

.signature-grid{
  max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

/* Kart hissi yok */
.sig-card{
  position:relative;
  background:transparent;   /* ❌ beyaz yok */
  border:none;               /* ❌ border yok */
  box-shadow:none;           /* ❌ gölge yok */
  overflow:visible;
  aspect-ratio:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* Ürün görseli */
.sig-card img{
  width:100%;
  height:auto;
  object-fit:contain;
  padding:0;                 /* ❌ boşluk yok */
  transform:none;
  filter:none;
  display:block;
}

/* Yazı istersen kalsın */
.sig-cap{
  margin-top:10px;
  text-align:center;
  letter-spacing:.18em;
  font-size:12px;
  text-transform:uppercase;
  color:#111;
  background:none;
  border:none;
  padding:0;
}

@media(max-width:820px){
  .signature-grid{
    grid-template-columns:1fr;
  }
}



/* OUR STORY MAGAZINE */
.ourstory-body{background:#fff;padding:70px 0 0}
.ourstory-textgrid{display:grid;grid-template-columns:1fr auto 1fr;gap:44px;align-items:start;max-width:1100px;margin:0 auto;padding:0 10px 40px}
.ourstory-col{font-family:Georgia,serif;color:#222;font-size:18px;line-height:1.9}
.ourstory-col p{margin:0 0 22px}
.ourstory-hr{height:1px;background:rgba(0,0,0,.18);margin:18px 0 26px}
.ourstory-vline{width:1px;background:rgba(0,0,0,.22);min-height:260px;margin-top:6px}
.ourstory-photos{position:relative;max-width:1200px;margin:0 auto;padding:18px 10px 0;display:grid;grid-template-columns:1fr 1fr;gap:18px;border-top:1px solid rgba(0,0,0,.10)}
.ourstory-photo{border-radius:10px;overflow:hidden}
.ourstory-photo img{width:100%;height:290px;object-fit:cover;display:block}
.ourstory-cta{position:absolute;left:50%;bottom:-22px;transform:translateX(-50%);background: url('../img/signature-bg.webp') center center / cover no-repeat;border:1px solid rgba(201,162,77,.8);color:#fff;padding:14px 28px;border-radius:10px;font-family:Georgia,serif;font-size:18px;box-shadow:0 10px 26px rgba(0,0,0,.18)}
@media(max-width:980px){
  .ourstory-textgrid{grid-template-columns:1fr}
  .ourstory-vline{display:none}
  .ourstory-photos{grid-template-columns:1fr}
  .ourstory-photo img{height:260px}
  .ourstory-cta{position:static;transform:none;margin:18px auto 0;display:inline-block}
}

/* OUR PRIVILEGES */
.privileges-section{background: url('../img/privileges-bg.png') center center / cover no-repeat;padding:70px 24vw}
.privileges-container{max-width:1200px;margin:0 auto;text-align:center}
.privileges-desc{max-width:720px;margin:0 auto 70px;font-size:18px;line-height:1.7;color:#d8c08a}
.privileges-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}
.privileges-card{border:1px solid rgba(201,162,77,.75);padding:46px 22px;min-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;background: rgba(255,255,255,0.06); backdrop-filter: blur(6px);transition:.25s}
.privileges-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(0,0,0,.45)}
.privileges-icon{width:78px;height:78px;border:1px dashed rgba(201,162,77,.8);display:flex;align-items:center;justify-content:center;margin-bottom:22px;font-size:11px;letter-spacing:.15em;color:#c9a24d}
.privileges-card h4{font-size:16px;margin-bottom:10px;letter-spacing:.18em;text-transform:uppercase;color:#f0e6c8}
.privileges-card p{font-size:14px;opacity:.85;line-height:1.6;color:#e6dcc0}
.privileges-icon img{max-width:100%;max-height:100%;object-fit:contain;display:block;}

@media(max-width:1000px){ .privileges-cards{grid-template-columns:repeat(2,1fr)} }
@media(max-width:520px){ .privileges-cards{grid-template-columns:1fr} }

/* SHOWROOM */
.showroom-magazine{background:#fff}
.showroom-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.showroom-grid img{width:100%;display:block;border-radius:10px}
@media(max-width:900px){ .showroom-grid{grid-template-columns:1fr} }

/* FOOTER */
.site-footer{background:#f1e9e2;padding:80px 6vw 40px;color:#111}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:80px;max-width:1400px;margin:0 auto 60px}
.footer-col h4{font-size:14px;letter-spacing:.2em;margin-bottom:20px}
.footer-col p{font-size:15px;opacity:.8;margin-bottom:20px;max-width:420px}
.newsletter input{width:100%;padding:14px;border:1px solid #bbb;background:transparent;margin-bottom:12px}
.newsletter button{width:100%;padding:14px;background:#111;color:#fff;border:none;cursor:pointer;letter-spacing:.2em}
.map-embed{width:100%;height:320px;border:1px solid #ccc}
.map-embed iframe{width:100%;height:100%;border:0}
.footer-bottom{border-top:1px solid rgba(0,0,0,0.2);padding-top:30px;text-align:center}
.footer-icons{display:flex;justify-content:center;gap:28px;margin-bottom:18px}
.footer-icons a{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;opacity:.7;transition:.2s}
.footer-icons a:hover{opacity:1;transform:translateY(-1px)}
.footer-icons img{width:22px;height:22px}
.footer-copy{font-size:13px;opacity:.6}

/* FLOATING WHATSAPP */
.wa-float{position:fixed;right:24px;bottom:24px;width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.25);opacity:0;transform:translateY(20px);transition:.4s;z-index:9999}
.wa-float.show{opacity:1;transform:translateY(0)}
.wa-float img{width:28px;height:28px}
