/* Wearist web — marka: krem #F6F4EF, mürekkep #1A1511, konyak #A05C36 */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --krem: #f6f4ef;
  --kart: #fffdf9;
  --ink: #1a1511;
  --sub: #6b6155;
  --faint: #9c9184;
  --konyak: #a05c36;
  --konyak-soft: #f0e6dc;
  --line: #e7e0d5;
  --gold: #b98a2f;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Manrope', -apple-system, system-ui, sans-serif;
  background: var(--krem);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* Üst bar */
header {
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 5;
}
.nav { display: flex; align-items: center; justify-content: space-between; }
.logo {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 23px;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.3px;
}
.logo .tower { color: var(--konyak); }
.nav a.link { color: var(--sub); text-decoration: none; font-size: 14px; font-weight: 600; margin-left: 22px; }
.nav a.link:hover { color: var(--konyak); }

/* ── HERO ─────────────────────────────────────────── */
.hero {
  position: relative;
  text-align: center;
  padding: 64px 0 0;
  overflow: hidden;
}
.eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: 2.6px;
  text-transform: uppercase; color: var(--konyak); margin-bottom: 16px;
}
.hero h1 {
  font-family: 'Fraunces', serif; font-weight: 600;
  font-size: clamp(36px, 6vw, 58px); line-height: 1.08;
  letter-spacing: -1.2px; margin-bottom: 18px;
  position: relative; z-index: 3;
}
.hero .lead {
  font-size: clamp(16px, 2.4vw, 19px); color: var(--sub);
  max-width: 580px; margin: 0 auto 28px; position: relative; z-index: 3;
}
.badges { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 3; }
.badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--ink); color: #fff; text-decoration: none;
  padding: 13px 24px; border-radius: 14px; font-weight: 700; font-size: 14px;
}
.badge.soon { background: var(--ink); color: #fff; cursor: default; box-shadow: 0 12px 30px rgba(26,21,17,.22); }
.badge small { font-size: 10.5px; opacity: 0.65; font-weight: 600; margin-left: 2px; }

/* Sahne: telefon + süzülen kartlar + fon */
.stage {
  position: relative;
  max-width: 1080px;
  margin: 26px auto 0;
  padding: 30px 24px 0;
  min-height: 660px;
}

/* Fon: halkalar + İstanbul silüeti */
.rings { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.rings svg { width: 100%; height: 100%; opacity: .55; }
.skyline {
  position: absolute; left: 50%; bottom: -6px; transform: translateX(-50%);
  width: 1400px; max-width: 160%; z-index: 1; pointer-events: none;
}

/* Telefon */
.phone {
  position: relative; z-index: 2;
  width: 306px; margin: 0 auto;
  background: #14100d;
  border-radius: 46px;
  padding: 12px;
  box-shadow: 0 40px 90px rgba(26,21,17,.34), 0 6px 18px rgba(26,21,17,.18);
}
.phone .notch {
  position: absolute; top: 22px; left: 50%; transform: translateX(-50%);
  width: 96px; height: 24px; background: #14100d; border-radius: 14px; z-index: 4;
}
.screen {
  background: var(--krem); border-radius: 36px; overflow: hidden;
  padding: 18px 16px 16px; min-height: 596px; position: relative;
}
.p-status {
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11px; font-weight: 700; color: var(--ink); padding: 2px 6px 10px;
}
.p-logo {
  font-family: 'Fraunces', serif; font-weight: 700; font-size: 15px; letter-spacing: -0.2px;
}
.p-logo span { color: var(--konyak); }
.p-eyebrow { font-size: 8.5px; font-weight: 800; letter-spacing: 1.6px; color: var(--konyak); margin-top: 8px; }
.p-title { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; margin: 3px 0 12px; }
.p-weather {
  background: var(--kart); border: 1px solid var(--line); border-radius: 15px;
  padding: 12px 14px; display: flex; justify-content: space-between; align-items: center;
}
.p-w-city { font-size: 8.5px; font-weight: 800; letter-spacing: 1.4px; color: var(--konyak); }
.p-w-label { font-family: 'Fraunces', serif; font-size: 15px; font-weight: 600; margin-top: 2px; }
.p-w-temp { font-family: 'Fraunces', serif; font-size: 30px; font-weight: 600; }
.p-bubble {
  background: var(--kart); border: 1px solid var(--line);
  border-radius: 14px; border-top-left-radius: 4px;
  font-size: 11.5px; color: var(--ink); line-height: 1.5;
  padding: 10px 12px; margin: 12px 0;
}
.p-outfit {
  background: var(--kart); border: 1px solid var(--line); border-radius: 15px; padding: 13px;
}
.p-o-eyebrow { font-size: 8px; font-weight: 800; letter-spacing: 1.4px; color: var(--konyak); margin-bottom: 8px; }
.p-items { display: flex; gap: 8px; }
.p-item {
  flex: 1; aspect-ratio: 1; background: var(--krem);
  border: 1px solid var(--line); border-radius: 11px;
  display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.p-note { font-size: 10px; color: var(--sub); font-style: italic; margin: 9px 0 10px; line-height: 1.45; }
.p-btn {
  background: var(--ink); color: #fff; text-align: center;
  font-size: 10.5px; font-weight: 800; letter-spacing: 1.2px;
  border-radius: 11px; padding: 10px;
}
.p-tab {
  display: flex; justify-content: space-around; margin-top: 13px;
  color: var(--faint); font-size: 7.5px; font-weight: 800; letter-spacing: .6px;
}
.p-tab b { color: var(--ink); }

/* Süzülen kartlar */
.fl {
  position: absolute; z-index: 3;
  animation: float 5.2s ease-in-out infinite;
  animation-delay: var(--d, 0s);
  box-shadow: 0 18px 40px rgba(26,21,17,.13);
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.chip {
  background: var(--kart); border: 1px solid var(--line);
  border-radius: 999px; padding: 10px 16px;
  font-size: 13px; font-weight: 700; white-space: nowrap;
}
.mini {
  background: var(--kart); border: 1px solid var(--line);
  border-radius: 16px; padding: 13px 16px;
  font-size: 12.5px; color: var(--sub); line-height: 1.45; max-width: 190px;
}
.mini b { color: var(--ink); font-size: 13.5px; }
.mini .tag { font-size: 9px; font-weight: 800; letter-spacing: 1.3px; color: var(--konyak); display: block; margin-bottom: 3px; }

/* Konumlar */
.fl-1 { top: 4%;  left: 6%; }
.fl-2 { top: 30%; left: 1%; }
.fl-3 { bottom: 20%; left: 8%; }
.fl-4 { top: 6%;  right: 6%; }
.fl-5 { top: 32%; right: 1%; }
.fl-6 { bottom: 18%; right: 7%; }

/* ── ÖZELLİKLER ───────────────────────────────────── */
.features { padding: 84px 0 80px; position: relative; z-index: 4; background: var(--krem); }
.section-eyebrow { text-align: center; font-size: 12px; font-weight: 800; letter-spacing: 2.6px; color: var(--konyak); text-transform: uppercase; }
.section-title { font-family: 'Fraunces', serif; font-size: clamp(24px, 4vw, 32px); font-weight: 600; text-align: center; margin-top: 8px; }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 36px; }
.feat {
  background: var(--kart); border: 1px solid var(--line);
  border-radius: 20px; padding: 26px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.feat:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(26,21,17,.10); }
.feat .ic { font-size: 26px; margin-bottom: 12px; }
.feat h3 { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; margin-bottom: 7px; }
.feat p { font-size: 14px; color: var(--sub); line-height: 1.55; }

/* Legal içerik */
.legal { padding: 56px 0 80px; max-width: 820px; }
.legal h1 { font-family: 'Fraunces', serif; font-size: 34px; font-weight: 600; margin-bottom: 8px; letter-spacing: -0.5px; }
.legal .updated { color: var(--faint); font-size: 13px; margin-bottom: 36px; }
.legal h2 { font-family: 'Fraunces', serif; font-size: 21px; font-weight: 600; margin: 34px 0 12px; }
.legal h3 { font-size: 16px; font-weight: 700; margin: 20px 0 8px; }
.legal p { color: var(--sub); margin-bottom: 12px; font-size: 15px; }
.legal ul { color: var(--sub); margin: 0 0 14px 22px; font-size: 15px; }
.legal li { margin-bottom: 7px; }
.legal a { color: var(--konyak); }
.legal strong { color: var(--ink); }

/* Footer */
footer {
  border-top: 1px solid var(--line); padding: 34px 0 44px;
  color: var(--faint); font-size: 13px; background: var(--krem);
  position: relative; z-index: 4;
}
.foot-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; align-items: center; }
footer a { color: var(--sub); text-decoration: none; margin-right: 18px; }
footer a:hover { color: var(--konyak); }

/* Mobil */
@media (max-width: 860px) {
  .stage { min-height: auto; padding-bottom: 10px; }
  .fl-2, .fl-5 { display: none; }
  .fl-1 { top: 0; left: 2%; }
  .fl-4 { top: 0; right: 2%; }
  .fl-3 { bottom: 6%; left: 2%; }
  .fl-6 { bottom: 4%; right: 2%; }
  .mini { max-width: 150px; font-size: 11px; }
  .chip { font-size: 11.5px; padding: 8px 13px; }
  .skyline { width: 900px; }
}
