:root {
  --paper: #f3ead8;
  --paper-2: #efe4ce;
  --card: #fffaf0;
  --ink: #161513;
  --ink-soft: #3d3933;
  --muted: #6b6458;
  --line: #d4c6ab;
  --line-strong: #c9ba9a;
  --accent: #e05f0d;
  --accent-ink: #2f2506;
  --board: #1b1a17;
  --board-2: #24231f;
  --chalk: #f4efe3;
  --chalk-dim: #b8b09e;
  --veg: #6a9440;
  --focus: var(--accent);
  --header-h: 4.25rem;
  --stick-h: 3.6rem;
  --max: 72rem;
  --radius: 2px;
  --sans: "Inter", system-ui, sans-serif;
  --serif: "Fraunces", Georgia, serif;
  --display: "Fraunces", Georgia, serif;
  --mono: "JetBrains Mono", ui-monospace, monospace;
}

[data-style="classic"] {
  --paper: #f6efe0;
  --paper-2: #efe6d0;
  --card: #fff8ec;
  --line: #d7c8aa;
  --board: #191714;
  --radius: 0px;
}
[data-style="modern"] {
  --paper: #f4f2ec;
  --paper-2: #eceae4;
  --card: #fbfaf6;
  --ink: #141413;
  --line: #ddd6c8;
  --board: #141413;
  --radius: 8px;
}

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

html { scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3.5rem;
  z-index: 80;
  padding: 0.5rem 0.85rem;
  background: var(--accent);
  color: var(--accent-ink);
  font-weight: 650;
  text-decoration: none;
}
.skip:focus { top: 0.75rem; }

/* —— script accent: Fraunces italic, Caveat yok —— */
.script-tag,
.protein-label,
.ribbon,
.cat-head h3,
.item-n {
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
}

/* rotasyon aksanları kaldırıldı — sahte elyazısı taklidi yerine düz tipografi */

[data-style="modern"] .script-tag,
[data-style="modern"] .protein-label,
[data-style="modern"] .ribbon,
[data-style="modern"] .cat-head h3,
[data-style="modern"] .item-n {
  transform: none;
  font-style: italic;
}

