@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/montserrat-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/fonts/montserrat-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
  --pine: #1b4332;
  --pine-deep: #102820;
  --cream: #fbf3e7;
  --gold: #e8b93f;
  --flamingo: #f2a9c7;
  --poppy: #e4572e;
  --ink: #23201b;
  --card: #ffffff;
  --shadow: 0 10px 30px -12px rgba(27, 67, 50, 0.25);
  --hero-text: #fbf3e7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.6;
  overflow-x: hidden;
  font-weight: 400;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--gold);
  color: var(--pine-deep);
  padding: 0.8rem 1.2rem;
  z-index: 100;
}
.skip-link:focus { left: 1rem; top: 1rem; }

a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

h1, h2, h3 { font-family: "Montserrat", sans-serif; font-weight: 800; letter-spacing: -0.02em; margin: 0; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 74svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--hero-text);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transform: scale(1.06);
}

.hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16,40,32,0.75) 0%, rgba(16,40,32,0.55) 40%, rgba(16,40,32,0.92) 100%);
}

.balloon-field {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.balloon {
  position: absolute;
  bottom: -140px;
  width: 46px;
  height: 58px;
  border-radius: 50% 50% 50% 50% / 55% 55% 45% 45%;
  opacity: 0.85;
  animation: rise linear infinite;
}
.balloon::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 50%;
  width: 1px;
  height: 34px;
  background: rgba(251, 243, 231, 0.5);
}
.balloon--1 { left: 8%;  background: var(--poppy);    width: 40px; height: 52px; animation-duration: 16s; animation-delay: 0s; }
.balloon--2 { left: 22%; background: var(--gold);     width: 34px; height: 44px; animation-duration: 21s; animation-delay: 3s; }
.balloon--3 { left: 78%; background: var(--flamingo); width: 50px; height: 64px; animation-duration: 19s; animation-delay: 1s; }
.balloon--4 { left: 88%; background: var(--gold);     width: 30px; height: 40px; animation-duration: 14s; animation-delay: 6s; }
.balloon--5 { left: 55%; background: var(--poppy);    width: 26px; height: 34px; animation-duration: 24s; animation-delay: 9s; }

@keyframes rise {
  0%   { transform: translateY(0) translateX(0) rotate(-4deg); }
  50%  { transform: translateY(-58vh) translateX(18px) rotate(4deg); }
  100% { transform: translateY(-118vh) translateX(-10px) rotate(-4deg); }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.5rem;
  max-width: 760px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  margin: 0 0 1rem;
}
.eyebrow--dark { color: var(--poppy); text-align: center; margin-bottom: 0.4rem; }

.hero h1 {
  font-size: clamp(2.1rem, 6vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  text-shadow: 0 4px 24px rgba(0,0,0,0.35);
}
.hero h1 .amp {
  color: var(--gold);
  font-size: 0.8em;
  margin: 0 0.15em;
}

.tagline {
  margin: 0.9rem auto 1.5rem;
  font-size: 1rem;
  max-width: 34ch;
  opacity: 0.92;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.4);
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 10px 24px -6px rgba(0,0,0,0.45); }

