/* ============================================================
   Rechtsanwaltskanzlei Karls & Partner — Insolvenzverwaltung
   Farb- und Typografiesystem. Kein Framework, bewusst
   kompakt gehalten, damit sich jede Seite individuell bewegen kann.
   ============================================================ */

:root {
  --navy-900: #0a1628;
  --navy-800: #0d1b2a;
  --navy-700: #16273f;
  --navy-600: #1f3550;
  --gold-600: #a8814a;
  --gold-500: #b8956a;
  --gold-400: #c9a87c;
  --gold-100: #f0e4cf;
  --cream:    #faf7f1;
  --cream-2:  #f2ede3;
  --ink:      #1a1d24;
  --slate:    #555d6b;
  --slate-2:  #8a93a3;
  --line:     #e3ddd1;
  --white:    #ffffff;

  --serif: "Cormorant Garamond", "Times New Roman", Georgia, serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;

  --wrap: 1240px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

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

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

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

a { color: var(--gold-600); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--gold-400); }

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  line-height: 1.15;
  color: var(--navy-800);
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.6rem, 5vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.8rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }

p { color: var(--slate); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 32px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--sans); font-weight: 600; font-size: .92rem;
  letter-spacing: .04em; text-transform: uppercase;
  padding: 16px 32px; border: 1px solid transparent; cursor: pointer;
  transition: all .3s var(--ease); position: relative;
}
.btn-primary { background: var(--gold-500); color: var(--white); }
.btn-primary:hover { background: var(--navy-800); color: var(--white); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn-ghost:hover { background: var(--navy-800); color: var(--white); }
.btn-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.btn-light:hover { background: var(--white); color: var(--navy-800); border-color: var(--white); }
.btn::after { content: "→"; transition: transform .3s var(--ease); }
.btn:hover::after { transform: translateX(4px); }

/* ---------- Eyebrow / Kicker ---------- */
.kicker {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: .78rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--gold-600);
}
.kicker::before { content: ""; width: 28px; height: 1px; background: var(--gold-500); }
.kicker.center::before { display: none; }
.kicker.on-dark { color: var(--gold-400); }

/* ============================================================
   Header / Navigation
   ============================================================ */
.topbar {
  background: var(--navy-900); color: rgba(255,255,255,.72);
  font-size: .82rem; border-bottom: 1px solid rgba(255,255,255,.06);
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; gap: 24px; }
.topbar a { color: rgba(255,255,255,.72); display: inline-flex; align-items: center; gap: 7px; }
.topbar a:hover { color: var(--gold-400); }
.topbar .tb-left, .topbar .tb-right { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.topbar svg { width: 13px; height: 13px; stroke: var(--gold-400); }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250, 247, 241, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: padding .3s var(--ease), box-shadow .3s var(--ease);
}
.site-header.scrolled { box-shadow: 0 8px 30px rgba(10,22,40,.08); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px 0; transition: padding .3s var(--ease); }
.site-header.scrolled .nav { padding: 12px 0; }

.brand { display: flex; align-items: center; gap: 14px; color: var(--navy-800); }
.brand-mark {
  width: 46px; height: 46px; border: 1.5px solid var(--gold-500);
  display: grid; place-items: center;
  font-family: var(--serif); font-size: 1.5rem; font-weight: 600; color: var(--gold-600);
  flex-shrink: 0;
}
.brand-text { line-height: 1.15; }
.brand-name { display:block; font-family: var(--serif); font-size: 1.32rem; font-weight: 600; letter-spacing: .01em; }
.brand-sub { display:block; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--slate-2); }

.menu { display: flex; align-items: center; gap: 4px; list-style: none; }
.menu a {
  color: var(--navy-800); font-size: .9rem; font-weight: 500;
  padding: 10px 16px; position: relative; letter-spacing: .02em;
}
.menu a::after {
  content: ""; position: absolute; bottom: 4px; left: 16px; right: 16px;
  height: 1.5px; background: var(--gold-500); transform: scaleX(0); transform-origin: left;
  transition: transform .3s var(--ease);
}
.menu a:hover::after, .menu a.active::after { transform: scaleX(1); }
.menu a.active { color: var(--gold-600); }
.nav-cta { margin-left: 10px; padding: 12px 24px !important; }

