/* ============================================================
   Cabinetul Avocatului Cașu Teodor — CASULAW
   Paletă de brand (ghid Fiverr): verde #032716, auriu #D4B689, crem #FFFAEA
   Font: PT Serif (self-hosted în assets/fonts/fonts.css)
   ============================================================ */

:root {
  --green: #032716;
  --green-700: #08361f;
  --green-600: #0d442a;
  --gold: #d4b689;
  --gold-600: #c2a273;
  --cream: #fffaea;
  --cream-200: #f6efdd;
  --ink: #1c231e;
  --muted: #5c6660;
  --line: rgba(3, 39, 22, 0.12);
  --line-light: rgba(255, 250, 234, 0.16);
  --radius: 14px;
  --maxw: 1120px;
  --serif: 'PT Serif', Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
/* grid/flex items default to min-width:auto and can overflow their track — reset */
*, *::before, *::after { min-width: 0; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; scroll-padding-top: 132px; }

body {
  margin: 0;
  font-family: var(--serif);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

h1, h2, h3, p, a, li, span { overflow-wrap: break-word; }
img { max-width: 100%; display: block; }
a { color: inherit; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- HEADER ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--green);
  border-bottom: 1px solid var(--line-light);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; min-height: 124px;
}
.brand-logo { height: 84px; width: auto; }

.nav { display: flex; align-items: center; gap: 28px; }
.nav a {
  color: var(--cream); text-decoration: none; font-size: 16px;
  letter-spacing: .01em; opacity: .9; transition: opacity .2s, color .2s;
}
.nav a:hover { opacity: 1; color: var(--gold); }
.nav .nav-cta {
  border: 1px solid var(--gold); color: var(--gold);
  padding: 8px 18px; border-radius: 999px; opacity: 1;
}
.nav .nav-cta:hover { background: var(--gold); color: var(--green); }

.header-tools { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 2px; }
.lang-switch button {
  background: transparent; border: 0; color: var(--cream);
  font-family: var(--serif); font-size: 14px; letter-spacing: .05em;
  padding: 6px 8px; cursor: pointer; opacity: .55; transition: opacity .2s;
  border-bottom: 2px solid transparent;
}
.lang-switch button:hover { opacity: .9; }
.lang-switch button.is-active { opacity: 1; color: var(--gold); border-bottom-color: var(--gold); }

.nav-toggle { display: none; background: transparent; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--cream); margin: 5px 0; transition: transform .25s, opacity .25s; }

/* ---------- HERO ---------- */
.hero {
  background:
    radial-gradient(1200px 500px at 80% -10%, rgba(212,182,137,.14), transparent 60%),
    var(--green);
  color: var(--cream);
  padding: clamp(72px, 12vw, 140px) 0 clamp(64px, 10vw, 120px);
  border-bottom: 1px solid var(--line-light);
  position: relative; overflow: hidden;
}
.hero-symbol {
  position: absolute; right: clamp(-60px, 2vw, 80px); top: 50%;
  transform: translateY(-50%);
  width: clamp(320px, 38vw, 560px); opacity: .16;
  pointer-events: none; user-select: none;
}
.hero-inner { position: relative; }
.hero-eyebrow {
  color: var(--gold); text-transform: uppercase; letter-spacing: .22em;
  font-size: 13px; margin: 0 0 20px;
}
.hero-eyebrow::before {
  content: ""; display: block; width: 56px; height: 2px;
  background: var(--gold); margin-bottom: 18px;
}
.hero-title {
  font-size: clamp(34px, 5.4vw, 60px); line-height: 1.1; font-weight: 700;
  margin: 0 0 24px; max-width: 15ch;
}
.hero-lead { font-size: clamp(18px, 2.1vw, 22px); max-width: 60ch; opacity: .92; margin: 0 0 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; }
.hero-note { font-size: 14px; opacity: .6; margin: 0; font-style: italic; }

.btn {
  display: inline-block; text-decoration: none; padding: 14px 28px;
  border-radius: 999px; font-size: 16px; letter-spacing: .02em;
  transition: transform .15s, background .2s, color .2s, border-color .2s;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--green); }
