@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bodoni-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/bodoni-700.woff2') format('woff2');
}

:root {
  --cream: #FAF6F0;
  --charcoal: #2E2A26;
  --terracotta: #C1704A;
  --olive: #7A7A52;
  --serif: 'Bodoni Moda', Georgia, 'Times New Roman', serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--sans);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

/* ---------- Nav ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem clamp(1.25rem, 4vw, 3rem);
  color: #fff;
  background: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.nav--scrolled {
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: saturate(140%) blur(6px);
  color: var(--charcoal);
  box-shadow: 0 2px 14px rgba(46,42,38,0.08);
}

.nav__brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  letter-spacing: 0.06em;
}

.nav__links {
  display: flex;
  gap: clamp(1rem, 3vw, 2rem);
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}

.nav__links a {
  padding: 0.4rem 0.2rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.nav__links a:hover,
.nav__links a:focus-visible {
  border-color: currentColor;
}

@media (max-width: 767px) {
  .nav__link--iletisim {
    display: none;
  }
}

/* ---------- Anchor offsets for fixed nav ---------- */
#magazalar,
#iletisim {
  scroll-margin-top: 76px;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
}

.hero__media,
.hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(20, 16, 12, 0.42) 0%,
    rgba(20, 16, 12, 0.12) 32%,
    rgba(20, 16, 12, 0.05) 55%,
    rgba(20, 16, 12, 0.25) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: clamp(6.5rem, 18vh, 11rem);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .hero__content {
    padding-top: clamp(9.5rem, 26vh, 14rem);
  }
}

.hero__title {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
  font-family: var(--serif);
  font-weight: 700;
  font-size: clamp(2.6rem, 8vw, 5.5rem);
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 0;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.85),
    0 2px 6px rgba(0, 0, 0, 0.75),
    0 6px 16px rgba(0, 0, 0, 0.65),
    0 14px 32px rgba(0, 0, 0, 0.45);
}

.hero__tagline {
  margin: 1rem 0 0;
  font-size: clamp(1rem, 2vw, 1.25rem);
  letter-spacing: 0.02em;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0,0,0,0.6), 0 4px 14px rgba(0,0,0,0.4);
}

.hero__scroll {
  position: absolute;
  left: 50%;
  bottom: clamp(1.5rem, 4vh, 2.75rem);
  transform: translateX(-50%);
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__scroll span {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  animation: bob 1.8s ease-in-out infinite;
  opacity: 0.85;
}

@keyframes bob {
  0%, 100% { transform: rotate(45deg) translate(0,0); }
  50% { transform: rotate(45deg) translate(6px, 6px); }
}

/* ---------- Tanıtım ---------- */
.tanitim {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(3.5rem, 8vw, 5.5rem) 1.5rem clamp(2rem, 5vw, 3rem);
  text-align: center;
}

.tanitim .section__title {
  margin-bottom: 1.25rem;
}

.tanitim__lead {
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.6;
  margin: 0;
  color: rgba(46,42,38,0.85);
}

/* ---------- Mağazalar ---------- */
.magazalar {
  background: #F1E9DE;
  padding: clamp(3rem, 7vw, 5rem) 1.5rem clamp(4rem, 8vw, 6rem);
}

.section__title {
  font-family: var(--serif);
  font-weight: 700;
  text-align: center;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin: 0 0 clamp(2rem, 5vw, 3rem);
  letter-spacing: 0.02em;
}

.magazalar__grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 860px) {
  .magazalar__grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.magaza {
  display: flex;
  flex-direction: column;
  background: var(--cream);
  border-radius: 14px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 10px 30px rgba(46,42,38,0.07);
}

.magaza h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  margin: 0 0 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.magaza h3 span {
  font-family: var(--sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.magaza__adres {
  line-height: 1.55;
  margin: 0 0 1.4rem;
  color: rgba(46,42,38,0.85);
}

.magaza__aksiyon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
}

.magaza__aksiyon a {
  flex: 1 1 auto;
  text-align: center;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem;
  border-radius: 9px;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.magaza__aksiyon a:first-child {
  background: var(--terracotta);
  color: #fff;
}

.magaza__aksiyon a:last-child {
  border: 1px solid rgba(46,42,38,0.25);
  color: var(--charcoal);
}

/* ---------- Footer ---------- */
.footer {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 3.5rem) 1.5rem;
  color: rgba(46,42,38,0.75);
  font-size: 0.9rem;
}

.footer__brand {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: 0.05em;
  color: var(--charcoal);
  margin: 0 0 0.35rem;
}

.footer__copy {
  margin-top: 1rem;
  font-size: 0.8rem;
  opacity: 0.8;
}