.btn-instagram { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: #fff; }
.btn-whatsapp { background: #25d366; color: #08331b; }

.scroll-cue {
  position: absolute;
  bottom: 1.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--hero-text);
  opacity: 0.8;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob {
  0%, 100% { transform: translate(-50%, 0); }
  50% { transform: translate(-50%, 8px); }
}

/* ---------- Bunting divider ---------- */
.bunting {
  height: 22px;
  background-color: var(--cream);
  background-image:
    linear-gradient(45deg, var(--flamingo) 25%, transparent 26%),
    linear-gradient(135deg, var(--gold) 25%, transparent 26%);
  background-size: 42px 42px;
  background-position: 0 0, 21px 0;
  background-repeat: repeat-x;
}
.bunting--alt {
  background-image:
    linear-gradient(45deg, var(--gold) 25%, transparent 26%),
    linear-gradient(135deg, var(--poppy) 25%, transparent 26%);
}

/* ---------- Sections ---------- */
.section {
  max-width: 1440px;
  margin: 0 auto;
  padding: 2.4rem 1.2rem;
  text-align: center;
}
.section h2 {
  font-size: clamp(1.3rem, 2.8vw, 1.75rem);
  margin-bottom: 1.2rem;
  color: var(--pine);
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.category-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--pine);
  color: var(--cream);
  padding: 0.42rem 0.9rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}
.tag-icon {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--gold);
}
/* Kendi sayfası olan kategoriler tıklanabilir */
.category-tag--link {
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.category-tag--link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -6px rgba(27, 67, 50, 0.5);
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 250px));
  justify-content: center;      /* az kart varken sola yapışmasın */
  gap: 1rem;
  text-align: left;
}
.gallery-item {
  margin: 0;
  background: var(--card);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;   /* featured ile aynı kutu modeli — içerik kaymasın */
}
.gallery-item:hover {
  transform: translateY(-6px) rotate(-0.5deg);
  box-shadow: 0 16px 32px -10px rgba(27, 67, 50, 0.35);
}
/* Öne çıkan kart: helyum balon — en çok gelir getiren kategori */
.gallery-item--featured {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 2px solid var(--gold);
}
.gallery-item--featured .gallery-img-wrap { position: relative; }
.gallery-item--featured h3 { color: var(--pine); }
.gallery-item--featured strong { color: var(--poppy); white-space: nowrap; }
.featured-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background: var(--gold);
  color: var(--pine-deep);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
}


.gallery-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item figcaption, .gallery-caption {
  padding: 0.75rem 0.9rem 0.95rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.gallery-item h3, .gallery-caption h3 {
  line-height: 1.3;
  min-height: 2.6em;          /* 1 ve 2 satırlık başlıklar eşit yer kaplasın */
  display: flex;
  align-items: flex-start;
}
.gallery-item p, .gallery-caption p { flex: 1; }
.gallery-item h3, .gallery-caption h3 { font-size: 0.92rem; color: var(--pine); margin-bottom: 0.25rem; }
.gallery-item p, .gallery-caption p { margin: 0; font-size: 0.78rem; opacity: 0.72; line-height: 1.4; }

.gallery-note {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.82rem;
  opacity: 0.75;
}
.gallery-note a { color: var(--poppy); font-weight: 700; }

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}
.contact-item {
  background: var(--card);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease;
}
.contact-item:hover { transform: translateY(-4px); }
.contact-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(228, 87, 46, 0.12);
  color: var(--poppy);
  margin: 0 auto 0.9rem;
}
.contact-icon svg { width: 22px; height: 22px; }
.contact-item h3 {
  color: var(--poppy);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}
.contact-item p { margin: 0; }
.contact-link { color: var(--pine); font-weight: 700; text-decoration: none; display: inline-block; margin-top: 0.4rem; }
.contact-link:hover { text-decoration: underline; }

