body > .language-switch + .nav.rights-header {
  position: sticky;
  top: 0;
  inset: auto;
  background: rgba(7, 7, 7, .96);
}

.rights-header .nav-inner {
  min-height: 86px;
  height: auto;
  padding-block: 9px;
}

.rights-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.rights-header-actions .btn {
  min-height: 44px;
  padding: 11px 18px;
  font-size: .88rem;
}

.rights-hero {
  padding: 120px 0 82px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .55)),
    url('../images/shop-mirai.webp') center 58% / cover;
}

.rights-hero .section-copy {
  max-width: 820px;
}

.rights-updated {
  margin: 24px 0 0;
  color: #d9c799;
  font-size: .9rem;
}

.rights-jump {
  border-block: 1px solid var(--line);
  background: #0c0c0c;
}

.rights-jump .container {
  display: flex;
  align-items: center;
  gap: 7px;
  padding-block: 13px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.rights-jump a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid #3b3222;
  border-radius: 999px;
  color: #d8d0c1;
  font-size: .84rem;
}

.rights-jump a:hover,
.rights-jump a:focus-visible {
  border-color: var(--gold);
  color: var(--gold2);
}

.rights-intro {
  padding-top: 72px;
}

.rights-notice,
.rights-distinction,
.rights-note {
  max-width: 1040px;
  margin: 0 0 32px;
  padding: 22px 24px;
  border: 1px solid #504324;
  border-left: 4px solid var(--gold);
  border-radius: 0 18px 18px 0;
  background: #17140e;
}

.rights-notice strong,
.rights-distinction strong {
  display: block;
  color: var(--gold2);
  font-size: 1.05rem;
}

.rights-notice p,
.rights-distinction p,
.rights-note p {
  margin: 8px 0 0;
  color: #d0c7b5;
}

.rights-notice-gold {
  margin-top: 28px;
  max-width: none;
  background: linear-gradient(110deg, #211907, #12100d);
}

.rights-grid {
  display: grid;
  gap: 22px;
}

.rights-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rights-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rights-panel,
.rights-card {
  min-width: 0;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(145deg, #161616, #0d0d0d);
  box-shadow: var(--shadow);
}

.rights-panel h2,
.rights-panel h3,
.rights-card h3,
.rights-note h3 {
  margin: 10px 0 14px;
  line-height: 1.25;
}

.rights-panel h2 {
  font: 2rem/1.18 Georgia, serif;
}

.rights-panel p,
.rights-card p,
.rights-note p {
  color: #c9c2b6;
}

.rights-panel.compact {
  padding: 25px;
}

.rights-checklist {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.rights-checklist li {
  position: relative;
  padding-left: 27px;
  color: #cec7bb;
}

.rights-checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold2);
  font-weight: 900;
}

.rights-band {
  background: #0d0d0d;
  border-block: 1px solid rgba(255, 255, 255, .04);
}

.rights-number {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #725c2d;
  border-radius: 50%;
  color: var(--gold2);
  font: 1.05rem Georgia, serif;
}

.rights-note {
  max-width: none;
  margin: 28px 0 0;
}

.rights-fineprint {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid #332d22;
  color: #aaa294;
  font-size: .88rem;
  line-height: 1.65;
}

.rights-subtitle {
  margin: 38px 0 18px;
  color: #f2e8d3;
  font: 1.55rem/1.2 Georgia, serif;
}

.deadline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.deadline-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid #4c4027;
  border-radius: 18px;
  background: linear-gradient(145deg, #18150f, #0d0d0d);
}

.deadline-card strong {
  display: block;
  margin-bottom: 9px;
  color: var(--gold2);
  font: 1.55rem/1 Georgia, serif;
}

.deadline-card p {
  margin: 0;
  color: #c6bfb2;
  font-size: .92rem;
  line-height: 1.6;
}

.rights-table-wrap {
  margin-top: 32px;
  overflow-x: auto;
  border: 1px solid #3f3625;
  border-radius: 20px;
  background: #111;
}

.rights-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  text-align: left;
}

.rights-table th,
.rights-table td {
  padding: 19px 22px;
  border-bottom: 1px solid #332d22;
  vertical-align: top;
}

.rights-table thead th {
  color: #111;
  background: linear-gradient(135deg, #a87914, var(--gold2));
  font-size: .9rem;
}

.rights-table tbody th {
  width: 32%;
  color: #f0d88e;
}

.rights-table td {
  color: #ccc5b9;
}

.rights-table tr:last-child th,
.rights-table tr:last-child td {
  border-bottom: 0;
}

.rights-followup {
  margin-top: 24px;
}

.rights-distinction {
  max-width: none;
  margin-bottom: 34px;
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 36px;
}

.term-grid article {
  min-width: 0;
  padding: 20px;
  border: 1px solid #3e3627;
  border-radius: 16px;
  background: #12110f;
}

.term-grid strong {
  color: var(--gold2);
}

.term-grid p {
  margin: 8px 0 0;
  color: #bdb5a7;
  font-size: .9rem;
  line-height: 1.6;
}

.lien-timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lien-timeline li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  position: relative;
  padding-bottom: 28px;
}

