/* ==================================================================
   BALICRAFT — Tasarım Sistemi
   Kaynak: marka kimliği kataloğu (assets/img/catalog/catalog.jpeg)
   Forest Green · Ocean Teal · Sand Beige · Burnished Gold
   ================================================================== */

/* ---------- 1. Değişkenler ---------- */
:root {
  /* Katalogdan örneklenen marka renkleri */
  --forest:       #353c25;
  --forest-deep:  #232a18;
  --forest-soft:  #4a5334;
  --teal:         #1e5153;
  --teal-deep:    #143a3c;
  --sand:         #c09570;
  --gold:         #c18b4e;
  --gold-soft:    #d8ab74;
  --gold-deep:    #9c6d38;

  /* Zeminler — katalogdaki kraft / krem kağıt tonları */
  --kraft:        #c9af94;
  --kraft-soft:   #ddc8ae;
  --paper:        #ede3d6;
  --paper-light:  #f5efe4;
  --card:         #faf6ee;

  /* Metin */
  --ink:          #262c1c;
  --body:         #4e5140;
  --muted:        #837c6c;

  /* Altın hairline — kimliğin temel bordür dili */
  --rule:         rgba(193,139,78,.42);
  --rule-strong:  rgba(193,139,78,.72);
  --rule-light:   rgba(216,171,116,.42);
  --line:         #ddceb6;

  /* Tipografi */
  --script: "Yellowtail", "Brush Script MT", cursive;
  --sans:   "Jost", "Helvetica Neue", Arial, sans-serif;

  --w:      1280px;
  --w-nar:  920px;
  --gap:    clamp(64px, 9vw, 124px);
  --r:      3px;
  --ease:   480ms cubic-bezier(.2, .7, .3, 1);
}

/* ---------- 2. Temel ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--body);
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* width/height nitelikleri aspect-ratio'yu ezmesin */
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

h1, h2, h3, h4 {
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.16;
  margin: 0;
}
h1 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); letter-spacing: .012em; }
h2 { font-size: clamp(1.7rem, 3.1vw, 2.6rem); letter-spacing: .014em; }
h3 { font-size: clamp(1.15rem, 1.7vw, 1.4rem); letter-spacing: .02em; }
p  { margin: 0 0 1.15em; }

::selection { background: var(--gold); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

/* ---------- 3. Yardımcılar ---------- */
.wrap     { width: 100%; max-width: var(--w); margin-inline: auto; padding-inline: clamp(20px, 5vw, 56px); }
.wrap-nar { max-width: var(--w-nar); }
.sec      { padding-block: var(--gap); }
.mid      { text-align: center; }

/* Kimlikteki "— INSPIRED BY NATURE —" dili */
.eyebrow {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: .66rem; font-weight: 400;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--gold); margin: 0 0 1.15rem;
}
.eyebrow::before, .eyebrow::after {
  content: ""; width: 26px; height: 1px; background: var(--rule-strong);
}
.eyebrow--start::before { display: none; }
.mid .eyebrow { justify-content: center; }
.on-dark .eyebrow { color: var(--gold-soft); }
.on-dark .eyebrow::before, .on-dark .eyebrow::after { background: var(--rule-light); }

/* Script vurgu — logodaki el yazısı diline eş */
.script {
  font-family: var(--script);
  font-weight: 400;
  color: var(--gold);
  font-size: 1.5em;
  line-height: 1.35;
}

.lead {
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  color: var(--body); max-width: 62ch; line-height: 1.82;
}
.mid .lead { margin-inline: auto; }

.sec-head { margin-bottom: clamp(36px, 5vw, 58px); }
.sec-head .lead { margin-top: .8rem; }

/* Süslü ayraç: altın çizgi + amblem + altın çizgi */
.ornament {
  display: flex; align-items: center; justify-content: center; gap: 16px;
  margin: 0 0 26px;
}
.ornament::before, .ornament::after {
  content: ""; height: 1px; width: min(120px, 18vw); background: var(--rule);
}
.ornament svg { width: 22px; height: 22px; color: var(--gold); }

