:root {
  --ink: #0b203a;
  --soft: #405970;
  --paper: #f8f7f2;
  --gold: #cc8919;
  --line: #d8e1e5;
  --sans: "Aptos", "Segoe UI", system-ui, sans-serif;
  --serif: "Iowan Old Style", "Palatino Linotype", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid rgba(204,137,25,.35); outline-offset: 3px; }

header {
  position: sticky;
  top: 0;
  z-index: 5;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(25px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
}
header > a:last-child { color: #425d75; font-size: 13px; font-weight: 800; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.brand > span:last-child > span { color: var(--gold); }
.brand-mark { display: inline-flex; align-items: flex-end; gap: 4px; height: 31px; padding: 0 4px 4px 0; border-bottom: 3px solid var(--ink); }
.brand-mark i { display: block; width: 6px; background: var(--gold); clip-path: polygon(100% 0,100% 100%,0 100%,0 35%); }
.brand-mark i:nth-child(1) { height: 14px; }
.brand-mark i:nth-child(2) { height: 21px; }
.brand-mark i:nth-child(3) { height: 28px; }

main { width: min(calc(100% - 40px), 1180px); margin: auto; }
.legal-intro { padding: 100px 0 65px; border-bottom: 1px solid var(--line); }
.legal-intro > span { color: #955d08; font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.legal-intro h1 { margin: 16px 0; font-family: var(--serif); font-size: clamp(48px,6vw,76px); font-weight: 600; line-height: 1; letter-spacing: -.05em; }
.legal-intro p { max-width: 760px; color: var(--soft); font-size: 18px; }

.publication-alert {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 32px;
  margin: 36px 0 0;
  padding: 25px 28px;
  border: 1px solid #d4a24d;
  border-radius: 14px;
  background: #fff8e8;
  box-shadow: 0 12px 32px rgba(91,63,18,.07);
}
.publication-alert > span { color: #895608; font: 850 11px/1.45 ui-monospace, monospace; letter-spacing: .1em; }
.publication-alert strong { display: block; color: #492f09; font-size: 18px; line-height: 1.35; }
.publication-alert p { margin: 7px 0 0; color: #6c532b; font-size: 14px; line-height: 1.6; }

nav { display: flex; gap: 30px; padding: 23px 0; overflow-x: auto; border-bottom: 1px solid var(--line); white-space: nowrap; }
nav a { color: #425d75; font-size: 13px; font-weight: 800; }
nav a:hover { color: #8b5608; }

section { display: grid; grid-template-columns: 120px 1fr; gap: 45px; padding: 75px 0; border-bottom: 1px solid var(--line); }
.index { color: #9b620c; font: 800 12px/1.5 ui-monospace, monospace; }
section > div { max-width: 900px; }
section h2 { margin: 0 0 25px; font-family: var(--serif); font-size: 42px; line-height: 1.1; }
section h3 { margin: 32px 0 7px; font-size: 16px; }
section p { color: var(--soft); font-size: 16px; }
section strong { color: var(--ink); }
.notice { margin: 30px 0; padding: 22px 25px; color: #725622; border: 1px solid #ead39c; border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; background: #fff7e6; }
.notice p { margin-bottom: 0; color: #725622; font-size: 14px; }

.legal-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 28px 0; }
.legal-facts > div { display: grid; align-content: center; gap: 5px; min-height: 92px; padding: 17px 19px; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.legal-facts small { color: #5a7185; font-size: 12px; font-weight: 750; }
.legal-facts strong { color: #8f5b0c; font-size: 14px; letter-spacing: .025em; }
.legal-facts.compact > div { min-height: 82px; }
.updated { margin-top: 35px !important; color: #738496 !important; font-size: 13px !important; font-style: italic; }

footer { display: flex; gap: 30px; justify-content: center; padding: 35px max(20px,calc((100vw - 1180px)/2)); color: #a9bdcc; background: #071e34; font-size: 12px; }
footer span { margin-right: auto; }
footer a:hover { color: #fff; }

@media (max-width: 700px) {
  header { height: 70px; padding: 0 18px; }
  .brand { font-size: 21px; }
  main { width: calc(100% - 32px); }
  .legal-intro { padding: 65px 0 40px; }
  .legal-intro h1 { font-size: 43px; }
  .legal-intro p { font-size: 16px; }
  .publication-alert { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; padding: 21px; }
  .publication-alert strong { font-size: 17px; }
  nav { gap: 22px; }
  section { grid-template-columns: 1fr; gap: 12px; padding: 55px 0; }
  section h2 { font-size: 36px; }
  .legal-facts { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; padding: 30px 18px; }
  footer span { margin-right: 0; }
}
