/* gece — generated by App\View\ClassMap (map 3518548976c2, short); edit themes/gece/assets/style.css instead */
/* ==========================================================================
   gece — dark luxury theme for the 2028 engine
   Colours, fonts and sizes come ONLY from theme.json tokens, emitted by the
   Customizer as :root custom properties (token dots become dashes).
   Mobile-first, 8px spacing rhythm (rem multiples of .5), WCAG AA palette.
   ========================================================================== */

/* 1. Colour scheme ---------------------------------------------------------
   The native palette is dark. dark_mode=off swaps in the ivory "alt" tokens,
   dark_mode=auto follows the device. html[...] beats the Customizer's :root. */
:root { color-scheme: dark; }
html[data-scheme="alt"] {
  --bahce-color-bg: var(--bahce-color-alt-bg);
  --bahce-color-surface: var(--bahce-color-alt-surface);
  --bahce-color-text: var(--bahce-color-alt-text);
  --bahce-color-muted: var(--bahce-color-alt-muted);
  --bahce-color-primary: var(--bahce-color-alt-primary);
  --bahce-color-accent: var(--bahce-color-alt-accent);
  --bahce-color-line: var(--bahce-color-alt-line);
  color-scheme: light;
}
@media (prefers-color-scheme: light) {
  html[data-scheme="auto"] {
    --bahce-color-bg: var(--bahce-color-alt-bg);
    --bahce-color-surface: var(--bahce-color-alt-surface);
    --bahce-color-text: var(--bahce-color-alt-text);
    --bahce-color-muted: var(--bahce-color-alt-muted);
    --bahce-color-primary: var(--bahce-color-alt-primary);
    --bahce-color-accent: var(--bahce-color-alt-accent);
    --bahce-color-line: var(--bahce-color-alt-line);
    color-scheme: light;
  }
}

/* 2. Base ------------------------------------------------------------------ */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bahce-color-bg);
  color: var(--bahce-color-text);
  font-family: var(--bahce-font-body), system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, picture, video { display: block; max-width: 100%; }
img { height: auto; }
svg { display: inline-block; width: 1em; height: 1em; vertical-align: -0.15em; flex: none; }
.nb-98-180 { transform: rotate(180deg); }
a { color: var(--bahce-color-primary); text-decoration: none; transition: color .2s; }
a:hover { color: var(--bahce-color-accent); }
button { font: inherit; color: inherit; }
::selection { background: var(--bahce-color-primary); color: var(--bahce-color-bg); }
:focus-visible { outline: 2px solid var(--bahce-color-primary); outline-offset: 3px; border-radius: 2px; }
.pl-83 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.dd-04 { position: absolute; top: -100%; left: 1rem; z-index: 200; padding: .5rem 1rem; background: var(--bahce-color-primary); color: var(--bahce-color-bg); font-weight: 600; border-radius: var(--bahce-radius); }
.dd-04:focus { top: 1rem; }
.dq-2a { color: var(--bahce-color-muted); }

/* 3. Typography ------------------------------------------------------------ */
h1, h2, h3, h4 {
  font-family: var(--bahce-font-heading), Georgia, "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -.01em;
  margin: 0 0 .5em;
  color: var(--bahce-color-text);
  text-wrap: balance;
}
h1 { font-size: clamp(1.9rem, 1.3rem + 2.6vw, 3rem); }
h2 { font-size: clamp(1.35rem, 1.1rem + 1vw, 1.75rem); }
h3 { font-size: 1.125rem; }
p { margin: 0 0 1rem; }
.ta-25 {
  display: inline-block;
  margin: 0 0 .5rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--bahce-color-primary);
}
.ta-25 a { color: inherit; }
.lc-0a { font-size: 1.125rem; color: var(--bahce-color-muted); max-width: 60ch; }