/* —— header —— */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: var(--header-h);
  padding: 0.55rem 1rem;
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: auto; height: 3.3rem; }
.brand .wordmark {
  font-family: var(--display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.nav {
  display: none;
  gap: 1.25rem;
  margin-left: auto;
  font-size: 0.92rem;
  font-weight: 600;
}
.nav a { text-decoration: none; color: var(--ink-soft); }
.nav a:hover { color: var(--ink); }

.btn-call {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0 0.9rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--chalk);
  text-decoration: none;
  font-weight: 650;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}
.btn-call span { display: none; }
.btn-call:hover { filter: brightness(1.08); }

/* —— masthead —— */
.mast { display: grid; }
.mast-photo {
  position: relative;
  min-height: 15rem;
  background: #2a2414;
  overflow: hidden;
}
.mast-photo img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: center 58%;
}
.mast-copy {
  position: relative;
  padding: 1.6rem 1.15rem 2rem;
}
.ribbon {
  position: absolute;
  top: 0;
  right: 1.1rem;
  margin: 0;
  width: 4.4rem;
  padding: 0.7rem 0.4rem 1.15rem;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0 0 0.6rem 0.6rem;
}
.script-tag {
  margin: 0 0 0.35rem;
  color: var(--muted);
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.mast-copy h1 {
  margin: 0 0 0.55rem;
  padding-right: 4.6rem;
  font-family: var(--display);
  font-size: clamp(2.1rem, 8vw, 3.6rem);
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  line-height: 0.95;
}
.lede {
  max-width: 34rem;
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  text-wrap: pretty;
}
.facts {
  display: grid;
  gap: 0.9rem 1.25rem;
  margin: 0 0 1.35rem;
}
.facts dt {
  margin: 0 0 0.15rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.facts dd { margin: 0; font-weight: 600; line-height: 1.35; }
.facts a { text-decoration: none; }
.facts a:hover { text-decoration: underline; }

.mast-actions { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.btn-primary,
.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.75rem;
  padding: 0 1.05rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 650;
}
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { filter: brightness(1.05); }
.btn-wa {
  border: 1px solid var(--ink);
  color: var(--ink);
  background: transparent;
}
.btn-wa:hover { background: var(--ink); color: var(--chalk); }

/* —— menü toolbar + sticky rail —— */
.menu-wrap { padding: 0 0 3rem; }
.menu-toolbar {
  display: grid;
  gap: 0.35rem;
  padding: 1.4rem 1.15rem 0.75rem;
  max-width: var(--max);
  margin: 0 auto;
}
.menu-toolbar h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.menu-note { font-size: 0.82rem; color: var(--muted); }

.menu-stick {
  position: sticky;
  top: var(--header-h);
  z-index: 40;
  background: color-mix(in srgb, var(--paper) 94%, transparent);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.protein-bar {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.55rem 1.15rem 0.2rem;
}
.protein-label {
  margin: 0;
  flex: 0 0 auto;
  color: var(--ink);
  font-size: 1.25rem;
  line-height: 1;
}
.protein {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.18rem;
  background: var(--accent);
}
.protein button {
  appearance: none;
  border: 0;
  min-height: 2.75rem;
  padding: 0 0.55rem;
  background: transparent;
  color: var(--accent-ink);
  font: inherit;
  font-weight: 750;
  font-size: 0.92rem;
  cursor: pointer;
}
.protein button[aria-checked="true"] {
  background: var(--ink);
  color: var(--accent);
}
.protein-short {
  font-family: var(--mono);
  font-size: 0.78em;
  font-style: normal;
  font-variant-numeric: tabular-nums;
}
.protein-name { margin-left: 0.15rem; }

.chips {
  display: flex;
  justify-content: flex-start;
  gap: 0.45rem;
  overflow-x: auto;
  scroll-padding-inline: 1.15rem;
  padding: 0.45rem 1.15rem 0.6rem;
  max-width: var(--max);
  margin: 0 auto;
  scrollbar-width: none;
}
.chips::-webkit-scrollbar { display: none; }
.chip {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink-soft);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 650;
  white-space: nowrap;
  border-radius: var(--radius);
  cursor: pointer;
}
.chip:hover { color: var(--ink); }
.chip.active,
.chip[aria-current="true"] {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--chalk);
}

/* —— kara tahta (chalkboard default) —— */
.board {
  max-width: var(--max);
  margin: 0.9rem auto 0;
  padding: 1.15rem 0.9rem 1.6rem;
  display: grid;
  gap: 1.6rem 1.4rem;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.015) 3px),
    var(--board);
  color: var(--chalk);
  box-shadow: 0 18px 40px rgba(22, 21, 19, 0.22);
}
.menu-section {
  min-width: 0;
  scroll-margin-top: calc(var(--header-h) + var(--stick-h) + 0.6rem);
}
.cat-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.8rem;
  margin-bottom: 0.55rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px dashed color-mix(in srgb, var(--chalk) 18%, transparent);
}
.cat-head h3 {
  margin: 0;
  color: var(--accent);
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}
.sec-note {
  color: var(--chalk-dim);
  font-size: 0.86rem;
  font-family: var(--display);
  font-style: italic;
}

.items { list-style: none; counter-reset: dish; display: grid; }
.item {
  counter-increment: dish;
  display: grid;
  grid-template-columns: 1.7rem minmax(0, 1fr);
  gap: 0.15rem 0.5rem;
  padding: 0.48rem 0;
  border-bottom: 1px solid color-mix(in srgb, var(--chalk) 8%, transparent);
}
.item:last-child { border-bottom: 0; }

.item-n {
  color: var(--accent);
  font-size: 1.15rem;
  line-height: 1.25;
  font-variant-numeric: tabular-nums;
}
.item-n::before { content: counter(dish, decimal-leading-zero); }

