/* ============================================
   MELS DESIGN — Main stylesheet
   Neytri esinli moda e-ticaret teması
   ============================================ */

:root {
  --bg:          #FFFFFF;
  --bg-soft:     #F6F1EA;
  --bg-warm:     #EFE6D9;
  --blush:       #E7D3CC;
  --ink:         #2B2520;
  --ink-soft:    #5A5350;
  --muted:       #9A9590;
  --line:        #E8E0D5;
  --accent:      #B8946A;
  --plum:        #7A5460;
  --sale:        #C44A3D;

  --f-display:        'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --f-display-light:  'Cormorant Garamond', 'Playfair Display', Georgia, serif;
  --f-display-bold:   'Playfair Display', 'Cormorant Garamond', Georgia, serif;
  --f-body:           'Jost', -apple-system, BlinkMacSystemFont, sans-serif;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-strong:    cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out-strong: cubic-bezier(0.77, 0, 0.175, 1);
}

*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.container { max-width: 1440px; margin: 0 auto; padding: 0 48px; }
.container-narrow { max-width: 1280px; margin: 0 auto; padding: 0 48px; }

/* Skip link for accessibility */
.skip-link {
  position: absolute; left: -9999px;
  background: var(--ink); color: #fff;
  padding: 10px 16px;
  z-index: 9999;
}
.skip-link:focus { left: 16px; top: 16px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 18px 36px;
  border-radius: 0;
  transition: all .35s var(--ease);
  border: 1px solid transparent;
}
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--ink); color: #fff; }

/* ============================================
   ANNOUNCEMENT BAR
   ============================================ */
.announce {
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 12px;
  letter-spacing: .12em;
  padding: 10px 16px;
  text-transform: uppercase;
}

/* ============================================
   HEADER
   ============================================ */
.header {
  position: sticky; top: 0; z-index: 60;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 26px 0;
}
.nav { display: flex; gap: 26px; font-size: 14px; font-weight: 500; letter-spacing: .01em; color: var(--ink); list-style: none; margin: 0; padding: 0; }
.nav > li { position: relative; display: inline-flex; align-items: center; gap: 4px; }
.nav a { padding: 6px 0; transition: color .25s; display: inline-flex; align-items: center; gap: 4px; }
.nav a:hover { color: var(--accent); }
.nav .chev { width: 10px; height: 10px; opacity: .55; margin-left: 2px; }

/* Split header — sol yarı: nav + (sağa yaslı) logo; sağ yarı: aksiyonlar */
.header-left  { display: flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 0; }
.header-right { display: flex; align-items: center; justify-content: flex-end; gap: 28px; }
.header-nav-group { display: flex; align-items: center; gap: 18px; min-width: 0; }
.nav-wrap { display: flex; align-items: center; }
.header-search {
  display: flex; align-items: center; gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  background: var(--bg);
}
.header-search input {
  border: none; background: none; outline: none;
  font-family: var(--f-body); font-size: 13px; color: var(--ink);
  width: 150px; max-width: 18vw;
}
.header-search input::placeholder { color: var(--muted); }
.header-search button { display: grid; place-items: center; color: var(--ink-soft); transition: color .2s; }
.header-search button:hover { color: var(--accent); }

/* Anasayfa — şeffaf overlay header: hero görseli üstten tam böler (referans home-6) */
@media (min-width: 1025px) {
  .home .header {
    position: absolute;
    left: 0; right: 0;
    background: transparent;
    border-bottom: none;
    z-index: 60;
  }
  .home .header-inner { padding-top: 80px; padding-bottom: 22px; }
  .home .hero-left { padding-top: 180px; }
}

