@font-face {
  font-family: "Unica77 LL";
  src: url("assets/fonts/Unica77LL-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Unica77 LL";
  src: url("assets/fonts/Unica77LL-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
}

body {
  margin: 0;
  min-height: 100svh;
  font-family: "Unica77 LL", "Helvetica Neue", Arial, sans-serif;
}

.brand {
  position: fixed;
  z-index: 10;
  top: clamp(24px, 4svh, 34px);
  left: 50%;
  width: 43.45px;
  height: 43.16px;
  mix-blend-mode: difference;
  transform: translateX(-50%);
}

.logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.legal-page {
  width: min(calc(100% - 48px), 42rem);
  margin: 0 auto;
  padding: 120px 0 72px;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 12.17px;
  line-height: 22px;
  letter-spacing: 0.37px;
}

h1 {
  margin: 0 0 28px;
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.legal-page p,
.legal-page ul {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
}

.legal-page ul {
  padding-left: 1.2em;
}

.legal-page li + li { margin-top: 4px; }

.legal-page a {
  color: inherit;
}

.note {
  opacity: 0.62;
}

address {
  font-style: normal;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
}

.site-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  padding: 0 20px 36px;
  font-size: 12.17px;
  line-height: 22px;
  letter-spacing: 0.37px;
}

.site-legal a {
  color: inherit;
  text-decoration: none;
  opacity: 0.55;
}
