body {
  margin: 0;
  background: #995260;
  min-height: 100vh;

  display: grid;
  grid-template-columns: 460px 1fr; /* 🌸 | içerik */
}

.stage {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ORTA DAİRE */
.circle {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ORTA LOGO – DAHA BÜYÜK */
.logo {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgb(230, 219, 232);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;   /* 🔥 TAM MERKEZ */
  padding: 0;                /* 🔥 boşluk yok */
}


.logo img {
  width: 88%;          /* 🔥 daha çok doldurur (75 → 88) */
  height: auto;
  object-fit: contain;
  margin-bottom: 8px;  /* yazıyla çok yapışmasın */
}


.logo button {
  margin-top: 10px;
  padding: 10px 26px;
  font-size: 14px;
  border-radius: 22px;
  border: none;
  background: #f3d6e2; /* açık pudra */
  color: #7a3b48;      /* ana bordo */
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.logo button:hover {
  background: #eac2d2;
}



/* FOTO DAİRELER */
.petal {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;          /* 🔴 EN ÖNEMLİ SATIR */
  position: absolute;
  margin-left: -125px;
  margin-top: -130px;
}

.petal:hover {
  transform: scale(1.08);
}

.petal img {
  width: 100%;
  height: 100%;
  object-fit: cover;         /* 🔥 KAREYİ KIRPAR */
  border-radius: 50%;        /* 🔒 ekstra kilit */
}

/* OVERLAY */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.overlay.active {
  display: flex;
}

.overlay-content {
  position: relative;
  width: 75vw;
  max-width: 1100px;
  height: 75vh;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.45);
}

.overlay-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* KAPATMA BUTONU */
.close-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 28px;
  font-weight: bold;
  color: #7a3b48;
  cursor: pointer;
}

.order-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.order-popup.active {
  display: flex;
}

.order-box {
  width: 340px;
  background: #f8eaf1;
  border-radius: 22px;
  padding: 24px;
  text-align: center;
}

.order-box h3 {
  margin-bottom: 16px;
  color: #7a3b48;
}

.order-box input,
.order-box textarea {
  width: 100%;
  height: 44px;
  padding: 0 16px;
  margin-bottom: 12px;
  border-radius: 18px;
  border: none;
  font-size: 14px;
  box-sizing: border-box;
}

/* textarea biraz daha yüksek ama hizalı */
.order-box textarea {
  height: 80px;
  padding-top: 12px;
  resize: none;
}

.order-box input[type="date"] {
  padding-right: 16px;
}

body.popup-open {
  overflow: hidden;
}


.order-box button {
  padding: 10px 26px;
  border-radius: 20px;
  border: none;
  background: #7a3b48;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.order-box button:hover {
  background: #5f2e39;
  transform: translateY(-1px);
}

.close-form {
  margin-top: 12px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
  color: #7a3b48;
  transition: opacity 0.25s ease;
}

.close-form:hover {
  opacity: 0.6;
}

/* ===============================
   PAPATYA DÖNÜŞÜ
================================ */
@keyframes rotateSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg); /* 👈 yön tersine çevrildi */
  }
}

.stage {
  position: fixed;
  top: 130px;
  left: 130px;
  width: 420px;
  height: 420px;

  transform: scale(0.45);
  transform-origin: top left;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px; /* 40 → 48 */
}


.product-images {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* 🔥 iOS */

  aspect-ratio: 1 / 1;
  max-width: 360px;     /* ⬅️ 220 → 260 */
  margin: 0 auto;
  border-radius: 18px;

  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
}

.product-images video {
  width: 100%;
  height: 100%;
  min-width: 100%;

  object-fit: cover;
  flex-shrink: 0;

  display: block;
  cursor: pointer;
  scroll-snap-align: center; 
}

#galleryVideo {
  max-width:86vw;
  max-height: 66vh;
  border-radius: 20px;

  width: auto;
  height: auto;

  object-fit: contain;
  display: none;
}

.product-card {
  position: relative;   /* 🔥 OKLAR BUNA GÖRE */
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-card .arrow {
  position: absolute;
  color: #d7b9c8;
  top: 45%;
  transform: translateY(-50%);

  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: none;
 
  font-size: 24px;
  border: none;
  cursor: pointer;

  z-index: 50;          /* 🔥 GÖRÜNÜR */
}

.product-card .arrow.left {
  left: 8px;
}

.product-card .arrow.right {
  right: 8px;
}



.product-card:hover .product-images::after {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}


.product-images::-webkit-scrollbar {
  display: none;             /* Chrome / Safari */
}

.product-images img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
  scroll-snap-align: center;
  transition: transform 0.25s ease;
  cursor: pointer;
}


.product-images img:hover {
  transform: scale(1.08);
}
.product-title {
  text-align: center;
  font-size: 14px;   /* 15 → 14 */
  color: #f8eaf1;
  margin-top: 8px;
}


.content {
  padding: 40px 60px 60px 20px; 
}


.flower-widget {
  position: sticky;
  top: 40px;
  height: 420px;
  margin-left: 20px;

    /* 🔥 YUVARLAĞIN ALTINI AÇIYOR */
  padding-bottom: 520px;
}

#petals {
  position: absolute;
  inset: 0;
  transform-origin: 50% 50%;
  animation: rotateSlow 120s linear infinite;
}

/* ===============================
   MODAL
================================ */
.gallery-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
}

.gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}


.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.65);
}