/* Tags injected via menu item description or class */
.nav > li.tag-sale > a::after,
.nav > li.tag-new > a::after,
.nav > li.tag-hot > a::after {
  position: absolute;
  top: -14px; right: -22px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 3px 7px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  line-height: 1;
}
.nav > li.tag-sale > a::after { content: 'Sale'; background: #5BAE5B; }
.nav > li.tag-new > a::after  { content: 'New';  background: #E33E3E; }
.nav > li.tag-hot > a::after  { content: 'Hot';  background: #E33E3E; }

.logo {
  font-family: var(--f-display);
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-style: normal;
  margin-right: 14px;
  color: var(--ink);
}
.logo .dot { color: var(--ink); }
.logo img { max-height: 50px; width: auto; }
.logo .logo-img { width: clamp(150px, 12vw, 200px); height: auto; object-fit: contain; }

.header-actions { display: flex; gap: 24px; align-items: center; }
.header-actions a { position: relative; display: grid; place-items: center; width: 22px; height: 22px; color: var(--ink); transition: color .25s; }
.header-actions a:hover { color: var(--accent); }
.header-actions svg { width: 20px; height: 20px; stroke-width: 1.4; }
.header-actions .count {
  position: absolute; top: -8px; right: -10px;
  background: var(--ink); color: #fff;
  font-size: 10px; font-weight: 600;
  min-width: 17px; height: 17px; padding: 0 4px;
  border-radius: 50%;
  display: grid; place-items: center;
  line-height: 1;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  width: 28px; height: 28px;
  color: var(--ink);
  background: none; border: none; padding: 0;
}
.menu-toggle svg { width: 100%; height: 100%; }

/* ============================================
   MOBILE DRAWER — sağdan slide-in + sub-panel nav
   ============================================ */
.drawer-overlay {
  position: fixed; inset: 0;
  background: rgba(17,17,17,0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 240ms var(--ease-out-strong), visibility 0s 240ms;
  z-index: 90;
}
.drawer-overlay.is-open {
  opacity: 1; visibility: visible;
  transition: opacity 240ms var(--ease-out-strong), visibility 0s 0s;
}

.drawer {
  position: fixed;
  top: 0; right: 0;
  width: min(380px, 88vw);
  height: 100vh;
  background: #fff;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 320ms var(--ease-in-out-strong);
  display: flex; flex-direction: column;
  overflow: hidden;
}
.drawer.is-open { transform: translateX(0); }

.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  min-height: 60px;
  flex-shrink: 0;
}
.drawer-back,
.drawer-close {
  width: 32px; height: 32px;
  display: grid; place-items: center;
  background: none; border: none; cursor: pointer;
  color: var(--ink);
}
.drawer-back { visibility: hidden; }
.drawer-back.is-visible { visibility: visible; }
.drawer-back svg, .drawer-close svg { width: 22px; height: 22px; stroke-width: 1.6; }
.drawer-title {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--muted);
  text-align: center;
  flex: 1;
}

.drawer-body {
  flex: 1;
  position: relative;
  overflow: hidden;
}

/* Sliding panels container */
.drawer-panels {
  display: flex;
  width: 200%;
  height: 100%;
  transition: transform 320ms var(--ease-in-out-strong);
}
.drawer-panels.is-sub { transform: translateX(-50%); }
.drawer-panel {
  width: 50%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Main panel — top level items */
.drawer-nav { list-style: none; margin: 0; padding: 0; }
.drawer-nav > li {
  border-bottom: 1px solid var(--line);
}
.drawer-nav > li:last-child { border-bottom: none; }
.drawer-nav > li > a,
.drawer-nav > li > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 24px;
  font-family: var(--f-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.drawer-nav > li > a:hover,
.drawer-nav > li > button:hover { background: var(--bg-soft); }
.drawer-nav > li.is-active > button {
  background: var(--ink);
  color: #fff;
}
.drawer-nav > li.is-active > button svg { color: #fff; }

.drawer-nav .label-wrap { display: inline-flex; align-items: center; gap: 8px; }
.drawer-nav .badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  padding: 2px 6px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
}
.drawer-nav .badge.sale { background: #5BAE5B; }
.drawer-nav .badge.new  { background: #E33E3E; }
.drawer-nav .badge.hot  { background: #E33E3E; }
.drawer-nav .chev-right { width: 18px; height: 18px; color: var(--ink); flex-shrink: 0; }

/* Sub-panels (mega menu content for mobile) */
.drawer-subs {
  position: relative;
  height: 100%;
}
.drawer-sub {
  position: absolute;
  inset: 0;
  padding: 8px 0 40px;
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  transition: opacity 200ms ease-out, visibility 0s 200ms;
}
.drawer-sub.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms ease-out, visibility 0s 0s;
}

.drawer-sub-section { padding: 16px 24px 8px; }
.drawer-sub-section h6 {
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}
.drawer-sub-section ul { list-style: none; margin: 0; padding: 0; }
.drawer-sub-section li { margin-bottom: 14px; }
.drawer-sub-section li a {
  font-size: 14px;
  color: var(--ink-soft);
  display: inline-block;
  transition: color .2s, padding-left .2s var(--ease-out-strong);
}
.drawer-sub-section li a::before { content: '– '; opacity: .5; margin-right: 4px; }
.drawer-sub-section li a:hover { color: var(--ink); padding-left: 4px; }

/* Featured / Recent — full-width card section in sub-panel */
.drawer-feat { padding: 0 24px; margin-top: 8px; }
.drawer-feat h6 {
  font-family: var(--f-body);
  font-size: 15px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 16px;
}
.drawer-feat-card {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--bg-soft);
  margin-bottom: 14px;
}
.drawer-feat-card img { width: 100%; height: 100%; object-fit: cover; }
.drawer-feat-cta {
  position: absolute; left: 50%; bottom: 18px;
  transform: translateX(-50%);
  background: #fff; color: var(--ink);
  padding: 12px 24px;
  font-size: 10px; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase;
  white-space: nowrap;
}
.drawer-feat-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center;
  color: var(--ink);
  z-index: 2;
}
.drawer-feat-nav.prev { left: 8px; }
.drawer-feat-nav.next { right: 8px; }
.drawer-feat-nav svg { width: 14px; height: 14px; stroke-width: 1.8; }

/* Mobile post item (Style 4) */
.drawer-post {
  display: flex; gap: 14px;
  padding: 14px 24px;
  align-items: flex-start;
}
.drawer-post-thumb {
  width: 64px; height: 64px;
  flex-shrink: 0; overflow: hidden;
  background: var(--bg-soft);
}
.drawer-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.drawer-post-body h5 {
  font-family: var(--f-display);
  font-size: 14px; font-weight: 600;
  line-height: 1.3; margin-bottom: 4px;
  color: var(--ink);
}
.drawer-post-body p { font-size: 11px; color: var(--muted); }

/* Body scroll lock when drawer open */
body.drawer-open { overflow: hidden; }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .drawer, .drawer-overlay, .drawer-panels { transition-duration: 0ms !important; }
}

/* ============================================
   MEGA MENU — Shared
   ============================================ */
.mega-menu {
  position: absolute;
  left: 0; right: 0;
  top: 100%;
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 48px rgba(17,17,17,0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 220ms var(--ease-out-strong),
    transform 220ms var(--ease-out-strong),
    visibility 0s 220ms;
  z-index: 70;
  padding: 56px 0;
}
/* Default: <li> NOT positioned → mega anchors to header (full width) */
.has-mega { position: static; }
/* Style 3 (narrow popup) anchored to its own menu item */
.has-mega:has(.mega-style-3) { position: relative; }
.has-mega:hover > .mega-menu,
.has-mega:focus-within > .mega-menu,
.has-mega.is-open > .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition:
    opacity 220ms var(--ease-out-strong),
    transform 220ms var(--ease-out-strong),
    visibility 0s 0s;
}
.has-mega > a { position: relative; }
.has-mega:hover > a::after,
.has-mega.is-open > a::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -27px;
  height: 2px;
  background: var(--ink);
}

.mega-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px;
}
.mega-col h6 {
  font-family: var(--f-body);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
  letter-spacing: .02em;
}
.mega-col ul { list-style: none; margin: 0; padding: 0; }
.mega-col li { margin-bottom: 10px; }
.mega-col li a {
  font-size: 14px;
  color: var(--ink-soft);
  transition: color .2s, padding-left .25s var(--ease-out-strong);
  display: inline-block;
}
.mega-col li a:hover { color: var(--ink); padding-left: 4px; }

/* ============================================
   MEGA STYLE 1 — Featured Collection (Mağaza)
   ============================================ */
.mega-style-1 .mega-content {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 48px;
  align-items: start;
}
.mega-style-1 .mega-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  position: relative;
}
.mega-style-1 .mega-product {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-soft);
  cursor: pointer;
}
.mega-style-1 .mega-product img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-out-strong);
}
.mega-style-1 .mega-product:hover img { transform: scale(1.05); }
.mega-style-1 .mega-product-cta {
  position: absolute;
  left: 50%; bottom: 16px;
  transform: translateX(-50%);
  background: #fff; color: var(--ink);
  padding: 10px 20px;
  font-size: 10px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  white-space: nowrap;
}
.mega-style-1 .mega-product-cta.is-featured { background: var(--ink); color: #fff; }
.mega-style-1 .mega-products .mega-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; cursor: pointer;
  color: var(--ink);
}
.mega-style-1 .mega-products .mega-nav.prev { left: -16px; }
.mega-style-1 .mega-products .mega-nav.next { right: -16px; }
.mega-style-1 .mega-products .mega-nav:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.mega-style-1 .mega-products .mega-nav svg { width: 12px; height: 12px; stroke-width: 1.8; }
.mega-style-1 .mega-feat-title { grid-column: 3 / 4; margin-bottom: 18px; }