.kh-2b { max-width: 72ch; font-size: 1.0625rem; line-height: 1.75; }
.kh-2b > * + * { margin-top: 1rem; }
.kh-2b > :first-child { margin-top: 0; }
.kh-2b h2, .kh-2b h3 { margin-top: 2rem; }
.kh-2b h2 { font-size: 1.5rem; }
.kh-2b h3 { font-size: 1.2rem; }
.kh-2b a { text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.kh-2b ul, .kh-2b ol { padding-left: 1.25rem; }
.kh-2b li + li { margin-top: .25rem; }
.kh-2b blockquote { margin: 1.5rem 0; padding: .5rem 0 .5rem 1.25rem; border-left: 2px solid var(--bahce-color-primary); color: var(--bahce-color-muted); font-style: italic; }
.kh-2b img, .kh-2b picture { border-radius: var(--bahce-radius); }
.kh-2b figure { margin: 1.5rem 0; }
.kh-2b figcaption { margin-top: .5rem; font-size: .875rem; color: var(--bahce-color-muted); }
.kh-2b hr { border: 0; height: 1px; margin: 2rem 0; background: var(--bahce-color-line); }
.kh-2b table { width: 100%; border-collapse: collapse; font-size: .9375rem; }
.kh-2b th, .kh-2b td { padding: .5rem; border-bottom: 1px solid var(--bahce-color-line); text-align: left; }
.kh-2b > p:first-of-type::first-letter { color: var(--bahce-color-primary); font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.6em; line-height: 1; font-weight: 600; }
[data-clamped] { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(#000 65%, transparent); mask-image: linear-gradient(#000 65%, transparent); }
[data-clamp-toggle] { display: inline-flex; align-items: center; gap: .35rem; padding: .75rem 0 0; border: 0; background: none; color: var(--bahce-color-primary); font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }

/* 4. Layout ---------------------------------------------------------------- */
/* Image scale (SPEC §19.3): small (default) / medium ×1.25 / large ×1.6 — card thumbs, list rows,
   listing hero column, gallery thumbs, sidebar thumbs. Set once here, consumed everywhere below. */
body { --thumb: 10rem; --thumb-mini: 2.5rem; --row-thumb: 4rem; --gthumb: 4rem; --hero-max: 30rem; --hero-col: 30rem; }
.kb-bf { --thumb: 12.5rem; --thumb-mini: 3.125rem; --row-thumb: 5rem; --gthumb: 5rem; --hero-max: 37.5rem; --hero-col: 37.5rem; }
.cc-68 { --thumb: 15.625rem; --thumb-mini: 4rem; --row-thumb: 6.25rem; --gthumb: 6.25rem; --hero-max: none; --hero-col: 3fr; }
@media (max-width: 30em) { body { --thumb: 7rem; } .kb-bf { --thumb: 8.5rem; } .cc-68 { --thumb: 10rem; } }
.ar-fe { width: 100%; max-width: var(--bahce-container); margin-inline: auto; padding-inline: 1rem; }
.ha-19 { display: grid; gap: 3rem; align-items: start; padding-block: 2rem 4rem; }
.kb-d1, .pd-f5 { min-width: 0; }
@media (min-width: 48em) { .ar-fe { padding-inline: 1.5rem; } }
@media (min-width: 64em) {
  .ha-19 { padding-block: 3rem 5rem; }
  .vw-a5 .ha-19 { grid-template-columns: minmax(0, 1fr) 20rem; gap: 3.5rem; }
  .fk-8c .ha-19 { grid-template-columns: 20rem minmax(0, 1fr); }
  .fk-8c .kb-d1 { order: 2; }
  .fk-8c .pd-f5 { order: 1; }
}

/* 5. Header & navigation --------------------------------------------------- */
.mm-9e { display: flex; flex-wrap: wrap; gap: 1.25rem; align-items: center; padding: .4rem 1rem; background: var(--bahce-color-primary); color: var(--bahce-color-bg); font-size: .8125rem; font-weight: 600; }
.mm-9e a { display: inline-flex; gap: .35rem; align-items: center; color: var(--bahce-color-bg); text-decoration: underline; }
.my-7d { display: inline-flex; gap: .35rem; align-items: center; letter-spacing: .1em; text-transform: uppercase; }
.lp-6f { padding-block: 1rem; text-align: center; border-bottom: 1px solid var(--bahce-color-line); }
.lp-6f img { margin-inline: auto; }
.lp-6f .lt-cc { margin: .5rem 0 0; font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.25rem; }

.mw-bc { position: relative; z-index: 50; background: var(--bahce-color-bg); border-bottom: 1px solid var(--bahce-color-line); }
.mw-bc.rp-b9 { position: sticky; top: 0; }
@supports (backdrop-filter: blur(1px)) {
  .mw-bc.rp-b9 { background: color-mix(in srgb, var(--bahce-color-bg) 86%, transparent); backdrop-filter: blur(14px); }
}
.ss-ac { position: relative; display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; min-height: 4.5rem; }
.cn-fc { display: inline-flex; align-items: center; gap: .6rem; color: var(--bahce-color-text); font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.35rem; letter-spacing: .01em; }
.cn-fc:hover { color: var(--bahce-color-accent); }
.mk-37 { display: inline-flex; color: var(--bahce-color-primary); }
.mk-37 svg { width: 1.1em; height: 1.1em; }
.ph-d9 { height: 2.75rem; width: auto; }
.rf-71 { display: inline-flex; align-items: center; gap: .5rem; margin-left: auto; padding: .5rem .875rem; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: none; font-size: .875rem; cursor: pointer; }
.rf-71:hover, .rf-71[aria-expanded="true"] { border-color: var(--bahce-color-primary); color: var(--bahce-color-primary); }
.ms-ab { display: none; flex-basis: 100%; padding-bottom: 1rem; }
.ms-ab[data-open] { display: block; }
.pa-a5 { list-style: none; margin: 0; padding: 0; }
.pa-a5.lb-cc-0 > .bk-d6 { position: relative; border-top: 1px solid var(--bahce-color-line); }
.pa-a5.lb-cc-0 > .bk-d6 > a { display: block; padding: .75rem 2.75rem .75rem 0; font-size: .8125rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--bahce-color-text); }
.bk-d6.li-b6 > a, .bk-d6 > a:hover { color: var(--bahce-color-primary); }
.cl-af { position: absolute; top: .4rem; right: 0; display: inline-flex; align-items: center; justify-content: center; width: 2.25rem; height: 2.25rem; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: none; color: var(--bahce-color-muted); cursor: pointer; transition: transform .2s, color .2s; }
.cl-af[aria-expanded="true"] { transform: rotate(180deg); color: var(--bahce-color-primary); }
.th-06 { display: none; padding: 0 0 .75rem; }
.th-06[data-open] { display: block; }
.pa-a5.lb-cc-1 { columns: 2; gap: 1.5rem; }
.pa-a5.lb-cc-1 > .bk-d6 { position: relative; break-inside: avoid; padding: .2rem 0; }
.pa-a5.lb-cc-1 a { font-size: .9375rem; color: var(--bahce-color-text); }
.pa-a5.lb-cc-1 > .bk-d6 > a { display: block; padding-right: 2.5rem; }
.pa-a5.lb-cc-1 .cl-af { top: 0; width: 1.75rem; height: 1.75rem; border: 0; }
.ss-2c { font-size: .75rem; color: var(--bahce-color-muted); }
.pa-a5.lb-cc-2 { margin: .25rem 0 .5rem; padding-left: .75rem; border-left: 1px solid var(--bahce-color-line); }
.pa-a5.lb-cc-2 a { font-size: .875rem; color: var(--bahce-color-muted); }
.pa-a5.lb-cc-2 a:hover { color: var(--bahce-color-primary); }

.kd-17 { display: flex; overflow: hidden; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: var(--bahce-color-surface); }
.kd-17 input { flex: 1; min-width: 0; padding: .7rem .9rem; border: 0; background: transparent; color: var(--bahce-color-text); font: inherit; }
.kd-17 input::placeholder { color: var(--bahce-color-muted); }
.kd-17 input:focus { outline: none; }
.kd-17:focus-within { border-color: var(--bahce-color-primary); }
.kd-17 button { display: inline-flex; align-items: center; gap: .4rem; padding: 0 1rem; border: 0; background: var(--bahce-color-primary); color: var(--bahce-color-bg); font-weight: 600; cursor: pointer; }
.nl-37 { margin-top: .75rem; }

@media (min-width: 64em) {
  .ss-ac { flex-wrap: nowrap; gap: 2rem; }
  .rf-71 { display: none; }
  .ms-ab { display: flex; flex: 1; flex-basis: auto; align-items: center; justify-content: flex-end; gap: 2rem; padding: 0; }
  .pa-a5.lb-cc-0 { display: flex; align-items: center; gap: 1.75rem; }
  .pa-a5.lb-cc-0 > .bk-d6 { position: static; display: flex; align-items: center; gap: .1rem; border: 0; }
  .pa-a5.lb-cc-0 > .bk-d6 > a { position: relative; padding: 1.6rem 0; }
  .pa-a5.lb-cc-0 > .bk-d6 > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 1.1rem; height: 1px; background: var(--bahce-color-primary); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
  .pa-a5.lb-cc-0 > .bk-d6 > a:hover::after, .pa-a5.lb-cc-0 > .bk-d6.li-b6 > a::after { transform: scaleX(1); }
  .pa-a5.lb-cc-0 > .bk-d6 > .cl-af { position: static; width: 1.5rem; height: 1.5rem; border: 0; }
  .pa-a5.lb-cc-0 > .bk-d6 > .th-06 {
    position: absolute; left: 0; right: 0; top: 100%;
    display: block; max-height: calc(100vh - 6rem); overflow: auto;
    padding: 1.5rem; background: var(--bahce-color-surface);
    border: 1px solid var(--bahce-color-line); border-top: 2px solid var(--bahce-color-primary);
    border-radius: 0 0 var(--bahce-radius) var(--bahce-radius);
    box-shadow: 0 30px 60px -20px rgb(0 0 0 / .6);
    opacity: 0; visibility: hidden; transform: translateY(8px);
    transition: opacity .2s, transform .2s, visibility .2s;
  }
  .pa-a5.lb-cc-0 > .bk-d6:hover > .th-06,
  .pa-a5.lb-cc-0 > .bk-d6:focus-within > .th-06,
  .pa-a5.lb-cc-0 > .bk-d6 > .th-06[data-open] { opacity: 1; visibility: visible; transform: translateY(0); }
  .pa-a5.lb-cc-1 { columns: 4; gap: 1.5rem; }
  .pa-a5.lb-cc-1 .th-06 { display: block; }
  .pa-a5.lb-cc-1 .cl-af { display: none; }
  .pa-a5.lb-cc-1 > .bk-d6 > a { padding-right: 0; }
  .nl-37 { width: 15rem; margin: 0; }
}

/* 6. Hero (home) ----------------------------------------------------------- */
.us-7a { position: relative; overflow: hidden; padding: 4rem 0 3rem; border-bottom: 1px solid var(--bahce-color-line); background: var(--bahce-color-bg); }
.us-7a::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 70% 60% at 50% -10%, color-mix(in srgb, var(--bahce-color-price) 24%, transparent), transparent 70%); }
.if-be { position: relative; max-width: 54rem; text-align: center; }
.sc-5c { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; font-size: .75rem; letter-spacing: .3em; text-transform: uppercase; color: var(--bahce-color-primary); }
.sc-5c .rl-70 { width: 3rem; height: 1px; background: linear-gradient(90deg, transparent, var(--bahce-color-primary)); }
.sc-5c .rl-70:last-child { background: linear-gradient(90deg, var(--bahce-color-primary), transparent); }
.cy-8e { margin-bottom: 1rem; font-size: clamp(2.25rem, 1.5rem + 4vw, 4.25rem); font-weight: 500; line-height: 1.05; }
@supports (background-clip: text) or (-webkit-background-clip: text) {
  .cy-8e { background: linear-gradient(180deg, var(--bahce-color-text) 40%, var(--bahce-color-accent)); -webkit-background-clip: text; background-clip: text; color: transparent; }
}
.hi-d6 { max-width: 56ch; margin: 0 auto 2rem; font-size: 1.125rem; color: var(--bahce-color-muted); }
.ay-0e { max-width: 36rem; margin: 0 auto 2rem; padding: .35rem; border-color: color-mix(in srgb, var(--bahce-color-primary) 45%, var(--bahce-color-line)); border-radius: calc(var(--bahce-radius) + 4px); box-shadow: 0 0 0 6px color-mix(in srgb, var(--bahce-color-primary) 8%, transparent), 0 20px 60px -20px color-mix(in srgb, var(--bahce-color-primary) 45%, transparent); }
.ay-0e input { padding: .75rem 1rem; font-size: 1.0625rem; }
.ay-0e .lb-af { border-radius: var(--bahce-radius); }
.ak-90 .dk-fc { justify-content: center; }
.mp-1f { position: relative; margin-top: 3rem; }
.se-5d { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(14rem, 16rem); gap: 1.25rem; padding: .5rem .25rem 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--bahce-color-primary) transparent; }
.zk-3e { scroll-snap-align: start; }
.ap-71 { padding-bottom: 3.5rem; }

