/* ====================================================================
   FERFORJE EVİ — Premium Wrought-Iron Atelier · LIGHT EDITION
   Sentez: leta.com.tr (light katalog) + fatih.com.tr (ferforje kodlama)
   Palette: warm cream #faf7f1 · white #ffffff · brass #b08d4e · espresso #2b241c
   ==================================================================== */

:root {
  --bg: #faf7f1;             /* sıcak krem zemin */
  --bg-2: #f2ece0;           /* bir ton koyu krem */
  --white: #ffffff;
  --card: #ffffff;
  --ink: #2b241c;            /* espresso ana metin */
  --ink-2: #4a4036;          /* ikincil metin */
  --muted: #8a7f6e;          /* soluk metin */
  --brass: #b08d4e;          /* pirinç/altın aksan */
  --brass-light: #c9a96a;
  --brass-dark: #8a6d35;
  --espresso: #1f1a14;       /* koyu kontrast (footer/band) */
  --line: #e5dcc8;           /* krem çizgi */
  --line-2: #d8ccae;
  --shadow-sm: 0 4px 14px -6px rgba(60, 45, 20, 0.12);
  --shadow: 0 18px 50px -20px rgba(60, 45, 20, 0.22);
  --shadow-lg: 0 30px 70px -25px rgba(60, 45, 20, 0.28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", system-ui, -apple-system, sans-serif;
  --container: 1440px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  background: var(--bg);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
  letter-spacing: 0.005em;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .25s var(--ease); }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; }
input, select, textarea { font-family: inherit; }
::selection { background: var(--brass); color: var(--white); }

.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 40px; }