/* ============================================
   MEGA STYLE 2 — Editorial (Ürünler)
   ============================================ */
.mega-style-2 .mega-content {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  align-items: stretch;
}
.mega-style-2 .mega-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.mega-style-2 .mega-image {
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-soft);
  position: relative;
}
.mega-style-2 .mega-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .8s var(--ease-out-strong);
}
.mega-style-2 .mega-image:hover img { transform: scale(1.05); }
.mega-style-2 .mega-image-label {
  position: absolute; left: 0; top: 50%;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left center;
  font-family: var(--f-display);
  font-size: clamp(48px, 4.5vw, 80px);
  font-weight: 800; font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.5);
  pointer-events: none;
}
.mega-style-2 .mega-promo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-soft);
}
.mega-style-2 .mega-promo img {
  width: 100%; height: 100%; object-fit: cover;
}
.mega-style-2 .mega-promo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.55) 100%);
}
.mega-style-2 .mega-promo-content {
  position: absolute; left: 20px; right: 20px; bottom: 20px;
  color: #fff; z-index: 2;
}
.mega-style-2 .mega-promo-eyebrow {
  font-family: var(--f-body); font-size: 10px;
  letter-spacing: .22em; text-transform: uppercase;
  background: var(--sale); display: inline-block;
  padding: 3px 8px; margin-bottom: 8px;
}
.mega-style-2 .mega-promo-title {
  font-family: var(--f-display); font-size: 20px;
  font-weight: 700; line-height: 1.1; margin-bottom: 10px;
}
.mega-style-2 .mega-promo-btn {
  display: inline-block;
  background: #fff; color: var(--ink);
  padding: 8px 18px;
  font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  transition: background .25s, color .25s;
}
.mega-style-2 .mega-promo-btn:hover { background: var(--accent); color: #fff; }

/* ============================================
   MEGA STYLE 3 — Simple Dropdown (Sayfalar)
   ============================================ */
.mega-style-3 {
  position: absolute;
  left: 0; right: auto;
  top: 100%;
  width: 220px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(17,17,17,0.08);
  padding: 18px 22px;
}
.mega-style-3 .mega-content {
  max-width: none;
  padding: 0;
}
.mega-style-3 ul { list-style: none; margin: 0; padding: 0; }
.mega-style-3 li { margin-bottom: 10px; }
.mega-style-3 li:last-child { margin-bottom: 0; }
.mega-style-3 li a {
  font-size: 14px;
  color: var(--ink-soft);
  display: block;
  transition: color .2s, padding-left .25s var(--ease-out-strong);
}
.mega-style-3 li a:hover { color: var(--ink); padding-left: 4px; }

/* ============================================
   MEGA STYLE 4 — Blog Mega (Blog)
   ============================================ */
.mega-style-4 .mega-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr 1.1fr;
  gap: 36px;
  align-items: start;
}
.mega-style-4 .mega-posts h6 { margin-bottom: 18px; }
.mega-style-4 .mega-post {
  display: flex; gap: 14px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.mega-style-4 .mega-post-thumb {
  width: 70px; height: 70px;
  flex-shrink: 0; overflow: hidden;
  background: var(--bg-soft);
}
.mega-style-4 .mega-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.mega-style-4 .mega-post-body h5 {
  font-family: var(--f-display);
  font-size: 14px; font-weight: 600;
  line-height: 1.3; margin-bottom: 4px;
  color: var(--ink);
}
.mega-style-4 .mega-post-body p {
  font-size: 11px; color: var(--muted);
  letter-spacing: .04em;
}
.mega-style-4 .mega-posts-link {
  display: inline-block;
  margin-top: 10px;
  background: var(--ink); color: #fff;
  padding: 10px 18px;
  font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
  transition: background .25s;
}
.mega-style-4 .mega-posts-link:hover { background: var(--accent); }

.mega-style-4 .mega-promo {
  position: relative;
  aspect-ratio: 3/4;
  overflow: hidden;
  background: var(--bg-soft);
}
.mega-style-4 .mega-promo img {
  width: 100%; height: 100%; object-fit: cover;
}
.mega-style-4 .mega-promo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.55) 100%);
}
.mega-style-4 .mega-promo-content {
  position: absolute; left: 20px; right: 20px; bottom: 22px;
  color: #fff; z-index: 2;
}
.mega-style-4 .mega-promo-eyebrow {
  font-family: var(--f-body); font-size: 9px;
  letter-spacing: .22em; text-transform: uppercase;
  background: var(--sale); display: inline-block;
  padding: 3px 8px; margin-bottom: 10px;
}
.mega-style-4 .mega-promo-title {
  font-family: var(--f-display); font-size: 24px;
  font-weight: 800; line-height: 1.05; margin-bottom: 12px;
  text-transform: uppercase; letter-spacing: -0.01em;
}
.mega-style-4 .mega-promo-btn {
  display: inline-block;
  background: #fff; color: var(--ink);
  padding: 8px 16px;
  font-size: 10px; font-weight: 600;
  letter-spacing: .2em; text-transform: uppercase;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .mega-menu { transition-duration: 0ms !important; }
}

