/* === Red Luxury Theme — Black/Red/Gold === */

/* === Variables === */
:root {
  --color-bg: #0d0d0d;
  --color-surface: #1a1015;
  --color-surface-hover: #241820;
  --color-border: #2a1a22;
  --color-border-gold: #d4a843;
  --color-text: #f0e8e0;
  --color-text-muted: #9a8a80;
  --color-accent: #cc0033;
  --color-accent-hover: #e60039;
  --color-accent-soft: rgba(204, 0, 51, 0.15);
  --color-gold: #d4a843;
  --color-gold-soft: rgba(212, 168, 67, 0.15);
  --color-white: #fff;
  --font-heading: 'Cinzel', 'Georgia', serif;
  --font-body: 'Cormorant Garamond', 'Georgia', serif;
  --radius: 4px;
  --radius-lg: 8px;
  --shadow: 0 4px 20px rgba(0,0,0,.5);
  --shadow-gold: 0 0 20px rgba(212, 168, 67, 0.1);
  --max-width: 1200px;
  --transition: .3s ease;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--color-bg);
  color: var(--color-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}
a { color: var(--color-gold); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--color-accent); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; padding-left: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.3;
}

/* === Layout === */
.drof3 { max-width: var(--max-width); margin: 0 auto; padding: 0 1.25rem; }

/* === Gold Divider === */
.wrup7 {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  margin: 2rem 0;
}

/* ===========================
   HEADER
   =========================== */
.rsuu9 {
  background: #000;
  border-bottom: 1px solid rgba(212, 168, 67, 0.25);
  position: sticky;
  top: 0;
  z-index: 100;
}
.otuh9 {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 70px;
}
.jvuc1 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-gold);
  white-space: nowrap;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.jvuc1:hover { color: var(--color-gold); }
.nwub4 {
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
}
.nwub4 a {
  color: var(--color-text-muted);
  font-family: var(--font-heading);
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color var(--transition);
}
.nwub4 a:hover { color: var(--color-gold); }
.qnici3 {
  margin-left: auto; display: inline-block; padding: .45rem 1.15rem;
  background: var(--color-accent); color: #fff !important; font-size: .82rem; font-weight: 600;
  border-radius: var(--radius); transition: background .2s; white-space: nowrap;
}
.qnici3:hover { background: var(--color-accent-hover); }
.axuo5 {
  position: relative;
  margin-left: 1rem;
}
.abach1 {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: .5rem .75rem;
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: .9rem;
  width: 200px;
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.abach1:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 8px rgba(212, 168, 67, 0.2);
}
.hzuk5 {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: var(--color-text-muted);
}
.qmecj3 {
  position: absolute;
  top: 100%;
  right: 0;
  background: #111;
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius);
  width: 320px;
  display: none;
  box-shadow: var(--shadow);
  z-index: 200;
}
.qmecj3 a {
  display: block;
  padding: .7rem 1rem;
  color: var(--color-text);
  border-bottom: 1px solid var(--color-border);
  font-size: .9rem;
  transition: background var(--transition);
}
.qmecj3 a:last-child { border-bottom: none; }
.qmecj3 a:hover {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}

/* ===========================
   MAIN
   =========================== */
.jmaco0 { min-height: 60vh; padding: 2.5rem 0; }

/* ===========================
   HERO / FEATURED
   =========================== */