/* ---------- 4. Butonlar ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  padding: 14px 32px;
  font-size: .72rem; font-weight: 400;
  letter-spacing: .22em; text-transform: uppercase;
  border: 1px solid transparent; border-radius: var(--r);
  transition: background var(--ease), color var(--ease), border-color var(--ease), transform var(--ease);
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn-gold  { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); }

.btn-forest { background: var(--forest); color: #f2ecdf; border-color: var(--forest); }
.btn-forest:hover { background: var(--forest-deep); }

/* Altın hairline çerçeveli şeffaf buton — etiket dilinden */
.btn-line { border-color: var(--rule-strong); color: var(--forest); }
.btn-line:hover { background: var(--forest); color: #f2ecdf; border-color: var(--forest); }

.btn-ghost { border-color: var(--rule-light); color: #f2ecdf; }
.btn-ghost:hover { background: var(--gold); border-color: var(--gold); color: #fff; }

.btn-block { width: 100%; }
.btn[disabled], .btn.off { opacity: .45; pointer-events: none; }

.arrow-link {
  display: inline-flex; align-items: center; gap: .55em;
  font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--forest); padding-bottom: 5px;
  border-bottom: 1px solid var(--rule);
  transition: border-color var(--ease), gap var(--ease), color var(--ease);
}
.arrow-link:hover { border-color: var(--gold); color: var(--gold); gap: .95em; }
.on-dark .arrow-link { color: var(--gold-soft); border-color: var(--rule-light); }
.on-dark .arrow-link:hover { color: #f2ecdf; border-color: #f2ecdf; }

/* ---------- 5. Duyuru + Header ---------- */
.topbar {
  background: var(--forest-deep); color: var(--gold-soft);
  font-size: .66rem; letter-spacing: .2em; text-transform: uppercase;
  text-align: center; padding: 10px 20px;
  border-bottom: 1px solid rgba(193,139,78,.3);
}

.header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(237,227,214,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
.header-in {
  display: flex; align-items: center; justify-content: space-between;
  gap: 28px; height: 82px;
}
.brand img { height: 46px; width: auto; }
.menu .brand img { height: 42px; }
.footer .brand img { height: 88px; }

.nav { display: flex; align-items: center; gap: 32px; }
.nav a {
  position: relative;
  font-size: .71rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--body); padding: 6px 0;
  transition: color var(--ease);
}
.nav a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 100%; height: 1px; background: var(--gold);
  transform: scaleX(0); transform-origin: right; transition: transform var(--ease);
}
.nav a:hover, .nav a.on { color: var(--forest); }
.nav a:hover::after, .nav a.on::after { transform: scaleX(1); transform-origin: left; }

.tools { display: flex; align-items: center; gap: 6px; }
.icon-btn {
  position: relative; width: 42px; height: 42px;
  display: grid; place-items: center; border-radius: 50%;
  color: var(--forest); transition: background var(--ease);
}
.icon-btn:hover { background: rgba(193,139,78,.14); }
.icon-btn svg { width: 19px; height: 19px; }

.badge {
  position: absolute; top: 4px; right: 3px;
  min-width: 17px; height: 17px; padding: 0 4px;
  background: var(--gold); color: #fff;
  font-size: .58rem; font-weight: 500; border-radius: 9px;
  display: grid; place-items: center;
  transform: scale(0); transition: transform 320ms cubic-bezier(.3,1.5,.5,1);
}
.badge.on { transform: scale(1); }
.burger { display: none; }

/* Mobil menü */
.menu {
  position: fixed; inset: 0; z-index: 100;
  background: var(--paper);
  padding: 22px clamp(20px, 6vw, 44px) 44px;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform var(--ease);
  overflow-y: auto;
}
.menu.open { transform: translateX(0); }
.menu-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.menu nav { display: flex; flex-direction: column; }
.menu nav a {
  font-size: 1.05rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--forest); padding: 17px 0; border-bottom: 1px solid var(--rule);
}
.menu-foot { margin-top: auto; padding-top: 30px; }

/* ---------- 6. Hero ---------- */
.hero {
  position: relative; background: var(--forest);
  color: #e6dfd0; overflow: hidden; isolation: isolate;
}
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(115% 92% at 84% 4%, rgba(30,81,83,.86) 0%, transparent 60%),
    radial-gradient(48% 46% at 0% 104%, rgba(193,139,78,.18) 0%, transparent 66%),
    var(--forest);
}
.hero-tex { position: absolute; inset: 0; z-index: -1; opacity: .55; pointer-events: none; }