.item-body { min-width: 0; }
.item-row {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  min-width: 0;
}
.item-name {
  flex: 0 1 auto;
  max-width: calc(100% - 4.2rem);
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.item-tag {
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-left: 0.28rem;
  padding: 0.08rem 0.4rem;
  border-radius: 999px;
  background: var(--veg);
  color: #f3ffe6;
  vertical-align: 0.12em;
}
.item-leader {
  flex: 1 1 0.8rem;
  min-width: 0.7rem;
  height: 0;
  border-bottom: 1px dotted color-mix(in srgb, var(--chalk) 32%, transparent);
  transform: translateY(-0.32em);
}
.item-price,
.variant-price {
  flex: 0 0 auto;
  margin-left: auto;
  color: var(--accent);
  font-family: var(--mono);
  font-size: 0.95rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
  line-height: 1.25;
}
.item-price small,
.variant-price small {
  color: var(--chalk-dim);
  font-size: 0.68rem;
  font-weight: 500;
}
.item-desc {
  display: block;
  color: var(--chalk-dim);
  font-size: 0.82rem;
  margin-top: 0.08rem;
}

.item-variants {
  list-style: none;
  display: grid;
  gap: 0.18rem;
  margin: 0.35rem 0 0.1rem;
}
.variant {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  min-height: 1.7rem;
  padding: 0.12rem 0.45rem;
  background: rgba(255, 250, 240, 0.045);
  border-left: 2px solid color-mix(in srgb, var(--accent) 45%, transparent);
  color: var(--chalk-dim);
  font-size: 0.82rem;
}
.variant.is-on {
  color: var(--chalk);
  border-left-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
}
.variant-name { flex: 0 1 auto; }
.variant .item-leader {
  border-bottom-color: color-mix(in srgb, var(--chalk) 22%, transparent);
}
.variant-price { font-size: 0.86rem; }

/* paper mode — açık broşür */
[data-mode="paper"] .board {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(22, 21, 19, 0.06);
}
[data-mode="paper"] .cat-head {
  border-bottom-color: var(--line);
}
[data-mode="paper"] .cat-head h3 { color: var(--ink); }
[data-mode="paper"] .sec-note { color: var(--muted); }
[data-mode="paper"] .item {
  border-bottom-color: color-mix(in srgb, var(--ink) 10%, transparent);
}
[data-mode="paper"] .item-n { color: var(--accent); }
[data-mode="paper"] .item-name { color: var(--ink); }
[data-mode="paper"] .item-desc { color: var(--muted); }
[data-mode="paper"] .item-leader {
  border-bottom-color: color-mix(in srgb, var(--ink) 28%, transparent);
}
[data-mode="paper"] .item-price,
[data-mode="paper"] .variant-price { color: var(--ink); }
[data-mode="paper"] .item-price small,
[data-mode="paper"] .variant-price small { color: var(--muted); }
[data-mode="paper"] .variant {
  background: color-mix(in srgb, var(--accent) 8%, var(--paper));
  color: var(--ink-soft);
}

/* —— legend: koyu pano, iki sütun, mono kodlar —— */
.legend {
  max-width: var(--max);
  margin: 0.9rem auto 0;
  padding: 1.25rem 1.15rem 1.4rem;
  background:
    repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255,255,255,0.015) 3px),
    var(--board);
  color: var(--chalk);
  box-shadow: 0 12px 28px rgba(22, 21, 19, 0.18);
}
.legend h3,
.legend h4 {
  margin: 0 0 0.55rem;
  font-family: var(--display);
  font-style: italic;
  font-weight: 500;
}
.legend h3 { font-size: 1.35rem; color: var(--accent); }
.legend h4 {
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--chalk-dim);
}
.legend-grid { display: grid; gap: 1.1rem; }
.legend dl { display: grid; gap: 0.22rem; margin: 0; font-size: 0.82rem; }
.legend dl div {
  display: grid;
  grid-template-columns: 2.1rem 1fr;
  gap: 0.45rem;
}
.legend dt {
  font-family: var(--mono);
  font-weight: 600;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.legend dd { margin: 0; color: var(--chalk); }
.legend-note {
  margin: 0.9rem 0 0;
  color: var(--chalk-dim);
  font-size: 0.82rem;
}

[data-mode="paper"] .legend {
  background: var(--card);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
[data-mode="paper"] .legend h3 { color: var(--ink); }
[data-mode="paper"] .legend h4 { color: var(--muted); }
[data-mode="paper"] .legend dt { color: var(--ink); }
[data-mode="paper"] .legend dd { color: var(--ink-soft); }
[data-mode="paper"] .legend-note { color: var(--muted); }

/* —— galeri —— */
.gallery {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.4rem 1.15rem 2rem;
}
.gallery h2 {
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0.9rem;
}
.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.75rem;
}
.gal-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid var(--line);
}