.btn-gold:hover { background: var(--cream); }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--green); }
/* pe fundal deschis, butonul secundar trebuie să se citească clar ca buton:
   text verde brand + bordură aurie plină + fundal auriu translucid */
.section .btn-outline, .calc-card .btn-outline, .booking-card .btn-outline {
  color: var(--green);
  border: 1.5px solid var(--gold-600);
  background: rgba(212, 182, 137, 0.16);
}
.section .btn-outline:hover, .calc-card .btn-outline:hover, .booking-card .btn-outline:hover {
  background: var(--gold); color: var(--green);
}
/* excepție: pe secțiunile închise la culoare rămâne varianta aurie pe verde */
.section-dark .btn-outline, .hero .btn-outline {
  color: var(--gold); border: 1px solid var(--gold); background: transparent;
}
.section-dark .btn-outline:hover, .hero .btn-outline:hover { background: var(--gold); color: var(--green); }

/* ---------- SECTIONS ---------- */
.section { padding: clamp(64px, 9vw, 104px) 0; }
.section-alt { background: var(--cream-200); }
.section-dark { background: var(--green); color: var(--cream); }
.section-kicker {
  color: var(--gold-600); text-transform: uppercase; letter-spacing: .2em;
  font-size: 12px; margin: 0 0 12px;
}
.section-dark .section-kicker { color: var(--gold); }
.section-title { font-size: clamp(28px, 3.6vw, 40px); margin: 0 0 12px; line-height: 1.2; }
.section-title::after {
  content: ""; display: block; width: 52px; height: 3px;
  background: var(--gold); margin-top: 14px; border-radius: 2px;
}
.section-dark .section-title::after { background: var(--gold); }
.section-intro { max-width: 62ch; opacity: .85; margin: 0 0 36px; }

/* ---------- DESPRE ---------- */
.about-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 48px; margin-top: 28px; }
.about-text p { margin: 0 0 20px; }
.about-side { display: flex; flex-direction: column; gap: 18px; }
.about-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--cream); }
.about-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.about-photo figcaption {
  padding: 12px 18px; font-size: 14px; color: var(--muted);
  border-top: 2px solid var(--gold); background: var(--cream);
}
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.stat {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; border-left: 3px solid var(--gold);
}
.stat-num { display: block; font-size: 23px; font-weight: 700; color: var(--green); }
.stat-label { display: block; font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ---------- CARDS ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(3,39,22,.09); border-color: var(--gold); }
.card h3 { font-size: 21px; margin: 0 0 12px; color: var(--green); line-height: 1.3; }
.card p { margin: 0; color: var(--muted); font-size: 16px; }

.section-dark .card { background: var(--green-700); border-color: var(--line-light); }
.section-dark .card h3 { color: var(--cream); }
.section-dark .card p { color: rgba(255,250,234,.78); }
.section-dark .card:hover { box-shadow: 0 14px 40px rgba(0,0,0,.35); }

/* ---------- PILLARS (Domenii) ---------- */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.pillar {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 32px; border-top: 3px solid var(--gold);
}
.pillar-title { font-size: 24px; margin: 0 0 20px; color: var(--green); line-height: 1.25; }
.pillar-list { list-style: none; margin: 0; padding: 0; }
.pillar-list li { padding: 15px 0; border-top: 1px solid var(--line); }
.pillar-list li:first-child { border-top: 0; padding-top: 0; }
.pl-name {
  display: block; font-size: 18px; color: var(--green); font-weight: 700;
  padding-left: 18px; position: relative;
}
.pl-name::before {
  content: ""; position: absolute; left: 0; top: .62em;
  width: 7px; height: 7px; background: var(--gold); border-radius: 2px; transform: rotate(45deg);
}
.pl-desc { display: block; font-size: 15px; color: var(--muted); margin-top: 4px; padding-left: 18px; }