/* ---------- Scroll progress ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--brass-dark), var(--brass-light));
  z-index: 1000; transition: width .1s linear;
}

/* ---------- Typography ---------- */
em { font-style: italic; color: var(--brass-dark); font-family: var(--serif); font-weight: 500; }
.section { padding: 110px 0; position: relative; }
.section__head { text-align: center; max-width: 740px; margin: 0 auto 60px; }
.section__eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600; letter-spacing: 0.28em;
  color: var(--brass-dark); text-transform: uppercase; margin-bottom: 18px;
  position: relative; padding-left: 38px;
}
.section__eyebrow::before {
  content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 28px; height: 1.5px; background: var(--brass);
}
.section__title {
  font-family: var(--serif); font-weight: 600; font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.1; color: var(--ink); letter-spacing: -0.015em;
}
.section__lead { margin-top: 18px; font-size: 1.06rem; color: var(--ink-2); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 600; font-size: 0.88rem; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 15px 32px; border-radius: 2px; cursor: pointer;
  transition: all .35s var(--ease); position: relative; overflow: hidden;
}
.btn--gold { background: linear-gradient(135deg, var(--brass-light), var(--brass), var(--brass-dark)); color: var(--white); box-shadow: var(--shadow-sm); }
.btn--gold:hover { transform: translateY(-3px); box-shadow: 0 16px 36px -10px rgba(176,141,78,.5); color: var(--white); }
.btn--dark { background: var(--espresso); color: var(--white); }
.btn--dark:hover { background: var(--ink); transform: translateY(-2px); color: var(--white); }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line-2); }
.btn--ghost:hover { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.btn--outline { background: transparent; color: var(--brass-dark); border: 1px solid var(--brass); }
.btn--outline:hover { background: var(--brass); color: var(--white); }
.btn--sm { padding: 11px 22px; font-size: 0.78rem; }
.btn--lg { padding: 18px 38px; font-size: 0.96rem; }
.btn--block { width: 100%; }

/* ====================================================================
   TOPBAR — full width, dark slim band
   ==================================================================== */
.topbar { background: var(--espresso); color: #e8dfca; font-size: 0.82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; height: 42px; max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.topbar__contact { display: flex; gap: 26px; }
.topbar__item { display: inline-flex; align-items: center; gap: 8px; color: #e8dfca; }
.topbar__item:hover { color: var(--brass-light); }
.topbar__item svg { color: var(--brass-light); }
.topbar__right { display: flex; align-items: center; gap: 22px; }
.topbar__promo { color: var(--brass-light); font-style: italic; font-family: var(--serif); font-size: 0.95rem; }
.topbar__social { display: flex; gap: 14px; }
.topbar__social a { color: #c9bda1; display: inline-flex; transition: all .25s; }
.topbar__social a:hover { color: var(--brass-light); transform: translateY(-2px); }

/* ====================================================================
   HEADER — full width white, wide container
   ==================================================================== */
.header {
  position: sticky; top: 0; z-index: 900; background: rgba(255,255,255,0.95);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line); transition: all .35s var(--ease);
}
.header.scrolled { background: rgba(255,255,255,0.98); box-shadow: var(--shadow-sm); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: 92px; max-width: var(--container); margin: 0 auto; padding: 0 40px; transition: height .35s; }
.header.scrolled .header__inner { height: 74px; }

.logo { display: flex; align-items: center; gap: 12px; }
.logo__mark { display: inline-flex; filter: drop-shadow(0 0 6px rgba(176,141,78,.2)); }
.logo__text { display: flex; flex-direction: column; line-height: 1; }
.logo__name { font-family: var(--serif); font-size: 1.65rem; font-weight: 600; color: var(--ink); letter-spacing: 0.01em; }
.logo__name em { color: var(--brass-dark); }
.logo__sub { font-size: 0.6rem; letter-spacing: 0.32em; color: var(--brass); text-transform: uppercase; margin-top: 5px; font-weight: 600; }
.logo--light .logo__name { color: var(--white); }
.logo--light .logo__name em { color: var(--brass-light); }

.nav { display: flex; align-items: center; gap: 2px; }
.nav__link {
  position: relative; padding: 10px 16px; font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.08em; color: var(--ink-2); text-transform: uppercase;
  display: inline-flex; align-items: center; gap: 5px;
}
.nav__link::after {
  content: ""; position: absolute; bottom: 4px; left: 50%; transform: translateX(-50%);
  width: 0; height: 2px; background: var(--brass); transition: width .3s var(--ease);
}
.nav__link:hover, .nav__item--mega:hover > .nav__link { color: var(--brass-dark); }
.nav__link:hover::after { width: 22px; }
.nav__item { position: relative; }

/* Mega menu */
.mega {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(14px);
  width: min(980px, 92vw); background: var(--white);
  border: 1px solid var(--line); border-radius: 6px; padding: 34px;
  display: grid; grid-template-columns: repeat(4, 1fr) 1.3fr; gap: 30px;
  opacity: 0; visibility: hidden; transition: all .35s var(--ease);
  box-shadow: var(--shadow-lg); z-index: 50;
}
.mega::before { content: ""; position: absolute; top: -7px; left: 0; right: 0; height: 14px; }
.nav__item--mega:hover .mega { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.mega__col h5 {
  font-family: var(--serif); color: var(--brass-dark); font-size: 1.08rem; font-weight: 600;
  margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line);
}
.mega__col a { display: block; padding: 7px 0; font-size: 0.88rem; color: var(--ink-2); transition: all .2s; }
.mega__col a:hover { color: var(--brass-dark); transform: translateX(4px); }
.mega__banner {
  grid-row: span 1; background: linear-gradient(135deg, rgba(176,141,78,.12), rgba(138,109,53,.04));
  border: 1px solid var(--line-2); border-radius: 4px; padding: 22px;
  display: flex; flex-direction: column; justify-content: center; gap: 8px;
}
.mega__tag { font-size: 0.66rem; letter-spacing: 0.22em; color: var(--brass-dark); text-transform: uppercase; font-weight: 600; }
.mega__banner h4 { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); font-weight: 600; }
.mega__banner p { font-size: 0.82rem; color: var(--ink-2); margin-bottom: 8px; }

.header__actions { display: flex; align-items: center; gap: 14px; }
.header__toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; }
.header__toggle span { width: 24px; height: 2px; background: var(--ink); transition: all .3s; }

/* ====================================================================
   MOBILE MENU
   ==================================================================== */
.mobile-menu {
  position: fixed; top: 0; right: 0; width: min(340px, 85vw); height: 100vh;
  background: var(--white); z-index: 1100; padding: 28px;
  transform: translateX(100%); transition: transform .4s var(--ease);
  display: flex; flex-direction: column; border-left: 1px solid var(--line);
  box-shadow: var(--shadow-lg);
}
.mobile-menu.open { transform: translateX(0); }
.mobile-menu__head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.mobile-menu__head button { font-size: 1.4rem; color: var(--brass-dark); }
.mobile-menu__nav { display: flex; flex-direction: column; gap: 4px; padding: 24px 0; flex: 1; }
.mobile-menu__nav a { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); padding: 12px 0; border-bottom: 1px solid var(--line); }
.mobile-menu__nav a:hover { color: var(--brass-dark); padding-left: 8px; }
.mobile-menu__cta { margin-top: auto; }
.overlay { position: fixed; inset: 0; background: rgba(31,26,20,0.45); backdrop-filter: blur(3px); z-index: 1050; opacity: 0; visibility: hidden; transition: all .35s; }
.overlay.show { opacity: 1; visibility: visible; }

