html {
  scroll-behavior: smooth;
  background-color: #FFF5F6;
  overflow-x: clip;
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  min-width: 0;
}

/* ── Arka plan doku desenleri ── */
.site-texture,
.home-texture {
  pointer-events: none;
  background-color: #FFF5F6;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath d='M0 28h56M28 0v56' stroke='%23B8146D' stroke-width='0.55' stroke-opacity='0.19' fill='none'/%3E%3Cpath d='M0 0l56 56M56 0L0 56' stroke='%23B8146D' stroke-width='0.35' stroke-opacity='0.09' fill='none'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='1' cy='1' r='0.6' fill='%235A0A35' fill-opacity='0.16'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 55% 45% at 92% 8%, rgba(184, 20, 109, 0.11) 0%, transparent 58%),
    radial-gradient(ellipse 50% 40% at 4% 92%, rgba(90, 10, 53, 0.09) 0%, transparent 55%),
    linear-gradient(175deg, #FFF5F6 0%, #FFFAFB 42%, #FFF7F8 100%);
  background-size: 56px 56px, 20px 20px, 100% 100%, 100% 100%, 100% 100%;
}

/* İç sayfalar: tam sayfa sabit doku */
.site-texture {
  position: fixed;
  inset: 0;
  z-index: 0;
  background-attachment: fixed;
}

/* Ana sayfa: doku yalnızca video altında, keskin sınır */
.home-content {
  position: relative;
  z-index: 1;
}

.home-texture {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath d='M0 28h56M28 0v56' stroke='%23B8146D' stroke-width='0.55' stroke-opacity='0.17' fill='none'/%3E%3Cpath d='M0 0l56 56M56 0L0 56' stroke='%23B8146D' stroke-width='0.35' stroke-opacity='0.08' fill='none'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='1' cy='1' r='0.6' fill='%235A0A35' fill-opacity='0.14'/%3E%3C/svg%3E"),
    radial-gradient(ellipse 55% 45% at 92% 8%, rgba(184, 20, 109, 0.09) 0%, transparent 58%),
    radial-gradient(ellipse 50% 40% at 4% 92%, rgba(90, 10, 53, 0.07) 0%, transparent 55%),
    linear-gradient(175deg, #FFF5F6 0%, #FFFAFB 42%, #FFF7F8 100%);
  background-size: 56px 56px, 20px 20px, 100% 100%, 100% 100%, 100% 100%;
}

.home-content > :not(.home-texture) {
  position: relative;
  z-index: 1;
}

.luxury-page {
  position: relative;
  z-index: 1;
  background: transparent;
}

.luxury-page > :not(.site-texture) {
  position: relative;
  z-index: 1;
}

/* Yapışkan navbar — pudra cam efekt */
.site-header {
  background: rgba(255, 245, 246, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: none;
  overflow: visible;
}

.site-header--bar,
.site-header--hero {
  padding-top: 0.25rem;
}
@media (min-width: 1024px) {
  .site-header--bar,
  .site-header--hero {
    padding-top: 0.35rem;
  }
}

/* Header — kategoriler logo+wordmark ortasına hizalı */
.site-header__grid {
  display: flex;
  flex-direction: column;
}

.site-header__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 2vw, 1.35rem);
  min-height: 0;
}

.brand-logo--nav {
  flex-shrink: 0;
  align-self: center;
  gap: 0.08rem;
  margin: -0.45rem 0 0;
  padding: 0;
}

.site-nav__rail {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.35rem, 1.2vw, 0.75rem);
  min-width: 0;
  align-self: center;
  min-height: 0;
}

@media (min-width: 1024px) {
  .site-nav__rail > ul,
  .site-nav__links {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 !important;
    min-width: 0;
    height: auto;
    padding-left: clamp(0.25rem, 1vw, 0.85rem);
    padding-right: clamp(0.5rem, 1.8vw, 1.5rem);
  }

  .site-nav__links > li {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }
}

.site-nav__tools {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 0.25rem;
  flex-shrink: 0;
  height: 2.25rem;
}