/* 7. Components ------------------------------------------------------------ */
.lb-af { display: inline-flex; align-items: center; gap: .5rem; padding: .75rem 1.4rem; border: 1px solid transparent; border-radius: var(--bahce-radius); font-weight: 600; font-size: .9375rem; letter-spacing: .04em; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; }
.sa-8b { background: var(--bahce-color-primary); color: var(--bahce-color-bg); }
.sa-8b:hover { color: var(--bahce-color-bg); transform: translateY(-1px); box-shadow: 0 10px 30px -10px var(--bahce-color-primary), 0 0 0 4px color-mix(in srgb, var(--bahce-color-primary) 18%, transparent); }
.ka-bf { background: transparent; color: var(--bahce-color-text); border-color: var(--bahce-color-line); }
.ka-bf:hover { border-color: var(--bahce-color-primary); color: var(--bahce-color-primary); }

.dk-fc { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.dd-3a { display: inline-flex; align-items: center; gap: .4rem; padding: .45rem .9rem; border: 1px solid var(--bahce-color-line); border-radius: 999px; background: var(--bahce-color-surface); color: var(--bahce-color-text); font-size: .875rem; transition: border-color .2s, color .2s, transform .2s; }
.dd-3a:hover { border-color: var(--bahce-color-primary); color: var(--bahce-color-primary); transform: translateY(-1px); }
.nq-5d { font-size: .75rem; color: var(--bahce-color-muted); }
.tt-53 { padding: .25rem .65rem; font-size: .8125rem; }

.sk-51 { margin-bottom: 3.5rem; }
.tk-e6 { position: relative; display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; padding-bottom: .75rem; border-bottom: 1px solid var(--bahce-color-line); }
.tk-e6::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 4rem; height: 1px; background: var(--bahce-color-primary); }
.tk-e6 .bs-3e { margin: 0; }
.bs-3e .ck-b3 { color: var(--bahce-color-muted); font-size: .8em; font-weight: 400; }
.sa-d4 { display: inline-flex; align-items: center; gap: .35rem; font-size: .8125rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.tq-89 { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--bahce-color-line); }
.tq-89 h1 { margin-bottom: .5rem; }
.tq-89 .ta-25 { margin-bottom: .75rem; }
.zu-dd { max-width: 32rem; margin-top: 1.25rem; padding: .25rem; }
.sd-38 { text-align: center; border: 0; }
.sd-38 .zu-dd { margin-inline: auto; }
.sd-38 .ta-25 { font-family: var(--bahce-font-heading), Georgia, serif; font-size: clamp(3rem, 8vw, 6rem); letter-spacing: .1em; line-height: 1; opacity: .5; }
.tc-89 { padding: 2rem; border: 1px dashed var(--bahce-color-line); border-radius: var(--bahce-radius); color: var(--bahce-color-muted); text-align: center; }
.sd-9f { margin-bottom: 2rem; }