/* ====================================================================
   HERO — leta tarzı full-bleed görsel, light overlay
   ==================================================================== */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; padding: 140px 0 100px; }
.hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 25% 30%, rgba(176,141,78,0.18), transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(138,109,53,0.14), transparent 55%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1920&q=85") center/cover;
  animation: kenburns 24s ease-in-out infinite alternate;
}
@keyframes kenburns {
  0% { transform: scale(1) translate(0, 0); }
  100% { transform: scale(1.14) translate(-1.5%, -1%); }
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(31,26,20,0.82) 0%, rgba(31,26,20,0.5) 45%, rgba(31,26,20,0.12) 100%);
}
.hero__ornament {
  position: absolute; right: -120px; top: 50%; transform: translateY(-50%);
  width: 620px; opacity: 0.16; animation: rotate 80s linear infinite; pointer-events: none;
}
@keyframes rotate { to { transform: translateY(-50%) rotate(360deg); } }

.hero__content { position: relative; z-index: 3; max-width: 700px; }
.hero__eyebrow {
  display: inline-block; font-family: var(--serif); font-style: italic; font-size: 1.1rem;
  color: var(--brass-light); margin-bottom: 24px; letter-spacing: 0.04em;
}
.hero__title {
  font-family: var(--serif); font-weight: 600; font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 1.02; color: var(--white); letter-spacing: -0.02em; margin-bottom: 26px;
  text-shadow: 0 6px 40px rgba(0,0,0,0.4);
}
.hero__title em { color: var(--brass-light); }
.hero__desc { font-size: 1.18rem; max-width: 560px; color: rgba(255,255,255,0.92); margin-bottom: 38px; font-weight: 300; }
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 56px; }
.hero .btn--ghost { color: var(--white); border-color: rgba(255,255,255,0.6); }
.hero .btn--ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.hero__stats { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.hero__stat strong { display: block; font-family: var(--serif); font-size: 2.6rem; font-weight: 600; color: var(--brass-light); line-height: 1; }
.hero__stat span { font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.75); margin-top: 6px; display: block; }
.hero__stat-div { width: 1px; height: 48px; background: rgba(255,255,255,0.25); }

.hero__scroll {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,0.7); font-size: 0.7rem; letter-spacing: 0.24em; text-transform: uppercase;
}
.hero__scroll svg { animation: bob 1.8s ease-in-out infinite; color: var(--brass-light); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ====================================================================
   TRUSTBAR
   ==================================================================== */
.trustbar { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trustbar__inner { display: grid; grid-template-columns: repeat(4, 1fr); padding: 36px 0; gap: 28px; max-width: var(--container); margin: 0 auto; }
.trustbar__item { display: flex; align-items: center; gap: 16px; padding: 0 12px; border-right: 1px solid var(--line); }
.trustbar__item:last-child { border-right: none; }
.trustbar__item svg { color: var(--brass-dark); flex-shrink: 0; }
.trustbar__item strong { display: block; font-family: var(--serif); font-size: 1.15rem; color: var(--ink); font-weight: 600; }
.trustbar__item span { font-size: 0.82rem; color: var(--muted); }

/* ====================================================================
   CATEGORIES
   ==================================================================== */
.categories { background: var(--bg); }
.categories__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 270px; gap: 20px; }
.cat {
  position: relative; overflow: hidden; border-radius: 6px; display: block;
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow-sm);
  transition: box-shadow .4s var(--ease);
}
.cat--tall { grid-row: span 2; }
.cat--wide { grid-column: span 2; }
.cat__img { position: absolute; inset: 0; }
.cat__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); filter: brightness(0.62); }
.cat:hover .cat__img img { transform: scale(1.08); filter: brightness(0.75); }
.cat__body { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px; background: linear-gradient(180deg, transparent, rgba(31,26,20,0.92) 65%); }
.cat__num { font-family: var(--serif); font-size: 0.9rem; color: var(--brass-light); letter-spacing: 0.1em; }
.cat__body h3 { font-family: var(--serif); font-size: 1.5rem; color: var(--white); font-weight: 600; margin: 6px 0 8px; }
.cat__body p { font-size: 0.86rem; color: rgba(255,255,255,0.85); max-height: 0; opacity: 0; overflow: hidden; transition: all .4s var(--ease); }
.cat:hover .cat__body p { max-height: 60px; opacity: 1; margin-bottom: 4px; }
.cat::after {
  content: "→"; position: absolute; top: 20px; right: 22px; font-size: 1.3rem;
  color: var(--white); opacity: 0; transform: translateX(-10px); transition: all .35s;
}
.cat:hover::after { opacity: 1; transform: translateX(0); }