/* Mobile — mega menüleri tek sütun panel */
@media (max-width: 1024px) {
  .mega-menu { display: none; }
}

/* ============================================
   HERO
   ============================================ */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 90px);
  background: var(--bg);
}
.hero-left { padding: 100px 100px 80px; display: flex; flex-direction: column; justify-content: center; background: var(--bg); }
.hero-left h1 {
  font-family: var(--f-display);
  font-size: clamp(44px, 5vw, 80px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  color: var(--ink);
}
.hero-left p {
  font-family: var(--f-display-light);
  font-style: italic;
  font-size: clamp(18px, 1.5vw, 21px);
  color: var(--ink-soft);
  max-width: 460px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.hero-left .btn { align-self: flex-start; }

.hero-thumbs { display: flex; gap: 18px; margin-top: 56px; }
.hero-thumb { width: 130px; height: 165px; overflow: hidden; background: var(--bg-soft); cursor: pointer; position: relative; border-radius: 2px; }
.hero-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.hero-thumb:hover img { transform: scale(1.06); }
.hero-thumb.is-active { outline: 2px solid var(--ink); outline-offset: 2px; }

.hero-pager { display: flex; align-items: center; gap: 24px; margin-top: 36px; font-size: 12px; letter-spacing: .15em; color: var(--muted); }
.hero-pager .dots { display: flex; gap: 6px; }
.hero-pager .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: all .3s; }
.hero-pager .dot.active { background: var(--ink); width: 22px; border-radius: 4px; }
.hero-pager .arrows { display: flex; gap: 6px; }
.hero-pager button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: all .25s; }
.hero-pager button:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