/* Term / archive headers: large typographic treatment */
.dk-29 { margin-bottom: 2rem; }
.sr-aa { margin-bottom: .75rem; font-size: clamp(2.25rem, 1.6rem + 3.5vw, 4rem); font-weight: 500; line-height: 1; }
.ak-0a { display: block; margin-top: .5rem; font-family: var(--bahce-font-body), system-ui, sans-serif; font-size: .8rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--bahce-color-muted); }
.rh-bc { margin: 0; color: var(--bahce-color-muted); font-size: .9375rem; }
.rh-bc strong { font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.25rem; color: var(--bahce-color-primary); }
.cb-00 { margin-bottom: 2rem; }
.ps-6a { margin-bottom: 2.5rem; padding: 1.5rem; background: var(--bahce-color-surface); border: 1px solid var(--bahce-color-line); border-left: 2px solid var(--bahce-color-primary); border-radius: var(--bahce-radius); }
.rp-34 { padding-top: 2rem; border-top: 1px solid var(--bahce-color-line); }

/* 8. Cards ----------------------------------------------------------------- */
.mr-a7 { display: grid; gap: 1.5rem; grid-template-columns: 1fr; }
@media (min-width: 30em) { .mr-a7 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 64em) {
  .mr-a7.tp-c1-2 { grid-template-columns: repeat(2, 1fr); }
  .mr-a7.tp-c1-3 { grid-template-columns: repeat(3, 1fr); }
  .mr-a7.tp-c1-4 { grid-template-columns: repeat(4, 1fr); }
  /* image_scale small/medium set the column count themselves (4 / 3 beside the sidebar, auto-fill);
     cards_per_row applies at large only (§19.3) */
  .gc-42 .mr-a7 { grid-template-columns: repeat(auto-fill, minmax(11.5rem, 1fr)); gap: 1.25rem; }
  .kb-bf .mr-a7 { grid-template-columns: repeat(auto-fill, minmax(13.5rem, 1fr)); }
}
.gc-42 .mr-a7 .ws-a7 { font-size: 1rem; }
.gc-42 .mr-a7 .ka-fe { -webkit-line-clamp: 2; font-size: .85rem; }
.gc-42 .mr-a7 .ra-e1 { font-size: .6875rem; }
.kb-bf .mr-a7 .ws-a7 { font-size: 1.05rem; }
.sr-17 { position: relative; display: flex; flex-wrap: wrap; align-items: flex-start; gap: .75rem 1rem; overflow: hidden; padding: .75rem; background: var(--bahce-color-surface); border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); transition: transform .25s, border-color .25s, box-shadow .25s; }
.sr-17:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--bahce-color-primary) 55%, var(--bahce-color-line)); box-shadow: 0 24px 40px -24px rgb(0 0 0 / .7), 0 0 0 1px color-mix(in srgb, var(--bahce-color-primary) 25%, transparent); }
.bw-5b { position: relative; display: block; flex: 0 0 var(--thumb); width: var(--thumb); max-width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: calc(var(--bahce-radius) - 2px); background: var(--bahce-color-bg); }
.bw-5b picture, .bw-5b img { width: 100%; height: 100%; object-fit: cover; }
.bw-5b img { transition: transform .6s; }
.sr-17:hover .bw-5b img { transform: scale(1.04); }
.pb-b6 { display: grid; place-items: center; width: 100%; height: 100%; color: var(--bahce-color-line); font-size: 2.5rem; }
.sr-17.he-ee { border-top: 2px solid var(--bahce-color-price); }
.kf-36 { position: absolute; top: .75rem; left: .75rem; padding: .3rem .55rem; border-radius: 2px; background: var(--bahce-color-primary); color: var(--bahce-color-bg); font-size: .6875rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ps-66 { display: flex; flex: 1 1 11rem; flex-direction: column; align-self: stretch; gap: .4rem; min-width: 0; padding: .125rem 0 0; }
.sr-17 .ta-25 { margin: 0; font-size: .6875rem; }
.ws-a7 { margin: 0; font-size: 1.125rem; font-weight: 600; line-height: 1.3; }
.ws-a7 a { color: var(--bahce-color-text); }
.ws-a7 a:hover { color: var(--bahce-color-primary); }
.ka-fe { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: var(--bahce-color-muted); font-size: .9rem; }
.ra-e1 { display: flex; flex-wrap: wrap; gap: .35rem .9rem; margin: auto 0 0; padding-top: .6rem; border-top: 1px solid var(--bahce-color-line); color: var(--bahce-color-muted); font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }
.ra-e1 svg { color: var(--bahce-color-primary); }
.bp-56 .ka-fe { display: none; }
.kk-58 { display: grid; gap: 1.5rem; }
.ko-a1 .ws-a7 { font-size: 1.25rem; }
@media (min-width: 40em) { .ko-a1 .ws-a7 { font-size: 1.4rem; } }

/* 9. Sidebar widgets ------------------------------------------------------- */
.ec-93 { margin-bottom: 2.5rem; }
.kt-8c { display: flex; align-items: center; gap: .75rem; margin-bottom: 1rem; font-family: var(--bahce-font-body), system-ui, sans-serif; font-size: .8125rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--bahce-color-primary); }
.kt-8c::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, var(--bahce-color-primary), transparent); }
.kd-a7 { display: grid; gap: .25rem; list-style: none; margin: 0; padding: 0; }
.ta-b6 { display: grid; grid-template-columns: 1.5rem var(--thumb-mini) 1fr; gap: .75rem; align-items: center; padding: .5rem 0; border-bottom: 1px solid var(--bahce-color-line); }
.ed-db { font-family: var(--bahce-font-heading), Georgia, serif; font-size: .95rem; font-weight: 600; font-variant-numeric: tabular-nums; color: var(--bahce-color-primary); }
.yd-2b { width: var(--thumb-mini); aspect-ratio: 1; overflow: hidden; border-radius: calc(var(--bahce-radius) - 2px); background: var(--bahce-color-surface); }
.yd-2b picture, .yd-2b img { width: 100%; height: 100%; object-fit: cover; }
.yd-2b .pb-b6 { font-size: 1.25rem; }
.aa-7f { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--bahce-color-text); font-size: .9375rem; font-weight: 600; line-height: 1.35; }
.aa-7f:hover { color: var(--bahce-color-primary); }
.cd-90 { display: block; margin-top: .15rem; font-size: .75rem; color: var(--bahce-color-muted); }
/* compact related list (image_scale=small, §19.3): 64 px thumbs, no rank, two columns from 40em */
.sc-71 { margin: 2.5rem 0; }
.ws-48 { display: grid; gap: 0 2rem; grid-template-columns: 1fr; list-style: none; margin: 0; padding: 0; }
@media (min-width: 40em) { .ws-48 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.ta-b6.yl-5f { grid-template-columns: var(--row-thumb) 1fr; }
.ta-b6.yl-5f .yd-2b { width: var(--row-thumb); }
.oa-57 { margin-left: .5rem; color: var(--bahce-color-primary); }

/* 10. Single listing / post ----------------------------------------------- */
.di-46 { margin-bottom: 1.5rem; }
.di-46 h1 { font-size: clamp(1.75rem, 1.2rem + 2.5vw, 2.75rem); font-weight: 500; }
.hd-a9 { display: flex; flex-wrap: wrap; gap: .4rem 1.25rem; margin: 0; color: var(--bahce-color-muted); font-size: .875rem; }
.hd-a9 svg { color: var(--bahce-color-primary); }
.hd-a9 a { color: var(--bahce-color-muted); }
.hd-a9 a:hover { color: var(--bahce-color-primary); }
.ct-53 { display: grid; gap: 2rem; margin-bottom: 2.5rem; }
@media (min-width: 56em) { .ct-53 { grid-template-columns: minmax(0, var(--hero-col)) minmax(16rem, 2fr); align-items: start; } }
.pc-74 { margin: 0; }
.sh-4d { position: relative; display: block; width: 100%; max-width: var(--hero-max); padding: 0; overflow: hidden; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: var(--bahce-color-surface); cursor: zoom-in; outline-offset: 6px; }
.sh-4d picture, .sh-4d img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: contain; }
.ke-a3 { position: absolute; right: .75rem; bottom: .75rem; display: inline-flex; align-items: center; gap: .35rem; padding: .35rem .6rem; border: 1px solid var(--bahce-color-line); border-radius: 2px; background: var(--bahce-color-bg); color: var(--bahce-color-text); font-size: .75rem; letter-spacing: .08em; }
.ne-bf { display: flex; flex-wrap: wrap; gap: .5rem; max-width: var(--hero-max); margin-top: .75rem; }
.kd-2c { width: var(--gthumb); aspect-ratio: 1; padding: 0; overflow: hidden; border: 1px solid var(--bahce-color-line); border-radius: calc(var(--bahce-radius) - 2px); background: var(--bahce-color-surface); cursor: pointer; transition: border-color .2s; }
.kd-2c[data-active], .kd-2c:hover { border-color: var(--bahce-color-primary); }
.kd-2c picture, .kd-2c img { width: 100%; height: 100%; object-fit: cover; }
.bp-07 { position: relative; overflow: hidden; padding: 1.5rem; background: var(--bahce-color-surface); border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); }
.cl-29 { margin-bottom: 1rem; font-family: var(--bahce-font-body), system-ui, sans-serif; font-size: .8125rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--bahce-color-primary); }
.rc-a0 { margin: 0 0 1.5rem; }
.rc-a0 > div { display: flex; justify-content: space-between; gap: 1rem; padding: .6rem 0; border-bottom: 1px solid var(--bahce-color-line); font-size: .9375rem; }
.rc-a0 dt { color: var(--bahce-color-muted); }
.rc-a0 dd { margin: 0; text-align: right; font-weight: 600; }
.ap-68 { position: relative; padding-top: 1rem; }
.ap-68 .bs-3e { font-size: 1.25rem; }
.ap-68 p { font-size: .9375rem; color: var(--bahce-color-muted); }
.gk-1f { display: flex; flex-wrap: wrap; gap: .75rem; position: relative; }
.pa-74 { position: absolute; left: -2rem; right: -2rem; bottom: -2rem; height: 9rem; pointer-events: none; background: radial-gradient(ellipse at 50% 100%, color-mix(in srgb, var(--bahce-color-price) 24%, transparent), transparent 70%); }
.tn-99 { margin-bottom: 2rem; }