/* ====================================================================
   PRODUCTS — leta tarzı light grid, hover lift
   ==================================================================== */
.products { background: var(--bg-2); }
.products__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.product { background: var(--white); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; transition: all .4s var(--ease); box-shadow: var(--shadow-sm); }
.product:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-2); }
.product__media { position: relative; aspect-ratio: 1/1; overflow: hidden; background: var(--bg-2); }
.product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.product:hover .product__media img { transform: scale(1.06); }
.product__badge {
  position: absolute; top: 14px; left: 14px; background: var(--white); color: var(--ink);
  font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 2px; box-shadow: var(--shadow-sm);
}
.product__badge--new { background: var(--brass); color: var(--white); }
.product__hover {
  position: absolute; inset: 0; background: rgba(31,26,20,0.45);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .35s;
}
.product:hover .product__hover { opacity: 1; }
.product__info { padding: 20px 22px 24px; }
.product__cat { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-dark); font-weight: 600; }
.product__info h3 { font-family: var(--serif); font-size: 1.28rem; color: var(--ink); font-weight: 600; margin: 6px 0 12px; line-height: 1.25; }
.product__meta { display: flex; justify-content: space-between; align-items: center; padding-top: 12px; border-top: 1px solid var(--line); }
.product__price { font-family: var(--serif); font-size: 1.35rem; font-weight: 600; color: var(--ink); }
.product__price small { font-size: 0.72rem; color: var(--muted); font-family: var(--sans); font-weight: 400; }
.product__rating { font-size: 0.78rem; color: var(--brass); }
.product__rating small { color: var(--muted); }
.products__more { text-align: center; margin-top: 48px; }

/* ====================================================================
   ATELIER (about)
   ==================================================================== */
.atelier { background: var(--bg); }
.atelier__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.atelier__media { position: relative; }
.atelier__img-main { border-radius: 6px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.atelier__img-main img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.atelier__img-sub {
  position: absolute; bottom: -40px; right: -40px; width: 200px; border-radius: 6px;
  overflow: hidden; border: 6px solid var(--bg); box-shadow: var(--shadow);
}
.atelier__img-sub img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.atelier__badge {
  position: absolute; top: 30px; left: -30px; width: 112px; height: 112px;
  background: linear-gradient(135deg, var(--brass-light), var(--brass-dark));
  color: var(--white); border-radius: 50%; display: flex; flex-direction: column;
  align-items: center; justify-content: center; box-shadow: var(--shadow);
  border: 5px solid var(--bg);
}
.atelier__badge strong { font-family: var(--serif); font-size: 2.4rem; font-weight: 700; line-height: 1; }
.atelier__badge span { font-size: 0.68rem; letter-spacing: 0.12em; text-align: center; text-transform: uppercase; }
.atelier__text .section__title { text-align: left; }
.atelier__text > p { margin: 22px 0 26px; font-size: 1.05rem; color: var(--ink-2); }
.atelier__list { display: grid; gap: 14px; margin-bottom: 32px; }
.atelier__list li { display: flex; align-items: flex-start; gap: 12px; color: var(--ink-2); font-size: 0.98rem; }
.atelier__list svg { color: var(--brass); flex-shrink: 0; margin-top: 4px; }

/* ====================================================================
   PROCESS
   ==================================================================== */
.process { background: var(--bg-2); }
.process__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.process__step {
  background: var(--white); border: 1px solid var(--line); border-radius: 6px;
  padding: 38px 28px; position: relative; transition: all .4s var(--ease); box-shadow: var(--shadow-sm);
}
.process__step:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.process__num { font-family: var(--serif); font-size: 3rem; font-weight: 700; color: transparent; -webkit-text-stroke: 1.5px var(--brass); line-height: 1; margin-bottom: 18px; }
.process__step h3 { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); font-weight: 600; margin-bottom: 10px; }
.process__step p { font-size: 0.92rem; color: var(--ink-2); }
.process__step::before { content: ""; position: absolute; top: 56px; right: -16px; width: 30px; height: 1px; background: var(--brass); opacity: 0.4; }
.process__step:last-child::before { display: none; }

/* ====================================================================
   GALLERY
   ==================================================================== */