.lien-timeline li::before {
  content: "";
  position: absolute;
  top: 47px;
  bottom: 0;
  left: 23px;
  width: 1px;
  background: #64512b;
}

.lien-timeline li:last-child::before {
  display: none;
}

.lien-timeline li > span {
  display: grid;
  place-items: center;
  width: 47px;
  height: 47px;
  border: 1px solid #80662d;
  border-radius: 50%;
  color: #15110a;
  background: var(--gold2);
  font-weight: 900;
}

.lien-timeline h3 {
  margin: 7px 0 7px;
  font-size: 1.2rem;
}

.lien-timeline p {
  max-width: 920px;
  margin: 0;
  color: #c6bfb2;
}

.value-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.value-process-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #594824;
  border-radius: 20px;
  background: linear-gradient(145deg, #19160e, #0d0d0d);
}

.value-badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 6px 10px;
  border: 1px solid #80662d;
  border-radius: 999px;
  color: var(--gold2);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.value-process-card h3 {
  margin: 0 0 15px;
  font-size: 1.2rem;
}

.value-process-card ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 20px;
  color: #c6bfb2;
}

.value-process-card li::marker {
  color: var(--gold2);
}

.inline-source {
  display: inline-flex;
  margin-top: 18px;
  color: var(--gold2);
  font-size: .88rem;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(229, 193, 91, .45);
  text-underline-offset: 3px;
}

.inline-source:hover,
.inline-source:focus-visible {
  color: #fff0b5;
}

.rights-routing-table {
  min-width: 900px;
}

.rights-routing-table tbody th {
  width: 28%;
}

.rights-routing-table td:last-child {
  width: 27%;
}

.rights-routing-table a {
  color: var(--gold2);
  text-decoration: underline;
  text-decoration-color: rgba(229, 193, 91, .45);
  text-underline-offset: 3px;
}

.rights-routing-table a:hover,
.rights-routing-table a:focus-visible {
  color: #fff0b5;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.source-grid a {
  display: grid;
  gap: 8px;
  min-height: 155px;
  padding: 23px;
  border: 1px solid #473b24;
  border-radius: 18px;
  background: #15130f;
  transition: transform .2s, border-color .2s;
}

.source-grid .source-action {
  align-self: end;
  color: var(--gold2);
  font-size: .82rem;
  font-weight: 800;
}

.source-grid a:hover {
  transform: translateY(-3px);
  border-color: var(--gold);
}

.source-grid a:focus-visible {
  outline: 3px solid var(--gold2);
  outline-offset: 3px;
}

.source-grid span {
  color: #bfb7a8;
  font-size: .93rem;
}

.rights-cta {
  margin-top: 42px;
}

.rights-cta h2 {
  margin: 8px 0;
  font: clamp(1.8rem, 4vw, 3rem)/1.1 Georgia, serif;
}

.rights-cta p {
  max-width: 680px;
  color: #c9c0af;
}

.rights-home {
  background:
    radial-gradient(circle at 85% 15%, rgba(214, 170, 54, .13), transparent 30%),
    #0b0b0b;
  border-block: 1px solid rgba(214, 170, 54, .18);
}

.rights-home .rights-card {
  min-height: 220px;
}

.rights-home .hero-actions {
  margin-top: 28px;
}

@media (max-width: 1100px) {
  .deadline-grid,
  .term-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .rights-header-actions .btn-outline {
    display: none;
  }

  .rights-grid-two,
  .rights-grid-three,
  .deadline-grid,
  .term-grid,
  .value-process-grid,
  .source-grid {
    grid-template-columns: 1fr;
  }

  .rights-panel,
  .rights-card {
    padding: 25px;
  }
}

@media (max-width: 620px) {
  .rights-header .nav-inner {
    min-height: 76px;
    gap: 10px;
  }

  .rights-header .brand img {
    width: 136px;
  }

  .rights-header-actions .btn {
    padding: 10px 13px;
    font-size: .8rem;
  }

  .rights-hero {
    padding: 88px 0 64px;
  }

  .rights-jump .container {
    width: 100%;
    padding-inline: 18px;
  }

  .rights-notice,
  .rights-distinction,
  .rights-note {
    padding: 19px;
  }

  .rights-table th,
  .rights-table td {
    padding: 16px;
  }

  .lien-timeline li {
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 13px;
  }

  .lien-timeline li > span {
    width: 39px;
    height: 39px;
  }

  .lien-timeline li::before {
    top: 39px;
    left: 19px;
  }

  .source-grid a {
    min-height: 135px;
  }
}
