:root {
  --bg: #e7ebe3;
  --ink: #14181c;
  --muted: #5c675f;
  --line: rgba(20, 24, 28, 0.16);
  --card: #f6f7f2;
  --navy: #0d1220;
  --blue: #2f6bff;
  --violet: #6d5ef5;
  --danger: #9f2d22;
  --font: "Inter", ui-sans-serif, system-ui, sans-serif;
  --radius: 28px;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.45;
}
a { color: inherit; }
.top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  position: sticky;
  top: 0;
  background: rgba(231, 235, 227, 0.9);
  backdrop-filter: blur(10px);
}
.top.dark, .hero.dark { background: var(--navy); color: white; }
.brand { display: flex; gap: 10px; align-items: center; text-decoration: none; font-weight: 650; letter-spacing: 0.04em; }
.mark { width: 28px; height: 28px; }
.search { flex: 1; max-width: 420px; }
input, button, select {
  font: inherit;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  padding: 10px 14px;
  color: inherit;
}
.search input, .form input { width: 100%; }
.top nav { display: flex; gap: 14px; align-items: center; }
.pill, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1.5px solid var(--ink);
  border-radius: 999px;
  padding: 10px 16px;
  background: var(--ink);
  color: var(--bg);
  cursor: pointer;
}
.btn.light, .pill.light { background: white; color: var(--navy); border-color: white; }
.btn.ghost { background: transparent; color: white; border-color: rgba(255,255,255,.4); margin-left: 8px; }
.hero, .sheet { padding: 28px 22px 64px; max-width: 1100px; margin: 0 auto; }
.hero.dark { max-width: none; min-height: 70vh; padding: 12vh 8vw; }
.kicker { letter-spacing: 0.16em; font-size: 12px; color: var(--muted); margin: 0 0 8px; }
h1 { font-size: clamp(40px, 6vw, 76px); line-height: 0.95; letter-spacing: -0.045em; margin: 0 0 12px; font-weight: 560; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; text-decoration: none; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 14px; padding: 0 22px 80px; max-width: 1100px; margin: 0 auto; }
.card { text-decoration: none; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; }
.swatch, .photo { width: 100%; height: 280px; object-fit: cover; border-radius: 18px; background: #d7ddd4; display: block; }
.product .photo { height: 520px; border-radius: 28px; }
.shop-hero { display: grid; grid-template-columns: 1fr 1.05fr; gap: 28px; align-items: end; }
.lede { font-size: 18px; max-width: 36ch; }
.trust { display: flex; gap: 14px; flex-wrap: wrap; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); font-size: 13px; }
.feature { text-decoration: none; display: block; }
.feature .photo { height: 460px; }
.feature div { display: flex; justify-content: space-between; gap: 12px; padding: 12px 2px 0; }
.feature em { font-style: normal; }
.meta { display: flex; justify-content: space-between; margin-top: 12px; color: var(--muted); font-size: 13px; }
.card h2 { margin: 6px 0; font-size: 22px; letter-spacing: -0.03em; }
.card p, .lead { color: var(--muted); }
.product { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 28px; padding: 12px 22px 80px; max-width: 1100px; margin: 0 auto; }
.opts { display: grid; gap: 8px; margin: 16px 0; }
.opt { display: flex; gap: 8px; align-items: center; }
.sheet.narrow { max-width: 560px; }
.form { display: grid; gap: 12px; }
.form label { display: grid; gap: 6px; font-size: 13px; color: var(--muted); }
.lines { list-style: none; padding: 0; display: grid; gap: 12px; }
.lines li { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 10px; }
.flash { background: #e5f6ea; border-radius: 16px; padding: 12px 14px; }
.flash.bad { background: #fde8e6; color: var(--danger); }
.foot { display: flex; justify-content: space-between; padding: 24px; color: var(--muted); font-size: 13px; }
.empty { color: var(--muted); }
.platform .top { position: absolute; width: 100%; }
body[data-theme="moda"] { background: #f3f0ea; }
body[data-theme="moda"] h1, body[data-theme="moda"] h2 { font-family: Newsreader, Georgia, serif; font-weight: 500; }
body[data-theme="moda"] .card, body[data-theme="moda"] .swatch { border-radius: 2px; }
body[data-theme="ev"] { background: #efe6d6; }
body[data-theme="ev"] .card { background: #f7f1e6; border-color: #c8b89a; }
body[data-theme="guzellik"] { background: #f7efe9; }
body[data-theme="guzellik"] .shop-hero { text-align: left; }
body[data-theme="guzellik"] .btn { background: #8d5b63; border-color: #8d5b63; }
body[data-theme="gurme"] { background: #14241c; color: #f3efe4; }
body[data-theme="gurme"] .top { background: rgba(20, 36, 28, 0.92); }
body[data-theme="gurme"] .card { background: #1d3328; color: #f3efe4; }
body[data-theme="gurme"] .kicker, body[data-theme="gurme"] .card p { color: #d5cbb8; }
body[data-theme="teknoloji"] { background: #0c0e12; color: #f5f7fb; }
body[data-theme="teknoloji"] .top { background: rgba(12, 14, 18, 0.92); }
body[data-theme="teknoloji"] .card { background: #161a22; color: #f5f7fb; border-color: #2a3140; }
body[data-theme="teknoloji"] h1, body[data-theme="teknoloji"] h2 { letter-spacing: -0.06em; }
body[data-theme="teknoloji"] .btn, body[data-theme="teknoloji"] .pill { background: #f5f7fb; color: #0c0e12; border-color: #f5f7fb; }

.bar { display: flex; justify-content: space-between; align-items: center; padding: 18px 28px; }
.bar a { text-decoration: none; }
.bar nav { display: flex; gap: 18px; }
.bar-moda { font-family: Newsreader, Georgia, serif; letter-spacing: .18em; text-transform: uppercase; font-size: 13px; }
.bar-moda > a { font-size: 22px; letter-spacing: .28em; }
.moda-hero { position: relative; }
.moda-hero .photo { height: 78vh; border-radius: 0; }
.moda-caption { position: absolute; left: 28px; bottom: 28px; color: white; }
.moda-caption h1 { font-family: Newsreader, Georgia, serif; font-size: clamp(64px, 10vw, 120px); margin: 0; font-weight: 450; }
.moda-caption a { color: white; }
.moda-row { display: grid; grid-template-columns: repeat(3, 1fr); }
.moda-row a { text-decoration: none; }
.moda-row .photo { height: 520px; border-radius: 0; }
.moda-row span, .moda-row em { display: block; padding: 8px 12px 0; font-style: normal; }
.bar-ev { border-bottom: 1px solid #c8b89a; font-family: Fraunces, Georgia, serif; }
.ev-intro { padding: 48px 8vw 10px; }
.ev-intro h1 { font-family: Fraunces, Georgia, serif; font-size: clamp(56px, 8vw, 96px); }
.ev-list article { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: center; padding: 28px 8vw; }
.ev-list .flip { grid-template-columns: .9fr 1.1fr; }
.ev-list .flip a { order: 2; }
.ev-list .photo { height: 420px; border-radius: 0; }
.bar-care { justify-content: center; gap: 28px; }
.care { max-width: 680px; margin: 0 auto; padding: 24px 20px 64px; text-align: center; }
.care h1 { font-weight: 450; letter-spacing: -0.04em; }
.care-list { text-align: left; display: grid; gap: 0; }
.care-list a { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: center; text-decoration: none; border-top: 1px solid rgba(20,24,28,.12); padding: 14px 0; }
.care-list .photo { width: 72px; height: 72px; border-radius: 50%; }
.care-list small { display: block; color: var(--muted); }
.bar-food { color: #f3efe4; letter-spacing: .2em; text-transform: uppercase; font-size: 12px; }
.food { max-width: 880px; margin: 0 auto; padding: 20px 20px 64px; }
.food h1 { font-family: Newsreader, Georgia, serif; font-weight: 450; font-size: 84px; }
.food .photo { height: 360px; border-radius: 0; }
.food-menu a { display: grid; grid-template-columns: 1fr 1.4fr auto; gap: 12px; text-decoration: none; border-bottom: 1px solid rgba(243,239,228,.2); padding: 14px 0; color: inherit; }
.bar-tech { background: #0c0e12; color: white; }
.tech-stage { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: center; padding: 24px 6vw 10px; }
.tech-stage .photo { height: 520px; border-radius: 0; background: #0c0e12; }
.tech-stage h1 { font-size: clamp(40px, 5vw, 68px); }
.tech-table { width: min(1100px, calc(100% - 12vw)); margin: 10px auto 64px; border-collapse: collapse; }
.tech-table td { border-top: 1px solid #2a3140; padding: 14px 8px; }
.tech-table a { color: inherit; }
.buy { border: 1px solid currentColor; border-radius: 999px; padding: 8px 14px; text-decoration: none; }

@media (max-width: 800px) {
  .shop-hero, .product, .ev-list article, .ev-list .flip, .tech-stage, .moda-row, .food-menu a { grid-template-columns: 1fr; }
  .ev-list .flip a { order: 0; }
  .product .photo, .feature .photo { height: 280px; }
  .search { display: none; }
  .lines li { grid-template-columns: 1fr; }
  .swatch.lg { height: 240px; }
}