/* Etiket dilinden: koyu zemine içeriden altın hairline çerçeve */
.hero::after {
  content: ""; position: absolute; z-index: 0; pointer-events: none;
  inset: clamp(14px, 2.2vw, 30px);
  border: 1px solid var(--rule-light);
  border-radius: var(--r);
}
.hero-in {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.04fr .96fr;
  gap: clamp(40px, 6vw, 78px); align-items: center;
  padding-block: clamp(76px, 10vw, 138px);
}
.hero h1 { color: #f4efe2; margin-bottom: .5em; font-weight: 200; }
.hero h1 .script { display: block; color: var(--gold-soft); font-size: 1.25em; margin-top: .06em; }
.hero-text { max-width: 52ch; color: #c9c2b0; font-size: 1.02rem; line-height: 1.85; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }

/* Ürün kolajı */
.collage { position: relative; aspect-ratio: 1 / 1; }
.collage-card {
  position: absolute; background: var(--card);
  border: 1px solid var(--rule-light); border-radius: var(--r);
  overflow: hidden; box-shadow: 0 26px 58px rgba(0,0,0,.34);
  animation: float 9s ease-in-out infinite;
}
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card:nth-child(1) { width: 55%; top: 0;    left: 0;   animation-delay: 0s; }
.collage-card:nth-child(2) { width: 40%; top: 24%;  right: 0;  animation-delay: 1.5s; }
.collage-card:nth-child(3) { width: 44%; bottom: 0; left: 22%; animation-delay: 3s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

/* ---------- 7. Değerler şeridi ---------- */
.values { background: var(--paper-light); border-bottom: 1px solid var(--rule); }
.values-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-block: clamp(44px, 5.5vw, 66px);
}
.value { padding: 4px clamp(16px, 2.4vw, 32px); text-align: center; }
.value + .value { border-left: 1px solid var(--rule); }
.value svg { width: 34px; height: 34px; margin: 0 auto 16px; color: var(--forest); stroke-width: 1.1; }
.value h3 {
  font-size: .72rem; font-weight: 400; letter-spacing: .22em;
  text-transform: uppercase; color: var(--forest); margin-bottom: .75rem;
}
.value p { font-size: .87rem; color: var(--muted); margin: 0; line-height: 1.7; }

/* ---------- 8. Editoryal ---------- */
.editorial { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(38px, 6vw, 84px); align-items: center; }
.editorial.flip .ed-img { order: 2; }

/* Kimlikteki çerçeveli kart dili: altın hairline + krem zemin */
.ed-img img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover;
  border: 1px solid var(--rule); border-radius: var(--r); background: var(--card);
}
.ed-img.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: start; }
.ed-img.duo img { aspect-ratio: 3 / 4; }
.ed-img.duo img:nth-child(2) { margin-top: 42px; }

.ed-text h2 { margin-bottom: .55em; }
.ed-text .btn, .ed-text .arrow-link { margin-top: 18px; }