.gallery { background: var(--bg); }
.gallery__filters { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 40px; }
.filter {
  padding: 10px 22px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-2); border: 1px solid var(--line-2); border-radius: 40px; transition: all .3s;
}
.filter:hover { color: var(--brass-dark); border-color: var(--brass); }
.filter.is-active { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.gallery__grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 18px; }
.gallery__item { position: relative; overflow: hidden; border-radius: 6px; border: 1px solid var(--line); transition: all .5s var(--ease); box-shadow: var(--shadow-sm); }
.gallery__item--wide { grid-column: span 2; }
.gallery__item.hide { display: none; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); filter: brightness(0.8); }
.gallery__item:hover img { transform: scale(1.08); filter: brightness(0.95); }
.gallery__cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 22px; background: linear-gradient(180deg, transparent, rgba(31,26,20,0.92)); transform: translateY(20px); opacity: 0; transition: all .4s var(--ease); }
.gallery__item:hover .gallery__cap { transform: translateY(0); opacity: 1; }
.gallery__cap span { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--brass-light); font-weight: 600; }
.gallery__cap h4 { font-family: var(--serif); font-size: 1.3rem; color: var(--white); font-weight: 600; margin-top: 4px; }

/* ====================================================================
   FEATURES
   ==================================================================== */
.features { background: var(--bg-2); }
.features__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature {
  background: var(--white); border: 1px solid var(--line); border-radius: 6px;
  padding: 38px 30px; transition: all .4s var(--ease); position: relative; overflow: hidden; box-shadow: var(--shadow-sm);
}
.feature::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, var(--brass-light), var(--brass-dark)); transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature:hover::before { transform: scaleX(1); }
.feature__icon {
  width: 64px; height: 64px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(176,141,78,0.15), rgba(138,109,53,0.05));
  border: 1px solid var(--line-2); color: var(--brass-dark); margin-bottom: 22px;
}
.feature h3 { font-family: var(--serif); font-size: 1.35rem; color: var(--ink); font-weight: 600; margin-bottom: 10px; }
.feature p { font-size: 0.94rem; color: var(--ink-2); }

/* ====================================================================
   BAND (CTA) — dark kontrast
   ==================================================================== */
.band {
  padding: 90px 0; position: relative; background: var(--espresso); color: var(--white);
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 20%, rgba(176,141,78,0.18), transparent 50%),
    radial-gradient(ellipse at 85% 80%, rgba(138,109,53,0.12), transparent 55%);
}
.band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; position: relative; }
.band__text { max-width: 620px; }
.band__text h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--white); font-weight: 500; line-height: 1.15; }
.band__text h2 em { color: var(--brass-light); }
.band__text p { margin-top: 14px; color: rgba(255,255,255,0.82); font-size: 1.05rem; }
.band__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.band .btn--outline { color: var(--brass-light); border-color: var(--brass); }
.band .btn--outline:hover { background: var(--brass); color: var(--white); }

/* ====================================================================
   TESTIMONIALS
   ==================================================================== */
.testimonials { background: var(--bg); }
.testimonials__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--white); border: 1px solid var(--line); border-radius: 6px; padding: 36px 30px; transition: all .35s var(--ease); box-shadow: var(--shadow-sm); }
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.testimonial__stars { color: var(--brass); letter-spacing: 3px; margin-bottom: 18px; font-size: 1rem; }
.testimonial blockquote { font-family: var(--serif); font-style: italic; font-size: 1.18rem; line-height: 1.55; color: var(--ink); margin-bottom: 24px; }
.testimonial blockquote::before { content: "„"; color: var(--brass); font-size: 3rem; line-height: 0; margin-right: 6px; vertical-align: -16px; }
.testimonial figcaption { display: flex; align-items: center; gap: 14px; padding-top: 18px; border-top: 1px solid var(--line); }
.testimonial__avatar {
  width: 46px; height: 46px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brass-light), var(--brass-dark));
  color: var(--white); display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem; letter-spacing: 0.05em;
}
.testimonial figcaption strong { display: block; font-size: 0.96rem; color: var(--ink); }
.testimonial figcaption span { font-size: 0.82rem; color: var(--muted); }
.brands { margin-top: 60px; text-align: center; padding-top: 40px; border-top: 1px solid var(--line); }
.brands > span { font-size: 0.76rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); display: block; margin-bottom: 22px; }
.brands__logos { display: flex; gap: 40px; justify-content: center; flex-wrap: wrap; }
.brands__logos span { font-family: var(--serif); font-size: 1.3rem; color: var(--muted); opacity: 0.7; transition: all .3s; }
.brands__logos span:hover { opacity: 1; color: var(--brass-dark); }

/* ====================================================================
   CONTACT
   ==================================================================== */