/* ============================================================
   İlan detay — "Vitrin" düzeni: büyük görsel + yapışkan iletişim kartı,
   Detaylar (künye) görselin altında. Küçük ekranda tek sütuna yığılır.
   ============================================================ */
.cw-a9 { display: grid; gap: 1.75rem; margin-bottom: 2.5rem; }
@media (min-width: 60em) {
  .cw-a9 { grid-template-columns: minmax(0, 1.5fr) minmax(19rem, 1fr); align-items: start; }
}
/* Detaylar (künye) artık görselin yanındaki iletişim sütununda, iletişimin üstünde */
.tt-48 .bp-07 { margin-bottom: 1rem; }
.tt-48 .bp-07 .rc-a0 { margin-bottom: 0; }
.tt-48 .cl-29 { margin-bottom: .85rem; }

/* --- büyük "poster" görseli (portre 4/5, doldurur; tam hali lightbox'ta) --- */
.re-ff .op-ed { min-width: 0; }
.re-ff .sh-4d {
  max-width: none;
  aspect-ratio: 4 / 5;
  border: 1px solid color-mix(in srgb, var(--bahce-color-primary) 32%, var(--bahce-color-line));
  box-shadow: 0 26px 64px -28px rgba(0, 0, 0, .75);
}
.re-ff .sh-4d picture,
.re-ff .sh-4d img {
  aspect-ratio: 4 / 5;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.re-ff .sh-4d::after {
  content: "";
  position: absolute; inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--bahce-color-primary) 20%, transparent) inset;
  background: linear-gradient(180deg, transparent 60%, color-mix(in srgb, var(--bahce-color-bg) 80%, transparent) 100%);
  pointer-events: none;
}
.re-ff .sh-4d:hover { border-color: var(--bahce-color-primary); }
.re-ff .ke-a3 { background: color-mix(in srgb, var(--bahce-color-bg) 78%, transparent); backdrop-filter: blur(3px); }
.re-ff .ne-bf { max-width: none; }
@media (min-width: 60em) {
  .re-ff .kd-2c { width: calc(var(--gthumb, 5rem) * 1.15); }
}