.idacy5 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border-gold);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.idacy5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-gold), var(--color-accent));
}
.lhach3 {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--color-border-gold);
}
.nfacw1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 0;
}
.qjacw5 {
  font-family: var(--font-heading);
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: .75rem;
}
.nfacw1 h1 {
  font-size: 2.2rem;
  color: var(--color-text);
  margin-bottom: .5rem;
}
.nfacw1 h1 span {
  color: var(--color-accent);
}
.nlack0 {
  color: var(--color-text-muted);
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}
.sgacj4 {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.ekacu3 {
  display: inline-block;
  padding: .8rem 2rem;
  background: var(--color-accent);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: .85rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: var(--radius);
  transition: background var(--transition), transform .15s;
}
.ekacu3:hover {
  background: var(--color-accent-hover);
  color: var(--color-white);
  transform: translateY(-2px);
}

/* ===========================
   HERO (simple text hero)
   =========================== */
.icack4 {
  text-align: center;
  padding: 3rem 0 2rem;
}
.icack4 h1 {
  font-size: 2.2rem;
  margin-bottom: .5rem;
}
.icack4 p {
  color: var(--color-text-muted);
  font-size: 1.15rem;
}

/* ===========================
   SECTIONS
   =========================== */
.irecq9 { margin: 3rem 0; }
.irecq9 h2 {
  font-size: 1.4rem;
  color: var(--color-gold);
  margin-bottom: 1.2rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(212, 168, 67, 0.2);
}
.vwecl1 { max-width: 800px; }
.qbicz8 { color: var(--color-text-muted); margin-bottom: 1.5rem; font-size: 1.05rem; }

/* ===========================
   BREADCRUMB
   =========================== */
.blic6 {
  font-size: .85rem;
  color: var(--color-text-muted);
  margin-bottom: 1.5rem;
  font-family: var(--font-body);
}
.blic6 a { color: var(--color-text-muted); }
.blic6 a:hover { color: var(--color-gold); }

/* ===========================
   CARDS GRID (3-col)
   =========================== */
.rgob1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.gsiv5 {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 168, 67, 0.2);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
}
.gsiv5:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
  border-color: var(--color-accent);
}
.gsiv5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-accent);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.gsiv5:hover::after { transform: scaleX(1); }
.nxib1 {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.jtiu2 { padding: 1rem 1.2rem 1.2rem; }
.qdoo5 {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 600;
}
.qdoo5 a { color: var(--color-text); }
.qdoo5 a:hover { color: var(--color-gold); }
.kbox2 {
  font-size: .88rem;
  color: var(--color-text-muted);
  margin-top: .25rem;
}
.nfoo5 {
  font-size: .8rem;
  color: var(--color-accent);
  margin-top: .4rem;
  font-weight: 600;
}
.wzib6 { display: block; }

/* ===========================
   TAGS
   =========================== */
.nhicw1 { display: flex; flex-wrap: wrap; gap: .6rem; }
.fdicb1 {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .45rem .9rem;
  background: var(--color-surface);
  border: 1px solid rgba(212, 168, 67, 0.2);
  border-radius: var(--radius);
  font-size: .88rem;
  color: var(--color-text);
  transition: all var(--transition);
  font-family: var(--font-body);
}
.fdicb1:hover {
  background: var(--color-accent-soft);
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.agicj3 { font-size: .75rem; color: var(--color-text-muted); }

/* ===========================
   TWO-COLUMN LAYOUT (region/dept/ville)
   =========================== */
.pjich0 {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 2.5rem;
  align-items: start;
}
.jkica9 { min-width: 0; }
.ulicv9 {
  background: var(--color-surface);
  border: 1px solid rgba(212, 168, 67, 0.2);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  position: sticky;
  top: 90px;
}
.ulicv9 h3 {
  font-size: .9rem;
  color: var(--color-gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid rgba(212, 168, 67, 0.2);
}
.azecf5 { display: flex; flex-direction: column; gap: .3rem; }
.azecf5 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .5rem .6rem;
  color: var(--color-text-muted);
  font-size: .88rem;
  border-radius: var(--radius);
  transition: all var(--transition);
}
.azecf5 a:hover {
  background: var(--color-accent-soft);
  color: var(--color-accent);
}
.azecf5 a span {
  font-size: .75rem;
  color: var(--color-text-muted);
  background: rgba(212, 168, 67, 0.1);
  padding: .15rem .4rem;
  border-radius: var(--radius);
}

/* ===========================
   ANNONCE DETAIL
   =========================== */
.opf1 { margin-bottom: 2rem; }
.opf1 h1 {
  font-size: 2rem;
  color: var(--color-text);
}
.opf1 h1 span { color: var(--color-accent); }
.fvt1 {
  color: var(--color-text-muted);
  font-size: 1.05rem;
  margin-top: .3rem;
}

/* Carousel/gallery CSS-only */
.ojc0 {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212, 168, 67, 0.3);
  margin-bottom: 2rem;
  background: #000;
}
.dnr6 {
  display: flex;
  transition: transform .5s ease;
  width: 100%;
}
.pmb5 {
  min-width: 100%;
  position: relative;
}
.pmb5 img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.clm4 {
  display: flex;
  justify-content: center;
  gap: .5rem;
  padding: 1rem 0;
  background: var(--color-surface);
}
.clm4 label {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid var(--color-gold);
  cursor: pointer;
  transition: background var(--transition);
}
.clm4 label:hover,
.ojc0 input:checked + .dnr6 ~ .clm4 label {
  background: transparent;
}
/* Radio-based carousel */
.ojc0 input { display: none; }
.ojc0 input#slide-1:checked ~ .dnr6 { transform: translateX(0); }
.ojc0 input#slide-2:checked ~ .dnr6 { transform: translateX(-100%); }
.ojc0 input#slide-3:checked ~ .dnr6 { transform: translateX(-200%); }
.ojc0 input#slide-1:checked ~ .clm4 label[for="slide-1"],
.ojc0 input#slide-2:checked ~ .clm4 label[for="slide-2"],
.ojc0 input#slide-3:checked ~ .clm4 label[for="slide-3"] {
  background: var(--color-gold);
}
/* Fallback simple grid if no JS */
.gki4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
  background: transparent;
  border: none;
}
.gki4 img {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(212, 168, 67, 0.3);
}