.hero-right { background: var(--bg-soft); position: relative; overflow: hidden; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .4s var(--ease); }

/* ============================================
   SECTION HEAD
   ============================================ */
.sec-head { text-align: center; margin-bottom: 56px; }
.sec-head h2 {
  font-family: var(--f-display);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 16px;
}
.sec-head p {
  font-family: var(--f-display-light);
  font-style: italic;
  font-size: 15px;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ============================================
   TRUST BAR
   ============================================ */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 36px 0; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.trust-item { display: flex; align-items: center; justify-content: center; gap: 14px; }
.trust-item svg { width: 28px; height: 28px; color: var(--ink); stroke-width: 1.2; }
.trust-item h4 { font-family: var(--f-display); font-size: 18px; font-weight: 500; margin-bottom: 2px; }
.trust-item p { font-size: 11px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }

/* ============================================
   PROMO — Neytri 2-card layout + scrolling marquee
   ============================================ */
.promo {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
}

/* Scrolling watermark — kartların altında, ayrı şerit */
.promo-marquee {
  margin-top: 56px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  white-space: nowrap;
  user-select: none;
}
.promo-marquee-track {
  display: inline-flex;
  gap: 80px;
  animation: marqueeScroll 18s linear infinite;
  will-change: transform;
}
.promo-marquee span {
  font-family: var(--f-display);
  font-size: clamp(56px, 9vw, 150px);
  font-weight: 800;
  font-style: italic;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 0.8px rgba(17,17,17,0.18);
  text-stroke: 0.8px rgba(17,17,17,0.18);
  line-height: 1.05;
  white-space: nowrap;
  flex-shrink: 0;
}
@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* Two-card grid */
.promo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.promo-card {
  background: #fff;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  transition: box-shadow .4s var(--ease-out-strong);
}
.promo-card:hover { box-shadow: 0 24px 60px rgba(17,17,17,0.08); }

.promo-card-text { padding: 56px 48px; }
.promo-card h2 {
  font-family: var(--f-display);
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  margin-bottom: 16px;
  color: var(--ink);
}
.promo-card p {
  color: var(--ink-soft);
  margin-bottom: 28px;
  max-width: 380px;
  font-size: 18px;
  font-family: var(--f-display-light);
  font-style: italic;
  line-height: 1.6;
}
.promo-card-link {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: 1.5px solid var(--ink);
  padding-bottom: 4px;
  transition: color .25s, border-color .25s;
}
.promo-card-link:hover { color: var(--accent); border-color: var(--accent); }

.promo-card-visual {
  position: relative;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}
.promo-card-visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s var(--ease-out-strong);
}
.promo-card:hover .promo-card-visual img { transform: scale(1.04); }

/* Mini card (right) — tighter spacing */
.promo-card.is-mini { grid-template-columns: 1fr 1fr; min-height: 360px; }
.promo-card.is-mini .promo-card-text { padding: 36px 28px; }
.promo-card.is-mini h2 {
  font-size: clamp(20px, 1.6vw, 26px);
  margin-bottom: 10px;
}
.promo-card.is-mini p { font-size: 15px; margin-bottom: 18px; }
.promo-card.is-mini .promo-card-link { font-size: 10px; letter-spacing: .2em; }

/* ============================================
   BRANDED COLLECTIONS
   ============================================ */