/* --- yapışkan altın iletişim kartı --- */
.tt-48 { min-width: 0; }
@media (min-width: 60em) {
  .tt-48 { position: sticky; top: 1.5rem; }
}
.tt-48 .ap-68 {
  padding: 1.6rem 1.5rem;
  background: linear-gradient(180deg, color-mix(in srgb, var(--bahce-color-primary) 7%, var(--bahce-color-surface)), var(--bahce-color-surface));
  border: 1px solid color-mix(in srgb, var(--bahce-color-primary) 30%, var(--bahce-color-line));
  border-radius: var(--bahce-radius);
  overflow: hidden;
}
.tt-48 .ap-68 .bs-3e { margin-bottom: .5rem; }
.tt-48 .gk-1f { margin-top: 1.1rem; flex-direction: column; }
.tt-48 .gk-1f .lb-af { width: 100%; justify-content: center; }

/* --- Detaylar: künye kartları (vitrinin altında, tam genişlik) --- */
.de-99 { margin: 0 0 2.5rem; }
.de-99 .cl-29 { margin-bottom: 1rem; }
.my-14 { display: grid; grid-template-columns: repeat(auto-fill, minmax(11rem, 1fr)); gap: .75rem; }
.bs-a5 {
  position: relative;
  padding: .95rem 1.1rem .95rem 1.35rem;
  background: var(--bahce-color-surface);
  border: 1px solid var(--bahce-color-line);
  border-radius: var(--bahce-radius);
  overflow: hidden;
  transition: border-color .2s, transform .2s;
}
.bs-a5::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--bahce-color-primary), var(--bahce-color-price));
}
.bs-a5:hover { border-color: color-mix(in srgb, var(--bahce-color-primary) 45%, var(--bahce-color-line)); transform: translateY(-2px); }
.ap-86 { display: block; margin-bottom: .3rem; font-size: .6875rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--bahce-color-muted); }
.sf-d4 { display: block; font-size: 1.0625rem; font-weight: 600; color: var(--bahce-color-text); line-height: 1.35; }
.sf-d4 a { color: var(--bahce-color-primary); }
.sf-d4 a:hover { text-decoration: underline; }
.il-13 { margin: 2rem 0; padding-top: 1.25rem; border-top: 1px solid var(--bahce-color-line); }
.os-da { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 0; color: var(--bahce-color-muted); font-size: .875rem; }
.os-da svg { color: var(--bahce-color-primary); }
.cp-7a { max-width: 46rem; margin-bottom: 2rem; }
.cp-7a h1 { font-size: clamp(2rem, 1.3rem + 3vw, 3.25rem); font-weight: 500; }
.bw-b7 { max-width: var(--hero-max); margin: 0 0 2rem; overflow: hidden; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); }
.bw-b7 picture, .bw-b7 img { width: 100%; height: auto; }
.gh-ef { margin-bottom: 2rem; }
.gg-56 .kh-2b { margin-top: 1rem; }

