.legal-page { background: #f4efe7; color: #201d19; }
.legal-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(7rem, 13vw, 11rem) 0 6rem; }
.legal-hero { max-width: 800px; margin-bottom: 4rem; }
.legal-kicker { margin: 0 0 1rem; font: 700 .72rem/1.2 Arial, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.legal-hero h1 { margin: 0 0 1rem; font: 500 clamp(2.75rem, 7vw, 6rem)/.98 var(--serif); letter-spacing: -.04em; }
.legal-hero > p:last-child { color: #6c6256; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.legal-index { position: sticky; top: 7rem; display: grid; border-top: 1px solid #cfc5b8; }
.legal-index a { padding: .72rem 0; border-bottom: 1px solid #d9d0c4; color: inherit; text-decoration: none; font-size: .9rem; }
.legal-index a[aria-current="page"] { font-weight: 700; }
.legal-content { font-size: 1rem; line-height: 1.72; }
.legal-content h2 { margin: 2.6rem 0 .8rem; font: 500 clamp(1.5rem, 3vw, 2.1rem)/1.15 var(--serif); }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin: 1.9rem 0 .6rem; font: 500 clamp(1.15rem, 2.2vw, 1.45rem)/1.2 var(--serif); }
.legal-content a { color: inherit; text-underline-offset: .2em; }
.legal-content li + li { margin-top: .5rem; }
.legal-content ol, .legal-content ul { padding-inline-start: 1.4rem; }
.legal-facts { margin: 0; border-top: 1px solid #cfc5b8; }
.legal-facts div { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: .85rem 0; border-bottom: 1px solid #d9d0c4; }
.legal-facts dt { color: #6c6256; }
.legal-facts dd { margin: 0; }
.legal-form-sample { padding: 1.2rem 1.4rem; border: 1px solid #cfc5b8; background: #faf7f2; }
.text-button { appearance: none; border: 0; border-bottom: 1px solid currentColor; padding: .2rem 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }

.site-footer__inner { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(2.5rem, 5vw, 4.5rem); }
.site-footer__columns { min-width: 0; display: grid; grid-template-columns: minmax(250px, 1.2fr) repeat(3, minmax(170px, 1fr)); column-gap: clamp(2rem, 4vw, 4.5rem); row-gap: 2.5rem; width: 100%; }
.site-footer__columns > .site-footer__brand { min-width: 250px; }
.site-footer__group { min-width: 0; display: grid; align-content: start; gap: .55rem; }
.site-footer__group strong { margin-bottom: .4rem; font: 700 .7rem/1.2 Arial, sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__group a, .site-footer__group button { max-width: 100%; justify-self: start; color: inherit; font-size: .86rem; line-height: 1.45; overflow-wrap: normal; word-break: normal; }
.site-footer__group a:focus-visible, .site-footer__group button:focus-visible { outline: 3px solid color-mix(in srgb, var(--concept-brand, #0c596c) 45%, transparent); outline-offset: 3px; }
.site-footer__meta { min-width: 0; display: grid; grid-template-columns: auto minmax(220px, 1fr) auto; gap: 1rem 2rem; align-items: center; width: 100%; padding-top: 2rem; border-top: 1px solid rgba(32,29,25,.2); }
.site-footer__meta > small { min-width: 0; line-height: 1.5; }
.site-footer__copy { grid-column: auto; padding-top: 0; border-top: 0; }
.site-footer__payment { display: block; width: auto; max-width: 100%; height: 32px; object-fit: contain; }
[dir="rtl"] .site-footer__columns, [dir="rtl"] .site-footer__meta { direction: rtl; }
[dir="rtl"] .site-footer__group { text-align: start; }

.cookie-banner { position: fixed; z-index: 1000; inset: auto 1rem 1rem; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: center; max-width: 1180px; margin: auto; padding: 1.2rem; color: #201d19; background: #f8f4ed; border: 1px solid #b9afa1; box-shadow: 0 18px 55px rgba(0,0,0,.2); }
.cookie-banner[hidden], .cookie-modal[hidden] { display: none !important; }
.cookie-banner strong { font: 500 1.25rem/1.2 var(--serif); }
.cookie-banner p { max-width: 700px; margin: .45rem 0 0; font-size: .85rem; line-height: 1.5; }
.cookie-banner__actions { display: flex; flex-wrap: wrap; gap: .65rem; align-items: center; }
.cookie-banner .button, .cookie-modal .button { min-height: 42px; padding: .72rem 1rem; border: 1px solid #201d19; border-radius: 0; cursor: pointer; font: 700 .72rem/1 Arial, sans-serif; }
.button--dark { color: #fff; background: #201d19; }
.button--outline { color: #201d19; background: transparent; }
.cookie-modal { position: fixed; z-index: 1010; inset: 0; display: grid; place-items: center; padding: 1rem; }
.cookie-modal__backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(20,18,15,.62); cursor: default; }
.cookie-modal__panel { position: relative; width: min(560px, 100%); max-height: calc(100vh - 2rem); overflow: auto; padding: clamp(1.3rem, 4vw, 2.25rem); color: #201d19; background: #f8f4ed; box-shadow: 0 25px 80px rgba(0,0,0,.28); }
.cookie-modal__panel h2 { margin: 0; font: 500 2rem/1.1 var(--serif); }
.cookie-modal__close { position: absolute; inset: .7rem .7rem auto auto; width: 40px; height: 40px; border: 0; background: transparent; font-size: 1.8rem; cursor: pointer; }
[dir="rtl"] .cookie-modal__close { inset: .7rem auto auto .7rem; }
.cookie-choice { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: 1rem 0; border-top: 1px solid #d4cabd; }
.cookie-choice p, .cookie-choice small { display: block; margin: .25rem 0 0; color: #6c6256; font-size: .82rem; line-height: 1.4; }
.cookie-choice input { width: 21px; height: 21px; accent-color: #201d19; }
.cookie-modal__actions { margin: 1rem 0; }
body.cookie-modal-open { overflow: hidden; }
@media (max-width: 1199px) {
  .site-footer__columns { grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: clamp(2rem, 6vw, 4.5rem); }
  .site-footer__columns > .site-footer__brand { min-width: 0; grid-column: 1 / -1; }
  .site-footer__meta { grid-template-columns: minmax(0, 1fr) auto; align-items: end; }
  .site-footer__meta > small { grid-column: 1; }
  .site-footer__payment { grid-column: 2; grid-row: 1 / span 2; height: 30px; }
}
@media (max-width: 800px) { /* Stacked, the 11-item index pushed the document itself off screen: tapping a link changed the page, but the reader still saw the same list and nothing appeared to have happened. The document comes first on narrow screens; the index follows it, and the site footer already carries the same links. */ .legal-layout { grid-template-columns: 1fr; } .legal-content { order: 1; } .legal-index { position: static; order: 2; margin-top: 3rem; } .cookie-banner { grid-template-columns: 1fr; } }
@media (max-width: 767px) {
  .site-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: clamp(1.5rem, 8vw, 3rem); }
  .site-footer__meta { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .site-footer__meta > small:nth-child(2) { grid-row: 1; }
  .site-footer__copy { grid-row: 2; }
  .site-footer__payment { grid-column: 1; grid-row: 3; width: auto; max-width: 100%; height: 28px; margin-top: .35rem; }
}
@media (max-width: 560px) {
  .site-footer__columns { grid-template-columns: minmax(0, 1fr); }
  .site-footer__columns > .site-footer__brand { grid-column: 1; }
}
@media (max-width: 390px) { .site-footer__payment { width: 100%; height: auto; } }
@media (max-width: 520px) { .legal-shell { width: min(100% - 28px, 1180px); } .legal-facts div { grid-template-columns: 1fr; gap: .2rem; } .cookie-banner__actions .button { width: 100%; } }