.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: none;
  cursor: pointer; padding: 8px;
}
.burger span { width: 26px; height: 2px; background: var(--navy-800); transition: all .3s var(--ease); }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative; min-height: 88vh; display: flex; align-items: center;
  color: var(--white); overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(10,22,40,.93) 0%, rgba(10,22,40,.78) 42%, rgba(10,22,40,.35) 100%);
}
.hero-inner { position: relative; z-index: 2; padding: 80px 0; max-width: 760px; }
.hero .kicker { color: var(--gold-400); }
.hero h1 { color: var(--white); margin: 22px 0 24px; }
.hero h1 em { font-style: italic; color: var(--gold-400); font-weight: 500; }
.hero-lead { font-size: 1.18rem; color: rgba(255,255,255,.85); max-width: 600px; margin-bottom: 38px; line-height: 1.75; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

.hero-stats {
  position: relative; z-index: 2; display: flex; gap: 48px; margin-top: 64px;
  padding-top: 34px; border-top: 1px solid rgba(255,255,255,.15); flex-wrap: wrap;
}
.stat .num { font-family: var(--serif); font-size: 2.6rem; font-weight: 600; color: var(--gold-400); line-height: 1; }
.stat .lbl { font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); margin-top: 8px; }

/* ---------- Subpage hero (schmaler) ---------- */
.page-hero {
  background: var(--navy-800); color: var(--white);
  padding: 110px 0 80px; position: relative; overflow: hidden;
}
.page-hero::before {
  content: ""; position: absolute; right: -100px; top: -100px;
  width: 400px; height: 400px; border: 1px solid rgba(184,149,106,.15); border-radius: 50%;
}
.page-hero::after {
  content: ""; position: absolute; right: 40px; bottom: -120px;
  width: 240px; height: 240px; border: 1px solid rgba(184,149,106,.1); border-radius: 50%;
}
.page-hero .kicker { color: var(--gold-400); }
.page-hero h1 { color: var(--white); margin: 18px 0 16px; }
.page-hero p { color: rgba(255,255,255,.78); max-width: 640px; font-size: 1.08rem; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.5); margin-bottom: 20px; letter-spacing: .03em; }
.breadcrumb a { color: var(--gold-400); }
.breadcrumb span { margin: 0 8px; opacity: .5; }

/* ============================================================
   Sections / Layout
   ============================================================ */
section { padding: 100px 0; }
.section-tight { padding: 70px 0; }
.section-dark { background: var(--navy-800); color: rgba(255,255,255,.82); }
.section-dark h2, .section-dark h3 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.72); }
.section-cream { background: var(--cream-2); }

.section-head { max-width: 720px; margin-bottom: 60px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .kicker { margin-bottom: 18px; }
.section-head h2 { margin-bottom: 20px; }
.section-head p { font-size: 1.08rem; }
.section-head p:last-child { margin-bottom: 0; }
.divider-rule { width: 60px; height: 2px; background: var(--gold-500); margin-top: 24px; }
.section-head.center .divider-rule { margin-left: auto; margin-right: auto; }

/* ---------- Zweispaltige Intro-Bloecke ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { position: relative; }
.split-media img { width: 100%; border-radius: 2px; box-shadow: 0 30px 60px -20px rgba(10,22,40,.35); }
.split-media .frame-deco {
  position: absolute; bottom: -24px; right: -24px; width: 55%; height: 55%;
  border: 1px solid var(--gold-500); z-index: -1;
}
.media-tag {
  position: absolute; left: -20px; bottom: 28px;
  background: var(--navy-800); color: var(--white); padding: 18px 26px;
  font-size: .82rem; letter-spacing: .04em; box-shadow: 0 20px 40px rgba(10,22,40,.3);
}
.media-tag strong { display: block; font-family: var(--serif); font-size: 1.5rem; color: var(--gold-400); font-weight: 600; }

/* ============================================================
   Leistungs-Karten (bewusst asymmetrisch)
   ============================================================ */
.grid { display: grid; gap: 28px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.service-card {
  background: var(--white); border: 1px solid var(--line); padding: 44px 38px;
  position: relative; transition: transform .4s var(--ease), box-shadow .4s var(--ease);
  display: flex; flex-direction: column;
}
.service-card::before {
  content: ""; position: absolute; top: 0; left: 0; width: 0; height: 3px;
  background: var(--gold-500); transition: width .4s var(--ease);
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -25px rgba(10,22,40,.25); }
.service-card:hover::before { width: 100%; }
.service-num { font-family: var(--serif); font-size: 1rem; color: var(--gold-500); letter-spacing: .1em; margin-bottom: 18px; }
.service-card h3 { margin-bottom: 14px; }
.service-card p { font-size: .96rem; margin-bottom: 20px; }
.service-card .more { font-size: .84rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; margin-top: auto; }

/* ============================================================
   Werte-Liste (nummeriert, klassisch)
   ============================================================ */
.lead-list { list-style: none; margin: 28px 0; }
.lead-list li {
  display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line);
}
.lead-list li:last-child { border-bottom: none; }
.lead-list .li-num {
  font-family: var(--serif); font-size: 1.3rem; color: var(--gold-500);
  min-width: 36px; line-height: 1.5;
}
.lead-list .li-body strong { display: block; color: var(--navy-800); font-weight: 600; margin-bottom: 4px; font-size: 1.02rem; }
.lead-list .li-body span { color: var(--slate); font-size: .94rem; }

/* ============================================================
   Team-Karten
   ============================================================ */
.team-card { background: var(--white); overflow: hidden; box-shadow: 0 10px 40px -15px rgba(10,22,40,.2); }
.team-card .ph { aspect-ratio: 4/5; overflow: hidden; background: var(--navy-700); }
.team-card .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); filter: grayscale(.15); }
.team-card:hover .ph img { transform: scale(1.04); filter: grayscale(0); }
.team-card .bio { padding: 26px 28px 30px; }
.team-card .bio h3 { font-size: 1.35rem; margin-bottom: 4px; }
.team-card .role { color: var(--gold-600); font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.team-card .bio p { font-size: .92rem; }
.team-card .creds { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: .84rem; color: var(--slate-2); }

/* ============================================================
   Verfahrens-Schritte (Timeline)
   ============================================================ */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: step; }