.contact { background: var(--bg-2); }
.contact__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; align-items: start; }
.contact__info .section__title { text-align: left; }
.contact__lead { margin: 18px 0 36px; font-size: 1.05rem; color: var(--ink-2); }
.contact__list { display: grid; gap: 22px; }
.contact__list li { display: flex; gap: 16px; align-items: flex-start; }
.contact__ic {
  width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; background: var(--white);
  border: 1px solid var(--line-2); color: var(--brass-dark);
}
.contact__list strong { display: block; font-family: var(--serif); color: var(--ink); font-size: 1.05rem; }
.contact__list span { font-size: 0.92rem; color: var(--muted); }
.contact__form { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 38px; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { margin-bottom: 18px; display: flex; flex-direction: column; }
.form-row .field { margin-bottom: 0; }
.field label { font-size: 0.74rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brass-dark); margin-bottom: 8px; font-weight: 600; }
.field input, .field select, .field textarea {
  background: var(--bg); border: 1px solid var(--line-2); border-radius: 3px;
  padding: 13px 16px; color: var(--ink); font-size: 0.95rem; transition: all .25s; width: 100%;
}
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brass); background: var(--white); box-shadow: 0 0 0 3px rgba(176,141,78,0.12);
}
.field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b08d4e' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 40px; }
.field textarea { resize: vertical; min-height: 110px; }
.form-note { margin-top: 16px; padding: 14px; background: rgba(176,141,78,0.1); border: 1px solid var(--line-2); border-radius: 3px; color: var(--brass-dark); font-size: 0.92rem; text-align: center; }
.form-legal { margin-top: 14px; font-size: 0.76rem; color: var(--muted); text-align: center; }
.form-legal a { color: var(--brass-dark); }

/* ====================================================================
   FOOTER — dark
   ==================================================================== */