.branded { padding: 100px 0 110px; background: var(--bg); overflow: hidden; position: relative; }
.branded-head { text-align: center; margin-bottom: 70px; }
.branded-head h2 {
  font-family: var(--f-display);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 18px;
}
.branded-head p {
  font-family: var(--f-display);
  font-style: italic;
  font-weight: 400;
  font-size: 22.5px;
  color: var(--ink-soft);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.branded-stage { position: relative; height: 640px; display: flex; align-items: center; justify-content: center; }
.branded-track { position: relative; z-index: 1; display: flex; align-items: center; gap: 24px; width: 100%; justify-content: center; }

/* Card sizing/opacity transitions — specific properties only, strong ease curve, <320ms */
.bc-card {
  flex-shrink: 0; position: relative; overflow: hidden; cursor: pointer;
  background: var(--bg-soft);
  transition:
    width 320ms var(--ease-in-out-strong),
    height 320ms var(--ease-in-out-strong),
    opacity 240ms ease-out,
    filter 240ms ease-out,
    box-shadow 320ms var(--ease-in-out-strong);
  will-change: width, height, transform, opacity;
}
.bc-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 600ms var(--ease-out-strong);
}
.bc-card.peek { width: 300px; height: 450px; opacity: .55; filter: saturate(.7); }
.bc-card.peek-far { width: 250px; height: 400px; opacity: .3; }
.bc-card.active { width: 450px; height: 600px; opacity: 1; filter: none; box-shadow: 0 20px 40px rgba(0,0,0,.12); position: relative; }
.bc-card.active::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.35) 100%); pointer-events: none; }

/* CTA — her kartta var, yalnızca aktif kartta görünür (otomatik geçişte buton kaybolmaz) */
.bc-cta {
  position: absolute; left: 50%; bottom: 36px;
  transform: translateX(-50%) translateY(0);
  background: #fff; color: var(--ink);
  padding: 14px 32px;
  font-size: 11px; font-weight: 600;
  letter-spacing: .25em; text-transform: uppercase;
  white-space: nowrap;
  z-index: 2;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: background 200ms ease-out, color 200ms ease-out;
}
.bc-card.active .bc-cta {
  opacity: 1; visibility: visible; pointer-events: auto;
  animation: bcCtaIn 380ms var(--ease-out-strong) backwards;
}
@keyframes bcCtaIn {
  from { opacity: 0; transform: translateX(-50%) translateY(10px); filter: blur(4px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0);     filter: blur(0); }
}
.bc-card.active:hover .bc-cta { background: var(--ink); color: #fff; }
.bc-card.active:hover img { transform: scale(1.05); }

/* Blur masking during card swap — Emil: blur bridges visual gap of overlapping states */
.branded-track.is-animating .bc-card {
  filter: blur(2px);
}
.branded-track.is-animating .bc-card.peek { filter: blur(2px) saturate(.7); }
.branded-track.is-animating .bc-card.peek-far { filter: blur(3px); }
.branded-track.is-animating .bc-card.active { filter: blur(1px); }

/* Kart üzerinde kategori watermark'ı — her kartta kendi etiketi.
   Yan kartlar sönük (kart opacity'si düşük), öne gelen kartta en belirgin. */
.bc-watermark {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(40px, 6vw, 92px);
  letter-spacing: 0.01em;
  color: rgba(28, 25, 22, .22);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

/* Nav buttons — instant press feedback + clean hover transition */
.bc-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: #fff; border: 1px solid var(--line);
  display: grid; place-items: center; cursor: pointer;
  z-index: 5; color: var(--ink);
  transition:
    background 200ms ease-out,
    color 200ms ease-out,
    border-color 200ms ease-out,
    transform 140ms var(--ease-out-strong);
}
.bc-nav:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.bc-nav:active { transform: translateY(-50%) scale(0.94); }
.bc-nav:disabled { opacity: .5; cursor: not-allowed; }
.bc-nav.prev { left: calc(50% - 275px); }
.bc-nav.next { right: calc(50% - 275px); background: var(--ink); color: #fff; border-color: var(--ink); }
.bc-nav.next:hover { background: var(--accent); border-color: var(--accent); }
.bc-nav.next:active { transform: translateY(-50%) scale(0.94); }
.bc-nav svg {
  width: 14px; height: 14px; stroke-width: 1.8;
  transition: transform 180ms var(--ease-out-strong);
}
/* Tiny arrow nudge on press for tactile direction feedback */
.bc-nav.prev:active svg { transform: translateX(-2px); }
.bc-nav.next:active svg { transform: translateX(2px); }

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .bc-card,
  .bc-card img,
  .branded-bg span,
  .bc-card.active .bc-cta {
    transition-duration: 0ms !important;
    animation: none !important;
  }
  .branded-track.is-animating .bc-card { filter: none; }
}

/* ============================================
   PRODUCT GRID
   ============================================ */
.deals { padding: 80px 0 100px; }
.arrivals { padding: 0 0 120px; }
.deals-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; }
.product { position: relative; }
.product-media { display: block; position: relative; background: var(--bg-soft); overflow: hidden; aspect-ratio: 4/5; margin-bottom: 18px; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.product:hover .product-media img { transform: scale(1.04); }
.product-tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--ink); color: #fff;
  font-size: 10px; font-weight: 500;
  letter-spacing: .18em; text-transform: uppercase;
  padding: 6px 10px;
  z-index: 2;
}
.product-tag.sale { background: var(--ink); }
.product-tag.new { background: #5BAE5B; }
.product-fav {
  position: absolute; top: 14px; right: 14px;
  width: 38px; height: 38px;
  background: #fff;
  display: grid; place-items: center;
  opacity: 0; transform: translateY(-4px);
  transition: all .3s var(--ease);
  color: var(--ink);
}
.product:hover .product-fav { opacity: 1; transform: translateY(0); }
.product-quick {
  position: absolute; left: 0; right: 0; bottom: 0;
  background: var(--ink); color: #fff;
  text-align: center;
  font-size: 11px; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 16px;
  transform: translateY(100%);
  transition: transform .35s var(--ease);
}
.product:hover .product-quick { transform: translateY(0); }
.product h4 { font-family: var(--f-display); font-size: 18px; font-weight: 500; margin-bottom: 6px; }
.product .price { font-family: var(--f-body); font-size: 14px; font-weight: 500; letter-spacing: .04em; }
.product .price del { color: var(--muted); font-weight: 400; margin-right: 8px; }
.product .stars { color: var(--accent); font-size: 11px; letter-spacing: .15em; display: block; margin-top: 4px; }

/* ============================================
   SLOGAN BAND
   ============================================ */
.slogan { padding: 120px 0; background: var(--bg-soft); }
.slogan-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: center; }
.slogan-img { overflow: hidden; aspect-ratio: 4/5; background: var(--bg-warm); }
.slogan-img img { width: 100%; height: 100%; object-fit: cover; }
.slogan h2 { font-family: var(--f-display); font-size: clamp(36px, 4.4vw, 56px); font-weight: 700; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 28px; }
.slogan p { color: var(--ink-soft); margin-bottom: 44px; max-width: 480px; font-size: 14px; line-height: 1.75; }
.slogan-features { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-bottom: 44px; }
.slogan-feat { display: flex; gap: 16px; align-items: flex-start; }
.slogan-feat svg { width: 32px; height: 32px; color: var(--accent); stroke-width: 1.2; flex-shrink: 0; }
.slogan-feat h4 { font-family: var(--f-display); font-size: 18px; font-weight: 500; margin-bottom: 4px; }
.slogan-feat p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.5; }