.site-nav__rule {
  width: 100%;
  height: 1px;
  flex-shrink: 0;
  background: rgba(17, 17, 17, 0.16);
  margin-top: 0.5rem;
}

.site-nav__mobile {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
}

.site-header--bar {
  padding-bottom: 0.75rem;
  border-bottom: none !important;
}

.site-header--hero {
  padding-bottom: 0.5rem;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none !important;
}

/* İç sayfalarda çizgi ana sayfadaki kadar net okunur */
.site-header--bar .site-nav__rule {
  background: rgba(17, 17, 17, 0.18);
}

/* Bölüm yüzeyleri — iç sayfalar: opak doku; ana sayfa: şeffaf (home-texture altta) */
.luxury-surface {
  position: relative;
  isolation: isolate;
  background-color: #FFF5F6;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cpath d='M0 28h56M28 0v56' stroke='%23B8146D' stroke-width='0.55' stroke-opacity='0.19' fill='none'/%3E%3Cpath d='M0 0l56 56M56 0L0 56' stroke='%23B8146D' stroke-width='0.35' stroke-opacity='0.09' fill='none'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Ccircle cx='1' cy='1' r='0.6' fill='%235A0A35' fill-opacity='0.16'/%3E%3C/svg%3E"),
    linear-gradient(168deg, #FFF5F6 0%, #FFFAFB 48%, #FFF7F8 100%);
  background-size: 56px 56px, 20px 20px, 100% 100%;
}

.luxury-surface::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='0.55' fill='%23B8146D' fill-opacity='0.4'/%3E%3C/svg%3E");
  background-size: 40px 40px;
}

.luxury-surface::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(ellipse 55% 45% at 0% 100%, rgba(184, 20, 109, 0.08) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(252, 228, 239, 0.28) 0%, transparent 50%);
}

.luxury-surface--home {
  background: transparent;
  background-image: none;
}

.luxury-surface--home::before,
.luxury-surface--home::after {
  display: none;
}

.luxury-surface > * {
  position: relative;
  z-index: 1;
}

/* Hero video — hafif pudra tonu, alt geçiş yumuşak */
.hero-wash {
  background: rgba(255, 245, 246, 0.14);
}

.hero-blend {
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 58%,
    rgba(255, 245, 246, 0.22) 78%,
    rgba(255, 245, 246, 0.55) 92%,
    #FFF5F6 100%
  );
}

/* Okunabilir açıklama metni */
.text-lead {
  color: #222222;
  font-weight: 300;
  text-shadow: 0 1px 14px rgba(255, 245, 246, 0.85), 0 0 1px rgba(255, 255, 255, 0.6);
}
.text-lead-cherry { color: #5A0A35; }

.product-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.55rem;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #5A0A35;
  font-weight: 400;
  transition: color 0.45s ease, letter-spacing 0.45s ease;
}
.product-card__cta::after {
  content: '→';
  font-size: 0.65rem;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover .product-card__cta { color: #B8146D; letter-spacing: 0.24em; }
.product-card:hover .product-card__cta::after { transform: translateX(3px); }

/* Marka logosu — amblem üstte, wordmark altta */
.brand-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.45s ease;
}
.brand-logo:hover { opacity: 0.82; }
.brand-logo__mark {
  display: block;
  flex-shrink: 0;
  height: 8.5rem;
  width: 8.5rem;
  object-fit: contain;
}
.brand-logo__text {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 0.93rem;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #111111;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .brand-logo__mark {
    height: 9.5rem;
    width: 9.5rem;
  }
  .brand-logo__text {
    font-size: 1.02rem;
    letter-spacing: 0.32em;
  }
}
.brand-logo--footer {
  gap: 0.4rem;
}
.brand-logo--footer .brand-logo__mark {
  height: 6rem;
  width: 6rem;
}
.brand-logo--footer .brand-logo__text {
  font-size: 0.78rem;
  letter-spacing: 0.24em;
}

