/* ============================================================
   Legal Pages (privacy.html / legal.html) — Styles
   Palette: Vela Chroma に揃えたオフホワイト × インク
   ============================================================ */

:root {
  --ed-bg:        #F5F1EC;
  --ed-bg-alt:    #EDE8E0;
  --ed-navy:      #1E2C3A;
  --ed-navy-dark: #111C26;
  --ed-navy-mid:  #2D4057;
  --ed-orange:    #D4682A;
  --ed-orange-lt: #E8864E;
  --ed-beige:     #D8CEBC;
  --ed-beige-lt:  #EDE8E0;
  --ed-ink:       #1A1714;
  --ed-ink-soft:  #3D3830;
  --ed-ink-muted: #8A7E72;
  --ed-white:     #FDFAF6;
  --ed-border:    rgba(17, 17, 17, 0.1);
  --ed-accent:    #D4682A;

  --font-serif: 'Shippori Mincho', serif;
  --font-sans:  'Inter', sans-serif;
  --nav-h: 72px;
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body.legal-body {
  background: var(--ed-bg);
  color: var(--ed-ink);
  font-family: var(--font-sans);
  line-height: 1.7;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   NAV
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(245,241,236,0.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26,23,20,0.07);
  transition: box-shadow var(--transition);
}
.legal-nav-inner {
  max-width: 860px; margin: 0 auto; padding: 0 40px;
  height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
@media (max-width: 640px) { .legal-nav-inner { padding: 0 20px; } }

.legal-nav-logo { text-decoration: none; display: flex; align-items: center; }
.legal-logo-img {
  height: 40px; width: auto;
  mix-blend-mode: multiply;
}

.legal-nav-links {
  display: flex; gap: 28px;
}
.legal-nav-links a {
  font-size: 12px; font-weight: 500;
  color: var(--ed-ink-muted); text-decoration: none;
  letter-spacing: 0.04em; transition: color 0.2s;
}
.legal-nav-links a:hover { color: var(--ed-ink); }
@media (max-width: 560px) { .legal-nav-links { display: none; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   MAIN CONTAINER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal-main {
  padding: 80px 0 160px;
}
.legal-container {
  max-width: 860px; margin: 0 auto; padding: 0 40px;
}
@media (max-width: 640px) { .legal-container { padding: 0 20px; } }

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   HEADER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal-header {
  padding-bottom: 48px;
  border-bottom: 1px solid var(--ed-border);
  margin-bottom: 64px;
}
.legal-eyebrow {
  font-size: 10px; font-weight: 700; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--ed-accent);
  margin-bottom: 16px;
}
.legal-title {
  font-family: var(--font-serif);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700; line-height: 1.2;
  color: var(--ed-ink); margin-bottom: 16px;
  letter-spacing: -0.01em;
}
.legal-meta {
  font-size: 12px; color: var(--ed-ink-muted);
  letter-spacing: 0.06em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   BODY TEXT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal-lead {
  font-size: 15px; line-height: 1.95;
  color: var(--ed-ink-soft);
  margin-bottom: 56px;
  padding-left: 20px;
  border-left: 3px solid var(--ed-accent);
}

.legal-section {
  margin-bottom: 56px;
}
.legal-section h2 {
  font-family: var(--font-serif);
  font-size: 18px; font-weight: 700;
  color: var(--ed-ink);
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--ed-border);
}
.legal-section p {
  font-size: 14px; line-height: 1.95;
  color: var(--ed-ink-soft); margin-bottom: 12px;
}
.legal-section ul {
  list-style: none;
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 12px;
}
.legal-section ul li {
  font-size: 14px; line-height: 1.85;
  color: var(--ed-ink-soft);
  padding-left: 20px; position: relative;
}
.legal-section ul li::before {
  content: '—';
  position: absolute; left: 0;
  color: var(--ed-accent); font-size: 12px;
}

/* テーブル */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-top: 8px;
}
.legal-table th,
.legal-table td {
  padding: 16px 20px;
  border: 1px solid var(--ed-border);
  vertical-align: top;
  line-height: 1.85;
}
.legal-table th {
  width: 30%;
  font-weight: 600;
  color: var(--ed-ink);
  background: var(--ed-bg-alt);
  white-space: nowrap;
}
.legal-table td {
  color: var(--ed-ink-soft);
}
.legal-table a {
  color: var(--ed-ink); text-decoration: underline;
  text-underline-offset: 3px; transition: opacity 0.2s;
}
.legal-table a:hover { opacity: 0.65; }

@media (max-width: 600px) {
  .legal-table,
  .legal-table tbody,
  .legal-table tr,
  .legal-table th,
  .legal-table td {
    display: block; width: 100%;
  }
  .legal-table th {
    background: var(--ed-bg-alt);
    border-bottom: none;
    padding-bottom: 8px;
  }
  .legal-table td {
    border-top: none;
    padding-top: 8px;
    margin-bottom: 4px;
  }
}

/* 注釈 */
.legal-note {
  display: block; margin-top: 6px;
  font-size: 12px; color: var(--ed-ink-muted);
}

/* 連絡先リンク */
.legal-contact-info {
  margin-top: 16px !important;
  font-size: 15px !important;
  font-weight: 600;
}
.legal-contact-info a {
  color: var(--ed-ink); text-decoration: underline;
  text-underline-offset: 3px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
   FOOTER
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.legal-footer {
  background: var(--ed-ink);
  padding: 48px 0;
}
.legal-footer .legal-container {
  display: flex; flex-direction: column;
  align-items: center; gap: 24px; text-align: center;
}
.legal-footer-links {
  display: flex; flex-wrap: wrap;
  gap: 8px 28px; justify-content: center;
}
.legal-footer-links a {
  font-size: 12px; color: rgba(255,255,255,0.5);
  text-decoration: none; transition: color 0.2s;
  letter-spacing: 0.04em;
}
.legal-footer-links a:hover,
.legal-footer-links a[aria-current="page"] { color: rgba(255,255,255,0.9); }
.legal-footer-copy {
  font-size: 11px; color: rgba(255,255,255,0.28);
  letter-spacing: 0.06em;
}