.card-result { position: relative; }
.result-tag {
  display: inline-block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase;
  color: var(--green); background: var(--gold); padding: 4px 12px; border-radius: 999px; margin-bottom: 14px;
}
.results-disclaimer { margin-top: 30px; font-size: 14px; font-style: italic; opacity: .72; max-width: 70ch; }

/* ---------- CLIENȚI (logo strip) ---------- */
.clients-strip { margin-top: 52px; padding-top: 36px; border-top: 1px solid var(--line); }
.clients-strip-title { font-size: 22px; margin: 0 0 6px; color: var(--green); }
.clients-strip-note { font-size: 14px; color: var(--muted); font-style: italic; margin: 0 0 24px; max-width: 68ch; }
.client-logos {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: stretch;
}
.client-logos li { display: flex; }
.client-logos a {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 26px; min-height: 76px; min-width: 150px;
  text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .15s;
}
.client-logos a:hover { border-color: var(--gold); box-shadow: 0 8px 24px rgba(3,39,22,.08); transform: translateY(-2px); }
.client-logos img { max-height: 40px; max-width: 150px; width: auto; object-fit: contain; }
.client-logos a span { font-size: 17px; font-weight: 700; color: var(--green); }
.client-word { font-size: 21px; font-weight: 700; color: var(--green); letter-spacing: .01em; }

/* ---------- ECHIPĂ ---------- */
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 28px; }
.team-grid-2 { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin-left: auto; margin-right: auto; }
.member {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.member:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(3,39,22,.09); border-color: var(--gold); }
.member-placeholder { border-style: dashed; opacity: .85; }
.avatar {
  width: 112px; height: 112px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: var(--green); color: var(--gold); font-size: 30px; letter-spacing: .04em; margin-bottom: 20px;
  overflow: hidden; flex: none;
  box-shadow: 0 0 0 2px var(--cream), 0 0 0 4px var(--gold);
}
.avatar img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.member-placeholder .avatar { background: var(--cream-200); color: var(--gold-600); border: 1px dashed var(--gold-600); }
.member-name { font-size: 21px; margin: 0 0 4px; color: var(--green); }
.member-role { font-size: 14px; color: var(--gold-600); text-transform: uppercase; letter-spacing: .1em; margin: 0 0 12px; }
.member-desc { font-size: 16px; color: var(--muted); margin: 0 0 14px; }
.member-meta { list-style: none; margin: 0; padding: 14px 0 0; border-top: 1px solid var(--line); }
.member-meta li { font-size: 14px; color: var(--muted); padding: 3px 0; }

/* ---------- AFILIERI ---------- */
.aff-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 28px; max-width: 860px; }
.aff-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; border-left: 3px solid var(--gold);
}
.aff-card h3 { font-size: 19px; margin: 0 0 10px; color: var(--green); line-height: 1.3; }
.aff-card p { margin: 0; font-size: 15px; color: var(--muted); }

/* ---------- INSIGHTS ---------- */
.article-card { display: flex; flex-direction: column; }
.article-date { font-size: 13px; color: var(--gold-600); letter-spacing: .04em; margin: 0 0 10px; }
.article-link {
  margin-top: auto; padding-top: 14px; color: var(--green); font-weight: 700; text-decoration: none;
  font-size: 15px; letter-spacing: .02em;
}
a.article-link::after { content: " →"; }
a.article-link:hover { color: var(--gold-600); }
.article-soon {
  color: var(--gold-600); font-weight: 400; font-style: italic; font-size: 14px;
  letter-spacing: .06em; text-transform: uppercase;
}

/* ---------- FOOTER LINKS ---------- */
.footer-links { margin: 0 0 14px; }
.footer-links a { color: var(--gold); text-decoration: none; font-size: 14px; }
.footer-links a:hover { text-decoration: underline; }

/* ---------- TIMELINE ---------- */
.timeline { list-style: none; margin: 28px 0 0; padding: 0; }
.tl-item {
  display: grid; grid-template-columns: 180px 1fr; gap: 28px;
  padding: 26px 0; border-top: 1px solid var(--line);
}
.tl-item:last-child { border-bottom: 1px solid var(--line); }
.tl-period { color: var(--gold-600); font-weight: 700; font-size: 15px; letter-spacing: .04em; padding-top: 3px; }
.tl-body h3 { margin: 0 0 8px; font-size: 20px; color: var(--green); }
.tl-body p { margin: 0; color: var(--muted); font-size: 16px; }

