:root {
  color: #1f2328;
  background: #f5f3ee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.65;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 280px;
  margin: 0;
}

a {
  color: #245a48;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #153f32;
}

a:focus-visible {
  outline: 3px solid #e4a72c;
  outline-offset: 3px;
  border-radius: 2px;
}

.skip-link {
  position: fixed;
  z-index: 10;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0.35rem;
  background: #ffffff;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding: 1.4rem 0;
}

.product-name {
  color: #1f2328;
  font-size: 1rem;
  font-weight: 720;
  letter-spacing: -0.01em;
  text-decoration: none;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.25rem;
  border: 1px solid #d8d5cd;
  border-radius: 0.55rem;
  background: #ebe9e3;
}

.language-switcher a,
.language-switcher span {
  display: inline-block;
  padding: 0.35rem 0.65rem;
  border-radius: 0.35rem;
  color: #4b514d;
  font-size: 0.875rem;
  line-height: 1.25;
  text-decoration: none;
}

.language-switcher [aria-current="page"] {
  background: #ffffff;
  color: #1f2328;
  box-shadow: 0 1px 2px rgb(31 35 40 / 10%);
  font-weight: 650;
}

.policy-shell {
  width: min(100% - 2rem, 52rem);
  margin: 2rem auto 5rem;
}

.policy-card {
  padding: clamp(1.5rem, 5vw, 4.5rem);
  border: 1px solid #dedbd3;
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 12px 36px rgb(55 49 40 / 7%);
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: #667069;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2 {
  color: #18211d;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

h1 {
  max-width: 18ch;
  margin: 0 0 2.2rem;
  font-size: clamp(2rem, 7vw, 3.5rem);
}

h2 {
  margin: 2.4rem 0 0.8rem;
  font-size: clamp(1.2rem, 3vw, 1.45rem);
}

p,
ul {
  margin: 0.85rem 0;
}

ul {
  padding-left: 1.3rem;
}

li + li {
  margin-top: 0.45rem;
}

code {
  padding: 0.1rem 0.3rem;
  border-radius: 0.25rem;
  background: #f0eee8;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9em;
}

@media (max-width: 36rem) {
  .site-header {
    align-items: flex-start;
    padding-top: 1rem;
  }

  .language-switcher {
    flex-shrink: 0;
  }

  .policy-shell {
    width: 100%;
    margin: 0 0 3rem;
  }

  .policy-card {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  a {
    transition: color 120ms ease, outline-color 120ms ease;
  }
}
