/* Legal page styles — overlays on style.css */

.legal-page {
  background: var(--paper);
}

.legal-main {
  padding: 152px 0 96px;
  background: var(--paper);
}

.legal-container {
  max-width: 820px;
}

.legal-title {
  font-family: 'Cormorant Garamond', 'Shippori Mincho B1', serif;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 50px);
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: var(--navy);
  margin: 0 0 12px;
}

.legal-meta {
  font-size: 12.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
  margin: 0 0 64px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.legal-section {
  margin-bottom: 48px;
}

.legal-section h2 {
  font-family: 'Cormorant Garamond', 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 0.01em;
  color: var(--navy);
  margin: 0 0 18px;
  line-height: 1.4;
}

.legal-section p {
  font-size: 15.5px;
  line-height: 1.95;
  color: var(--ink-soft);
  margin: 0 0 1.2em;
}

.legal-section p:last-child { margin-bottom: 0; }

.legal-section a {
  color: var(--navy);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 1px;
}

.legal-section strong { color: var(--navy); font-weight: 600; }

.legal-list {
  margin: 0 0 1.2em;
  padding: 0 0 0 22px;
  list-style: none;
}

.legal-list li {
  position: relative;
  font-size: 15.5px;
  line-height: 1.9;
  color: var(--ink-soft);
  margin-bottom: 12px;
}

.legal-list li::before {
  content: "—";
  position: absolute;
  left: -22px;
  color: var(--gold);
  font-weight: 500;
}

/* Definition table for 特定商取引法に基づく表記 */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 0 16px;
}
.legal-table th,
.legal-table td {
  text-align: left;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  line-height: 1.85;
}
.legal-table th {
  width: 32%;
  font-weight: 600;
  color: var(--navy);
  background: var(--ivory);
}
.legal-table td { color: var(--ink-soft); }
.legal-table tr:first-child th,
.legal-table tr:first-child td { border-top: 1px solid var(--line); }
.legal-table a { color: var(--navy); border-bottom: 1px solid var(--gold); padding-bottom: 1px; }

.legal-note {
  font-size: 13px;
  line-height: 1.8;
  color: var(--ink-mute);
  background: var(--ivory);
  border-left: 2px solid var(--gold);
  padding: 16px 20px;
  margin: 0 0 1.2em;
}

.legal-back {
  margin-top: 72px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  font-size: 14px;
  letter-spacing: 0.08em;
}

.legal-back a {
  color: var(--ink-soft);
  border: none;
  padding: 0;
}

.legal-back a:hover {
  color: var(--gold-deep);
  opacity: 1;
}

@media (max-width: 720px) {
  .legal-main { padding: 120px 0 72px; }
  .legal-section { margin-bottom: 36px; }
  .legal-table th { width: 38%; padding: 16px 12px 16px 14px; }
  .legal-table td { padding: 16px 12px 16px 14px; }
}