.map-embed {
  margin-top: 2rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.map-embed iframe { display: block; }

footer {
  text-align: center;
  padding: 2.5rem 1rem calc(2.5rem + 64px);   /* sabit sepet butonuna yer bırak */
  font-size: 0.85rem;
  opacity: 0.6;
}

/* ---------- Kategori sayfaları ---------- */
.subhero {
  background: var(--pine);
  color: var(--cream);
  padding: 1.1rem 1.2rem 1.3rem;
  text-align: center;
}
/* Site header'ı olan sayfalarda başlık bloğu açık zeminde — header'dan ayrışsın */
.site-header ~ .subhero {
  background: transparent;
  color: var(--ink);
  padding: 0.2rem 1.2rem 0.2rem;
}
.site-header ~ .subhero h1 { font-size: clamp(1.4rem, 2.8vw, 1.8rem); }
.site-header ~ .breadcrumb { padding-top: 0.9rem; }
.site-header ~ .subhero + .section { padding-top: 1.4rem; }
.site-header ~ .subhero + .section > .eyebrow { display: none; }   /* h1 ile tekrar olmasın */
.site-header ~ .subhero h1 { color: var(--pine); }
/* Logonun altında zaten 'PENDİK · ORHANGAZİ' yazıyor — tekrar etmesin */
.site-header ~ .subhero .eyebrow { display: none; }
.site-header ~ .subhero p { opacity: 0.75; }
.subhero h1 {
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
  color: var(--cream);
  margin-bottom: 0.35rem;
}
.subhero p {
  max-width: 110ch;        /* geniş ekranda tek satıra yakın dursun */
  margin: 0 auto;
  font-size: 0.86rem;
  opacity: 0.82;
  line-height: 1.5;
}
.subhero .cta-buttons { margin-top: 0.8rem; }

.breadcrumb {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.7rem 1.2rem 0;
  font-size: 0.78rem;
  opacity: 0.7;
}
.breadcrumb a { color: var(--pine); font-weight: 600; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* Katalog kartları: kırpma yok, tüm ürünler görünsün */
.catalog {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(195px, 260px));
  justify-content: center;
  gap: 1rem;
  text-align: left;
}
/* Katalog görselleri yoğun; tıklayınca tam boyutta açılsın */
.catalog a.zoom { display: block; position: relative; }
.catalog a.zoom::after {
  content: "Büyütmek için tıklayın";
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  background: rgba(27, 67, 50, 0.86);
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.catalog a.zoom:hover::after, .catalog a.zoom:focus-visible::after { opacity: 1; }
.catalog figure {
  margin: 0;
  background: var(--card);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}
/* figcaption da dikey flex: açıklama esner, buton en alta oturur */
.catalog figcaption {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalog p { flex: 1; }                 /* kalan boşluğu yut */
.catalog .gal-trigger {
  margin-top: 0.8rem;
  white-space: nowrap;                  /* ok alt satıra düşmesin */
  align-self: stretch;
  justify-content: center;
}

/* Telefon CTA'sı — Instagram gradyanıyla karışmasın */
.btn-phone { background: var(--gold); color: var(--pine-deep); }
.catalog img {
  width: 100%;
  height: 200px;         /* sabit: tüm kartlarda görsel alanı eşit */
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 0.45rem;
}
.catalog figcaption { padding: 0.7rem 0.85rem 0.9rem; }
.catalog h3 {
  font-size: 0.92rem;
  color: var(--pine);
  margin-bottom: 0.3rem;
  line-height: 1.3;
  min-height: 2.6em;     /* tam 2 satır (2 × 1.3) — 1 ve 2 satırlık başlıklar eşit yer kaplasın */
  display: flex;
  align-items: flex-start;
}
.catalog p { margin: 0; font-size: 0.78rem; opacity: 0.72; line-height: 1.4; }

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 0.9rem;
  text-align: left;
}
.info-card {
  background: var(--card);
  border-radius: 14px;
  padding: 0.95rem 1.05rem;
  box-shadow: var(--shadow);
}
.info-card h3 {
  font-size: 0.9rem;
  color: var(--pine);
  margin-bottom: 0.5rem;
}
.info-card p { margin: 0; font-size: 0.82rem; line-height: 1.5; opacity: 0.78; }

.section-intro {
  max-width: 96ch;
  margin: -0.5rem auto 1.4rem;
  font-size: 0.86rem;
  line-height: 1.55;
  opacity: 0.78;
}

/* ---------- Katalog galerisi (modal) ---------- */
.gal-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  background: var(--pine);
  color: var(--cream);
  border: 0;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gal-trigger:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px -6px rgba(27, 67, 50, 0.5);
}

.gal-modal { position: fixed; inset: 0; z-index: 100; }
/* display:grid/flex kuralları hidden özniteliğini ezmesin */
.gal-modal[hidden], .gal-grid[hidden], .gal-zoom[hidden] { display: none; }
.gal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(16, 40, 32, 0.72);
  backdrop-filter: blur(3px);
}
.gal-panel {
  position: relative;
  max-width: 1400px;
  max-height: 92vh;
  margin: 3vh auto 0;
  background: var(--cream);
  border-radius: 20px;
  overflow: auto;
  padding: 1.1rem 1.2rem 1.5rem;
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.5);
}
.gal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.gal-title { font-size: 1.3rem; color: var(--pine); margin: 0 0 0.25rem; }
.gal-note { margin: 0; font-size: 0.85rem; opacity: 0.7; }
.gal-close {
  background: none;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: var(--pine);
  cursor: pointer;
  padding: 0 0.3rem;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
  gap: 0.6rem;
}
.gal-item {
  background: #fff;
  border: 1px solid rgba(27, 67, 50, 0.12);
  border-radius: 10px;
  padding: 0.35rem 0.35rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.gal-item:hover { border-color: var(--gold); }
.gal-zoom { position: relative; text-align: center; }
.gal-zoom figure { margin: 0; }
.gal-zoom img {
  max-width: min(420px, 78vw);
  max-height: 58vh;
  width: auto;
  height: auto;
  background: #fff;
  border-radius: 14px;
  padding: 0.8rem;
}
.gal-zoom figcaption {
  margin-top: 0.9rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--pine);
}
.gal-nav {
  position: absolute;
  top: 42%;
  background: var(--pine);
  color: var(--cream);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}