/* ---------- CLIENTS ---------- */
.clients { margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.clients-title { font-size: 22px; margin: 0 0 8px; color: var(--green); }
.clients-note { color: var(--muted); font-size: 15px; font-style: italic; margin: 0 0 22px; max-width: 64ch; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 12px; margin: 0; padding: 0; }
.chips li {
  background: var(--cream); border: 1px solid var(--line); border-radius: 999px;
  padding: 9px 18px; font-size: 15px; color: var(--green);
  transition: border-color .2s, box-shadow .2s, transform .15s;
}
.chips li:hover { border-color: var(--gold); box-shadow: 0 4px 14px rgba(3,39,22,.08); transform: translateY(-1px); }

/* ---------- CONTACT ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; margin-top: 30px; align-items: start; }
.contact-list { list-style: none; margin: 0; padding: 0; }
.contact-list li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-list li:first-child { padding-top: 0; }
.contact-label {
  display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .16em;
  color: var(--gold-600); margin-bottom: 4px;
}
.contact-list a { color: var(--green); text-decoration: none; font-size: 19px; }
.contact-list a:hover { color: var(--gold-600); text-decoration: underline; }
.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.contact-map iframe { width: 100%; height: 320px; border: 0; display: block; }
.map-link {
  display: block; text-align: center; padding: 14px; background: var(--green); color: var(--cream);
  text-decoration: none; font-size: 15px;
}
.map-link:hover { color: var(--gold); }

/* ---------- FOOTER ---------- */
.site-footer { background: var(--green); color: var(--cream); padding: 56px 0; }
.footer-inner { display: flex; gap: 36px; align-items: flex-start; flex-wrap: wrap; }
.footer-logo { height: 52px; width: auto; opacity: .9; }
.footer-meta { flex: 1; min-width: 260px; }
.footer-name { font-size: 18px; margin: 0 0 6px; color: var(--gold); }
.footer-line { font-size: 14px; opacity: .8; margin: 0 0 14px; }
.footer-disclaimer { font-size: 13px; opacity: .62; max-width: 72ch; margin: 0 0 14px; line-height: 1.6; }
.footer-copy { font-size: 13px; opacity: .7; margin: 0; }

/* ---------- CALCULATOARE ---------- */
.calc-hero { padding-bottom: 24px; }
.nav .nav-active { color: var(--gold); opacity: 1; }
.calc-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: clamp(24px, 4vw, 44px); border-top: 3px solid var(--gold);
}
.section-alt .calc-card { background: var(--cream); }
.calc-card h2 { font-size: clamp(22px, 2.8vw, 28px); color: var(--green); margin: 0 0 10px; line-height: 1.3; }
.calc-desc { color: var(--muted); margin: 0 0 26px; max-width: 75ch; }
.calc-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 26px; }
.calc-grid label { display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: var(--green); font-weight: 700; }
.calc-grid input, .calc-grid select, .pay-row input {
  font-family: var(--serif); font-size: 17px; color: var(--ink);
  padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff;
  width: 100%;
}
.calc-grid input:focus, .calc-grid select:focus, .pay-row input:focus {
  outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold);
}
.pay-block { margin-top: 22px; }
.pay-label { display: block; font-size: 15px; font-weight: 700; color: var(--green); margin-bottom: 10px; }
.pay-row { display: flex; gap: 10px; margin-bottom: 10px; align-items: center; }
.pay-row .pay-date { flex: 0 0 190px; }
.pay-row .pay-sum { flex: 1; }
.pay-del {
  flex: none; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line);
  background: var(--cream-200); color: var(--green); font-size: 20px; cursor: pointer;
}
.pay-del:hover { border-color: var(--gold); color: var(--gold-600); }
.btn-mini {
  font-family: var(--serif); font-size: 15px; padding: 8px 18px; border-radius: 999px;
  border: 1px dashed var(--gold-600); background: transparent; color: var(--green); cursor: pointer;
}
.btn-mini:hover { background: var(--cream-200); }
.calc-actions { display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap; }
.calc-actions .btn { border: 0; cursor: pointer; font-family: var(--serif); font-size: 16px; }
.calc-actions .btn-outline { border: 1px solid var(--gold); }
.calc-error { color: #a33; font-weight: 700; margin: 16px 0 0; }
.calc-result { margin-top: 30px; overflow-x: auto; }
.calc-table { width: 100%; border-collapse: collapse; font-size: 15px; }
.calc-table th {
  text-align: left; padding: 10px 12px; background: var(--green); color: var(--cream);
  font-weight: 700; white-space: nowrap;
}
.calc-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); white-space: nowrap; }
.calc-table tr:nth-child(even) td { background: var(--cream-200); }
.calc-totals { margin-top: 18px; }
.calc-totals p { margin: 6px 0; }
.calc-totals .grand { font-size: 19px; color: var(--green); border-top: 2px solid var(--gold); padding-top: 10px; margin-top: 12px; }
.calc-note { font-size: 13.5px; color: var(--muted); font-style: italic; margin-top: 22px; line-height: 1.6; max-width: 90ch; }
.calc-disclaimer-band .container { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; justify-content: space-between; }
.calc-disclaimer-band .calc-note { margin: 0; flex: 1 1 480px; }
@media (max-width: 700px) {
  .calc-grid { grid-template-columns: 1fr; }
  .pay-row { flex-wrap: wrap; }
  .pay-row .pay-date { flex-basis: 100%; }
}