.step { padding: 0 28px; position: relative; }
.step:not(:last-child)::after {
  content: ""; position: absolute; top: 22px; right: 0; width: 100%; height: 1px;
  background: linear-gradient(90deg, var(--gold-500), transparent);
}
.step-dot {
  width: 46px; height: 46px; border-radius: 50%; background: var(--white);
  border: 1.5px solid var(--gold-500); display: grid; place-items: center;
  font-family: var(--serif); font-weight: 600; color: var(--gold-600); font-size: 1.1rem;
  margin-bottom: 24px; position: relative; z-index: 2;
}
.step h4 { font-family: var(--sans); font-size: 1rem; font-weight: 600; color: var(--navy-800); margin-bottom: 10px; letter-spacing: .01em; }
.step p { font-size: .9rem; }

/* ============================================================
   Kontakt
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 70px; align-items: start; }
.contact-info h3 { margin-bottom: 8px; }
.contact-block { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-block:last-child { border-bottom: none; }
.contact-block .cb-lbl { font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-400); margin-bottom: 8px; font-weight: 600; }
.contact-block a, .contact-block p { color: rgba(255,255,255,.82); font-size: 1.05rem; }
.contact-block a:hover { color: var(--white); }

.form-card { background: var(--white); padding: 48px 44px; box-shadow: 0 30px 60px -25px rgba(10,22,40,.3); }
.form-card h3 { margin-bottom: 6px; }
.form-card .form-sub { color: var(--slate); margin-bottom: 30px; font-size: .96rem; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .82rem; font-weight: 600; letter-spacing: .03em; color: var(--navy-800); margin-bottom: 8px; }
.field label .req { color: var(--gold-600); }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; border: 1px solid var(--line); background: var(--cream);
  font-family: var(--sans); font-size: .96rem; color: var(--ink); transition: border .25s var(--ease), box-shadow .25s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(184,149,106,.15); background: var(--white);
}
.field textarea { resize: vertical; min-height: 120px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-note { font-size: .82rem; color: var(--slate-2); margin-top: 14px; }
.form-note a { color: var(--gold-600); }
.form-status { margin-top: 16px; padding: 14px 18px; font-size: .9rem; display: none; border-radius: 2px; }
.form-status.ok { display: block; background: #eaf3ec; color: #2a5e3a; border-left: 3px solid #4a8a5c; }

/* ============================================================
   CTA-Band
   ============================================================ */