.gal-prev { left: 0; }
.gal-next { right: 0; }
.gal-back {
  margin-top: 1.2rem;
  background: none;
  border: 0;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--poppy);
  cursor: pointer;
}

@media (max-width: 640px) {
  .gal-panel { margin: 3vh 0.6rem 0; max-height: 92vh; padding: 1.1rem 1rem 1.6rem; }
  .gal-grid { grid-template-columns: repeat(auto-fill, minmax(92px, 1fr)); gap: 0.6rem; }
  .gal-nav { width: 36px; height: 36px; font-size: 1.3rem; }
}


/* ---------- Site header (e-ticaret tarzı) ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--pine);
  color: var(--cream);
  box-shadow: 0 2px 12px -4px rgba(0,0,0,0.35);
}
.header-ust {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.6rem 1.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.logo {
  display: inline-flex;
  align-items: baseline;
  gap: 0.05em;
  text-decoration: none;
  color: var(--cream);
  font-weight: 800;
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}
.logo .amp { color: var(--gold); margin: 0 0.06em; }
.logo small {
  display: block;
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.1rem;
}
.logo-metin { display: flex; flex-direction: column; line-height: 1.05; }

.header-ara { flex: 1; }          /* boşluk bırakıcı */

.header-aksiyon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.header-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  border: 0;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: filter 0.15s ease;
}
.header-btn:hover { filter: brightness(1.1); }
.header-btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.header-btn--wa { background: #25d366; color: #08331b; }
.header-btn--tel { background: var(--gold); color: var(--pine-deep); }
.header-btn--sepet {
  background: transparent;
  color: var(--cream);
  border: 1.5px solid rgba(251,243,231,0.35);
}
.header-btn--sepet .sepet-sayi {
  background: var(--gold);
  color: var(--pine-deep);
  min-width: 20px;
  height: 20px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 800;
}
.header-btn--sepet[hidden] { display: none; }

/* Kategori şeridi */
.header-nav {
  border-top: 1px solid rgba(251,243,231,0.14);
  background: rgba(0,0,0,0.12);
}
.header-nav ul {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0.35rem 1.2rem;
  display: flex;
  gap: 0.35rem;
  list-style: none;
  overflow-x: auto;
  scrollbar-width: none;
}
.header-nav ul::-webkit-scrollbar { display: none; }
.header-nav a {
  display: block;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--cream);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.85;
}
.header-nav a:hover { background: rgba(251,243,231,0.12); opacity: 1; }
.header-nav a[aria-current="page"] {
  background: var(--gold);
  color: var(--pine-deep);
  opacity: 1;
}

