:root {
  color-scheme: light;
  --background: #f5f3f1;
  --ink: #111111;
  --gutter: clamp(20px, 2.35vw, 45px);
  --bottom-space: clamp(22px, 2.8vh, 32px);
  --strip-height: clamp(26px, 3.7vh, 40px);
  --icons-width: clamp(96px, 6.67vw, 128px);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--background);
}

body {
  min-width: 320px;
  margin: 0;
  background: var(--background);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

a:hover {
  text-decoration-thickness: 2px;
}

a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-page {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 100vh;
  min-height: 100svh;
  padding: clamp(22px, 3.6vh, 39px) var(--gutter) 0;
}

.company-intro,
.site-footer,
.brand-strip {
  min-width: 0;
  max-width: 100%;
}

.company-intro {
  align-self: start;
  width: min(41rem, 55vw);
}

.company-intro p {
  margin: 0;
  font-size: clamp(1.42rem, 1.72vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.032em;
  line-height: 1.18;
}

.brand-strip {
  width: 100%;
  height: var(--strip-height);
}

.site-footer {
  position: relative;
  width: calc(100% + var(--gutter) + var(--gutter));
  max-width: none;
  margin-inline: calc(-1 * var(--gutter));
}

.footer-wordmark {
  --wordmark-height: clamp(32px, 3.12vw, 40px);
  position: absolute;
  right: var(--gutter);
  bottom: calc(100% + clamp(22px, 2.8vh, 28px));
  display: block;
  width: calc(var(--wordmark-height) * 1742 / 254);
  height: var(--wordmark-height);
  background: url("spectrum.png") center / 100% 100% no-repeat;
  -webkit-mask-image: url("universals-wordmark.png");
  -webkit-mask-position: left top;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-image: url("universals-wordmark.png");
  mask-position: left top;
  mask-repeat: no-repeat;
  mask-size: auto 100%;
  user-select: none;
  -webkit-user-drag: none;
}

.spectrum {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.brand-icons {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: var(--icons-width);
  height: auto;
  flex: 0 0 auto;
  user-select: none;
  -webkit-user-drag: none;
}

.wordmark {
  display: block;
  width: clamp(150px, 13.2vw, 235px);
  flex: 0 0 auto;
  line-height: 0;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-meta {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
  padding: clamp(18px, 2.2vh, 26px) var(--gutter)
    max(var(--bottom-space), env(safe-area-inset-bottom));
  font-size: clamp(0.82rem, 0.82vw, 0.96rem);
  line-height: 1.3;
}

.footer-copyright {
  margin: 0;
  white-space: nowrap;
}

.footer-copyright {
  grid-column: 4;
  grid-row: 1;
  text-align: right;
}

.footer-meta nav {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  gap: clamp(22px, 2.6vw, 48px);
}

.policy-page {
  min-height: 100vh;
  padding: clamp(24px, 3.6vh, 39px) var(--gutter) var(--bottom-space);
}

.home-link {
  display: inline-block;
  font-size: 0.94rem;
}

.policy-copy {
  width: min(42rem, 100%);
  margin-top: clamp(5rem, 9vw, 8rem);
}

.policy-copy header {
  margin-bottom: clamp(4.5rem, 7vw, 7rem);
}

.policy-copy h1 {
  margin: 0;
  font-size: clamp(2.2rem, 3.6vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.95;
}

.effective-date,
.policy-intro,
.policy-copy section p {
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.48;
}

.effective-date {
  margin: 1.4rem 0 0;
}

.policy-intro {
  margin: 3.2rem 0 0;
}

.policy-copy section + section {
  margin-top: clamp(3.2rem, 4.8vw, 4.8rem);
}

.policy-copy h2 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.policy-copy section p {
  margin: 0;
}

.policy-copy section p + p,
.policy-copy section ul + p {
  margin-top: 1em;
}

.legal-topbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.5rem;
}

.app-name {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 600;
}

.legal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  margin-top: 2.2rem;
  font-size: 0.9rem;
}

.legal-nav a[aria-current="page"] {
  font-weight: 700;
  text-decoration-thickness: 2px;
}

.app-policy-copy {
  width: min(48rem, 100%);
  margin-top: clamp(4.5rem, 8vw, 7rem);
}

.app-policy-copy header {
  margin-bottom: clamp(4rem, 6.5vw, 6.5rem);
}

.policy-kicker {
  margin: 0 0 1rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.policy-copy ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
  font-size: clamp(1rem, 1.08vw, 1.16rem);
  line-height: 1.48;
}

.policy-copy li + li {
  margin-top: 0.72rem;
}

.policy-note {
  padding: 1.25rem 1.35rem;
  border: 1px solid color-mix(in srgb, var(--ink) 24%, transparent);
}

.policy-note p {
  margin: 0;
}

.policy-note strong {
  display: block;
  margin-bottom: 0.4rem;
}

.legal-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}

.policy-footer {
  margin-top: clamp(8rem, 14vw, 14rem);
}

@media (max-width: 700px) {
  :root {
    --icons-width: 82px;
    --strip-height: clamp(24px, 3.3vh, 28px);
  }

  .home-page {
    grid-template-rows: minmax(0, 1fr) auto;
    padding-top: clamp(20px, 2.6vh, 24px);
  }

  .footer-wordmark {
    --wordmark-height: clamp(28px, 8.2vw, 32px);
    right: 0;
    bottom: calc(100% + 24px);
  }

  .company-intro {
    align-self: start;
    width: 100%;
  }

  .company-intro p {
    font-size: clamp(1.32rem, 5.7vw, 1.68rem);
    line-height: 1.17;
  }

  .footer-meta {
    grid-template-columns: 1fr auto;
    gap: 1.1rem 1.5rem;
    font-size: 0.8rem;
  }

  .footer-copyright {
    grid-column: 2;
    grid-row: 2;
  }

  .footer-meta nav {
    grid-column: 2;
    grid-row: 1;
  }

  .brand-icons {
    grid-column: 1;
    grid-row: 1;
  }

  .wordmark {
    display: none;
  }

  .legal-topbar {
    align-items: flex-start;
  }

  .legal-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .app-policy-copy {
    margin-top: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