.footer { background: var(--espresso); color: #c9bda1; }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 40px; padding: 70px 0 50px; max-width: var(--container); margin: 0 auto; }
.footer__col--brand p { margin: 18px 0; font-size: 0.92rem; color: #a99a7e; max-width: 340px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); display: inline-flex; align-items: center; justify-content: center; color: #c9bda1; transition: all .3s; }
.footer__social a:hover { background: var(--brass); color: var(--white); border-color: var(--brass); }
.footer__col h5 { font-family: var(--serif); font-size: 1.18rem; color: var(--white); font-weight: 600; margin-bottom: 18px; }
.footer__col ul li { margin-bottom: 10px; }
.footer__col ul li a { font-size: 0.9rem; color: #a99a7e; }
.footer__col ul li a:hover { color: var(--brass-light); padding-left: 4px; }
.footer__contact li { font-size: 0.9rem; color: #a99a7e; line-height: 1.7; }
.footer__contact a { color: #a99a7e; }
.footer__contact a:hover { color: var(--brass-light); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 22px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; font-size: 0.8rem; color: #8a7f6e; max-width: var(--container); margin: 0 auto; padding: 0 40px; }
.footer__legal a { color: #8a7f6e; margin: 0 2px; }
.footer__legal a:hover { color: var(--brass-light); }
.footer__credit a { color: var(--brass-dark); font-style: italic; }

/* ====================================================================
   FLOATING ELEMENTS
   ==================================================================== */
.to-top {
  position: fixed; bottom: 28px; left: 28px; width: 46px; height: 46px; border-radius: 50%;
  background: var(--espresso); color: var(--white); display: flex; align-items: center; justify-content: center;
  z-index: 800; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all .35s var(--ease);
  box-shadow: var(--shadow);
}
.to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.to-top:hover { background: var(--brass); transform: translateY(-4px); }
.wa-float {
  position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: flex; align-items: center; justify-content: center;
  z-index: 800; box-shadow: 0 10px 30px -5px rgba(37,211,102,0.5); animation: pulse 2.5s ease-in-out infinite;
}
.wa-float:hover { transform: scale(1.08); }
@keyframes pulse {
  0%, 100% { box-shadow: 0 10px 30px -5px rgba(37,211,102,0.5), 0 0 0 0 rgba(37,211,102,0.4); }
  50% { box-shadow: 0 10px 30px -5px rgba(37,211,102,0.5), 0 0 0 14px rgba(37,211,102,0); }
}

/* ====================================================================
   REVEAL
   ==================================================================== */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ====================================================================
   KEN BURNS — kategori/ürün görsellerinde
   ==================================================================== */
@keyframes kb-zoom {
  0% { transform: scale(1); }
  100% { transform: scale(1.12); }
}

/* ====================================================================
   SUBPAGE SHARED STYLES
   ==================================================================== */
/* Page banner (alt sayfa başlığı) */
.page-banner {
  position: relative; min-height: 44vh; display: flex; align-items: center;
  overflow: hidden; padding: 120px 0 70px; margin-top: 0;
}
.page-banner__bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  animation: kenburns 24s ease-in-out infinite alternate;
}
.page-banner__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(31,26,20,0.8) 0%, rgba(31,26,20,0.45) 60%, rgba(31,26,20,0.3) 100%);
}
.page-banner__content { position: relative; z-index: 3; max-width: 760px; }
.page-banner h1 {
  font-family: var(--serif); font-weight: 600; font-size: clamp(2.4rem, 6vw, 4.2rem);
  color: var(--white); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 16px;
}
.page-banner h1 em { color: var(--brass-light); }
.page-banner p { color: rgba(255,255,255,0.9); font-size: 1.12rem; max-width: 580px; }
.breadcrumb {
  display: flex; gap: 8px; align-items: center; margin-bottom: 20px;
  font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7);
}
.breadcrumb a { color: var(--brass-light); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb span { opacity: 0.5; }

/* Subpage layout with sidebar */
.layout { display: grid; grid-template-columns: 280px 1fr; gap: 50px; padding: 90px 0; align-items: start; }
.sidebar { position: sticky; top: 110px; }
.sidebar__box { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 28px; box-shadow: var(--shadow-sm); margin-bottom: 24px; }
.sidebar__box h4 { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); font-weight: 600; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.sidebar__cats { display: flex; flex-direction: column; gap: 2px; }
.sidebar__cats a { display: flex; justify-content: space-between; align-items: center; padding: 11px 14px; border-radius: 4px; font-size: 0.92rem; color: var(--ink-2); transition: all .25s; }
.sidebar__cats a:hover, .sidebar__cats a.is-active { background: var(--bg-2); color: var(--brass-dark); padding-left: 18px; }
.sidebar__cats a small { background: var(--bg-2); padding: 2px 9px; border-radius: 20px; font-size: 0.72rem; color: var(--muted); }
.sidebar__cats a.is-active small { background: var(--brass); color: var(--white); }
.sidebar__help { background: linear-gradient(135deg, rgba(176,141,78,.14), rgba(138,109,53,.05)); border-color: var(--line-2); }
.sidebar__help h4 { color: var(--brass-dark); }
.sidebar__help p { font-size: 0.9rem; color: var(--ink-2); margin-bottom: 14px; }

/* Filter bar (ürünler sayfası) */
.filterbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 32px; flex-wrap: wrap; }
.filterbar__count { font-size: 0.92rem; color: var(--muted); }
.filterbar__count strong { color: var(--ink); font-family: var(--serif); font-size: 1.1rem; }
.filterbar__right { display: flex; gap: 12px; align-items: center; }
.filterbar__sort { padding: 10px 36px 10px 14px; border: 1px solid var(--line-2); border-radius: 4px; background: var(--white); font-size: 0.86rem; color: var(--ink); appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b08d4e' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; cursor: pointer; }

/* Pagination */
.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 50px; }
.pagination a, .pagination span {
  width: 44px; height: 44px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.92rem; color: var(--ink-2); border: 1px solid var(--line); background: var(--white); transition: all .25s;
}
.pagination a:hover, .pagination span.is-active { background: var(--espresso); color: var(--white); border-color: var(--espresso); }
.pagination .dots { border: none; background: none; }

/* Two-col content block */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; padding: 80px 0; }
.split--right .split__media { order: 2; }
.split__media img { width: 100%; border-radius: 8px; box-shadow: var(--shadow); }
.split__text h2 { font-family: var(--serif); font-size: clamp(2rem, 4vw, 2.8rem); color: var(--ink); font-weight: 600; line-height: 1.12; margin-bottom: 20px; }
.split__text > p { color: var(--ink-2); margin-bottom: 18px; }

/* Team grid */
.team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.team__member { text-align: center; }
.team__photo { aspect-ratio: 1; border-radius: 8px; overflow: hidden; margin-bottom: 16px; box-shadow: var(--shadow-sm); }
.team__photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.team__member:hover .team__photo img { transform: scale(1.06); }
.team__name { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); font-weight: 600; }
.team__role { font-size: 0.82rem; color: var(--brass-dark); text-transform: uppercase; letter-spacing: 0.12em; margin-top: 4px; }

/* Value list */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.value { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow-sm); }
.value__num { font-family: var(--serif); font-size: 2.4rem; color: var(--brass); line-height: 1; opacity: 0.5; }
.value h3 { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); font-weight: 600; margin: 10px 0; }
.value p { font-size: 0.92rem; color: var(--ink-2); }

