/* Privacy — the enquiry form notice, the footer link and the policy page. */
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.privacy-note { max-width: 390px; margin-bottom: 22px; color: #656a60; font-size: .75rem; line-height: 1.6; }
.privacy-note a, .policy a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.privacy-note a:hover, .policy a:hover, .footer-legal-link:hover { color: var(--ink); }
:is(.privacy-note a, .policy a, .footer-legal-link):focus-visible { outline-offset: 3px; }
.footer-legal-link:hover { text-decoration: underline; text-underline-offset: 4px; }

button.footer-legal-link { padding: 0; border: 0; background: none; color: inherit; font: inherit; cursor: pointer; }

.consent { position: fixed; z-index: 60; right: 24px; bottom: 24px; width: min(400px, calc(100% - 48px)); padding: 22px 24px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 16px 44px #2427221f; outline: none; opacity: 0; transform: translateY(12px); transition: opacity .35s, transform .35s; }
.consent.is-visible { opacity: 1; transform: none; }
.consent p { color: #4f544a; font-size: .8125rem; line-height: 1.65; }
.consent p a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; white-space: nowrap; }
.consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 18px; }
.consent-actions button { min-height: 44px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: .8125rem; cursor: pointer; transition: background .25s, color .25s; }
.consent-actions button:hover { background: var(--ink); color: #fff; }
:is(.consent a, .consent button):focus-visible { outline-offset: 3px; }

.policy-cookies { width: 100%; margin-top: 26px; border-collapse: collapse; border-top: 1px solid var(--line); }
.policy-cookies caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.policy-cookies th, .policy-cookies td { padding: 14px 20px 14px 0; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; color: #4f544a; font-size: .875rem; font-weight: 400; line-height: 1.65; }
.policy-cookies thead th { color: var(--quiet); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.policy-cookies tbody th { color: var(--ink); white-space: nowrap; }
.policy-cookies td:last-child { padding-right: 0; white-space: nowrap; }
.policy-cookies + p { margin-top: 22px; }

.policy { padding-block: 96px 112px; }
.policy-head { max-width: 760px; padding-bottom: 44px; border-bottom: 1px solid var(--line); }
.policy-head h1 { margin-top: 26px; font-size: clamp(3.25rem, 4.8vw, 4.8rem); line-height: 1.12; letter-spacing: -.025em; }
.policy-head .policy-updated { margin-top: 22px; color: var(--quiet); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.policy-body { max-width: 720px; margin-top: 44px; }
.policy-body h2 { margin: 56px 0 18px; font-size: 1.875rem; line-height: 1.3; letter-spacing: -.01em; }
.policy-body p, .policy-body li { color: #4f544a; font-size: 1rem; line-height: 1.8; }
.policy-body p + p, .policy-body ul + p, .policy-body p + ul { margin-top: 18px; }
.policy-body ul { margin: 0; padding-left: 1.25em; }
.policy-body li + li { margin-top: 10px; }
.policy-body li::marker { color: #9aa090; }
.policy-body strong { color: var(--ink); font-weight: 400; }
.policy-body .policy-lead { color: var(--ink); font-size: 1.125rem; line-height: 1.7; }
.policy-back { margin-top: 56px; }
@media (prefers-reduced-motion: reduce) {
  .consent { transition: none; transform: none; }
}
@media (max-width: 700px) {
  .consent { right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px 18px 16px; }
  .consent-actions { margin-top: 14px; }
  .policy-cookies thead { display: none; }
  .policy-cookies tr { display: block; padding-block: 14px; border-bottom: 1px solid var(--line); }
  .policy-cookies th, .policy-cookies td { display: block; padding: 0; border: 0; white-space: normal; }
  .policy-cookies td:last-child { color: var(--quiet); white-space: normal; }
  .privacy-note { max-width: none; }
  .policy { padding-block: 64px 76px; }
  .policy-head { padding-bottom: 32px; }
  .policy-head h1 { margin-top: 22px; font-size: clamp(2.9rem, 9vw, 3.7rem); }
  .policy-body { margin-top: 32px; }
  .policy-body h2 { margin-top: 44px; font-size: 1.625rem; }
  .policy-back { margin-top: 40px; }
}