/* —— kontakt —— */
.legal {
  padding: 2.4rem 1.15rem 3rem;
  border-top: 1px solid var(--line);
  background: var(--paper-2);
}
.legal-grid {
  display: grid;
  gap: 2rem;
  max-width: var(--max);
  margin: 0 auto;
}
.legal h2 {
  margin: 0 0 0.25rem;
  font-family: var(--display);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.legal-lead { margin: 0 0 0.85rem; color: var(--muted); }
.contact-list,
.hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
  font-size: 0.95rem;
}
.contact-list li { display: grid; gap: 0.1rem; }
.contact-list span:first-child {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.contact-list a { font-weight: 650; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 0.7rem;
  border-bottom: 1px dashed var(--line);
  padding-bottom: 0.45rem;
}
.hours-list .mono {
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}
.hours-list small { color: var(--muted); }

/* footer — legal.css.j2 sonra gelir, özgüllükle yen */
footer.site-footer {
  padding: 0.95rem 1.15rem 1.15rem;
  background: var(--ink);
  color: var(--chalk);
  text-align: center;
  font-size: 0.88rem;
  border-top: 0;
}
footer.site-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
}
footer.site-footer a { color: inherit; font-weight: 700; text-decoration: none; }
footer.site-footer a:hover { color: var(--accent); }
footer.site-footer .credit { margin-top: 0.35rem; font-size: 0.82rem; font-weight: 400; }
footer.site-footer .credit svg {
  display: block;
  color: var(--accent);
  flex: 0 0 auto;
}

/* —— breakpoints —— */
@media (min-width: 720px) {
  .nav { display: flex; }
  .btn-call { margin-left: 0; }
  .btn-call span { display: inline; }

  .mast {
    grid-template-columns: minmax(16rem, 0.9fr) 1.2fr;
    max-width: var(--max);
    margin: 1rem auto 0;
  }
  .mast:not(:has(.mast-photo)) { grid-template-columns: 1fr; }
  .mast-photo { display: flex; }
  .mast-photo img { width: 100%; height: auto; min-height: 100%; object-fit: cover; align-self: stretch; }
  .mast-copy { padding: 2.2rem 2rem 2rem; }
  .facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .chips { justify-content: center; }
  .protein-bar { justify-content: center; padding-left: 1.4rem; padding-right: 1.4rem; }
  .protein { flex: 0 1 22rem; }
  .menu-toolbar { padding-left: 1.4rem; padding-right: 1.4rem; }
  .chips { padding-left: 1.4rem; padding-right: 1.4rem; }
  .board { padding: 1.6rem 1.5rem 2rem; grid-template-columns: 1fr 1fr; }
  .menu-section.is-wide { grid-column: 1 / -1; }
  .legend { padding: 1.5rem 1.4rem 1.6rem; }
  .legend-grid { grid-template-columns: 1fr 1fr; }
  .legal { padding-left: 1.4rem; padding-right: 1.4rem; }
  .legal-grid { grid-template-columns: 1fr 1fr; }
  .gallery { padding-left: 1.4rem; padding-right: 1.4rem; }
}

@media (min-width: 1040px) {
  .site-header {
    padding-left: calc((100vw - var(--max)) / 2 + 1.4rem);
    padding-right: calc((100vw - var(--max)) / 2 + 1.4rem);
  }
  .brand img { height: 3.3rem; }
}

/* 380px: hit targets already ≥44px; keep copy from overflowing */
@media (max-width: 420px) {
  .mast-copy h1 { font-size: 2.05rem; }
  .item-name { max-width: calc(100% - 3.6rem); }
  .cat-head h3 { font-size: 1.6rem; }
}