/* Navbar logosu — kompakt kilit, çizgi üstünde kalır */
.brand-logo--nav .brand-logo__mark {
  height: 4.25rem;
  width: 4.25rem;
  display: block;
}
.brand-logo--nav .brand-logo__text {
  font-size: 0.68rem;
  margin-top: -0.38rem;
  line-height: 1;
  letter-spacing: 0.26em;
}
@media (min-width: 640px) {
  .brand-logo--nav .brand-logo__mark {
    height: 5rem;
    width: 5rem;
  }
  .brand-logo--nav .brand-logo__text {
    font-size: 0.74rem;
    margin-top: -0.45rem;
  }
}
@media (min-width: 1024px) {
  .brand-logo--nav .brand-logo__mark {
    height: 5.75rem;
    width: 5.75rem;
  }
  .brand-logo--nav .brand-logo__text {
    font-size: 0.82rem;
    margin-top: -0.48rem;
    letter-spacing: 0.28em;
  }
}
@media (min-width: 1280px) {
  .brand-logo--nav .brand-logo__mark {
    height: 6.25rem;
    width: 6.25rem;
  }
  .brand-logo--nav .brand-logo__text {
    font-size: 0.88rem;
    margin-top: -0.5rem;
    letter-spacing: 0.3em;
  }
}

.nav-link {
  position: relative;
  color: rgba(17, 17, 17, 0.88);
  font-weight: 400;
  transition: color 0.5s ease;
}

.site-nav__links .nav-link {
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
}

/* Hero üzerinde video — kategoriler daha okunaklı */
.site-header--hero .nav-link {
  color: rgba(17, 17, 17, 0.94);
  text-shadow:
    0 0 18px rgba(255, 245, 246, 0.95),
    0 1px 2px rgba(255, 255, 255, 0.55);
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1px;
  background: #B8146D;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.nav-link:hover { color: #111111; }
.nav-link:hover::after { transform: scaleX(1); }

.icon-btn {
  color: rgba(17, 17, 17, 0.55);
  transition: color 0.45s ease;
}
.icon-btn:hover { color: #B8146D; }

.lang-btn {
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.4);
  transition: color 0.4s ease;
  padding: 0 0.15rem;
}
.lang-btn.active { color: #B8146D; font-weight: 500; }
.lang-divider { color: rgba(17, 17, 17, 0.2); font-size: 0.55rem; }

.brush-highlight {
  position: relative;
  display: inline;
  font-style: italic;
  color: #B8146D;
  letter-spacing: 0.04em;
}
.brush-highlight::before {
  content: '';
  position: absolute;
  left: -0.1em; right: -0.06em;
  top: 55%; height: 0.38em;
  transform: translateY(-50%) rotate(-0.6deg);
  background: linear-gradient(95deg, rgba(255,245,246,0.9) 0%, rgba(184,20,109,0.14) 100%);
  border-radius: 2px 35% 2px 40%;
  z-index: -1;
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 0;
  font-weight: 300;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #111111;
  text-decoration: none;
  transition: color 0.5s ease, box-shadow 0.6s ease;
}
.btn-primary::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: #B8146D;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary:hover {
  color: #B8146D;
  box-shadow: 0 6px 20px -8px rgba(184, 20, 109, 0.2);
}
.btn-primary:hover::after { transform: scaleX(1); }

.btn-ghost {
  font-weight: 400;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.9);
  text-decoration: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.38);
  padding-bottom: 0.65rem;
  transition: color 0.5s ease, border-color 0.5s ease;
}
.btn-ghost:hover {
  color: #111111;
  border-color: rgba(184, 20, 109, 0.55);
}

/* Hero CTA — video üzerinde okunaklı */
.h-screen .btn-ghost {
  color: rgba(17, 17, 17, 0.94);
  border-bottom-color: rgba(17, 17, 17, 0.45);
  text-shadow:
    0 0 18px rgba(255, 245, 246, 0.95),
    0 1px 2px rgba(255, 255, 255, 0.55);
}

.btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem 2rem;
  background: #B8146D;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.btn-cart:hover {
  background: #D4328A;
  box-shadow: 0 8px 28px -8px rgba(184, 20, 109, 0.45);
}

.product-card { display: block; text-decoration: none; color: inherit; }
.product-card__img-wrap {
  overflow: hidden;
  background: linear-gradient(160deg, #FFF5F6 0%, #FCE4EF 55%, #FFF8F9 100%);
}
.product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover .product-card__img { transform: scale(1.05); }
.product-card__meta {
  padding: 0.85rem 0 0;
  transition: opacity 0.5s ease;
}

.filter-pill {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.55rem 1.25rem;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.55);
  background: transparent;
  cursor: pointer;
  transition: all 0.45s ease;
}
.filter-pill:hover,
.filter-pill.active {
  border-color: #B8146D;
  color: #B8146D;
  background: rgba(184, 20, 109, 0.04);
}

.size-btn {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  border: 1px solid rgba(17, 17, 17, 0.12);
  color: rgba(17, 17, 17, 0.65);
  background: transparent;
  cursor: pointer;
  transition: all 0.4s ease;
}
.size-btn:hover,
.size-btn.active {
  border-color: #B8146D;
  color: #B8146D;
  background: rgba(184, 20, 109, 0.05);
}

.gallery-thumb {
  opacity: 0.55;
  transition: opacity 0.4s ease, ring 0.4s ease;
  cursor: pointer;
}
.gallery-thumb.active,
.gallery-thumb:hover { opacity: 1; }

.form-field {
  display: block;
  width: 100%;
  padding: 0.85rem 0;
  font-size: 0.85rem;
  font-weight: 300;
  color: #111111;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
  outline: none;
  transition: border-color 0.45s ease;
}
.form-field:focus { border-bottom-color: #B8146D; }
.form-field::placeholder { color: rgba(17, 17, 17, 0.35); }
textarea.form-field { min-height: 120px; resize: vertical; }

.contact-map__frame {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(17, 17, 17, 0.06);
  aspect-ratio: 16 / 9;
  background: rgba(17, 17, 17, 0.03);
}
.contact-map__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 1024px) {
  .contact-map__frame {
    aspect-ratio: 21 / 9;
    max-height: 26rem;
  }
}

.form-label {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.45);
  margin-bottom: 0.35rem;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 2.5rem;
  font-size: 0.62rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: #B8146D;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.btn-submit:hover {
  background: #D4328A;
  box-shadow: 0 8px 24px -8px rgba(184, 20, 109, 0.4);
}

.timeline-item {
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 3rem;
}
.timeline-item::before {
  content: '';
  position: absolute;
  left: 0.35rem;
  top: 0.5rem;
  bottom: 0;
  width: 1px;
  background: rgba(184, 20, 109, 0.2);
}
.timeline-item:last-child::before { display: none; }
.timeline-item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid #B8146D;
  background: #FFF5F6;
}

