  /* ── PAGE HERO ── */
  .page-hero {
    background: linear-gradient(150deg, var(--warm-cream) 0%, var(--light-sage) 100%);
    padding: 7rem 2rem 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .page-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -10%;
    width: 50vw;
    height: 50vw;
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    background: radial-gradient(circle, rgba(107,123,76,0.07) 0%, transparent 70%);
  }
  .page-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-olive);
    margin-bottom: 1.2rem;
    position: relative;
    z-index: 1;
  }
  .page-hero-label::before {
    content: '';
    width: 18px;
    height: 1.5px;
    background: var(--accent-olive);
  }
  .page-hero h1 {
    font-family: 'DM Serif Display', serif;
    font-size: clamp(2.2rem, 4.5vw, 3rem);
    font-weight: 400;
    color: var(--deep-brown);
    position: relative;
    z-index: 1;
    line-height: 1.15;
  }
  .page-hero-sub {
    font-size: 0.92rem;
    color: var(--medium-brown);
    font-weight: 300;
    margin-top: 0.7rem;
    position: relative;
    z-index: 1;
    letter-spacing: 0.02em;
  }

  /* ── WAVE ── */
  .wave-divider { width: 100%; overflow: hidden; line-height: 0; margin-top: -1px; }
  .wave-divider svg { display: block; width: 100%; height: auto; }

  /* ── TOC ── */
  .toc {
    background: var(--warm-cream);
    border-radius: 16px;
    padding: 1.8rem 2rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0,0,0,0.05);
  }
  .toc h3 {
    font-family: 'DM Serif Display', serif;
    font-size: 0.95rem;
    font-weight: 400;
    color: var(--deep-brown);
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
  }
  .toc ol {
    margin-left: 1.2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem 2rem;
  }
  .toc li {
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--medium-brown);
  }
  .toc a {
    color: var(--medium-brown);
    text-decoration: none;
    transition: color 0.2s;
  }
  .toc a:hover { color: var(--accent-olive); }

  /* ── LEGAL CONTENT ── */
  .legal-page {
    max-width: 820px;
    margin: 0 auto;
    padding: 4rem 2rem 7rem;
  }
  .legal-page h2 {
    font-family: 'DM Serif Display', serif;
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 3rem;
    margin-bottom: 1rem;
    color: var(--deep-brown);
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    gap: 0.8rem;
    scroll-margin-top: 80px;
  }
  .legal-page h2::before {
    content: '';
    width: 4px;
    height: 1.2rem;
    background: var(--accent-olive);
    border-radius: 2px;
    flex-shrink: 0;
  }
  .legal-page h3 {
    font-size: 0.95rem;
    font-weight: 600;
    margin-top: 1.6rem;
    margin-bottom: 0.4rem;
    color: var(--deep-brown);
    letter-spacing: 0.01em;
  }
  .legal-page p {
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--medium-brown);
    font-weight: 300;
    margin-bottom: 0.9rem;
  }
  .legal-page strong {
    font-weight: 500;
    color: var(--deep-brown);
  }
  .legal-page ul, .legal-page ol {
    margin-left: 1.4rem;
    margin-bottom: 1rem;
  }
  .legal-page li {
    font-size: 0.95rem;
    line-height: 1.75;
    color: var(--medium-brown);
    font-weight: 300;
    margin-bottom: 0.35rem;
  }
  .legal-page a {
    color: var(--accent-olive);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid rgba(107,123,76,0.25);
    transition: border-color 0.3s, color 0.3s;
  }
  .legal-page a:hover {
    color: var(--accent-olive-light);
    border-color: var(--accent-olive-light);
  }

  /* Address block */
  .legal-address {
    background: var(--warm-cream);
    border-radius: 16px;
    padding: 1.6rem 2rem;
    margin: 1.2rem 0;
    border: 1px solid rgba(0,0,0,0.05);
  }
  .legal-address p { margin-bottom: 0.25rem; font-size: 0.95rem; }
  .legal-address p:last-child { margin-bottom: 0; }

  /* Info callout */
  .legal-info {
    background: var(--light-sage);
    border-left: 3px solid var(--accent-olive);
    padding: 1.2rem 1.6rem;
    border-radius: 0 12px 12px 0;
    margin: 1.5rem 0;
  }
  .legal-info p { font-size: 0.88rem; margin-bottom: 0; }

  /* Rights table */
  .rights-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.6rem 1.5rem;
    margin: 1rem 0 1.5rem;
    font-size: 0.92rem;
  }
  .rights-grid .art {
    font-weight: 500;
    color: var(--accent-olive);
    white-space: nowrap;
    font-size: 0.82rem;
    padding-top: 0.1rem;
  }
  .rights-grid .desc {
    color: var(--medium-brown);
    font-weight: 300;
    line-height: 1.6;
  }

  /* Stand / date */
  .legal-stand {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,0.07);
    font-size: 0.82rem;
    color: var(--warm-gray);
    font-weight: 400;
    letter-spacing: 0.04em;
  }

  @media (max-width: 700px) {
    .toc ol { grid-template-columns: 1fr; }
  }
  @media (max-width: 600px) {
    .nav { padding: 1rem 1.5rem; }
    .nav-links { display: none; }
    .nav-toggle { display: flex; }
    .page-hero { padding: 3.5rem 1.5rem 3rem; }
    .legal-page { padding: 2.5rem 1.5rem 5rem; }
    .footer { padding: 3rem 1.5rem 2rem; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
    .footer-contact-item { justify-content: center; }
    .footer-bottom { flex-direction: column; text-align: center; }
    .footer-bottom-links { justify-content: center; }
    .footer-social { justify-content: center; }
  }
