/* Clothiq — public site
   Same paper-and-ink palette as the app, given more room to breathe. */

.site {
  background: var(--paper);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
}

.site-wrap { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.site-wrap.narrow { max-width: 760px; }

/* ---------- Header ---------- */

.site-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(250, 247, 242, .88);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-head__inner { display: flex; align-items: center; gap: 28px; height: 68px; }

.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ink); }
.wordmark:hover { text-decoration: none; }
.wordmark__mark {
  width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  background: var(--ink); color: var(--gold);
  font-family: var(--serif); font-size: 1.15rem; font-weight: 700;
}
.wordmark__text { font-family: var(--serif); font-size: 1.28rem; letter-spacing: -.01em; }

.site-nav { display: flex; gap: 24px; margin-left: 12px; flex: 1; }
.site-nav a { color: var(--ink-soft); font-size: .92rem; text-decoration: none; }
.site-nav a:hover { color: var(--accent); text-decoration: none; }

.site-head__actions { display: flex; align-items: center; gap: 10px; }

.btn--gold {
  background: var(--gold); border-color: var(--gold); color: #221b0e; font-weight: 600;
}
.btn--gold:hover { background: #9c7c42; border-color: #9c7c42; }
.btn--ghost-dark { background: transparent; border-color: var(--line-strong); color: var(--ink); }
.btn--ghost-dark:hover { background: rgba(0, 0, 0, .04); }
.btn--outline-light { background: transparent; border-color: rgba(255, 255, 255, .35); color: #fff; }
.btn--outline-light:hover { background: rgba(255, 255, 255, .1); }
.btn--lg { padding: 14px 26px; font-size: 1rem; }

/* ---------- Shared section furniture ---------- */

.eyebrow {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent); margin-bottom: 14px;
}
.eyebrow--light { color: var(--gold); }

.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
.section--paper { background: #f4efe6; }
.section--dark { background: var(--ink); color: #ece5da; }
.section--dark h2, .section--dark h3 { color: #fff; }
.section--pull { padding-top: 64px; }

.section__head { max-width: 720px; margin-bottom: 44px; }
.section__head--center { margin: 0 auto 52px; text-align: center; }
.section__head h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); line-height: 1.15; }
.section__sub { color: var(--ink-faint); margin-top: 14px; font-size: 1.02rem; }
.section--dark .section__sub { color: #a99e91; }

.lede { font-size: 1.16rem; color: var(--ink-soft); margin: 0 0 28px; }

/* ---------- Hero ---------- */

.hero {
  padding: 76px 0 84px;
  background:
    radial-gradient(1100px 420px at 78% -8%, rgba(176, 141, 79, .16), transparent 62%),
    radial-gradient(760px 380px at 4% 8%, rgba(124, 45, 58, .09), transparent 60%);
  border-bottom: 1px solid var(--line);
}
.hero__inner { display: grid; grid-template-columns: 1.02fr 1fr; gap: 56px; align-items: center; }
.hero h1 {
  font-size: clamp(2.3rem, 5.2vw, 3.9rem); line-height: 1.04; letter-spacing: -.022em;
  margin-bottom: 20px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 26px; }
.hero__points { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; margin: 0; padding: 0; }
.hero__points li { font-size: .88rem; color: var(--ink-faint); display: flex; align-items: center; gap: 7px; }
.hero__points li::before { content: "✓"; color: var(--success); font-weight: 700; }

/* ---------- Browser mock ---------- */

.mock {
  background: var(--card); border: 1px solid var(--line-strong); border-radius: 14px;
  box-shadow: 0 40px 80px -40px rgba(25, 21, 18, .45), 0 2px 6px rgba(25, 21, 18, .06);
  overflow: hidden; transform: perspective(1400px) rotateY(-7deg) rotateX(2deg);
}
.mock__bar {
  display: flex; align-items: center; gap: 6px; padding: 10px 14px;
  background: #f0ebe3; border-bottom: 1px solid var(--line);
}
.mock__bar > span { width: 10px; height: 10px; border-radius: 50%; background: #d6cdc0; }
.mock__url {
  margin-left: 12px; font-size: .68rem; color: var(--ink-faint);
  background: #fff; border-radius: 999px; padding: 3px 12px; border: 1px solid var(--line);
}
.mock__body { display: flex; min-height: 330px; }
.mock__side { width: 58px; background: var(--ink); padding: 12px 10px; flex: 0 0 58px; }
.mock__brand {
  width: 26px; height: 26px; border-radius: 50%; background: var(--gold); color: var(--ink);
  display: grid; place-items: center; font-size: .72rem; font-weight: 700; margin-bottom: 16px;
}
.mock__navitem { height: 9px; border-radius: 3px; background: rgba(255,255,255,.13); margin-bottom: 9px; }
.mock__navitem.is-active { background: var(--accent); }
.mock__main { flex: 1; padding: 18px; min-width: 0; }
.mock__title { font-family: var(--serif); font-size: 1.15rem; }
.mock__sub { font-size: .7rem; color: var(--ink-faint); margin-bottom: 14px; }
.mock__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 14px; }
.mock__stat {
  border: 1px solid var(--line); border-radius: 8px; padding: 9px 10px; background: var(--paper);
}
.mock__stat span { display: block; font-size: .56rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-faint); }
.mock__stat strong { font-family: var(--serif); font-size: 1.15rem; }
.mock__stat .is-danger { color: var(--danger); }
.mock__stat .is-money { color: var(--success); font-size: .98rem; }
.mock__card { border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.mock__cardhead {
  font-family: var(--serif); font-size: .82rem; padding: 8px 11px; border-bottom: 1px solid var(--line);
}
.mock__line {
  display: flex; align-items: center; gap: 8px; padding: 8px 11px;
  border-bottom: 1px solid var(--line); font-size: .68rem;
}
.mock__line:last-child { border-bottom: 0; }
.mock__ref { font-weight: 700; }
.mock__who { color: var(--ink-faint); flex: 1; }
.mock__tag { padding: 2px 8px; border-radius: 999px; background: #f0ebe2; font-size: .6rem; }
.mock__tag.is-late { background: var(--danger-soft); color: var(--danger); font-weight: 600; }
.mock__tag.is-today { background: var(--warning-soft); color: var(--warning); font-weight: 600; }

/* ---------- Hero garment rail ---------- */

.hero__shot { position: relative; }
.hero__rail { position: absolute; inset: -26px -18px auto auto; display: flex; gap: 10px; z-index: 2; }
.rail__piece {
  width: 76px; height: auto; border-radius: 12px; padding: 8px;
  background: var(--card); border: 1px solid var(--line);
  box-shadow: 0 18px 34px -18px rgba(25, 21, 18, .5);
}
.rail__piece--1 { transform: rotate(-6deg); background: #fbf7ef; }
.rail__piece--2 { transform: rotate(3deg) translateY(10px); background: #eef1f6; }
.rail__piece--3 { transform: rotate(8deg) translateY(-4px); background: #e9f3f2; }

/* ---------- Fabric swatch band ---------- */

.swatches { display: grid; grid-template-columns: repeat(6, 1fr); }
.swatch { position: relative; aspect-ratio: 3 / 2; overflow: hidden; }
.swatch img { width: 100%; height: 100%; object-fit: cover; display: block; }
.swatch span {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 8px 12px;
  background: linear-gradient(to top, rgba(20,17,16,.82), transparent);
  color: #fff; font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
}

/* ---------- Garment gallery ---------- */

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.piece {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); background: var(--card); box-shadow: var(--shadow);
  transition: transform .16s ease, box-shadow .16s ease;
}
.piece:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -24px rgba(25,21,18,.5); }
.piece img { display: block; width: 100%; height: 210px; object-fit: contain; padding: 18px 12px 6px; }
.piece figcaption { padding: 12px 16px 16px; border-top: 1px solid var(--line); background: var(--card); }
.piece figcaption strong { display: block; font-family: var(--serif); font-size: 1.02rem; }
.piece figcaption span { font-size: .8rem; color: var(--ink-faint); }

.piece--g-cream img { background: #f7f1e6; }
.piece--g-navy  img { background: #e8ecf4; }
.piece--g-teal  img { background: #e4f1f0; }
.piece--g-wine  img { background: #f8e9ed; }
.piece--g-olive img { background: #ecf0e8; }
.piece--g-plum  img { background: #f6eaef; }
.piece--g-sand  img { background: #f7f2e7; }
.piece--g-slate img { background: #edf0f3; }

/* ---------- Trust strip ---------- */

.strip { background: var(--ink); color: #cdc4b7; padding: 20px 0; }
.strip__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; font-size: .88rem; }
.strip strong { color: #fff; }

/* ---------- Pains ---------- */

.pains { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.pain {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow);
}
.pain__mark { font-family: var(--serif); font-size: .9rem; color: var(--gold); }
.pain h3 { font-family: var(--serif); font-size: 1.06rem; margin: 8px 0 8px; }
.pain p { margin: 0; font-size: .92rem; color: var(--ink-soft); }

/* ---------- Modules ---------- */

.modules { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px;
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); overflow: hidden; }
.module { background: var(--ink); padding: 26px 24px; }
.module__icon {
  display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px;
  border-radius: 12px; background: #f4efe6;
  box-shadow: 0 6px 16px -10px rgba(0, 0, 0, .8);
}
.module__icon img { width: 32px; height: 32px; display: block; }
.module h3 { font-family: var(--serif); font-size: 1.14rem; margin-bottom: 8px; }
.module p { margin: 0; font-size: .9rem; color: #a99e91; line-height: 1.62; }

/* ---------- Split sections ---------- */

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split--reverse .split__text { order: 2; }
.split h2 { font-size: clamp(1.6rem, 3.2vw, 2.3rem); line-height: 1.16; margin-bottom: 18px; }
.split p { color: var(--ink-soft); margin: 0 0 14px; }

.ticks { list-style: none; margin: 20px 0 0; padding: 0; }
.ticks li { position: relative; padding-left: 26px; margin-bottom: 10px; font-size: .95rem; }
.ticks li::before {
  content: "✓"; position: absolute; left: 0; top: -1px;
  color: var(--success); font-weight: 700;
}
.ticks--light li { color: #cdc4b7; }
.ticks--light li::before { color: var(--gold); }

/* ---------- Owner vs staff comparison ---------- */

.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.compare__col {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px; box-shadow: var(--shadow);
}
.compare__col--staff { background: #f6f2ec; }
.compare__label {
  font-size: .68rem; text-transform: uppercase; letter-spacing: .1em;
  color: var(--ink-faint); margin-bottom: 12px; font-weight: 700;
}
.mock-row {
  display: flex; justify-content: space-between; align-items: baseline; gap: 10px;
  padding: 9px 0; border-bottom: 1px dotted var(--line-strong); font-size: .84rem;
}
.mock-row:last-child { border-bottom: 0; }
.mock-row span { color: var(--ink-faint); }
.mock-row strong { font-variant-numeric: tabular-nums; }
.mock-row .is-danger { color: var(--danger); }
.mock-row em {
  font-style: normal; color: var(--ink-faint); background: repeating-linear-gradient(
    -45deg, #e7e0d5, #e7e0d5 3px, transparent 3px, transparent 7px);
  border-radius: 3px; padding: 1px 16px;
}

/* ---------- Steps ---------- */

.steps-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.step-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; box-shadow: var(--shadow);
}
.step-card__num {
  display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%;
  background: var(--accent); color: #fff; font-family: var(--serif); font-weight: 700;
  margin-bottom: 14px;
}
.step-card h3 { font-family: var(--serif); font-size: 1.12rem; margin-bottom: 8px; }
.step-card p { margin: 0; font-size: .93rem; color: var(--ink-soft); }

/* ---------- Devices ---------- */

.devices { display: flex; align-items: flex-end; justify-content: center; gap: 16px; }
.device {
  border: 2px solid var(--ink); border-radius: 12px; background: var(--card);
  display: grid; place-items: center; color: var(--ink-faint);
  font-size: .72rem; text-transform: uppercase; letter-spacing: .1em;
  box-shadow: var(--shadow);
}
.device--phone { width: 84px; height: 168px; border-radius: 14px; }
.device--tablet { width: 150px; height: 200px; }
.device--laptop { width: 250px; height: 158px; border-bottom-width: 8px; }

/* ---------- Plans ---------- */

.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 18px; align-items: stretch; }
.plan-card {
  position: relative; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius); padding: 28px 24px; display: flex; flex-direction: column; gap: 6px;
}
.plan-card--feature { background: #fff; color: var(--ink); border-color: var(--gold); }
.plan-card--feature h3, .plan-card--feature .plan-card__amount { color: var(--ink); }
.plan-card__ribbon {
  position: absolute; top: -12px; right: 18px; background: var(--gold); color: #221b0e;
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: 4px 12px; border-radius: 999px;
}
.plan-card__head h3 { font-family: var(--serif); font-size: 1.24rem; }
.plan-card__head p { margin: 2px 0 0; font-size: .84rem; color: #a99e91; }
.plan-card--feature .plan-card__head p { color: var(--ink-faint); }
.plan-card__price { margin: 16px 0 6px; }
.plan-card__amount { font-family: var(--serif); font-size: 2.5rem; line-height: 1; color: #fff; }
.plan-card__per { display: block; font-size: .82rem; color: #a99e91; margin-top: 6px; }
.plan-card--feature .plan-card__per { color: var(--ink-faint); }
.plan-card__save { font-size: .84rem; color: var(--success); font-weight: 600; margin: 0 0 14px; }
.plan-card .btn { margin-top: auto; }
.plan-card--list h3 { font-family: var(--serif); font-size: 1.05rem; margin-bottom: 6px; color: #fff; }
.plan-card--list .ticks { margin-top: 10px; }
.plan-card--list li { font-size: .88rem; margin-bottom: 8px; }

.fineprint { text-align: center; margin: 26px 0 0; font-size: .85rem; color: #a99e91; }

/* ---------- FAQ ---------- */

.faq { display: grid; gap: 10px; }
.faq__item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 20px;
}
.faq__item summary {
  cursor: pointer; font-weight: 600; font-size: 1rem; list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--accent); font-size: 1.3rem; line-height: 1; }
.faq__item[open] summary::after { content: "–"; }
.faq__item p { margin: 12px 0 0; color: var(--ink-soft); font-size: .95rem; }

/* ---------- Feature page blocks ---------- */

.page-hero {
  padding: 72px 0 56px; text-align: center;
  background: radial-gradient(900px 340px at 50% -10%, rgba(176, 141, 79, .16), transparent 65%);
  border-bottom: 1px solid var(--line);
}
.page-hero h1 { font-size: clamp(2rem, 4.4vw, 3rem); line-height: 1.08; margin-bottom: 16px; }
.page-hero .lede { margin-left: auto; margin-right: auto; }

.feature-block {
  display: grid; grid-template-columns: 1.35fr 1fr; gap: 48px; align-items: start;
  padding: 44px 0; border-bottom: 1px solid var(--line);
}
.feature-block:last-child { border-bottom: 0; }
.feature-block--alt .feature-block__text { order: 2; }
.feature-block h2 { font-size: clamp(1.45rem, 2.8vw, 2rem); line-height: 1.18; margin-bottom: 16px; }
.feature-block p { color: var(--ink-soft); margin: 0 0 14px; }
.feature-block__list {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; box-shadow: var(--shadow);
}
.feature-block__list .ticks { margin-top: 0; }
.feature-block__art {
  display: block; width: 100%; max-width: 150px; height: auto; margin: 0 auto 18px;
  background: #f6f1e7; border-radius: var(--radius); padding: 12px;
}

/* ---------- Numbered list & timeline ---------- */

.numbered { list-style: none; counter-reset: step; margin: 0; padding: 0; }
.numbered li { counter-increment: step; position: relative; padding-left: 56px; margin-bottom: 28px; }
.numbered li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center;
  background: var(--ink); color: var(--gold); font-family: var(--serif); font-weight: 700;
}
.numbered h3 { font-size: 1.05rem; margin-bottom: 5px; }
.numbered p { margin: 0; color: var(--ink-soft); font-size: .95rem; }
.numbered code { background: #ece5da; padding: 1px 7px; border-radius: 4px; font-size: .88em; }

.timeline-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.timeline-card {
  background: var(--card); border: 1px solid var(--line); border-left: 4px solid var(--success);
  border-radius: var(--radius); padding: 18px 20px;
}
.timeline-card--warn { border-left-color: var(--warning); }
.timeline-card--stop { border-left-color: var(--danger); }
.timeline-card__when { font-weight: 700; font-size: .88rem; margin-bottom: 6px; }
.timeline-card p { margin: 0; font-size: .9rem; color: var(--ink-soft); }
.note { margin-top: 24px; padding: 16px 20px; background: var(--success-soft); color: var(--success);
  border-radius: var(--radius); font-size: .92rem; }

/* ---------- Closer ---------- */

.closer { background: var(--accent); color: #fff; padding: 76px 0; text-align: center; }
.closer h2 { color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.5rem); margin-bottom: 12px; }
.closer p { color: rgba(255,255,255,.85); margin: 0 0 24px; }
.closer__alt { font-size: .9rem; margin: 18px 0 0; }
.closer__alt a { color: #fff; text-decoration: underline; }

/* ---------- Footer ---------- */

.site-foot { background: var(--ink); color: #a99e91; padding: 54px 0 26px; }
.site-foot__inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 44px; }
.site-foot__brand { display: flex; gap: 14px; align-items: flex-start; }
.site-foot__brand p { margin: 0; font-size: .88rem; line-height: 1.6; }
.site-foot__brand strong { color: #fff; font-family: var(--serif); font-size: 1.05rem; }
.site-foot__links { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 24px; }
.site-foot__links h4 {
  color: #fff; font-size: .74rem; text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 12px; font-family: var(--sans);
}
.site-foot__links a { display: block; color: #a99e91; font-size: .9rem; margin-bottom: 8px; text-decoration: none; }
.site-foot__links a:hover { color: var(--gold); }
.site-foot__base {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1);
  font-size: .8rem;
}

/* ---------- Legal pages ---------- */

.page-hero--legal { padding: 56px 0 36px; text-align: left; }
.legal-meta { color: var(--ink-faint); font-size: .88rem; margin: 0; }

.legal { font-size: .98rem; }
.legal h2 {
  font-size: 1.18rem; margin: 34px 0 10px; padding-top: 18px;
  border-top: 1px solid var(--line);
}
.legal h2:first-of-type { border-top: 0; padding-top: 0; margin-top: 0; }
.legal p { color: var(--ink-soft); margin: 0 0 12px; }
.legal ul { color: var(--ink-soft); margin: 0 0 14px; padding-left: 20px; }
.legal li { margin-bottom: 7px; }
.legal strong { color: var(--ink); }

.legal-flag {
  background: var(--warning-soft); border: 1px solid #eddcb4; color: #6f4d0c;
  border-radius: var(--radius); padding: 14px 18px; margin-bottom: 30px; font-size: .9rem;
}

.legal-table { width: 100%; border-collapse: collapse; margin: 0 0 16px; font-size: .92rem; }
.legal-table th {
  text-align: left; vertical-align: top; width: 34%; padding: 10px 14px 10px 0;
  border-bottom: 1px solid var(--line); font-weight: 600;
}
.legal-table td { padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--ink-soft); }

.site-foot__legal a { display: inline; color: #a99e91; }
.site-foot__legal a:hover { color: var(--gold); }

/* ---------- Responsive ---------- */

@media (max-width: 1000px) {
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .swatches { grid-template-columns: repeat(3, 1fr); }
  .hero__rail { position: static; margin-bottom: 18px; justify-content: flex-start; }
  .rail__piece { width: 86px; }
  .hero__inner, .split, .feature-block, .site-foot__inner { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .split__text, .feature-block--alt .feature-block__text { order: 0; }
  .mock { transform: none; }
  .strip__inner { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 760px) {
  .site { font-size: 16px; }
  .site-nav { display: none; }
  .site-head__inner { height: 60px; gap: 12px; }
  .site-head__actions { margin-left: auto; }
  .section { padding: 56px 0; }
  .hero { padding: 48px 0 56px; }
  .hero__cta .btn { flex: 1; justify-content: center; }
  .compare { grid-template-columns: 1fr; }
  .devices { flex-wrap: wrap; }
  .site-wrap { padding: 0 16px; }
  .closer { padding: 56px 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .piece img { height: 150px; }
  .swatches { grid-template-columns: repeat(3, 1fr); }
  .legal-table th, .legal-table td { display: block; width: auto; padding: 6px 0; border: 0; }
  .legal-table tr { display: block; padding: 10px 0; border-bottom: 1px solid var(--line); }
}
