/* haker.com.tr — siyah-beyaz baskın, pudra mavisi ince vurgu. Cormorant Garamond + Jost. */
:root { --ink: #141414; --paper: #fafaf8; --paper2: #f0f0ee; --muted: #737373; --body: #333; --blue: #9bcbeb; --blue-ink: #5b9bc4; --line: rgba(20,20,20,.1); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; overflow-x: clip; } /* kayan basın şeridi vb. sayfayı yana kaydırmasın (iOS Safari) */
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Jost", "Futura", "Avenir Next", "Helvetica Neue", sans-serif; -webkit-font-smoothing: antialiased; font-weight: 300; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.serif { font-family: "Cormorant Garamond", "Didot", "Times New Roman", serif; font-weight: 300; }
.wrap { max-width: 1440px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
@media (min-width: 768px) { .wrap { padding-left: 72px; padding-right: 72px; } }
.eyebrow { font-size: 11px; letter-spacing: .32em; text-transform: uppercase; color: var(--muted); font-weight: 400; }
.eyebrow.accent { color: var(--blue-ink); }
.eyebrow.light { color: rgba(250,250,248,.6); }
.eyebrow.small { font-size: 10px; }
.eyebrow.link:hover { color: var(--ink); }
.center { text-align: center; }
.muted { font-size: 13px; color: var(--muted); }
.muted-block { display: block; font-size: 13px; color: var(--muted); }
.lead { font-size: 16px; line-height: 1.7; color: var(--body); margin: 0; }
.body p { margin: 0 0 20px; font-size: 16px; line-height: 1.7; color: var(--body); }
@media (min-width: 768px) { .body p { font-size: 18px; } }
.h1 { margin: 0; font-size: 34px; line-height: 1.08; }
.h1.huge { font-size: 48px; line-height: 1; }
.h2 { margin: 0; font-size: 30px; line-height: 1.15; }
.h2.big { font-size: 32px; line-height: 1.1; }
.h3 { margin: 0; font-size: 26px; }
@media (min-width: 768px) { .h1 { font-size: 52px; line-height: 1.05; } .h1.huge { font-size: 72px; } .h2 { font-size: 40px; } .h2.big { font-size: 48px; } }
@media (min-width: 1024px) { .h1 { font-size: 60px; } }

/* üst bar */
.top { position: sticky; top: 0; z-index: 20; background: rgba(250,250,248,.95); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.bar { display: flex; align-items: center; justify-content: space-between; height: 72px; }
@media (min-width: 768px) { .bar { height: 96px; } }
.logo img { height: 44px; width: auto; }
@media (min-width: 768px) { .logo img { height: 60px; } }
.nav { display: none; gap: 36px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
.nav a:hover { color: var(--blue-ink); }
@media (min-width: 768px) { .nav { display: flex; } }
.right { display: flex; align-items: center; gap: 16px; }
.lang { font-size: 12px; letter-spacing: .22em; color: var(--muted); }
.lang:hover { color: var(--ink); }
.menu-btn { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; border: 0; background: none; cursor: pointer; padding: 10px; }
.menu-btn span { display: block; height: 1.5px; background: var(--ink); transition: transform .2s, opacity .2s; }
.menu-btn.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-btn.open span:nth-child(2) { opacity: 0; }
.menu-btn.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
@media (min-width: 768px) { .menu-btn { display: none; } }
.mobile-nav { display: none; flex-direction: column; border-top: 1px solid var(--line); padding: 8px 20px 16px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; }
.mobile-nav a { padding: 12px 0; }
.mobile-nav.open { display: flex; }
@media (min-width: 768px) { .mobile-nav { display: none !important; } }

/* hero slider */
/* Not: aspect-ratio + max-height kullanma — tarayıcı yükseklik sınırını genişliğe de aktarıyor, 420px'ten geniş ekranlarda sağda boşluk kalıyordu. */
.hero { position: relative; overflow: hidden; touch-action: pan-y; background: #141414; width: 100%; height: min(100vw, 420px); }
@media (min-width: 768px) { .hero { height: auto; aspect-ratio: 2064 / 640; } }
.slides, .slide { position: absolute; inset: 0; }
.slide { opacity: 0; transition: opacity 1.2s ease-in-out; }
.slide.active { opacity: 1; }
.slide a, .slide picture, .slide img { display: block; width: 100%; height: 100%; }
.slide img { object-fit: cover; }
.dots { display: none; } /* mobilde slayt çizgileri açık görsellerde beyaz şerit gibi görünüyordu; kaydırma + sayaç var */
@media (min-width: 768px) { .dots { position: absolute; right: 72px; bottom: 32px; z-index: 10; display: flex; gap: 8px; } .dot { width: 16px; } }
.dot { width: 10px; height: 3px; border: 0; padding: 0; background: rgba(250,250,248,.4); cursor: pointer; transition: all .3s; }
.dot:hover { background: rgba(250,250,248,.7); }
.dot.active { width: 32px; background: #fafaf8; }
/* görselin boş sağ yarısına başlık (yalnızca overlayTitle olan slaytlar, masaüstü) */
.slide-head { display: none; }
@media (min-width: 768px) {
  .slide-head { display: block; position: absolute; left: 67%; right: 5%; top: 50%; transform: translateY(-50%); color: var(--paper); text-align: left; }
  .slide-head .eyebrow.light { color: rgba(250,250,248,.7); }
  .slide-title { font-size: clamp(32px, 3.3vw, 58px); line-height: 1.05; margin: 12px 0 22px; font-weight: 300; letter-spacing: .01em; }
  .slide-cta { display: inline-block; font-size: 11px; letter-spacing: .28em; text-transform: uppercase; color: rgba(250,250,248,.85); padding-bottom: 6px; border-bottom: 1px solid rgba(250,250,248,.5); transition: border-color .3s, color .3s; }
  .slide a:hover .slide-cta { color: var(--paper); border-color: var(--paper); }
  .slide-head.tone-dark { color: var(--ink); }
  .slide-head.tone-dark .eyebrow.light { color: var(--muted); }
  .slide-head.tone-dark .slide-cta { color: var(--ink); border-color: rgba(20,20,20,.4); }
  .slide a:hover .slide-head.tone-dark .slide-cta { color: var(--ink); border-color: var(--ink); }
  .hero.head-active .slide-caption { opacity: 0; }
  .slide-caption { transition: opacity .6s; }
}
/* mobilde altyazı görselin sol altında, koyu şeritte: görsellerin içindeki marka yazılarıyla çakışmaz */
.slide-caption { position: absolute; left: 16px; bottom: 16px; max-width: calc(100% - 32px); line-height: 1.5; z-index: 10; pointer-events: none; font-size: 10px; letter-spacing: .24em; text-transform: uppercase; color: rgba(250,250,248,.92); background: rgba(20,20,20,.45); padding: 7px 10px 6px; -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); }
.slide-num { margin-left: 10px; padding-left: 10px; border-left: 1px solid rgba(250,250,248,.35); letter-spacing: .1em; }
@media (min-width: 768px) { .slide-num { display: none; } .slide-caption { left: auto; bottom: auto; top: 32px; right: 72px; font-size: 11px; letter-spacing: .32em; background: none; padding: 0; -webkit-backdrop-filter: none; backdrop-filter: none; color: rgba(250,250,248,.8); } }

/* başlık şeridi */
.headline { border-bottom: 1px solid var(--line); }
.headline-row { display: flex; flex-direction: column; gap: 20px; padding-top: 36px; padding-bottom: 36px; }
.headline-row > div:first-child { max-width: 860px; display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 768px) { .headline-row { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 48px; padding-top: 80px; padding-bottom: 80px; } }
.btns { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 8px; }
.btn { display: inline-flex; align-items: center; height: 48px; padding: 0 28px; border: 1px solid var(--ink); font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 400; }
.btn:hover { color: var(--blue-ink); border-color: var(--blue-ink); }
.btn.dark { background: var(--ink); color: var(--paper); padding: 0 28px; }
.btn.dark:hover { background: #333; color: var(--paper); border-color: #333; }
.underline { border-bottom: 1px solid var(--ink); padding-bottom: 6px; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; font-weight: 400; }
.underline:hover { color: var(--blue-ink); border-color: var(--blue-ink); }

/* bölümler */
.section { padding-top: 44px; padding-bottom: 44px; }
@media (min-width: 768px) { .section { padding-top: 120px; padding-bottom: 120px; } }
.grid12 { display: grid; gap: 32px; }
@media (min-width: 768px) { .grid12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } .col4 { grid-column: span 4; } .col5 { grid-column: span 5; } .col6 { grid-column: span 6; } .col7 { grid-column: 6 / span 7; } }
.col4, .col5, .col6 { display: flex; flex-direction: column; gap: 16px; }
.stats { display: flex; flex-wrap: wrap; gap: 40px 56px; margin-top: 8px; padding-top: 28px; border-top: 1px solid var(--blue); }
.stat { font-size: 40px; }
@media (min-width: 768px) { .stat { font-size: 44px; } }

/* markalar */
.brands { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-top: 44px; padding-bottom: 44px; }
@media (min-width: 768px) { .brands { padding-top: 112px; padding-bottom: 112px; } }
.center-head { max-width: 720px; margin: 0 auto; text-align: center; display: flex; flex-direction: column; gap: 16px; }
.wall { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 20px; max-width: 1100px; margin: 32px auto 0; }
@media (min-width: 768px) { .wall { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 56px 48px; margin-top: 64px; } }
@media (min-width: 1024px) { .wall { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.wall-tile { display: flex; align-items: center; justify-content: center; aspect-ratio: 3 / 2; }
.wall-tile img { max-height: 56px; width: 100%; object-fit: contain; filter: grayscale(100%) contrast(1.05); opacity: .85; transition: filter .3s, opacity .3s; }
@media (min-width: 768px) { .wall-tile img { max-height: 84px; } }
.wall-tile:hover img, .box:hover img { filter: none; opacity: 1; }
.tile-name { font-size: 20px; text-align: center; }
.brands .center { margin-top: 48px; }
@media (min-width: 768px) { .brands .center { margin-top: 64px; } }
.box-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 48px; }
@media (min-width: 640px) { .box-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 768px) { .box-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 64px; } }
@media (min-width: 1024px) { .box-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.box-grid.six { margin-top: 0; }
.box { display: flex; align-items: center; justify-content: center; aspect-square: 1; aspect-ratio: 1 / 1; background: #fff; border: 1px solid rgba(20,20,20,.08); padding: 24px; transition: border-color .3s; }
.box:hover { border-color: var(--blue); }
.box img { max-height: 72px; width: 100%; object-fit: contain; filter: grayscale(100%) contrast(1.05); opacity: .85; transition: filter .3s, opacity .3s; }
.box .tile-name { font-size: 22px; line-height: 1.2; }

/* markalar sayfası */
.page { padding-top: 48px; padding-bottom: 64px; }
@media (min-width: 768px) { .page { padding-top: 80px; padding-bottom: 112px; } }
.page-head { display: flex; flex-direction: column; gap: 32px; }
.page-head > div:first-child { max-width: 720px; display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 768px) { .page-head { flex-direction: row; align-items: flex-end; justify-content: space-between; } }
.filters { display: flex; flex-wrap: wrap; gap: 24px; }
.filter { border: 0; background: none; padding: 0 0 4px; cursor: pointer; font: inherit; font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); border-bottom: 2px solid transparent; }
.filter:hover { color: var(--ink); }
.filter.active { color: var(--ink); border-bottom-color: var(--blue); }

/* mağazalar */
.stores { display: flex; flex-direction: column; gap: 32px; }
.own { border: 1px solid var(--line); background: #fff; padding: 22px; }
@media (min-width: 768px) { .own { padding: 40px; } }
.own-title { font-size: 34px; line-height: 1; margin: 12px 0 16px; }
@media (min-width: 768px) { .own-title { font-size: 44px; } }
.own .lead { max-width: 560px; font-size: 15px; }
.own-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 20px; }
@media (min-width: 640px) { .own-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .own-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.own-store { border-top: 1px solid rgba(20,20,20,.2); padding-top: 12px; font-size: 14px; line-height: 1.5; }
.own-store .muted { display: none; }
@media (min-width: 768px) { .own-store { font-size: 15px; line-height: 1.6; padding-top: 16px; } .own-store .muted { display: block; } }
.own-store > div:nth-child(2) { margin-top: 4px; font-weight: 400; }
.own-store a:hover { color: var(--blue-ink); }
.partners { display: flex; flex-direction: column; gap: 16px; }
@media (min-width: 768px) { .partners { gap: 20px; } }
.own.partner .own-title { margin-top: 0; }
.own.partner .own-list { margin-top: 16px; }
.retailer { border-bottom: 1px solid rgba(20,20,20,.2); }
.retailer summary { list-style: none; cursor: pointer; display: flex; align-items: baseline; gap: 14px; padding: 14px 0; }
.retailer summary::-webkit-details-marker { display: none; }
.retailer summary .count { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); white-space: nowrap; }
.retailer summary::after { content: "+"; margin-left: auto; font-size: 24px; line-height: 1; color: var(--ink); }
.retailer[open] summary::after { content: "–"; }
.retailer .city-grid { padding: 4px 0 24px; }
.retailer-name { font-size: 26px; }
@media (min-width: 768px) { .retailer { border-bottom: 0; } .retailer summary { cursor: default; padding: 0 0 12px; border-bottom: 1px solid rgba(20,20,20,.2); } .retailer summary::after, .retailer summary .count { display: none; } .retailer .city-grid { padding: 24px 0 0; } .retailer-name { font-size: 30px; } }
.city-grid { display: grid; gap: 20px; }
@media (min-width: 640px) { .city-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 48px; } }
.city-grid .eyebrow { margin-bottom: 8px; }
.store { font-size: 15px; line-height: 1.7; }
.col-blocks { display: grid; gap: 40px 48px; }
@media (min-width: 640px) { .col-blocks { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .col-blocks { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.col-block { border-top: 1px solid rgba(20,20,20,.2); padding-top: 20px; display: flex; flex-direction: column; gap: 6px; }
.col-block .retailer-name { border: 0; padding: 0; font-size: 26px; }
.col-block.accent-top { border-top-color: var(--blue); }

/* oteller, basın */
.dark { background: #141414; color: var(--paper); padding-top: 44px; padding-bottom: 44px; }
@media (min-width: 768px) { .dark { padding-top: 96px; padding-bottom: 96px; } }
.hotel-list { display: grid; }
@media (min-width: 768px) { .hotel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; } }
.hotel-list div { padding: 12px 0; border-bottom: 1px solid rgba(250,250,248,.15); font-size: 16px; }
.press { padding: 36px 0; border-bottom: 1px solid var(--line); }
@media (min-width: 768px) { .press { padding: 72px 0; } }
.press .eyebrow { margin-bottom: 24px; }
.marquee-wrap { overflow: hidden; width: 100%; max-width: 100vw; }
.marquee { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: slide 45s linear infinite; }
.marquee span { font-size: 26px; font-style: italic; color: var(--muted); }
@media (min-width: 768px) { .marquee span { font-size: 30px; } }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* iletişim, alt bilgi */
.mail { font-size: 24px; margin-top: 8px; }
@media (min-width: 768px) { .mail { font-size: 30px; } }
.foot { border-top: 1px solid var(--line); }
.foot .wrap { display: flex; flex-direction: column; gap: 16px; padding-top: 32px; padding-bottom: 32px; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
@media (min-width: 768px) { .foot .wrap { flex-direction: row; align-items: center; justify-content: space-between; } }
.foot-links { display: flex; flex-wrap: wrap; gap: 28px; }
.foot a:hover { color: var(--ink); }

/* marka detay */
.brand-hero { padding-top: 40px; padding-bottom: 40px; align-items: center; }
@media (min-width: 768px) { .brand-hero { padding-top: 72px; padding-bottom: 72px; } }
.brand-logo { height: 100px; width: 100px; object-fit: contain; margin-top: 8px; }
@media (min-width: 768px) { .brand-logo { height: 120px; width: 120px; } }
.brand-visual { display: none; }
@media (min-width: 768px) { .brand-visual { display: flex; grid-column: 8 / span 5; aspect-ratio: 1 / 1; align-items: center; justify-content: center; background: var(--paper2); } .brand-visual img { width: 55%; height: 55%; object-fit: contain; } }
.row-between { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 32px; }

/* gizlilik, 404 */
.legal { max-width: 820px; padding-top: 56px; padding-bottom: 56px; }
@media (min-width: 768px) { .legal { padding-top: 96px; padding-bottom: 96px; } }
.legal .lead { margin-top: 24px; }
.legal-sec { border-top: 1px solid var(--line); padding-top: 32px; margin-top: 40px; }
.legal-sec p { font-size: 15px; line-height: 1.75; color: var(--body); margin: 12px 0 0; }
.notfound { padding: 128px 20px; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.nf-logo { height: 40px; }
@media (prefers-reduced-motion: reduce) { .marquee { animation: none; } .slide { transition: none; } }

/* MISK+ANBER butikleri: şehir + tek satır isimler */
.own-list { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; border-top: 1px solid rgba(20,20,20,.2); padding-top: 16px; }
.own-city { display: grid; grid-template-columns: 90px 1fr; gap: 12px; align-items: baseline; font-size: 15px; line-height: 1.6; }
.own-names { font-weight: 400; }
@media (min-width: 768px) { .own-list { margin-top: 28px; gap: 14px; } .own-city { grid-template-columns: 120px 1fr; } }

/* Mağaza kartları: beyaz kutu, şehir sütunları, mağazalar alt alta */
.card { border: 1px solid var(--line); background: #fff; padding: 26px 22px 28px; }
@media (min-width: 768px) { .card { padding: 36px 40px 40px; } }
.card-title { font-size: 30px; line-height: 1.05; margin-top: 8px; }
@media (min-width: 768px) { .card-title { font-size: 38px; } }
.card-lead { font-size: 15px; max-width: 620px; margin-top: 14px; }
.city-cols { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; margin-top: 26px; padding-top: 24px; border-top: 1px solid rgba(20,20,20,.15); }
@media (min-width: 768px) { .city-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px 40px; margin-top: 32px; padding-top: 28px; } }
@media (min-width: 1200px) { .city-cols { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.city-col .eyebrow { margin-bottom: 12px; }
.store-line { font-size: 15px; line-height: 1.45; padding: 5px 0; font-weight: 400; }

.section-head { max-width: 720px; display: flex; flex-direction: column; gap: 16px; margin-bottom: 32px; }
@media (min-width: 768px) { .section-head { margin-bottom: 48px; } }

/* Kart başlığı bağlantı: tıklanınca perakendecinin sitesi yeni sekmede */
.card-link { display: inline-flex; align-items: baseline; gap: 12px; transition: color .2s; }
.card-link:hover { color: var(--blue-ink); }
.card-link .ext { position: relative; width: 14px; height: 14px; flex: none; opacity: .45; transition: opacity .2s, transform .2s; }
.card-link .ext::before { content: ""; position: absolute; inset: 0; border-top: 1.5px solid currentColor; border-right: 1.5px solid currentColor; }
.card-link .ext::after { content: ""; position: absolute; left: 0; bottom: 0; width: 19px; height: 1.5px; background: currentColor; transform-origin: left bottom; transform: rotate(-45deg); }
.card-link:hover .ext { opacity: 1; transform: translate(2px, -2px); }

/* çok geniş yazı-logolar (Parfums de Marly, Atelier des Ors...) kutuda küçük kalmasın */
.box.wide { padding: 24px 10px; }
.box.xwide { padding: 24px 6px; }
.avail .lead { max-width: 560px; }
.avail .btns { margin-top: 24px; }