/* Gold section dividers */
.lgb3 {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 2.5rem;
}
.cwd8 { color: var(--color-text); }
.tfex6 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(212, 168, 67, 0.15);
}
.tfex6:last-child { border-bottom: none; }
.tfex6 h2 {
  font-size: 1.1rem;
  color: var(--color-gold);
  margin-bottom: .75rem;
  padding-bottom: 0;
  border-bottom: none;
}
.tfex6 p {
  color: var(--color-text);
  line-height: 1.8;
}

.lhet6 {}
.hqr5 {
  background: var(--color-surface);
  border: 1px solid rgba(212, 168, 67, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.3rem;
}
.csn5 {
  display: flex;
  justify-content: space-between;
  padding: .55rem 0;
  border-bottom: 1px solid var(--color-border);
  font-size: .9rem;
}
.csn5:last-child { border-bottom: none; }
.vrj0 { color: var(--color-text-muted); }

/* Content lists */
.tfex6 ul,
.zlej0 ul,
.zsoa8 ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.tfex6 ol,
.zlej0 ol,
.zsoa8 ol {
  list-style: decimal;
  padding-left: 1.25rem;
  margin: .75rem 0 1rem;
}
.tfex6 li,
.zlej0 li,
.zsoa8 li {
  margin: .4rem 0;
  color: var(--color-text);
}
.tfex6 ul li::marker,
.zlej0 ul li::marker,
.zsoa8 ul li::marker {
  color: var(--color-gold);
}
.tfex6 ul:empty { display: none; }

/* Practices box */
.ixn9 {
  background: var(--color-surface);
  border: 1px solid rgba(212, 168, 67, 0.25);
  border-radius: var(--radius-lg);
  padding: 1.3rem;
  margin-top: 1rem;
}
.ixn9 h3 {
  font-size: .9rem;
  font-weight: 600;
  color: var(--color-gold);
  margin-bottom: .8rem;
  font-family: var(--font-heading);
}
.psacx8 {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  list-style: none;
  padding-left: 0;
}
.psacx8 li {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-size: .88rem;
  color: var(--color-text);
  margin: 0;
}
.psacx8 li::before {
  content: "\2727";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: var(--color-gold-soft);
  color: var(--color-gold);
  border-radius: 3px;
  font-size: .75rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* Content text */
.zsoa8 { line-height: 1.8; color: var(--color-text-muted); }
.zsoa8 p { margin-bottom: 1rem; }
.zsoa8 h2, .zsoa8 h3 { color: var(--color-text); margin: 1.5rem 0 .5rem; }

/* ===========================
   CTA BUTTON
   =========================== */
.dhc7 { text-align: center; margin: 2rem 0; }
.rpif3 {
  display: inline-block;
  padding: 1rem 3rem;
  background: linear-gradient(135deg, var(--color-accent), #990026);
  color: var(--color-white);
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  border-radius: var(--radius);
  transition: all var(--transition);
  text-transform: uppercase;
  letter-spacing: .12em;
  border: 1px solid var(--color-accent);
  box-shadow: 0 4px 15px rgba(204, 0, 51, 0.3);
}
.rpif3:hover {

/* Floating contact CTA */
.rqip5 {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  padding: .85rem 2rem;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 4px 20px rgba(0,0,0,.25);
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity .3s, transform .3s;
}
.rqip5.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .rqip5 {
    left: 16px;
    right: 16px;
    bottom: 16px;
    text-align: center;
  }
}  background: linear-gradient(135deg, var(--color-accent-hover), #cc0033);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(204, 0, 51, 0.4);
}

/* ===========================
   PAGINATION
   =========================== */
.hnacj9 { display: flex; justify-content: center; gap: .4rem; margin-top: 2.5rem; }
.vqacu4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 .7rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-text);
  font-size: .9rem;
  font-family: var(--font-body);
  transition: all var(--transition);
}
.vqacu4:hover {
  background: var(--color-accent-soft);
  color: var(--color-accent);
  border-color: var(--color-accent);
}
.trach8 {
  background: var(--color-accent);
  color: var(--color-white);
  border-color: var(--color-accent);
}
.spacb7 { display: flex; align-items: center; padding: 0 .3rem; color: var(--color-text-muted); }

/* ===========================
   SEARCH FORM
   =========================== */
.qnech4 {
  display: flex;
  gap: .5rem;
  margin-bottom: 2rem;
  max-width: 560px;
}
.fqecb5 {
  flex: 1;
  padding: .8rem 1.2rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 1rem;
  outline: none;
  transition: border-color var(--transition);
}
.fqecb5:focus { border-color: var(--color-gold); }
.fpecu1 {
  padding: .8rem 1.8rem;
  background: var(--color-accent);
  color: var(--color-white);
  border: none;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: background var(--transition);
}
.fpecu1:hover { background: var(--color-accent-hover); }

/* ===========================
   BLOG
   =========================== */
.kzeb2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
}
.iret8 {
  background: var(--color-surface);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 168, 67, 0.2);
  transition: border-color var(--transition), box-shadow var(--transition);
}
.iret8:hover {
  border-color: var(--color-accent);
  box-shadow: var(--shadow);
}
.ltez6 { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.iret8 h3 { padding: 1rem 1.2rem 0; font-size: 1rem; }
.iret8 h3 a { color: var(--color-text); }
.iret8 h3 a:hover { color: var(--color-gold); }
.iret8 p { padding: 0 1.2rem; font-size: .88rem; color: var(--color-text-muted); }
.iret8 time {
  padding: 0 1.2rem 1rem;
  font-size: .8rem;
  color: var(--color-text-muted);
  display: block;
}

.ckih9 { display: flex; flex-direction: column; gap: 1.5rem; }
.xbiw0 {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  background: var(--color-surface);
  border: 1px solid rgba(212, 168, 67, 0.2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition);
}
.xbiw0:hover { border-color: var(--color-accent); }
.ogio6 { width: 100%; height: 100%; object-fit: cover; }
.rcib6 { padding: 1.2rem 1.2rem 1.2rem 0; }
.rcib6 h2 { font-size: 1.15rem; margin-bottom: .3rem; }
.rcib6 h2 a { color: var(--color-text); }
.rcib6 h2 a:hover { color: var(--color-gold); }
.vfiu2 { font-size: .8rem; color: var(--color-text-muted); }
.rcib6 p { font-size: .9rem; color: var(--color-text-muted); margin-top: .5rem; }
.cjil1 {
  font-size: .85rem;
  font-weight: 600;
  color: var(--color-accent);
  font-family: var(--font-heading);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.cjil1:hover { color: var(--color-gold); }
.uhif6 { display: block; }
.vdir5 {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  color: var(--color-gold);
  background: var(--color-gold-soft);
  padding: .2rem .6rem;
  border-radius: var(--radius);
  margin-bottom: .4rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: var(--font-heading);
}

/* Blog categories filter */
.xvex9 { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 2rem; }
.vweb1 {
  display: inline-block;
  padding: .45rem 1rem;
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font-size: .85rem;
  color: var(--color-text-muted);
  font-family: var(--font-heading);
  font-size: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  transition: all var(--transition);
}
.vweb1:hover,
.qxen2 {
  background: var(--color-accent-soft);
  color: var(--color-accent);
  border-color: var(--color-accent);
}

/* ===========================
   ARTICLE
   =========================== */
.eqep5 { display: flex; align-items: center; gap: 1rem; margin-top: .4rem; }
.mkes6 {
  font-size: .75rem;
  font-weight: 700;
  color: var(--color-gold);
  background: var(--color-gold-soft);
  padding: .2rem .7rem;
  border-radius: var(--radius);
  font-family: var(--font-heading);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.sneb4 { margin-bottom: 2rem; }
.sneb4 h1 { font-size: 2.2rem; }
.amek8 { color: var(--color-text-muted); font-size: .9rem; }
.lpep7 {
  width: 100%;
  max-height: 450px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 2rem;
  border: 1px solid rgba(212, 168, 67, 0.2);
}
.zlej0 { max-width: 800px; }

/* ===========================
   INTRO TEXT
   =========================== */
.tsecz6 { margin-bottom: 2rem; }
.tsecz6 p { color: var(--color-text-muted); line-height: 1.8; font-size: 1.05rem; }
.tsecz6 a { color: var(--color-gold); font-weight: 600; }

/* ===========================
   EMPTY
   =========================== */
.ctoi4 { color: var(--color-text-muted); padding: 3rem 0; text-align: center; font-size: 1.1rem; }

/* ===========================
   FOOTER
   =========================== */
.nmuo8 {
  background: #000;
  border-top: 1px solid rgba(212, 168, 67, 0.25);
  margin-top: 4rem;
  padding: 3rem 0 0;
}
.jqua8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.npus2 h4 {
  font-family: var(--font-heading);
  font-size: .85rem;
  color: var(--color-gold);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.npus2 p,
.npus2 a {
  font-size: .9rem;
  color: var(--color-text-muted);
}
.npus2 a:hover { color: var(--color-gold); }
.npus2 li { margin-bottom: .4rem; }
.ynui2 {
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(212, 168, 67, 0.15);
  font-size: .8rem;
  color: var(--color-text-muted);
}
.ynui2 a { color: var(--color-gold); }

/* ===========================
   RESPONSIVE
   =========================== */
@media (max-width: 1024px) {
  .pjich0 { grid-template-columns: 1fr; }
  .ulicv9 { position: static; }
}

@media (max-width: 768px) {
  .otuh9 { flex-wrap: wrap; height: auto; padding: .75rem 1rem; }
  .nwub4 { gap: .8rem; }
  .axuo5 { width: 100%; order: 3; margin: .5rem 0 0; }
  .abach1 { width: 100%; }
  .idacy5 { grid-template-columns: 1fr; padding: 1.5rem; }
  .lhach3 { aspect-ratio: 1/1; max-height: 400px; }
  .icack4 h1 { font-size: 1.6rem; }
  .rgob1 { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 1rem; }
  .lgb3 { grid-template-columns: 1fr; }
  .xbiw0 { grid-template-columns: 1fr; }
  .rcib6 { padding: 1rem; }
  .jqua8 { grid-template-columns: 1fr; }
  .irecq9 h2 { font-size: 1.2rem; }
}

@media (max-width: 480px) {
  .rgob1 { grid-template-columns: 1fr 1fr; }
  .nwub4 { display: none; }
}

/* SEO text source-order optimization: text appears early in HTML for crawlers,
   but visually stays at the bottom via CSS order */
.jmaco0 > .drof3 { display: flex; flex-direction: column; }
.blic6 { order: 1; }
h1 { order: 2; }
.tsecz6 { order: 3; }
.wvecy1 { order: 90; }
.irecq9 { order: 10; }
.yhoy4 { order: 80; }
.icack4 { order: 2; }
.vwecl1 { order: 85; }
/* ── Filter bar ─────────────────────────────────────────────────────────── */
.hvox8 {
    margin: 1.5rem 0 2rem;
    padding: 1rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.xxom5 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.xxom5 + .xxom5 {
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-border);
}
.zzop7 {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--color-text-muted);
    white-space: nowrap;
    min-width: 8.5rem;
    flex-shrink: 0;
}
.bbuf1 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.rficx0 {
    background: var(--color-accent) !important;
    color: var(--color-white, #fff) !important;
    border-color: var(--color-accent) !important;
    font-weight: 600;
}
.rficx0 .agicj3 {
    color: rgba(255,255,255,0.75) !important;
}
@media (max-width: 600px) {
  .hvox8 { padding: .75rem; }
  .xxom5 { flex-direction: column; align-items: flex-start; gap: 0.4rem; }
  .zzop7 { min-width: unset; }
  .uhif6 { display: none; }
}

/* ── Comments ─────────────────────────────────────────────────────────── */
.dvif8 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
    font-size: .8rem;
    color: var(--color-text-muted, #888);
}
.gcoh8 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.jwio7 { color: inherit; }

.gdey2 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--color-surface, rgba(255,255,255,.08));
    border-radius: 20px;
    padding: 4px 12px;
    margin-top: 8px;
    font-size: .9rem;
}
.ycew3 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.abew7 { font-weight: 700; }
.sze6 { color: var(--color-text-muted, #aaa); text-decoration: none; font-size: .85rem; }
.sze6:hover { text-decoration: underline; }

.qca8 { margin-top: 32px; }
.kfd0 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.kde8 {
    background: var(--color-accent, #e91e8c);
    color: #fff;
    border-radius: 20px;
    padding: 2px 9px;
    font-size: .8rem;
    font-weight: 700;
}
.mqob8 { display: flex; flex-direction: column; gap: 16px; }
.wmoz3 {
    background: var(--color-surface, rgba(255,255,255,.05));
    border-radius: 8px;
    padding: 14px 16px;
}
.slos5 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.jjom1 { font-weight: 700; font-size: .95rem; }
.vnol6 { color: var(--color-accent, #e91e8c); letter-spacing: 1px; }
.nkoe1 { color: var(--color-text-muted, #888); font-size: .8rem; margin-left: auto; }
.lpos2 { margin: 0; font-size: .9rem; line-height: 1.6; }