.quote {
  font-family: var(--script); font-size: clamp(1.3rem, 2.1vw, 1.85rem);
  line-height: 1.55; color: var(--gold);
  border-left: 1px solid var(--rule-strong); padding-left: 24px; margin: 30px 0;
}
.on-dark .quote { color: var(--gold-soft); border-color: var(--rule-light); }

/* ---------- 9. Kategori kartı ---------- */
.cat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(18px, 2vw, 26px); }
.cat-card {
  position: relative; display: block; aspect-ratio: 4 / 5;
  overflow: hidden; border-radius: var(--r);
  border: 1px solid var(--rule); background: var(--card);
}
.cat-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.3,1); }
.cat-card:hover img { transform: scale(1.06); }
.cat-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top,
    rgba(35,42,24,.94) 0%, rgba(35,42,24,.58) 24%, rgba(35,42,24,.14) 50%, transparent 70%);
}
/* içeriden altın hairline — etiket/tag dili */
.cat-frame {
  position: absolute; inset: 12px; z-index: 2;
  border: 1px solid var(--rule-light); border-radius: 2px; pointer-events: none;
}
.cat-text { position: absolute; inset: auto 0 0 0; z-index: 3; padding: clamp(22px, 2.4vw, 32px); color: #f2ecdf; }
.cat-text h3 { color: #f2ecdf; margin-bottom: .3em; }
.cat-count { font-size: .64rem; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-soft); }
.cat-text p {
  font-size: .82rem; color: rgba(242,236,223,.74); margin: 0;
  max-height: 0; opacity: 0; overflow: hidden;
  transition: max-height var(--ease), opacity var(--ease), margin var(--ease);
}
.cat-card:hover .cat-text p { max-height: 90px; opacity: 1; margin-top: .45em; }

/* ---------- 10. Ürün kartı ---------- */
.grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
  gap: clamp(22px, 2.4vw, 34px) clamp(16px, 2vw, 26px);
}
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card { position: relative; display: flex; flex-direction: column; }
.card-img {
  position: relative; display: block; aspect-ratio: 1 / 1;
  overflow: hidden; background: var(--card);
  border: 1px solid var(--rule); border-radius: var(--r);
  transition: border-color var(--ease);
}
.card:hover .card-img { border-color: var(--rule-strong); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.3,1), opacity var(--ease); }
.card-img img.two { position: absolute; inset: 0; opacity: 0; }
/* Yalnızca ikinci görseli olan kartlarda geçiş yapılır; aksi hâlde ürün kaybolurdu */
.card:hover .card-img.duo img.one { opacity: 0; }
.card:hover .card-img.duo img.two { opacity: 1; }
.card:hover .card-img img { transform: scale(1.05); }

.tag {
  position: absolute; top: 12px; left: 12px; z-index: 3;
  background: var(--forest); color: var(--gold-soft);
  font-size: .56rem; letter-spacing: .2em; text-transform: uppercase;
  padding: 6px 11px; border-radius: 2px;
}

.card-body { padding: 16px 2px 0; display: flex; flex-direction: column; flex: 1; }
.card-cat { font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.card-name { font-size: 1.02rem; font-weight: 400; letter-spacing: .015em; color: var(--ink); line-height: 1.32; margin: 0 0 6px; }
.card-sum  { font-size: .84rem; color: var(--muted); line-height: 1.6; margin: 0 0 14px; flex: 1; }
.card-foot {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; padding-top: 13px; border-top: 1px solid var(--rule);
}
.card-dim   { font-size: .72rem; color: var(--muted); }
.card-price { font-size: .88rem; color: var(--forest); letter-spacing: .02em; }
.card-go {
  font-size: .64rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--forest); white-space: nowrap;
  border-bottom: 1px solid var(--rule); padding-bottom: 3px;
  transition: color var(--ease), border-color var(--ease);
}
.card:hover .card-go { color: var(--gold); border-color: var(--gold); }