.nav-link.active { color: #B8146D; }

.design-credit {
  position: fixed;
  bottom: 0.85rem;
  right: 1.25rem;
  z-index: 35;
  font-size: 0.52rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.32);
  text-decoration: none;
  transition: color 0.25s ease;
  pointer-events: auto;
}
.design-credit:hover {
  color: #B8146D;
}
@media (max-width: 639px) {
  .design-credit {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    max-width: calc(100vw - 2rem);
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* ── Mobil optimizasyon ── */
@media (max-width: 1023px) {
  .site-texture {
    position: absolute;
    min-height: 100%;
    background-attachment: scroll;
  }

  /* Masaüstü nav linkleri mobilde kesinlikle gizli */
  .site-nav__links {
    display: none !important;
  }

  .site-nav__rail {
    flex: 0 0 auto;
  }

  .site-header__bar {
    align-items: center;
  }

  .site-header--menu-open {
    background: rgba(255, 245, 246, 0.97) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
  }

  .site-nav__mobile:not(.hidden) {
    width: 100%;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    margin-top: 0.65rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .site-nav__mobile:not(.hidden) .mobile-lang {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  }

  .site-nav__mobile a {
    display: block;
    padding: 0.5rem 0;
    font-size: 0.72rem;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 639px) {
  body {
    padding-bottom: max(2.75rem, env(safe-area-inset-bottom, 0px));
  }

  .site-header {
    padding-left: max(1.5rem, env(safe-area-inset-left, 0px));
    padding-right: max(1.5rem, env(safe-area-inset-right, 0px));
  }

  .design-credit {
    bottom: max(0.85rem, env(safe-area-inset-bottom, 0px));
  }

  /* Header & logo */
  .site-header {
    overflow-x: clip;
  }

  .site-header--bar,
  .site-header--hero {
    padding-bottom: 0.65rem;
  }

  .brand-logo--nav {
    margin-top: 0;
    max-width: calc(100vw - 4.5rem);
  }

  .brand-logo--nav .brand-logo__mark {
    height: 2.85rem;
    width: 2.85rem;
  }

  .brand-logo--nav .brand-logo__text {
    font-size: 0.5rem;
    letter-spacing: 0.16em;
    margin-top: -0.2rem;
  }

  .brand-logo--footer .brand-logo__mark {
    height: 4.5rem;
    width: 4.5rem;
  }

  .brand-logo--footer .brand-logo__text {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  /* Hero */
  .hero-section {
    min-height: 100svh;
    min-height: 520px;
  }

  .hero-section .hero-copy {
    padding-bottom: 5.5rem;
  }

  .hero-section h1 {
    font-size: clamp(1.85rem, 8.5vw, 2.5rem);
    line-height: 1.08;
    margin-bottom: 1rem;
  }

  .hero-section .hero-copy p {
    font-size: 0.8125rem;
    line-height: 1.85;
    margin-bottom: 1.75rem;
  }

  .hero-section .hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
  }

  /* Koleksiyon başlıkları */
  #koleksiyonlar .flex.items-end.justify-between {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  /* Ana sayfa editoryal grid — meta metin çakışmasını önle */
  [data-collection] > .grid.grid-cols-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 0.75rem;
  }

  [data-collection] > .grid.grid-cols-12 > .product-card {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    grid-column-start: auto !important;
    grid-row-start: auto !important;
  }

  [data-collection] > .grid.grid-cols-12 > .product-card:first-child {
    grid-column: span 2 !important;
  }

  [data-collection] > .grid.grid-cols-12 .product-card__img-wrap {
    aspect-ratio: 3 / 4;
    height: auto !important;
  }

  [data-collection] > .grid.grid-cols-12 .product-card__meta {
    padding-top: 0.65rem;
  }

  [data-collection] > .grid.grid-cols-12 .product-card__meta p {
    font-size: 0.8125rem;
    line-height: 1.35;
  }

  /* Filtre pill yatay kaydırma */
  .filter-scroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0.5rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.35rem;
  }

  .filter-scroll::-webkit-scrollbar {
    display: none;
  }

  .filter-scroll .filter-pill {
    flex-shrink: 0;
    padding: 0.5rem 1rem;
    font-size: 0.58rem;
  }

  /* Ürün detay */
  .product-breadcrumb {
    flex-wrap: wrap;
    row-gap: 0.35rem;
    line-height: 1.5;
  }

  .product-breadcrumb #breadcrumbProduct {
    max-width: 100%;
  }

  /* İletişim & iç sayfa boşlukları */
  .luxury-surface.max-w-\[1440px\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .timeline-item {
    padding-left: 2rem;
    padding-bottom: 2.25rem;
  }

  /* Bölüm dikey boşluk */
  .luxury-surface--home.py-24,
  section.py-24 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  #koleksiyonlar .mb-28 {
    margin-bottom: 3.5rem;
  }

  #koleksiyonlar header.mb-20 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 380px) {
  .brand-logo--nav .brand-logo__text {
    display: none;
  }

  .brand-logo--nav .brand-logo__mark {
    height: 3.1rem;
    width: 3.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