.ss-66 { display: grid; gap: 1rem; margin: 2.5rem 0; }
@media (min-width: 40em) { .ss-66 { grid-template-columns: 1fr 1fr; } }
.pk-4c { display: flex; flex-direction: column; gap: .35rem; padding: 1rem 1.25rem; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: var(--bahce-color-surface); color: var(--bahce-color-text); transition: border-color .2s; }
.pk-4c:hover { border-color: var(--bahce-color-primary); color: var(--bahce-color-text); }
.mk-40 { align-items: flex-end; text-align: right; }
.cc-17 { display: inline-flex; align-items: center; gap: .35rem; font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; color: var(--bahce-color-primary); }
.bo-d8 { font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.05rem; line-height: 1.3; }
.pk-4c.ct-71 { border: 0; background: none; }

.cr-3e { margin-top: 3rem; }
.ab-9e { display: grid; gap: 1rem; list-style: none; margin: 0; padding: 0; }
.mp-97 { padding: 1rem 1.25rem; background: var(--bahce-color-surface); border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); }
.bc-80 { display: flex; align-items: center; gap: .75rem; margin-bottom: .5rem; font-size: .875rem; }
.ks-48 { display: grid; place-items: center; width: 2.25rem; height: 2.25rem; border-radius: 50%; background: var(--bahce-color-primary); color: var(--bahce-color-bg); font-family: var(--bahce-font-heading), Georgia, serif; font-weight: 700; }
.tv-32 { font-weight: 600; }
.dk-71 { margin-left: auto; color: var(--bahce-color-muted); }
.sm-27 { margin: 0; font-size: .9375rem; }

/* 11. Navigation aids ------------------------------------------------------ */
.to-57 { margin-bottom: 1.5rem; font-size: .8125rem; }
.to-57 ol { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.to-57 li { display: inline-flex; align-items: center; gap: .35rem; color: var(--bahce-color-muted); }
.to-57 li + li::before { content: "›"; color: var(--bahce-color-primary); }
.to-57 a { color: var(--bahce-color-muted); }
.to-57 a:hover { color: var(--bahce-color-primary); }
.to-57 [aria-current] { color: var(--bahce-color-text); }
.bf-d3 { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; margin: 2.5rem 0 0; }
.yd-c3 { display: flex; flex-wrap: wrap; gap: .35rem; list-style: none; margin: 0; padding: 0; }
.bc-5a, .ad-80, .ls-ce { display: inline-flex; align-items: center; justify-content: center; gap: .4rem; min-width: 2.5rem; height: 2.5rem; padding: 0 .75rem; border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); background: var(--bahce-color-surface); color: var(--bahce-color-text); font-size: .875rem; transition: border-color .2s, color .2s; }
.bc-5a:hover, .ad-80:hover { border-color: var(--bahce-color-primary); color: var(--bahce-color-primary); }
.bc-5a.cs-3a { background: var(--bahce-color-primary); border-color: var(--bahce-color-primary); color: var(--bahce-color-bg); font-weight: 700; }
.ls-ce { border-color: transparent; background: none; color: var(--bahce-color-muted); }
.ad-80.se-89 { opacity: .4; }
.cd-19 { margin-left: auto; font-size: .8125rem; letter-spacing: .06em; color: var(--bahce-color-muted); }