/* ============================================
   LOOKBOOK
   ============================================ */
.lookbook { padding: 0 0 120px; }
.lookbook-img { overflow: hidden; aspect-ratio: 21/9; position: relative; background: var(--bg-warm); }
.lookbook-img img { width: 100%; height: 100%; object-fit: cover; }
.lookbook-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 60%); }
.lookbook-img .caption { position: absolute; left: 64px; top: 50%; transform: translateY(-50%); color: #fff; max-width: 460px; z-index: 2; }
.lookbook-img .caption h2 { font-family: var(--f-display); font-size: clamp(36px, 4vw, 52px); font-weight: 700; line-height: 1.08; letter-spacing: -0.015em; margin-bottom: 28px; }

/* ============================================
   INSTAGRAM
   ============================================ */
.insta { padding: 60px 0 100px; }
.insta-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.insta-tile { aspect-ratio: 1; overflow: hidden; position: relative; background: var(--bg-warm); }
.insta-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.insta-tile:hover img { transform: scale(1.08); }
.insta-tile::after { content: ''; position: absolute; inset: 0; background: rgba(17,17,17,0); transition: background .3s; }
.insta-tile:hover::after { background: rgba(17,17,17,.2); }

/* ============================================
   NEWSLETTER
   ============================================ */
.newsletter { background: var(--bg-warm); padding: 100px 0; text-align: center; }
.newsletter h2 { font-family: var(--f-display); font-size: clamp(34px, 4vw, 48px); font-weight: 700; line-height: 1.1; margin-bottom: 16px; letter-spacing: -0.015em; }
.newsletter > .container-narrow > p { color: var(--ink-soft); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; font-size: 14px; }
.news-form { display: flex; max-width: 540px; margin: 0 auto; border-bottom: 1.5px solid var(--ink); }
.news-form input { flex: 1; border: none; padding: 14px 4px; font-family: inherit; font-size: 14px; background: transparent; outline: none; color: var(--ink); }
.news-form input::placeholder { color: var(--muted); }
.news-form button { font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; padding: 14px 4px; color: var(--ink); transition: color .25s; }
.news-form button:hover { color: var(--accent); }

/* ============================================
   FOOTER
   ============================================ */
.footer { background: #fff; padding: 90px 0 36px; border-top: 1px solid var(--line); }
.footer-top { display: grid; grid-template-columns: 1.25fr 1.75fr; gap: 60px; margin-bottom: 60px; }
.footer-logo { display: inline-block; margin-bottom: 24px; }
.footer-logo img { height: 60px; width: auto; }
.footer-newsletter h3 { font-family: var(--f-display); font-size: 28px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.footer-newsletter p { color: var(--ink-soft); font-size: 14px; line-height: 1.7; max-width: 360px; margin-bottom: 24px; }
.footer-newsletter .news-form {
  display: flex; align-items: center;
  max-width: 400px; margin: 0 0 26px;
  background: var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
}
.footer-newsletter .news-form input { flex: 1; border: none; background: none; padding: 12px 0; font-family: var(--f-body); font-size: 14px; outline: none; color: var(--ink); }
.footer-newsletter .news-form input::placeholder { color: var(--muted); }
.footer-newsletter .news-form button { width: 44px; height: 44px; flex: 0 0 auto; padding: 0; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; transition: background .25s var(--ease); }
.footer-newsletter .news-form button:hover { background: var(--accent); }
.footer-newsletter .socials { display: flex; gap: 14px; }
.footer-newsletter .socials a { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; color: var(--ink); transition: all .25s; }
.footer-newsletter .socials a:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-col h5 { font-family: var(--f-body); font-size: 12px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; margin-bottom: 22px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { font-size: 13px; color: var(--ink-soft); transition: color .25s; }
.footer-col a:hover { color: var(--accent); }
.footer-bot { border-top: 1px solid var(--line); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: var(--muted); letter-spacing: .04em; }

/* ============================================
   WOOCOMMERCE OVERRIDES
   ============================================ */
.mels-woo-main { padding: 60px 0 80px; }
.woocommerce ul.products li.product { background: transparent; margin-bottom: 40px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 500;
  padding: 14px 0 6px;
}
.woocommerce ul.products li.product .price { font-family: var(--f-body); color: var(--ink); font-weight: 500; }
.woocommerce ul.products li.product .price del { color: var(--muted); font-weight: 400; }
.woocommerce ul.products li.product img { aspect-ratio: 3/4; object-fit: cover; }
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button {
  background: var(--ink); color: #fff;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  padding: 14px 22px;
}
.woocommerce ul.products li.product a.button:hover { background: var(--accent); }
.woocommerce span.onsale {
  background: var(--ink) !important;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 6px 10px;
  min-height: auto;
  min-width: auto;
  line-height: 1;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: var(--ink);
  background: var(--bg-soft);
  font-family: var(--f-body);
}
.woocommerce-message::before,
.woocommerce-info::before { color: var(--ink); }
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--ink); color: #fff;
  border-radius: 0;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--accent); }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .container, .container-narrow { padding: 0 32px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 32px; }
  .hero-right { height: 70vh; }
  .slogan-grid { grid-template-columns: 1fr; gap: 50px; }
  .deals-grid { grid-template-columns: repeat(2, 1fr); }
  .insta-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-top { grid-template-columns: 1fr; gap: 44px; }
  .footer-links { grid-template-columns: repeat(3, 1fr); gap: 28px; }
  .nav { display: none; }
  .header-search { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .header-actions { gap: 18px; }
  /* Promo tablet+ */
  .promo { padding: 70px 0 90px; }
  .promo-grid { grid-template-columns: 1fr; gap: 20px; }
  .promo-card { grid-template-columns: 1.1fr 1fr; min-height: 280px; }
  .promo-card-text { padding: 40px 32px; }
  .promo-card-visual { min-height: 280px; }
  .promo-card.is-mini { grid-template-columns: 1fr 1fr; min-height: 240px; }
  .promo-card.is-mini .promo-card-text { padding: 28px 24px; }
  .promo-marquee { margin-top: 40px; }
  .bc-card.peek-far { display: none; }
  .bc-nav.prev { left: 16px; }
  .bc-nav.next { right: 16px; }
}
@media (max-width: 600px) {
  .container, .container-narrow { padding: 0 20px; }
  .hero-left { padding: 48px 20px; }
  .hero-left h1 { font-size: 48px; }
  .deals-grid { grid-template-columns: 1fr; }
  /* Promo mobile — kartlar dikey stack: görsel üstte, metin altta */
  .promo { padding: 60px 0 80px; }
  .promo-card,
  .promo-card.is-mini {
    grid-template-columns: 1fr;
    grid-template-rows: 240px auto;
    min-height: auto;
  }
  .promo-card-visual,
  .promo-card.is-mini .promo-card-visual { min-height: 240px; order: 1; }
  .promo-card-text,
  .promo-card.is-mini .promo-card-text {
    padding: 28px 24px 32px;
    order: 2;
  }
  .promo-card h2 { font-size: 24px; }
  .promo-card.is-mini h2 { font-size: 20px; }
  .promo-card p { font-size: 13px; margin-bottom: 20px; }
  .promo-marquee { margin-top: 32px; }
  .promo-marquee span { font-size: 48px; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
  .footer-bot { flex-direction: column; gap: 10px; }
  .lookbook-img .caption { left: 24px; right: 24px; max-width: none; }
  .bc-card.peek { width: 170px; height: 260px; }
  .bc-card.active { width: 320px; height: 440px; }
  .branded-stage { height: 480px; }
}