/* —— print: pano beyaza döner —— */
@media print {
  .skip,
  .site-header,
  .menu-stick,
  .chips,
  .mast-actions,
  .btn-call,
  .btn-wa,
  .protein-bar,
  footer.site-footer { display: none !important; }
  body {
    background: #fff;
    color: #111;
    font-size: 11pt;
  }
  .mast { display: block; border: 0; background: #fff; }
  .mast-photo { display: none; }
  .ribbon { display: none; }
  .board,
  .legend {
    background: #fff !important;
    color: #111 !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0;
    padding: 0.4rem 0;
  }
  .board { display: block; }
  .menu-section { break-inside: avoid; padding: 0.4rem 0 0.8rem; }
  .cat-head { border-bottom: 1px solid #ccc; }
  .cat-head h3,
  .item-n,
  .item-price,
  .variant-price,
  .legend h3,
  .legend dt { color: #111 !important; }
  .item-desc,
  .sec-note,
  .legend dd,
  .legend-note,
  .legend h4 { color: #444 !important; }
  .item-leader,
  .variant .item-leader { border-bottom-color: #999 !important; }
  .item { border-bottom-color: #e6e6e6 !important; }
  .gallery { display: none; }
  .legal { background: #fff; border-top: 1px solid #ccc; }
}

/* —— bottom-sheet (info + impressum) —— */
.sheet-overlay {
  position: fixed; inset: 0; z-index: 300;
  background: rgba(18, 16, 12, .58);
  display: flex; align-items: flex-end; justify-content: center;
  opacity: 0; visibility: hidden;
  transition: opacity .2s ease, visibility .2s;
}
.sheet-overlay.open { opacity: 1; visibility: visible; }
.sheet {
  position: relative; width: 100%; max-width: 460px;
  max-height: 86dvh; overflow-y: auto; -webkit-overflow-scrolling: touch;
  background: var(--card); color: var(--ink);
  border-radius: 20px 20px 0 0;
  padding: 20px 18px calc(24px + env(safe-area-inset-bottom));
  box-shadow: 0 -10px 40px rgba(0, 0, 0, .3);
  font-family: var(--sans);
  transform: translateY(100%);
  transition: transform .24s cubic-bezier(.32,.72,.25,1);
}
.sheet-overlay.open .sheet { transform: translateY(0); }
@media (min-width: 560px) {
  .sheet-overlay { align-items: center; padding: 18px; }
  .sheet { border-radius: 18px; padding: 26px 24px; box-shadow: 0 20px 60px rgba(0,0,0,.28); }
}
.sheet h2 {
  margin: 0 2.5rem 0.9rem 0;
  font-family: var(--display); font-size: 1.4rem; font-weight: 700; letter-spacing: -0.02em;
}
.legal-block h3 { font-size: 0.95rem; font-weight: 700; margin: 0.6rem 0 0.35rem; }
.legal-block p { font-size: 0.92rem; margin: 0 0 0.5rem; line-height: 1.55; }
.muted-s { color: var(--muted); font-size: 0.82rem; }
.info-x:hover { color: var(--ink); }

/* yasal sayfalar */
{# ortak yasal sayfa stilleri (her şablonun style.css sonuna eklenir) #}
.legal-page{max-width:760px;margin:0 auto;padding:40px 20px 60px}
.legal-page h1{font-family:var(--serif);font-size:28px;font-weight:600;margin-bottom:22px;letter-spacing:-.01em}
.legal-block{margin-bottom:22px}
.legal-block h2{font-family:var(--serif);font-size:17px;font-weight:600;margin-bottom:8px}
.legal-block p{font-size:14px;color:var(--ink);margin-bottom:8px;max-width:70ch}
.legal-page .back{margin-top:28px}
.legal-page .back a{color:var(--muted);text-decoration:none;font-size:13.5px}
.legal-page .back a:hover{color:var(--ink)}
.site-footer{border-top:1px solid var(--line);padding:18px 20px 26px;text-align:center;font-size:12.5px;color:var(--muted)}
.site-footer a{color:inherit}
.credit{margin-top:4px;font-size:11.5px}
.credit svg{color:#b3455a}