@media (max-width: 640px) {
  .header-ust { padding: 0.5rem 0.8rem; gap: 0.5rem; }
  .header-btn { padding: 0.4rem 0.6rem; font-size: 0.75rem; }
  /* mobilde butonlar ikona iner, sepette yalnız sayı kalır */
  .header-btn--tel span, .header-btn--wa span { display: none; }
  .header-btn--sepet span:not(.sepet-sayi) { display: none; }
  .header-btn { padding: 0.4rem 0.55rem; gap: 0.3rem; }
  .header-ust { gap: 0.35rem; }
  .logo { font-size: 0.95rem; }
  .logo small { font-size: 0.5rem; letter-spacing: 0.1em; }
  .header-nav ul { padding: 0.3rem 0.8rem; }
}

/* ---------- Sepet ---------- */
body:has(.site-header) .sepet-fab { display: none; }
.sepet-fab {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--pine);
  color: var(--cream);
  border: 2px solid var(--gold);
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1.2rem;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 10px 26px -8px rgba(0, 0, 0, 0.5);
}
.sepet-fab[hidden] { display: none; }
.sepet-sayi {
  background: var(--gold);
  color: var(--pine-deep);
  min-width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
}

/* Katalog ızgarasında ekleme kontrolleri */
.gal-item { position: relative; }
.gal-item.secili { border-color: var(--gold); box-shadow: 0 0 0 2px var(--gold) inset; }
.gal-ac {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}
.gal-item img {
  width: 100%;
  height: auto;                   /* HTML height özniteliğini ez */
  aspect-ratio: 4 / 5;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.gal-ad {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--pine);
  text-align: center;
  line-height: 1.25;
  min-height: 2.2em;              /* iki satırlık ada da yer ayır, kartlar eşitlensin */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Adet kontrolü: tek satır, dikey ortalı */
.gal-adet-kutu { display: flex; align-items: stretch; gap: 0.2rem; height: 30px; }
.gal-eksi, .gal-arti {
  border: 1px solid var(--pine);
  background: var(--pine);
  color: var(--cream);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  border-radius: 7px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  flex-shrink: 0;
}
.gal-arti--tam {
  width: 100%;
  font-size: 0.72rem;
  letter-spacing: -0.01em;
}
.gal-eksi {
  background: var(--cream);
  color: var(--pine);
  border-color: rgba(27, 67, 50, 0.25);
}
.gal-eksi:hover, .gal-arti:hover { filter: brightness(1.08); }
.gal-sayi {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--pine);
  font-variant-numeric: tabular-nums;
}
.gal-item.secili { border-color: var(--gold); box-shadow: 0 0 0 1px var(--gold); }

.gal-zoom-alt { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; margin-top: 1rem; }
.gal-zoom-ekle {
  background: var(--pine);
  color: var(--cream);
  border: 0;
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  cursor: pointer;
}

/* Sepet modalı */
.sepet-liste { display: flex; flex-direction: column; gap: 0.7rem; }
.sepet-bos { text-align: center; opacity: 0.7; padding: 2rem 0; }
.sepet-satir {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #fff;
  border-radius: 12px;
  padding: 0.6rem 0.8rem;
}
.sepet-satir img { width: 72px; height: 90px; border-radius: 8px; object-fit: contain; background: #fff; flex-shrink: 0; }
.sepet-bilgi { flex: 1; text-align: left; display: flex; flex-direction: column; }
.sepet-bilgi strong { font-size: 0.9rem; color: var(--pine); }
.sepet-bilgi small { font-size: 0.75rem; opacity: 0.65; }
.sepet-adet { display: flex; align-items: center; gap: 0.5rem; }
.sepet-adet button {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(27, 67, 50, 0.2);
  background: var(--cream);
  color: var(--pine);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.sepet-adet span {
  min-width: 26px;
  text-align: center;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  line-height: 28px;
}
.sepet-kaldir {
  background: none;
  border: 0;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--poppy);
  cursor: pointer;
  padding: 0 0.2rem;
}
.sepet-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.4rem;
  flex-wrap: wrap;
}
.sepet-alt[hidden] { display: none; }
.sepet-temizle {
  background: none;
  border: 0;
  font: inherit;
  font-size: 0.85rem;
  color: var(--poppy);
  cursor: pointer;
  text-decoration: underline;
}
.sepet-gonder {
  flex: 1;
  justify-content: center;
  min-width: 200px;
  white-space: nowrap;      /* iki satıra bölünmesin */
  gap: 0.5rem;
}
.sepet-gonder .btn-icon { margin-right: 0; }

