/* lustesecret.com — stil
   Kaynak: Claude Design / lustesecret.dc.html */

:root {
  --bg: #f2f1ee;
  --bg-2: #e9e7e2;
  --ink: #121316;
  --ink-2: #3a3a38;
  --ink-3: #5a5955;
  --muted: #6b6a66;
  --faint: #8a8a86;
  --line: #d9d7d2;
  --line-2: #c9c7c1;
  --paper: #f2f1ee;
  --accent: #6e4a23;
  --accent-light: #c9a274;
  --serif: 'Bodoni Moda', 'Didot', 'Bodoni 72', Georgia, serif;
  --sans: 'Karla', 'Helvetica Neue', Arial, sans-serif;
  --gutter: 56px;
  --max: 1440px;
}
@supports (color: oklch(0 0 0)) {
  :root { --accent: oklch(0.40 0.10 60); --accent-light: oklch(0.72 0.08 60); }
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input { font-family: inherit; font-size: inherit; color: inherit; }
input::placeholder { color: var(--faint); }
h1, h2, h3 { font-weight: 400; margin: 0; }
p { margin: 0; }
[hidden] { display: none !important; }

.site { min-height: 100vh; display: flex; flex-direction: column; }
.main { flex: 1; }
.wrap { max-width: var(--max); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

@keyframes rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.screen { animation: rise .5s ease both; }

/* ---------- Tipografi yardımcıları ---------- */
.eyebrow { font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; font-weight: 600; }
.eyebrow-accent { font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; color: var(--accent); }
.caps { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.muted { color: var(--faint); }
.serif { font-family: var(--serif); }
.display { font-family: var(--serif); letter-spacing: -.02em; line-height: 1; }
.display em { font-style: italic; color: var(--accent); }

/* ---------- Butonlar ---------- */
.btn {
  display: inline-block; background: var(--ink); color: var(--paper); border: 0;
  padding: 18px 34px; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
  font-weight: 600; cursor: pointer; text-align: center; transition: background .2s;
}
.btn:hover { background: var(--accent); color: var(--paper); }
.btn:disabled { background: var(--line-2); cursor: not-allowed; }
.btn-block { width: 100%; padding: 20px; }
.btn-sm { padding: 16px 30px; }
.textlink {
  font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  border-bottom: 1px solid var(--ink); padding-bottom: 3px; cursor: pointer; background: none; border-top: 0; border-left: 0; border-right: 0;
}
.textlink:hover { color: var(--accent); border-color: var(--accent); }
.linklike { background: none; border: 0; padding: 0; cursor: pointer; }

/* ---------- Üst bant ---------- */
.topbar {
  background: var(--ink); color: var(--paper); text-align: center;
  font-size: 11.5px; letter-spacing: .18em; text-transform: uppercase; padding: 10px 24px;
}

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(242,241,238,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 8px var(--gutter);
  min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 32px; align-items: center;
}
.nav, .actions { display: flex; gap: 8px 22px; font-size: 12px; white-space: nowrap; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.nav { flex-wrap: wrap; }
.nav a { padding: 6px 0; border-bottom: 1px solid transparent; }
.nav a:hover, .nav a.is-active { border-bottom-color: currentColor; }
.logo { font-family: var(--serif); font-style: italic; font-size: 28px; letter-spacing: -.01em; text-align: center; white-space: nowrap; }
.logo:hover { color: var(--ink); }
.logo span { font-style: normal; font-size: 16px; color: var(--accent); }
.actions { justify-content: flex-end; align-items: center; }
.actions .linklike { font: inherit; letter-spacing: inherit; text-transform: inherit; }
.cart-link { display: inline-flex; gap: 6px; align-items: center; }
.badge {
  display: inline-flex; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 9px;
  background: var(--ink); color: var(--paper); font-size: 10.5px; align-items: center; justify-content: center; letter-spacing: 0;
}
.search { display: none; }
.search.is-open { display: block; }
.search input {
  height: 32px; width: 180px; border: 0; border-bottom: 1px solid var(--ink); background: transparent;
  padding: 0; outline: none; font-size: 13px; letter-spacing: .02em; text-transform: none; font-weight: 400;
}
.search input::-webkit-search-decoration { -webkit-appearance: none; }

/* ---------- Görsel yuvası ---------- */
.frame { position: relative; overflow: hidden; }
.frame.r45 { aspect-ratio: 4 / 5; }
.frame.r34 { aspect-ratio: 3 / 4; }
.slot {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background: rgba(127,127,127,.08); color: var(--muted);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px;
}
.slot::after { content: ""; position: absolute; inset: 6px; border: 1.5px dashed currentColor; opacity: .35; pointer-events: none; }
.slot-cap { font-size: 12px; letter-spacing: .04em; max-width: 80%; opacity: .85; }
.slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.slot.quiet .slot-cap { display: none; }
.slot.is-filled { background: none; }
.slot.is-filled::after { display: none; }
.dark .slot { color: #c9c7c1; }
.tag {
  position: absolute; top: 12px; left: 12px; z-index: 2; pointer-events: none;
  background: var(--paper); color: var(--ink); padding: 5px 9px;
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
}

/* ---------- Ürün kartı ---------- */
.card { display: block; color: var(--ink); }
.card .frame { margin-bottom: 14px; }
.card:hover { color: var(--ink); }
.card:hover .slot img { transform: scale(1.02); }
.slot img { transition: transform .5s ease; }
.card-row { display: flex; justify-content: space-between; gap: 12px; font-size: 14.5px; }
.card-row span:last-child { white-space: nowrap; }
.card-sub { font-size: 12px; color: var(--faint); margin-top: 2px; }

/* ---------- Ana sayfa ---------- */
.hero { padding-top: 64px; display: grid; grid-template-columns: 5fr 7fr; gap: 48px; align-items: end; }
.hero-copy { padding-bottom: 56px; }
.hero-copy .eyebrow-accent { margin-bottom: 28px; }
.hero h1 { font-size: clamp(56px, 6.2vw, 92px); line-height: .98; margin-bottom: 32px; text-wrap: pretty; }
.hero p { font-size: 17px; max-width: 420px; margin-bottom: 40px; color: var(--ink-2); text-wrap: pretty; }
.hero-cta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }

.section { padding-top: 96px; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 28px; gap: 16px; }
.section-head h2 { font-family: var(--serif); font-size: 40px; letter-spacing: -.01em; }
.section-head .caps { color: var(--muted); }

.cat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.cat { display: block; color: var(--ink); }
.cat .frame { margin-bottom: 14px; }
.cat-meta { display: flex; justify-content: space-between; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; }
.cat-meta .muted { font-weight: 400; }

.prod-grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px 16px; }

.atelier { margin-top: 112px; background: var(--ink); color: var(--paper); }
.atelier-inner { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: grid; grid-template-columns: 1fr 1fr; min-height: 560px; }
.atelier-copy { padding: 96px 80px 96px 0; display: flex; flex-direction: column; justify-content: center; }
.atelier-copy .eyebrow-accent { color: var(--accent-light); margin-bottom: 24px; }
.atelier h2 { font-family: var(--serif); font-size: 56px; line-height: 1.02; letter-spacing: -.02em; margin-bottom: 28px; text-wrap: pretty; }
.atelier h2 em { font-style: italic; }
.atelier p { font-size: 16px; color: #c9c7c1; max-width: 440px; margin-bottom: 36px; text-wrap: pretty; }
.atelier .textlink { color: var(--paper); border-color: var(--paper); align-self: flex-start; }
.atelier .textlink:hover { color: var(--accent-light); border-color: var(--accent-light); }
.atelier .frame { min-height: 560px; }

.promises { padding: 88px var(--gutter); display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; border-bottom: 1px solid var(--line); max-width: var(--max); margin: 0 auto; }
.promises .serif { font-size: 30px; margin-bottom: 8px; }
.promises p { color: var(--ink-3); font-size: 14.5px; }

/* ---------- Kategori ---------- */
.category { padding-top: 48px; padding-bottom: 96px; }
.crumbs { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--faint); margin-bottom: 20px; }
.crumbs a { color: var(--faint); }
.crumbs a:hover { color: var(--ink); }
.category-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 40px; gap: 24px; flex-wrap: wrap; }
.category-head h1 { font-size: 64px; }
.category-meta { display: flex; gap: 32px; align-items: center; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.sort { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; }
.sort:hover { color: var(--accent); }
.category-body { display: grid; grid-template-columns: 220px 1fr; gap: 48px; }
.filters { font-size: 13.5px; }
.filters .eyebrow { margin-bottom: 14px; }
.filter-group { margin-bottom: 32px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip {
  min-width: 42px; height: 36px; padding: 0 10px; border: 1px solid var(--line-2); background: transparent;
  color: var(--ink); font-size: 12.5px; cursor: pointer; transition: border-color .15s;
}
.chip:hover { border-color: var(--ink); }
.chip.is-on { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.check-list { display: flex; flex-direction: column; gap: 10px; color: var(--ink-2); }
.check-list label { display: flex; align-items: center; gap: 10px; cursor: pointer; }
.check-list input { margin: 0; accent-color: var(--ink); }
.dot { width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--line-2); flex: none; }
.filter-clear { font-size: 12px; color: var(--faint); border-bottom: 1px solid var(--line-2); cursor: pointer; background: none; border-top: 0; border-left: 0; border-right: 0; padding: 0; }
.prod-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 16px; align-content: start; }
.empty-state { grid-column: 1 / -1; padding: 64px 0; text-align: center; color: var(--ink-3); }
.empty-state .serif { font-size: 28px; margin-bottom: 12px; color: var(--ink); }

/* ---------- Ürün detay ---------- */
.product { padding-top: 40px; padding-bottom: 96px; }
.product .crumbs { margin-bottom: 28px; }
.product-body { display: grid; grid-template-columns: 7fr 5fr; gap: 64px; align-items: start; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.gallery .frame:first-child { grid-column: 1 / -1; }
.buybox { position: sticky; top: 100px; }
.buybox .eyebrow-accent { margin-bottom: 14px; }
.buybox h1 { font-size: 44px; line-height: 1.05; letter-spacing: -.015em; margin-bottom: 16px; }
.price { font-size: 22px; margin-bottom: 28px; }
.desc { margin-bottom: 32px; color: var(--ink-2); text-wrap: pretty; }
.opt-head { display: flex; justify-content: space-between; margin-bottom: 12px; }
.opt-head .eyebrow { }
.opt-head .val { font-size: 11.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--faint); }
.opt-head a.val { border-bottom: 1px solid var(--line-2); }
.swatches { display: flex; gap: 10px; margin-bottom: 28px; }
.swatch {
  width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line-2); padding: 0; cursor: pointer;
  outline: 1.5px solid transparent; outline-offset: 3px; transition: outline-color .15s;
}
.swatch.is-on { outline-color: var(--ink); }
.sizes { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 28px; }
.sizes .chip { min-width: 52px; height: 44px; padding: 0 14px; font-size: 13px; }
.buybox .btn-block { margin-bottom: 12px; }
.stock { font-size: 12.5px; color: var(--faint); text-align: center; margin-bottom: 36px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); padding: 16px 0; }
.accordion summary {
  cursor: pointer; font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600;
  list-style: none; display: flex; justify-content: space-between;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; }
.accordion details[open] summary::after { content: "−"; }
.accordion p { margin-top: 12px; color: var(--ink-2); font-size: 14px; }
.shake { animation: shake .3s ease; }
@keyframes shake { 0%,100% { transform: none; } 25% { transform: translateX(-4px); } 75% { transform: translateX(4px); } }

/* ---------- Sepet ---------- */
.cart, .checkout { max-width: 1200px; margin: 0 auto; padding: 56px var(--gutter) 120px; }
.cart h1 { font-size: 64px; margin-bottom: 40px; }
.cart h1 small { font-family: var(--sans); font-size: 24px; color: var(--faint); letter-spacing: 0; }
.cart-empty { padding: 80px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.cart-empty .serif { font-size: 32px; margin-bottom: 20px; }
.cart-body { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.cart-lines { border-top: 1px solid var(--line); }
.line { display: grid; grid-template-columns: 110px 1fr auto; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: start; }
.line-name { font-size: 16px; margin-bottom: 4px; }
.line-var { font-size: 13px; color: var(--faint); margin-bottom: 16px; }
.qty { display: inline-flex; border: 1px solid var(--line-2); align-items: center; }
.qty button { width: 34px; height: 34px; border: 0; background: none; cursor: pointer; font-size: 16px; }
.qty button:hover { color: var(--accent); }
.qty span { min-width: 28px; text-align: center; font-size: 13.5px; }
.line-right { text-align: right; }
.line-total { font-size: 16px; margin-bottom: 12px; }
.remove { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--faint); border-bottom: 1px solid var(--line-2); cursor: pointer; background: none; border-top: 0; border-left: 0; border-right: 0; padding: 0; }
.remove:hover { color: var(--ink); }
.summary { background: var(--bg-2); padding: 32px; }
.summary .eyebrow { margin-bottom: 20px; }
.sum-row { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 14.5px; gap: 12px; }
.sum-row.total { font-size: 20px; border-top: 1px solid var(--line-2); padding-top: 16px; margin: 20px 0 24px; }
.sum-row .muted { color: var(--faint); }
.sum-row .name { color: var(--ink-2); }
.progress { height: 2px; background: var(--line); margin: 10px 0 8px; position: relative; }
.progress i { position: absolute; left: 0; top: 0; bottom: 0; background: var(--accent); transition: width .4s; }
.ship-hint { font-size: 12.5px; color: var(--ink-3); margin-bottom: 24px; }
.summary-note { font-size: 12px; color: var(--faint); text-align: center; margin-top: 12px; }

/* ---------- Ödeme ---------- */
.checkout-body { display: grid; grid-template-columns: 1fr 380px; gap: 64px; align-items: start; }
.steps { display: flex; gap: 28px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 36px; flex-wrap: wrap; }
.steps button { background: none; border: 0; padding: 0; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; color: var(--faint); }
.steps button.is-done { color: var(--ink-3); }
.steps button.is-current { color: var(--ink); }
.steps .sep { color: var(--line-2); }
.checkout h1 { font-size: 44px; letter-spacing: -.015em; margin-bottom: 28px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.field {
  height: 52px; border: 1px solid var(--line-2); background: transparent; padding: 0 16px; font-size: 14.5px; outline: none; width: 100%;
  transition: border-color .15s;
}
.field:focus { border-color: var(--ink); }
.field:invalid:not(:placeholder-shown) { border-color: #9c3a2e; }
.field.mono { letter-spacing: .08em; }
.checkbox { display: flex; gap: 10px; align-items: flex-start; margin: 20px 0 32px; font-size: 13.5px; color: var(--ink-2); cursor: pointer; }
.checkbox input { margin: 3px 0 0; accent-color: var(--ink); }
.ship-options { display: flex; flex-direction: column; gap: 10px; margin-bottom: 32px; }
.ship-opt { display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line-2); padding: 18px 20px; cursor: pointer; gap: 16px; }
.ship-opt.is-on { border-color: var(--ink); }
.ship-opt > span:first-child { display: flex; gap: 12px; align-items: center; }
.ship-opt input { margin: 0; accent-color: var(--ink); }
.ship-opt strong { font-weight: 600; }
.ship-opt small { display: block; font-size: 13px; color: var(--faint); }
.confirm { border: 1px solid var(--ink); padding: 28px; }
.confirm .serif { font-size: 30px; margin-bottom: 8px; }
.confirm p { color: var(--ink-2); }
.confirm .btn { margin-top: 24px; }
.form-error { color: #9c3a2e; font-size: 13px; margin: -12px 0 20px; }

/* ---------- Üyelik ---------- */
.account { display: grid; grid-template-columns: 1fr 1fr; min-height: calc(100vh - 120px); }
.account-form { display: flex; flex-direction: column; justify-content: center; padding: 80px 96px 80px 0; }
.tabs { display: flex; gap: 28px; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 36px; }
.tabs button { background: none; border: 0; padding: 0 0 6px; cursor: pointer; font: inherit; letter-spacing: inherit; text-transform: inherit; color: var(--faint); border-bottom: 1px solid transparent; }
.tabs button.is-on { color: var(--ink); border-bottom-color: var(--ink); }
.account h1 { font-size: 52px; line-height: 1.02; margin-bottom: 28px; text-wrap: pretty; }
.auth-fields { display: flex; flex-direction: column; gap: 14px; max-width: 440px; }
.auth-fields .btn { margin-top: 8px; }
.auth-fields .small { font-size: 12.5px; color: var(--faint); }
.auth-fields a.small { border-bottom: 1px solid var(--line-2); align-self: flex-start; }
.auth-fields p a { border-bottom: 1px solid var(--line-2); }
.account .frame { margin: 40px 0; min-height: 600px; }
.account-in { padding: 80px 0; }
.account-in h1 { margin-bottom: 12px; }
.account-in p { color: var(--ink-2); margin-bottom: 28px; }

/* ---------- Footer ---------- */
.footer { background: var(--bg-2); border-top: 1px solid var(--line); }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 72px var(--gutter) 40px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { font-family: var(--serif); font-style: italic; font-size: 28px; margin-bottom: 16px; }
.footer-logo span { font-style: normal; font-size: 15px; color: var(--accent); }
.footer-blurb { max-width: 360px; color: var(--ink-3); margin-bottom: 24px; font-size: 14px; text-wrap: pretty; }
.newsletter { display: flex; max-width: 400px; border-bottom: 1px solid var(--ink); }
.newsletter input { flex: 1; min-width: 0; border: 0; background: transparent; height: 44px; font-size: 14.5px; outline: none; padding: 0; }
.newsletter button { border: 0; background: none; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; cursor: pointer; padding: 0 0 0 12px; }
.newsletter button:hover { color: var(--accent); }
.newsletter-ok { font-size: 13px; color: var(--ink-3); margin-top: 12px; }
.footer-col { font-size: 14px; display: flex; flex-direction: column; gap: 10px; }
.footer-col .eyebrow { margin-bottom: 6px; }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 20px var(--gutter) 32px; display: flex; justify-content: space-between; font-size: 12px; color: var(--faint); border-top: 1px solid var(--line); gap: 16px; flex-wrap: wrap; }
.footer-social { display: flex; gap: 20px; }
.footer-social a { color: var(--faint); }
.footer-social a:hover { color: var(--ink); }

/* ---------- Duyarlı ---------- */
@media (max-width: 1200px) {
  :root { --gutter: 32px; }
  .hero h1 { font-size: clamp(48px, 6vw, 72px); }
  .cat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .prod-grid-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .atelier-copy { padding-right: 48px; }
  .atelier h2 { font-size: 44px; }
  .category-body { grid-template-columns: 180px 1fr; gap: 32px; }
  .prod-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-body { gap: 40px; }
  .account-form { padding-right: 48px; }
}

@media (max-width: 900px) {
  .header-inner { grid-template-columns: 1fr auto; grid-template-areas: "logo actions" "nav nav"; gap: 6px 16px; min-height: 0; padding-top: 12px; padding-bottom: 0; }
  .logo { grid-area: logo; text-align: left; font-size: 24px; }
  .actions { grid-area: actions; }
  .nav { grid-area: nav; flex-wrap: nowrap; overflow-x: auto; gap: 18px; padding-bottom: 8px; scrollbar-width: none; }
  .nav::-webkit-scrollbar { display: none; }
  .search input { width: 120px; }
  .hero { grid-template-columns: 1fr; padding-top: 40px; gap: 32px; }
  .hero-copy { padding-bottom: 0; order: 2; }
  .hero .frame { order: 1; }
  .section { padding-top: 64px; }
  .section-head h2 { font-size: 32px; }
  .atelier { margin-top: 72px; }
  .atelier-inner { grid-template-columns: 1fr; min-height: 0; }
  .atelier-copy { padding: 64px 0 40px; }
  .atelier .frame { min-height: 0; aspect-ratio: 4 / 5; margin-bottom: 0; }
  .promises { grid-template-columns: 1fr; gap: 28px; padding: 56px var(--gutter); }
  .category-head h1 { font-size: 44px; }
  .category-body { grid-template-columns: 1fr; gap: 24px; }
  .filters { display: flex; flex-wrap: wrap; gap: 0 32px; }
  .filter-group { margin-bottom: 20px; }
  .product-body { grid-template-columns: 1fr; }
  .buybox { position: static; }
  .buybox h1 { font-size: 36px; }
  .cart-body, .checkout-body { grid-template-columns: 1fr; gap: 40px; }
  .cart h1 { font-size: 44px; }
  .checkout-body .summary { order: -1; }
  .account { grid-template-columns: 1fr; min-height: 0; }
  .account-form { padding: 48px 0 40px; }
  .account h1 { font-size: 40px; }
  .account .frame { margin: 0 0 40px; min-height: 0; aspect-ratio: 4 / 5; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 40px 24px; padding-top: 56px; }
  .footer-inner > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --gutter: 16px; }
  .topbar { font-size: 10px; letter-spacing: .12em; padding: 9px 16px; }
  .actions { gap: 14px; }
  .hero h1 { font-size: 44px; }
  .cat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .prod-grid-4, .prod-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
  .cat-meta, .card-row { font-size: 12px; }
  .atelier h2 { font-size: 36px; }
  .line { grid-template-columns: 80px 1fr; }
  .line-right { grid-column: 2; text-align: left; display: flex; gap: 16px; align-items: center; }
  .line-total { margin: 0; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .summary { padding: 24px; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .screen, .shake { animation: none; }
  .slot img { transition: none; }
}

/* ================= API sürümü eklentileri ================= */

.boot, .boot-error { padding: 120px 0; text-align: center; color: var(--faint); }
.boot-error h1 { font-size: 40px; color: var(--ink); margin-bottom: 12px; }
.boot-error code { background: var(--bg-2); padding: 2px 6px; }

/* Bildirim */
.toast {
  position: fixed; left: 50%; bottom: 28px; transform: translateX(-50%);
  background: var(--ink); color: var(--paper); padding: 13px 22px; font-size: 13.5px;
  letter-spacing: .04em; z-index: 60; box-shadow: 0 6px 24px rgba(0,0,0,.18);
  animation: toast-in .25s ease both; max-width: calc(100vw - 32px);
}
@keyframes toast-in { from { opacity: 0; transform: translate(-50%, 10px); } to { opacity: 1; transform: translate(-50%, 0); } }

/* İndirim ve tükendi */
.tag-sale { left: auto; right: 12px; background: var(--accent); color: var(--paper); }
.price-cell s { color: var(--faint); font-size: .86em; margin-right: 2px; }
.price s { color: var(--faint); font-size: .72em; margin-right: 6px; }
.sold-out {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center;
  background: rgba(242,241,238,.62);
}
.sold-out span {
  background: var(--ink); color: var(--paper); font-size: 10.5px; letter-spacing: .18em;
  text-transform: uppercase; font-weight: 600; padding: 7px 14px;
}
.card.is-out .card-row { color: var(--faint); }

/* Ürün galerisi */
.gallery-main { margin-bottom: 12px; }
.thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.thumb { padding: 0; border: 0; background: none; cursor: pointer; display: block; }
.thumb .frame { outline: 1px solid transparent; outline-offset: 2px; transition: outline-color .15s; }
.thumb:hover .frame { outline-color: var(--line-2); }
.thumb.is-on .frame { outline-color: var(--ink); }
.gallery { display: block; }
.chip:disabled { opacity: .4; cursor: not-allowed; text-decoration: line-through; }
.related { border-top: 1px solid var(--line); margin-top: 88px; }
.line-warn { font-size: 12px; color: #9c3a2e; margin-bottom: 10px; }
.demo-note { font-size: 12.5px; color: var(--faint); margin: 0 0 20px; max-width: 460px; }
.confirm-sub { margin-top: 10px; font-size: 14px; color: var(--ink-3); }
.confirm-sub a { border-bottom: 1px solid var(--line-2); }

/* Sipariş takibi */
.track { padding-top: 48px; padding-bottom: 120px; }
.track h1 { font-size: 56px; margin-bottom: 14px; }
.track-lead { color: var(--ink-3); max-width: 460px; margin-bottom: 32px; }
.track-form { display: flex; gap: 12px; flex-wrap: wrap; max-width: 620px; margin-bottom: 16px; }
.track-form .field { flex: 1 1 200px; }
.track-form .btn { padding: 18px 28px; }
.track-card { border: 1px solid var(--line); padding: 28px; max-width: 620px; margin-top: 24px; }
.track-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 6px; }
.track-head strong { font-size: 18px; font-weight: 500; }
.track-date { font-size: 13px; color: var(--faint); margin-bottom: 24px; }
.track-steps { list-style: none; display: flex; padding: 0; margin: 0 0 24px; gap: 4px; }
.track-steps li {
  flex: 1; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--faint);
  border-top: 2px solid var(--line); padding-top: 10px;
}
.track-steps li.is-done { color: var(--ink); border-top-color: var(--accent); }
.track-items { list-style: none; padding: 0; margin: 0; font-size: 14px; color: var(--ink-2); display: flex; flex-direction: column; gap: 6px; }
.track-cancel { color: #9c3a2e; margin-bottom: 20px; }
.pill {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600;
  padding: 5px 11px; background: var(--bg-2); color: var(--ink-3); white-space: nowrap;
}
.pill-kargoda { background: var(--ink); color: var(--paper); }
.pill-teslim { background: #2f5d3f; color: #fff; }
.pill-iptal { background: #8c2f26; color: #fff; }

@media (max-width: 900px) {
  .track h1 { font-size: 40px; }
  .thumbs { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 600px) {
  .track-form { flex-direction: column; }
  .track-steps { flex-wrap: wrap; }
  .track-steps li { flex: 1 1 45%; }
  .toast { left: 16px; right: 16px; transform: none; text-align: center; }
  @keyframes toast-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
}

/* Dolu görsel yuvasında iç boşluk olmamalı */
.slot.is-filled { padding: 0; }
/* Menü tek satırda kalsın */
@media (max-width: 1340px) and (min-width: 901px) {
  .nav { gap: 6px 16px; font-size: 11.5px; }
  .header-inner { gap: 20px; }
}