/* Timeline (atölye) */
.timeline { position: relative; max-width: 820px; margin: 50px auto 0; padding-left: 40px; }
.timeline::before { content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px; width: 2px; background: var(--line-2); }
.timeline__item { position: relative; padding-bottom: 40px; }
.timeline__item::before { content: ""; position: absolute; left: -34px; top: 4px; width: 16px; height: 16px; border-radius: 50%; background: var(--brass); border: 3px solid var(--bg); }
.timeline__year { font-family: var(--serif); font-size: 1.6rem; color: var(--brass-dark); font-weight: 700; }
.timeline__item h4 { font-family: var(--serif); font-size: 1.25rem; color: var(--ink); font-weight: 600; margin: 4px 0 8px; }
.timeline__item p { color: var(--ink-2); font-size: 0.96rem; }

/* Project case study */
.case { display: grid; grid-template-columns: 1.2fr 1fr; gap: 50px; align-items: center; padding: 60px 0; border-bottom: 1px solid var(--line); }
.case__media { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.case__media img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; box-shadow: var(--shadow-sm); }
.case__media .case__media-main { grid-column: span 2; aspect-ratio: 16/9; }
.case__media .case__media-sub { aspect-ratio: 1; }
.case__cat { font-size: 0.74rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--brass-dark); font-weight: 600; }
.case__title { font-family: var(--serif); font-size: 2rem; color: var(--ink); font-weight: 600; margin: 8px 0 16px; }
.case__meta { display: flex; gap: 28px; margin: 20px 0; padding: 16px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.case__meta div { font-size: 0.86rem; }
.case__meta strong { display: block; font-family: var(--serif); font-size: 1.1rem; color: var(--ink); }
.case__meta span { color: var(--muted); }

@media (max-width: 1080px) {
  .layout { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .team { grid-template-columns: repeat(2, 1fr); }
  .values { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 768px) {
  .split { grid-template-columns: 1fr; gap: 40px; padding: 50px 0; }
  .split--right .split__media { order: 0; }
  .team { grid-template-columns: 1fr 1fr; }
  .case__media { grid-template-columns: 1fr; }
  .case__media .case__media-main { grid-column: span 1; }
}

/* ====================================================================
   RESPONSIVE
   ==================================================================== */
@media (max-width: 1240px) {
  .categories__grid { grid-template-columns: repeat(3, 1fr); }
  .cat--wide { grid-column: span 1; }
  .products__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 1080px) {
  .nav { display: none; }
  .header__cta { display: none; }
  .header__toggle { display: flex; }
  .categories__grid { grid-template-columns: repeat(2, 1fr); }
  .cat--wide { grid-column: span 2; }
  .products__grid { grid-template-columns: repeat(3, 1fr); }
  .features__grid, .testimonials__grid { grid-template-columns: repeat(2, 1fr); }
  .gallery__grid { grid-template-columns: repeat(3, 1fr); }
  .atelier__grid { gap: 50px; }
  .footer__top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .container { padding: 0 20px; }
  .header__inner, .topbar__inner, .trustbar__inner, .footer__top, .footer__bottom-inner { padding-left: 20px; padding-right: 20px; }
  .section__head { margin-bottom: 44px; }
  .topbar { display: none; }
  .hero { min-height: 88vh; padding: 110px 0 70px; }
  .hero__ornament { width: 380px; right: -150px; }
  .hero__actions .btn { flex: 1; min-width: 0; }
  .hero__stats { gap: 18px; }
  .hero__stat strong { font-size: 2rem; }
  .hero__stat-div { height: 36px; }
  .trustbar__inner { grid-template-columns: 1fr 1fr; gap: 18px; }
  .trustbar__item { border-right: none; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
  .categories__grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .cat--tall { grid-row: span 1; }
  .cat--wide { grid-column: span 1; }
  .products__grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .atelier__grid { grid-template-columns: 1fr; gap: 60px; }
  .atelier__img-sub { width: 130px; bottom: -25px; right: -10px; }
  .atelier__badge { width: 90px; height: 90px; left: -10px; }
  .atelier__badge strong { font-size: 1.9rem; }
  .process__grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .process__step::before { display: none; }
  .features__grid, .testimonials__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; }
  .gallery__item--wide { grid-column: span 1; }
  .band__inner { flex-direction: column; text-align: center; }
  .band__actions { justify-content: center; }
  .contact__grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .contact__form { padding: 26px 22px; }
  .footer__top { grid-template-columns: 1fr; gap: 32px; padding: 50px 20px 30px; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }
  .to-top { left: 18px; bottom: 18px; }
  .wa-float { right: 18px; bottom: 18px; }
}
@media (max-width: 480px) {
  .products__grid { grid-template-columns: 1fr; }
  .gallery__grid { grid-template-columns: 1fr; }
  .process__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .hero__ornament { animation: none; }
}