.gallery-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66vw;            /* 🔥 ekranın 3te 2si */
  max-width: 900px;
  height: 66vh;
  transform: translate(-50%, -50%);
  background: #7a3b48;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: pan-y;
}

.gallery-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 16px;
  object-fit: contain;
  transition: transform 0.25s ease;
  cursor: zoom-in;
  touch-action: pan-x pan-y;
}

.gallery-box img.zoomed {
  cursor: grab;
}

/* OKLAR */
.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: none;
  border: none;
  color: #f3d6e2;
  cursor: pointer;
}

.gallery-arrow.left { left: 14px; }
.gallery-arrow.right { right: 14px; }

/* KAPAT */
.gallery-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 28px;
  background: none;
  border: none;
  color: #f3d6e2;
  cursor: pointer;
}

/* ===============================
   SCROLLBAR (TEMA)
================================ */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #f3d6e2;
  border-radius: 6px;
}
::-webkit-scrollbar-track {
  background: #7a3b48;
}

/* ===============================
   TANITIM ALANI
================================ */
.intro-box {
  position: relative;

  width: 520px;              /* 🔥 geniş */
  min-height: 260px;         /* 🔥 uzunluk (dikey ferahlık) */

  margin-top: 180px;         /* 🔥 yuvarlağın ALTINA iner */
  left: 50%;                 /* 🔥 sol kolon merkezine */
  transform: translateX(-50%);

  padding: 30px 54px;        /* 🔥 uzun ve ferah iç boşluk */

  
  border: 2px solid #eac2d2;
  border-radius: 32px;

  text-align: center;

  box-shadow:
    0 14px 34px rgba(0,0,0,0.16),
    inset 0 0 0 1px rgba(255,255,255,0.6);
}


.intro-box h2 {
  font-size: 55px;
  font-style: italic;
  font-weight: 500;
  color: #fadae7;
  margin-bottom: 14px;
}

.intro-box p {
  font-size: 45px;
  line-height: 1.5;
  font-style: italic;
  color: #fadae7;
}  

/* ===============================
   FIXED YUVARLAK İÇİN BOŞLUK
================================ */
.flower-spacer {
  height: 500px;
}

/* ===============================
   INSTAGRAM CTA (BÜYÜK)
================================ */
.insta-cta {
  margin-top: 32px;
  text-align: center;
}

.insta-cta a {
  display: inline-flex;
  align-items: center;
  gap: 14px;                 /* ikon–yazı arası açıldı */

  color: #f8eaf1;
  text-decoration: none;
  font-style: italic;
  font-size: 50px;           /* 🔥 yazı büyüdü (15 → 20) */

  transition: opacity 0.25s ease, transform 0.35s ease;
}

.insta-cta a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.insta-cta svg {
  width: 55px;               /* 🔥 ikon büyüdü (22 → 32) */
  height: 55px;
  fill: #f8eaf1;
}

@media (max-width: 760px) {

  body {
    display: block;
  }

  /* ===============================
     🌸 HERO ALAN (ÜST)
  =============================== */
  .flower-widget {
    width: 100%;
    position: relative;
    min-height: 70vh; /* 🔑 HERO YÜKSEKLİĞİ */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px; /* 🔑 yukarıdan nefes */
    padding-bottom: 24px;
    overflow: hidden;
  }

  .stage {
    position: relative;
    top: 80px;
    left: 120px;
    width: 420px;
    height: 420px;

    transform: scale(0.35);
    transform-origin: top left;
  }

  /* ===============================
     📝 YAZI ALANI
  =============================== */
  .insta-cta a {
    justify-content: center;
    font-weight: 200;
    font-size: 30px;
  }

  /* ===============================
     📷 ÜRÜNLER (AŞAĞIDA BAŞLAR)
  =============================== */
  .content {
    padding: 12px;
  }

  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .product-title {
    font-size: 13px;
  }

  /* OKLAR YOK */
  .product-card .arrow {
    display: none;
  }

  /* ===============================
     🖼 MODAL
  =============================== */
  .gallery-box {
    width: 90vw;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* MODAL İÇİN GÖRSEL BOYUT */
  .gallery-box img {
    max-width: min(92vw, 520px);   /* 🔑 daha büyük */
    max-height: min(92vh, 520px);
    object-fit: contain;
    touch-action: none;            /* 🔑 pinch için ŞART */
  }

  /* ===============================
    TANITIM ALANI (FINAL)
  ================================ */
  .intro-box {
    position: relative;

    width: 92%;
    max-width: 420px;
    min-height: 260px;

    margin-top: 160px;          /* 🔑 yuvarlağın altına iner (S8+ uyumlu) */
    margin-left: auto;
    margin-right: auto;

    padding: 10px;              /* 🔑 mobil uyumlu iç boşluk */

    border: 2px solid #eac2d2;
    border-radius: 32px;

    text-align: center;

    box-shadow:
      0 14px 34px rgba(0,0,0,0.16),
      inset 0 0 0 1px rgba(255,255,255,0.6);
  }

  /* BAŞLIK */
  .intro-box h2 {
    font-size: clamp(32px, 5vw, 38px);  /* 🔑 responsive */
    font-style: italic;
    font-weight: 500;
    color: #fadae7;
    margin-bottom: 8px;
  }

  /* METİN */
  .intro-box p {
    font-size: clamp(28px, 3.8vw, 34px); /* 🔑 responsive */
    line-height: 1.45;
    font-style: italic;
    color: #fadae7;
  }
}