/* 12. Category directory --------------------------------------------------- */
.tf-93 { columns: 1; gap: 1.5rem; }
@media (min-width: 40em) { .tf-93 { columns: 2; } }
@media (min-width: 64em) { .tf-93 { columns: 3; } }
.md-96 { list-style: none; margin: 0; padding: 0; }
.md-96.lb-cc-0 > li { break-inside: avoid; margin-bottom: 1.5rem; padding: .875rem 1rem; background: var(--bahce-color-surface); border: 1px solid var(--bahce-color-line); border-radius: var(--bahce-radius); }
.md-96.lb-cc-0 > li > a { font-family: var(--bahce-font-heading), Georgia, serif; font-size: 1.1rem; font-weight: 600; color: var(--bahce-color-text); }
.md-96 a:hover { color: var(--bahce-color-primary); }
.md-96 .rh-bc { font-size: .75rem; color: var(--bahce-color-muted); }
.md-96.lb-cc-1 { display: grid; gap: .3rem; margin-top: .6rem; padding-left: .75rem; border-left: 1px solid var(--bahce-color-line); }
.md-96.lb-cc-1 a { font-size: .9rem; color: var(--bahce-color-muted); }

/* 13. Footer --------------------------------------------------------------- */
.kb-65 { margin-top: 2rem; background: var(--bahce-color-surface); border-top: 1px solid var(--bahce-color-line); }
.sr-a1 { display: grid; gap: 2rem; padding-block: 3rem 2rem; }
@media (min-width: 48em) { .sr-a1 { grid-template-columns: 1.5fr 1fr 1fr; } }
.pg-99 .cn-fc { font-size: 1.25rem; }
.kf-0a { margin: .5rem 0 0; font-size: .875rem; color: var(--bahce-color-muted); }
.cb-e8 ul { display: grid; gap: .5rem; list-style: none; margin: 0; padding: 0; }
.cb-e8 a { color: var(--bahce-color-text); font-size: .8125rem; letter-spacing: .1em; text-transform: uppercase; }
.cb-e8 a:hover { color: var(--bahce-color-primary); }
.wk-19 { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; }
.fs-78 { margin-top: .75rem; font-size: .875rem; color: var(--bahce-color-muted); }
.pk-4a { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; border-top: 1px solid var(--bahce-color-line); font-size: .8125rem; color: var(--bahce-color-muted); }
.kp-83 { margin: 0; }
.so-a2 { display: inline-flex; align-items: center; gap: .4rem; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }

/* 14. Lightbox (<dialog>) -------------------------------------------------- */
.sd-68 { width: 100vw; height: 100vh; max-width: 100vw; max-height: 100vh; margin: 0; padding: 0; border: 0; background: transparent; }
.sd-68::backdrop { background: rgb(0 0 0 / .92); }
.sd-68[open] { display: grid; place-items: center; }
.df-b3 { display: grid; place-items: center; width: 100%; height: 100%; padding: 3.5rem 1rem; }
.av-b8 { max-width: min(96vw, 1200px); margin: 0; text-align: center; }
.av-b8 img { width: auto; height: auto; max-width: 100%; max-height: 82vh; margin: 0 auto; border-radius: var(--bahce-radius); }
.av-b8 figcaption { margin-top: .75rem; font-size: .8125rem; letter-spacing: .06em; color: var(--bahce-color-price); }
.mi-d9, .kp-7a { position: fixed; z-index: 2; display: grid; place-items: center; width: 2.75rem; height: 2.75rem; border: 1px solid var(--bahce-color-line); border-radius: 50%; background: var(--bahce-color-surface); color: var(--bahce-color-text); cursor: pointer; transition: border-color .2s, color .2s; }
.mi-d9:hover, .kp-7a:hover { border-color: var(--bahce-color-primary); color: var(--bahce-color-primary); }
.mi-d9 { top: 1rem; right: 1rem; }
.ao-31 { top: 50%; left: 1rem; transform: translateY(-50%); }
.fk-e8 { top: 50%; right: 1rem; transform: translateY(-50%); }
body[data-lb-open] { overflow: hidden; }

/* 15. Motion & print ------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}
@media print {
  .mw-bc, .kb-65, .pd-f5, .mm-9e, .dd-04, .bf-d3, .ss-66, .ap-68,
  .sd-68, .ay-0e, .rf-71, .ne-bf, .ke-a3, [data-clamp-toggle], .sa-d4 { display: none !important; }
  body { background: #fff; color: #000; }
  .ha-19 { display: block; }
  a { color: #000; text-decoration: underline; }
  .sr-17, .bp-07, .mp-97, .ps-6a { background: none; border-color: #999; break-inside: avoid; }
  [data-clamped] { max-height: none !important; -webkit-mask-image: none; mask-image: none; }
}