/* ---------- 11. Koyu bölümler ---------- */
.dark { background: var(--forest); color: #c9c2b0; position: relative; overflow: hidden; isolation: isolate; }
.dark::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(78% 120% at 100% 0%, rgba(30,81,83,.62), transparent 60%);
}
.dark h1, .dark h2, .dark h3 { color: #f2ecdf; }
.dark .lead { color: #c9c2b0; }
.teal-bg { background: var(--teal); }
.teal-bg::before { background: radial-gradient(80% 120% at 0% 100%, rgba(193,139,78,.34), transparent 62%); }

/* İçeriden altın çerçeve — koyu bloklarda etiket hissi */
.framed { position: relative; }
.framed::after {
  content: ""; position: absolute; pointer-events: none;
  inset: clamp(14px, 2vw, 26px);
  border: 1px solid var(--rule-light); border-radius: var(--r);
}
.framed > * { position: relative; z-index: 1; }

/* ---------- 12. Sayfa başlığı ---------- */
.page-head {
  background: var(--forest); color: #f2ecdf;
  padding-block: clamp(52px, 7vw, 92px);
  position: relative; overflow: hidden; isolation: isolate;
}
.page-head::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: radial-gradient(88% 130% at 88% 0%, rgba(30,81,83,.72), transparent 60%);
}
.page-head h1 { color: #f2ecdf; max-width: 20ch; }
.page-head .lead { color: #c9c2b0; margin-top: 1rem; }

.crumb { font-size: .65rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 1.4rem; }
.crumb a:hover { color: var(--gold); }
.crumb span { margin: 0 .55em; }
.page-head .crumb { color: rgba(242,236,223,.55); }
.page-head .crumb a:hover { color: #f2ecdf; }

/* ---------- 13. Filtre ---------- */
.filter {
  position: sticky; top: 82px; z-index: 40;
  background: rgba(237,227,214,.95); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
.filter-in { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding-block: 15px; flex-wrap: wrap; }
.tabs { display: flex; gap: 7px; flex-wrap: wrap; }
.tab {
  font-size: .69rem; letter-spacing: .17em; text-transform: uppercase;
  padding: 9px 17px; border: 1px solid var(--rule); border-radius: 100px;
  color: var(--body); transition: all var(--ease); white-space: nowrap;
}
.tab:hover { border-color: var(--gold); color: var(--forest); }
.tab.on { background: var(--forest); border-color: var(--forest); color: #f2ecdf; }

.filter-right { display: flex; align-items: center; gap: 16px; }
.count { font-size: .76rem; color: var(--muted); white-space: nowrap; }
.select {
  font-family: var(--sans); font-size: .72rem; letter-spacing: .1em;
  padding: 9px 32px 9px 14px; color: var(--body);
  border: 1px solid var(--rule); border-radius: 100px;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cpath d='M1 1l4.5 4.5L10 1' stroke='%23837c6c' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 13px center;
  appearance: none; cursor: pointer;
}

/* ---------- 14. Ürün detay ---------- */
.detail-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(34px, 5vw, 72px); align-items: start; }
.gal-main {
  position: relative; aspect-ratio: 1 / 1; background: var(--card);
  border: 1px solid var(--rule); border-radius: var(--r); overflow: hidden;
}
.gal-main img { width: 100%; height: 100%; object-fit: cover; }
.gal-thumbs { display: flex; gap: 12px; margin-top: 14px; flex-wrap: wrap; }
.thumb {
  width: 80px; height: 80px; padding: 0; overflow: hidden;
  border: 1px solid var(--rule); border-radius: var(--r); background: var(--card);
  transition: border-color var(--ease);
}
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.thumb.on { border-color: var(--forest); }
.thumb:hover { border-color: var(--gold); }

.detail-top { border-bottom: 1px solid var(--rule); padding-bottom: 24px; margin-bottom: 24px; }
.detail-code { font-size: .65rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); }
.detail h1 { font-size: clamp(1.7rem, 2.9vw, 2.4rem); margin: .35em 0 .35em; }
.detail-sum { font-size: 1rem; color: var(--body); margin: 0; }

.stock {
  display: inline-flex; align-items: center; gap: .55em;
  font-size: .7rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--forest-soft); margin-bottom: 20px;
}
.stock::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #6d8f4c; box-shadow: 0 0 0 3px rgba(109,143,76,.2); }
.stock.out { color: #a8492f; }
.stock.out::before { background: #a8492f; box-shadow: 0 0 0 3px rgba(168,73,47,.2); }

.buy-box {
  background: var(--card); border: 1px solid var(--rule);
  border-radius: var(--r); padding: 22px 24px; margin-bottom: 22px;
}
.price { font-size: 1.55rem; color: var(--forest); letter-spacing: .01em; margin: 0 0 4px; }
.buy-note { font-size: .8rem; color: var(--muted); margin: 0 0 16px; }
.buy-row { display: flex; gap: 12px; }
.buy-row .btn { flex: 1; }

.specs { margin: 0 0 24px; }
.spec { display: grid; grid-template-columns: 148px 1fr; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: .9rem; }
.spec dt { color: var(--muted); font-size: .78rem; letter-spacing: .06em; }
.spec dd { margin: 0; color: var(--ink); }
.dim-list { display: flex; flex-direction: column; gap: 3px; }

.acc { border-top: 1px solid var(--rule); }
.acc-item { border-bottom: 1px solid var(--rule); }
.acc-head {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 0; text-align: left;
  font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--forest);
}
.acc-head .pm { position: relative; width: 13px; height: 13px; flex: 0 0 13px; }
.acc-head .pm::before, .acc-head .pm::after {
  content: ""; position: absolute; background: var(--gold); transition: transform var(--ease);
}
.acc-head .pm::before { top: 6px; left: 0; width: 13px; height: 1px; }
.acc-head .pm::after  { left: 6px; top: 0; width: 1px; height: 13px; }
.acc-item.open .pm::after { transform: scaleY(0); }
.acc-body { max-height: 0; overflow: hidden; transition: max-height var(--ease); }
.acc-item.open .acc-body { max-height: 640px; }
.acc-in { padding: 0 0 20px; font-size: .91rem; line-height: 1.8; color: var(--body); }
.acc-in p:last-child { margin-bottom: 0; }

.notice {
  background: var(--card); border: 1px solid var(--rule);
  border-left: 2px solid var(--gold); border-radius: var(--r);
  padding: 20px 22px; margin-top: 22px;
}
.notice h4 { font-size: .72rem; font-weight: 400; letter-spacing: .18em; text-transform: uppercase; color: var(--forest); margin-bottom: .7rem; }
.notice p { font-size: .86rem; color: var(--muted); margin: 0; line-height: 1.72; }
.notice p + p { margin-top: .7em; }

/* ---------- 15. Blog / iletişim ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(22px, 2.6vw, 34px); }
.post-img { aspect-ratio: 3 / 2; overflow: hidden; border-radius: var(--r); background: var(--card); border: 1px solid var(--rule); margin-bottom: 16px; }
.post-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms cubic-bezier(.2,.7,.3,1); }
.post:hover .post-img img { transform: scale(1.05); }
.post-meta { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 9px; }
.post h3 { margin-bottom: .4em; transition: color var(--ease); }
.post:hover h3 { color: var(--gold); }
.post p { font-size: .86rem; color: var(--muted); margin: 0; }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(20px, 2.4vw, 30px); }
.contact-card {
  background: var(--card); border: 1px solid var(--rule); border-radius: var(--r);
  padding: clamp(24px, 3vw, 34px); text-align: center;
}
.contact-card svg { width: 28px; height: 28px; color: var(--gold); margin: 0 auto 16px; stroke-width: 1.2; }
.contact-card h3 { font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; color: var(--forest); margin-bottom: .9rem; }
.contact-card p { font-size: .93rem; color: var(--body); margin: 0; white-space: pre-line; line-height: 1.75; }
.contact-card a:hover { color: var(--gold); }

/* ---------- 16. Bülten ---------- */
.news-form { display: flex; gap: 12px; max-width: 460px; margin-top: 24px; }
.news-form input {
  flex: 1; font-family: var(--sans); font-size: .9rem; font-weight: 300;
  padding: 15px 18px; color: #f2ecdf;
  background: rgba(242,236,223,.07);
  border: 1px solid var(--rule-light); border-radius: var(--r);
}
.news-form input::placeholder { color: rgba(242,236,223,.45); }
.news-form input:focus { outline: none; border-color: var(--gold-soft); }

/* ---------- 17. Footer ---------- */
.footer { background: var(--forest-deep); color: #9d9787; padding-top: clamp(52px, 7vw, 84px); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: clamp(28px, 4vw, 54px); padding-bottom: 48px; }
.footer-slogan { font-size: .9rem; color: #9d9787; max-width: 34ch; line-height: 1.75; margin-top: 16px; }
.footer h4 { font-size: .68rem; font-weight: 400; letter-spacing: .22em; text-transform: uppercase; color: #f2ecdf; margin-bottom: 18px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer ul a { font-size: .87rem; transition: color var(--ease); }
.footer ul a:hover { color: var(--gold-soft); }

.social { display: flex; gap: 11px; margin-top: 24px; }
.social a {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--rule-light); border-radius: 50%;
  color: #9d9787; transition: all var(--ease);
}
.social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.social svg { width: 16px; height: 16px; }

/* Katalogdaki alt bant: "MORE THAN A PRODUCT, A PIECE OF BALI" */
.footer-strip {
  border-top: 1px solid var(--rule);
  text-align: center; padding-block: 18px;
  font-size: .66rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-soft);
}
.footer-bottom {
  border-top: 1px solid rgba(242,236,223,.1);
  padding-block: 20px; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; flex-wrap: wrap; font-size: .75rem; color: #7c7768;
}

/* ---------- 18. Boş durum + bildirim ---------- */
.empty { text-align: center; padding-block: clamp(56px, 8vw, 100px); }
.empty svg { width: 44px; height: 44px; color: var(--rule-strong); margin: 0 auto 20px; }
.empty h3 { margin-bottom: .5em; }
.empty p { color: var(--muted); max-width: 42ch; margin-inline: auto; }

.toast {
  position: fixed; left: 50%; bottom: 30px; z-index: 200;
  transform: translate(-50%, 130%);
  background: var(--forest-deep); color: #f2ecdf;
  border: 1px solid var(--rule);
  font-size: .82rem; padding: 13px 26px; border-radius: 100px;
  box-shadow: 0 14px 40px rgba(0,0,0,.3);
  transition: transform 460ms cubic-bezier(.2,.9,.3,1);
  max-width: calc(100vw - 40px);
}
.toast.on { transform: translate(-50%, 0); }

/* ---------- 19. Belirme ---------- */
.rise { opacity: 0; transform: translateY(22px); transition: opacity 900ms ease, transform 900ms cubic-bezier(.2,.7,.3,1); }
.rise.in { opacity: 1; transform: none; }
.rise[data-d="1"] { transition-delay: .09s; }
.rise[data-d="2"] { transition-delay: .18s; }
.rise[data-d="3"] { transition-delay: .27s; }
.rise[data-d="4"] { transition-delay: .36s; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .rise { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}

/* ==================================================================
   20. Duyarlı
   ================================================================== */
@media (max-width: 1080px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
  .cat-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .nav { display: none; }
  .burger { display: grid; }
  .header-in { height: 70px; }
  .brand img { height: 38px; }
  .filter { top: 70px; }
  .hero-in { grid-template-columns: 1fr; gap: 48px; }
  .collage { max-width: 440px; margin-inline: auto; width: 100%; }
  .values-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .value + .value { border-left: 0; }
  .value:nth-child(even) { border-left: 1px solid var(--rule); }
  .editorial { grid-template-columns: 1fr; gap: 38px; }
  .editorial.flip .ed-img { order: 0; }
  .detail-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .topbar { font-size: .58rem; letter-spacing: .14em; }
  .brand img { height: 34px; }
  .grid, .grid-4 { grid-template-columns: repeat(2, 1fr); gap: 22px 14px; }
  .cat-grid, .blog-grid { grid-template-columns: 1fr; }
  .card-sum { display: none; }
  .card-name { font-size: .95rem; }
  .card-foot { flex-direction: column; align-items: flex-start; gap: 7px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .spec { grid-template-columns: 1fr; gap: 3px; }
  .news-form { flex-direction: column; }
  .buy-row { flex-wrap: wrap; }
  .thumb { width: 64px; height: 64px; }
  .footer-strip { letter-spacing: .18em; font-size: .6rem; }
}

@media (max-width: 359px) {
  .grid, .grid-4 { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .value:nth-child(even) { border-left: 0; }
}

/* ==================================================================
   21. Fotoğraf zeminler (yönetim panelinden ayarlanır)
   Referans: tam genişlik görsel + koyu overlay + hafif blur
   ================================================================== */
.bg-photo { position: relative; isolation: isolate; overflow: hidden; }

.bg-photo > .bg-layer {
  position: absolute; inset: 0; z-index: -3;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.06);            /* blur kenar boşluğunu kapatır */
  will-change: transform;
}
.bg-photo > .bg-tint {
  position: absolute; inset: 0; z-index: -2;
  background: var(--forest-deep);   /* nötr koyu — fotoğrafın sıcaklığını zeytine çevirmez */
}
/* okunabilirlik için üstten alta yumuşak koyulaşma */
.bg-photo > .bg-grad {
  position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(to bottom,
    rgba(35,42,24,.55) 0%, rgba(35,42,24,.18) 42%, rgba(35,42,24,.7) 100%);
}

/* Fotoğraf zemin varken hero'nun kendi degradesi devre dışı */
.hero.bg-photo::before { display: none; }
.hero.bg-photo .hero-tex { opacity: .28; }
.page-head.bg-photo::before, .dark.bg-photo::before { display: none; }

/* ---------- WhatsApp yüzen buton ---------- */
.wa {
  position: fixed; right: 20px; bottom: 20px; z-index: 80;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px 13px 16px;
  background: #1f7d4d; color: #fff;
  border-radius: 100px; box-shadow: 0 12px 30px rgba(0,0,0,.26);
  font-size: .74rem; letter-spacing: .14em; text-transform: uppercase;
  transition: background var(--ease), transform var(--ease);
}
.wa:hover { background: #176640; transform: translateY(-2px); }
.wa svg { width: 21px; height: 21px; flex: 0 0 21px; }

/* ---------- Bülten formu ---------- */
.news-form { position: relative; }
.news-form .hp {                      /* bal küpü — botlar doldurur */
  position: absolute !important; left: -9999px !important;
  width: 1px; height: 1px; opacity: 0; pointer-events: none;
}
.news-consent {
  display: flex; align-items: flex-start; gap: 10px;
  margin-top: 14px; font-size: .78rem; color: rgba(242,236,223,.72);
  text-align: left; max-width: 460px; margin-inline: auto;
}
.news-consent input { margin-top: 3px; accent-color: var(--gold); flex: 0 0 auto; }
.news-msg {
  margin-top: 12px; font-size: .82rem; min-height: 1.2em;
  color: var(--gold-soft);
}
.news-msg.bad { color: #e79b86; }

@media (max-width: 620px) {
  .wa { right: 14px; bottom: 14px; padding: 12px; gap: 0; }
  .wa span { display: none; }
}