/* ---------- PROGRAMĂRI (booking) ---------- */
.booking-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 28px; margin-top: 30px; align-items: start; }
.cal-embed iframe { width: 100%; height: 520px; border-radius: var(--radius); border: 1px solid var(--line); background: #fff; display: block; }
.booking-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; border-top: 3px solid var(--gold);
}
.booking-card h3 { margin: 0 0 18px; font-size: 21px; color: var(--green); }
.booking-card label { display: flex; flex-direction: column; gap: 6px; font-size: 15px; color: var(--green); font-weight: 700; margin-bottom: 14px; }
.booking-card input, .booking-card select {
  font-family: var(--serif); font-size: 17px; color: var(--ink);
  padding: 11px 14px; border: 1px solid var(--line); border-radius: 10px; background: #fff; width: 100%;
}
.booking-card input:focus, .booking-card select:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: var(--gold); }
.booking-row { display: grid; grid-template-columns: 1.4fr 1fr; gap: 12px; }
@media (max-width: 900px) { .booking-grid { grid-template-columns: 1fr; } .cal-embed iframe { height: 420px; } }

/* ---------- REVEAL (animație de intrare) ---------- */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
  .reveal.is-visible { opacity: 1; transform: none; }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .about-grid, .contact-grid, .pillars { grid-template-columns: 1fr; gap: 24px; }
  .cards, .team-grid, .aff-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-symbol { width: 300px; right: -110px; opacity: .10; }
  .about-side { flex-direction: column; }
}
@media (max-width: 640px) {
  .hero-symbol { display: none; }
  .aff-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  body { font-size: 17px; }
  .brand-logo { height: 58px; }
  .header-inner { min-height: 88px; }
  .nav {
    position: fixed; inset: 88px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--green); border-bottom: 1px solid var(--line-light);
    padding: 8px 24px 20px; transform: translateY(-120%); transition: transform .28s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,.3);
  }
  .nav.is-open { transform: translateY(0); }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line-light); }
  .nav .nav-cta { border: 0; padding: 14px 0; border-radius: 0; }
  .nav .nav-cta:hover { background: transparent; color: var(--gold); }
  .nav-toggle { display: block; }
  .cards, .team-grid, .aff-grid { grid-template-columns: 1fr; }
  .tl-item { grid-template-columns: 1fr; gap: 6px; }
}
