@font-face { font-family: "Shell"; src: url("/assets/ShellBook.woff") format("woff"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Shell"; src: url("/assets/ShellBold.woff") format("woff"); font-weight: 700; font-display: swap; }

:root { --ink: #4a4a4a; --strong: #4a4a4a; --red: #4a4a4a; --gold: #f7c500; --soft: #f4f4f1; --line: #d9d9d4; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #ffffff; font-family: "Shell", "Segoe UI", sans-serif; font-size: 17px; line-height: 1.65; }

.site-header { display: flex; align-items: center; justify-content: space-between; min-height: 88px; padding: 18px clamp(24px, 6vw, 88px); border-bottom: 1px solid var(--line); }
.brand { position: relative; display: inline-flex; align-items: center; min-width: 96px; color: var(--red); text-decoration: none; }
.brand img { display: block; max-width: 128px; height: 48px; object-fit: contain; object-position: left center; }
.page-label { color: var(--ink); font-size: 14px; }

main { padding-bottom: 96px; }
a { color: var(--ink); }
.document-page { width: min(calc(100% - 48px), 900px); margin: 0 auto; padding-top: clamp(58px, 9vw, 108px); }
.privacy-page > .document-header { padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.privacy-page > .document-header h1 { font-size: clamp(42px, 7vw, 70px); }
.language-nav { position: sticky; top: 0; z-index: 2; display: flex; gap: 8px; margin: 0 0 56px; padding: 14px 0; border: 0; background: rgba(255, 255, 255, .96); }
.language-nav a { display: inline-flex; min-height: 42px; align-items: center; padding: 0 18px; border: 1px solid var(--line); color: var(--strong); text-decoration: none; }
.language-nav a:hover, .language-nav a:focus-visible { border-color: var(--red); color: var(--red); }
.language-section { scroll-margin-top: 76px; }
.language-section + .language-section { margin-top: 88px; padding-top: 72px; border-top: 6px solid var(--gold); }
.language-section > .document-header { margin-bottom: 20px; }
.language-section > .document-header h2 { font-size: 38px; }
.language-section section { position: static; padding: 30px 0; border-top: 1px solid var(--line); scroll-margin-top: 78px; }
.language-section section h2 { font-size: 25px; }
.language-section h3 { margin: 25px 0 8px; color: var(--strong); font-size: 19px; }
.language-section p + p { margin-top: 13px; }
.language-section ul { padding-left: 24px; }
.hero { padding: clamp(58px, 9vw, 120px) max(24px, calc((100vw - 1120px) / 2)); background: linear-gradient(110deg, #f7f6f1 0 68%, #ffef99 68% 100%); }
.eyebrow { margin: 0 0 8px; color: var(--red); font-size: 14px; font-weight: 700; text-transform: uppercase; }
h1 { margin: 0; color: var(--strong); font-size: clamp(42px, 7vw, 70px); line-height: 1.05; letter-spacing: 0; }
.hero > p:not(.eyebrow) { max-width: 610px; margin: 22px 0; font-size: 21px; line-height: 1.5; }
.updated { font-size: 14px; }

.layout { display: grid; grid-template-columns: 240px minmax(0, 720px); gap: clamp(42px, 7vw, 100px); width: min(calc(100% - 48px), 1120px); margin: 0 auto; padding-top: 72px; }
nav { position: sticky; top: 24px; align-self: start; display: grid; border-top: 3px solid var(--gold); }
nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; line-height: 1.25; text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--red); }
.notice { margin-bottom: 36px; padding: 18px 20px; border-left: 4px solid var(--gold); background: #fff8d7; font-size: 14px; }
section { position: relative; padding: 10px 0 44px 58px; scroll-margin-top: 24px; }
.index { position: absolute; top: 14px; left: 0; color: var(--red); font-size: 13px; font-weight: 700; }
h2 { margin: 0 0 12px; color: var(--strong); font-size: 27px; line-height: 1.25; letter-spacing: 0; }
section p { margin: 0; }
footer { padding: 28px 24px; border-top: 1px solid var(--line); color: var(--ink); text-align: center; font-size: 13px; }

@media (max-width: 760px) {
  .site-header { min-height: 72px; padding: 14px 24px; }
  .hero { background: linear-gradient(180deg, #f7f6f1 0 88%, #ffdf42 88% 100%); }
  .layout { display: block; padding-top: 42px; }
  nav { position: static; margin-bottom: 48px; }
  .language-nav { position: static; margin-bottom: 38px; }
  section { padding-left: 42px; }
  .language-section section { padding-left: 0; }
}

@media print { nav, .notice { display: none; } .layout { display: block; } .hero { padding: 36px 0; background: white; } }