/* ── Terms, Conditions & Privacy page ── */
.m-terms {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 64px 96px;
}
.m-terms__meta {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 20px 0 0;
}
.m-terms__h1 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.15;
  color: var(--burgundy);
  margin: 56px 0 20px;
  padding-top: 28px;
  border-top: 1px solid var(--rule);
  display: flex;
  gap: 16px;
  align-items: baseline;
}
.m-terms__h1:first-of-type { margin-top: 8px; }
.m-terms__h1-num {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0;
  color: var(--burgundy);
  flex: none;
  min-width: 40px;
}
.m-terms__h2 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--ink);
  margin: 32px 0 12px;
}
.m-terms__p {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 16px;
  max-width: 68ch;
  text-align: justify;
  hyphens: none;
  -webkit-hyphens: none;
}
.m-terms__ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  max-width: 68ch;
}
.m-terms__li {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
  margin: 0 0 10px;
  padding-left: 22px;
  position: relative;
}
.m-terms__li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--gold-deep);
}
.m-terms__li-lead {
  font-weight: 600;
  color: var(--ink);
}
.m-terms__contact {
  font-family: var(--sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.9;
  color: var(--ink);
  margin: 8px 0 0;
}
.m-terms__contact strong { font-weight: 600; }

@media (max-width: 640px) {
  .m-terms { padding: 24px 28px 64px; }
  .m-terms__h1 { font-size: 25px; }
}