.cta-band {
  background: linear-gradient(120deg, var(--navy-900), var(--navy-700));
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(circle at 85% 20%, rgba(184,149,106,.18), transparent 45%);
}
.cta-inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.cta-inner h2 { color: var(--white); max-width: 640px; }
.cta-inner p { color: rgba(255,255,255,.7); margin-top: 12px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { background: var(--navy-900); color: rgba(255,255,255,.6); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 50px; padding-bottom: 60px; }
.footer-brand .brand { color: var(--white); margin-bottom: 22px; }
.footer-brand .brand-mark { border-color: var(--gold-500); }
.footer-brand p { color: rgba(255,255,255,.55); font-size: .92rem; max-width: 320px; }
.footer-col h4 { font-family: var(--sans); color: var(--white); font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; font-weight: 600; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 12px; }
.footer-col a { color: rgba(255,255,255,.6); font-size: .92rem; }
.footer-col a:hover { color: var(--gold-400); }
.footer-contact li { display: flex; gap: 12px; align-items: flex-start; font-size: .92rem; margin-bottom: 14px; line-height: 1.55; }
.footer-contact svg { width: 15px; height: 15px; stroke: var(--gold-500); margin-top: 4px; flex-shrink: 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding: 26px 0; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: .82rem; }
.footer-bottom .fb-links { display: flex; gap: 22px; flex-wrap: wrap; }
.footer-bottom a { color: rgba(255,255,255,.5); }

/* ============================================================
   Prosa (Rechtsseiten)
   ============================================================ */
.prose { max-width: 820px; }
.prose h2 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); margin: 48px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 1.2rem; margin: 30px 0 12px; font-family: var(--sans); font-weight: 600; color: var(--navy-700); }
.prose p { margin-bottom: 18px; font-size: 1rem; }
.prose ul { margin: 0 0 22px 4px; }
.prose li { color: var(--slate); margin-bottom: 10px; padding-left: 26px; position: relative; list-style: none; }
.prose li::before { content: ""; position: absolute; left: 0; top: 11px; width: 14px; height: 1.5px; background: var(--gold-500); }
.legal-meta { background: var(--white); border-left: 3px solid var(--gold-500); padding: 28px 32px; margin: 24px 0; }
.legal-meta p:last-child { margin-bottom: 0; }

.back-link { display: inline-flex; align-items: center; gap: 8px; color: var(--slate); font-size: .9rem; margin-bottom: 24px; font-weight: 500; }
.back-link:hover { color: var(--gold-600); }

/* ============================================================
   Standort / Karte
   ============================================================ */
.location-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; min-height: 460px; }
.location-text { background: var(--navy-800); color: var(--white); padding: 70px 60px; display: flex; flex-direction: column; justify-content: center; }
.location-text h3 { color: var(--white); margin-bottom: 18px; }
.location-text .lc-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.location-text .lc-row:last-child { border-bottom: none; }
.location-text svg { width: 18px; height: 18px; stroke: var(--gold-400); flex-shrink: 0; margin-top: 3px; }
.location-text .lc-row span { color: rgba(255,255,255,.78); }
.location-map { background: var(--navy-700); position: relative; min-height: 460px; }
.location-map iframe { width: 100%; height: 100%; border: 0; min-height: 460px; filter: grayscale(.4) contrast(1.05); }

/* ============================================================
   Quote / Testimonial
   ============================================================ */
.pull-quote { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.1rem); line-height: 1.4; color: var(--navy-800); font-style: italic; }
.pull-quote::before { content: "„"; color: var(--gold-500); font-size: 1.2em; line-height: 0; }
.pull-quote::after { content: "."; color: var(--gold-500); }
.quote-attr { margin-top: 26px; display: flex; align-items: center; gap: 16px; }
.quote-attr .qbar { width: 40px; height: 1px; background: var(--gold-500); }
.quote-attr span { font-size: .86rem; letter-spacing: .05em; color: var(--slate); }

/* ============================================================
   Animationen
   ============================================================ */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .split { gap: 50px; }
}

@media (max-width: 860px) {
  body { font-size: 16px; }
  section { padding: 70px 0; }
  .wrap { padding: 0 22px; }
  .menu {
    position: fixed; top: 0; right: 0; height: 100vh; width: min(82vw, 360px);
    background: var(--navy-800); flex-direction: column; align-items: flex-start;
    padding: 100px 34px 40px; gap: 4px; transform: translateX(100%);
    transition: transform .4s var(--ease); box-shadow: -20px 0 50px rgba(0,0,0,.3);
  }
  .menu.open { transform: translateX(0); }
  .menu a { color: var(--white); width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 1rem; }
  .menu a::after { display: none; }
  .nav-cta { margin: 20px 0 0; padding: 14px 28px !important; }
  .burger { display: flex; z-index: 101; }
  .topbar .tb-left { display: none; }

  .split, .split.reverse .split-media { grid-template-columns: 1fr; order: 0; }
  .split.reverse .split-media { order: 0; }
  .split-media { margin-bottom: 16px; }
  .grid-3, .grid-2 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; gap: 40px 20px; }
  .step:not(:last-child)::after { display: none; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .field-row { grid-template-columns: 1fr; }
  .location-split { grid-template-columns: 1fr; }
  .location-text { padding: 50px 30px; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .hero-stats { gap: 28px; }
  .stat .num { font-size: 2rem; }
  .form-card { padding: 34px 26px; }
}

@media (max-width: 520px) {
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .hero-actions .btn, .hero-lead { width: 100%; }
  .btn { justify-content: center; }
}