@media (max-width: 640px) {
  .catalog { grid-template-columns: 1fr; gap: 1rem; }
  .catalog img { height: 190px; }
  .catalog figcaption { padding: 0.9rem 1rem 1.1rem; }
  .sepet-fab { right: 0.7rem; bottom: 0.7rem; font-size: 0.84rem; padding: 0.65rem 1rem; }
  .sepet-satir { gap: 0.6rem; padding: 0.5rem 0.6rem; }
  .sepet-bilgi strong { font-size: 0.82rem; }
}


/* Buton ikonları */
.btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 0.5rem;
}

/* Yan yana kalması gereken CTA çifti (mobilde de alt alta düşmesin) */
.cta-buttons--yan {
  flex-wrap: nowrap;
  gap: 0.6rem;
  align-items: stretch;
  max-width: 440px;       /* tam genişlik yerine ölçülü, ortalı */
  margin-inline: auto;
}
.cta-buttons--yan .btn {
  flex: 1 1 0;
  min-width: 0;
  justify-content: center;
  padding: 0.8rem 1rem;
  font-size: 0.9rem;
  text-align: center;
}
.cta-buttons--yan .btn span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media (max-width: 520px) {
  .cta-buttons--yan { gap: 0.45rem; }
  .cta-buttons--yan .btn { padding: 0.72rem 0.5rem; font-size: 0.78rem; }
  .cta-buttons--yan .btn-icon { width: 15px; height: 15px; margin-right: 0.32rem; }
}


/* ---------- Statik kategori sayfası ürün ızgarası ---------- */
.urun-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 0.6rem;
}
.urun-kart {
  background: #fff;
  border: 2px solid transparent;
  box-shadow: 0 0 0 1px rgba(27, 67, 50, 0.1);
  border-radius: 10px;
  padding: 0.35rem 0.35rem 0.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  transition: border-color 0.18s ease;
}
.urun-kart:hover { border-color: var(--gold); }
.urun-kart.secili { border-color: var(--gold); }
.urun-kart img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}
.urun-kart h3 {
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--pine);
  text-align: center;
  line-height: 1.25;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.urun-adet { display: flex; align-items: stretch; gap: 0.2rem; height: 30px; }

@media (max-width: 640px) {
  .urun-grid { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 0.45rem; }
}

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: calc(var(--delay, 0) * 90ms);
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .balloon, .scroll-cue { animation: none !important; }
  .reveal { transition: none; opacity: 1; transform: none; }
}

/* ---------- Mobile hero: image on top, no dead space ---------- */
@media (max-width: 640px) {
  .hero {
    display: block;
    min-height: auto;
    background: var(--pine-deep);
    overflow: visible;
  }
  .hero-bg {
    position: relative;
    inset: auto;
    background: var(--pine-deep);
  }
  .hero-bg img {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 32%;
    transform: none;
  }
  .balloon-field,
  .scroll-cue {
    display: none;
  }
  .hero-content {
    position: static;
    max-width: none;
    padding: 0;
  }
  .hero-headline {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0 1.25rem;
    text-align: center;
  }
  .hero-headline .eyebrow { margin-bottom: 0.6rem; }
  .hero h1 { font-size: 2.5rem; }
  .hero-subinfo {
    padding: 1.4rem 1.25rem 2rem;
  }
  .tagline { margin: 0 auto 1.5rem; }
}
