@font-face{font-family:'Bodoni Moda';font-style:normal;font-weight:400 900;font-display:swap;src:url('/assets/fonts/bodoni-moda-normal-latin.woff2') format('woff2')}
@font-face{font-family:'Karla';font-style:normal;font-weight:300 800;font-display:swap;src:url('/assets/fonts/karla-normal-latin.woff2') format('woff2')}
@font-face{font-family:'Space Mono';font-style:normal;font-weight:400;font-display:swap;src:url('/assets/fonts/space-mono-400-latin.woff2') format('woff2')}
@font-face{font-family:'Space Mono';font-style:normal;font-weight:700;font-display:swap;src:url('/assets/fonts/space-mono-700-latin.woff2') format('woff2')}

:root {
  --ink: #17231d;
  --green: #0c5340;
  --green-dark: #073b2e;
  --orange: #b9552d;
  --cream: #f4ecdd;
  --paper: #fbf6ec;
  --line: rgba(23, 35, 29, 0.18);
  --muted: #536158;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--cream);
  background-image: url('/assets/grain.png'), radial-gradient(90% 50% at 50% 0, rgba(255, 252, 246, 0.95), transparent 78%);
  background-size: 240px 240px, 100% 720px;
  background-repeat: repeat, no-repeat;
  background-blend-mode: soft-light, normal;
  font-family: 'Karla', sans-serif;
  font-size: 17px;
  line-height: 1.7;
}

a {
  color: var(--green);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--orange);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-180%);
  padding: 10px 14px;
  background: var(--paper);
  color: var(--green-dark);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 236, 221, 0.94);
  backdrop-filter: blur(14px);
}

.header-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--green);
  font-family: 'Bodoni Moda', serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
}

.site-nav a[aria-current='page'] {
  color: var(--orange);
  font-weight: 700;
}

.policy-shell {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 82px 0 110px;
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 720px);
  gap: clamp(50px, 8vw, 100px);
  align-items: start;
}

.policy-index {
  position: sticky;
  top: 112px;
}

.policy-index strong,
.eyebrow,
.effective-date {
  font-family: 'Space Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
}

.policy-index strong {
  display: block;
  color: var(--orange);
  margin-bottom: 14px;
}

.policy-index nav {
  display: grid;
}

.policy-index a {
  padding: 9px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.policy-index a[aria-current='page'] {
  color: var(--green);
  font-weight: 700;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--orange);
}

h1,
h2 {
  font-family: 'Bodoni Moda', serif;
  color: var(--green);
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(46px, 7vw, 76px);
  line-height: 0.98;
  font-weight: 600;
}

.effective-date {
  margin: 24px 0 0;
  color: var(--muted);
}

.intro {
  margin: 34px 0 70px;
  font-family: 'Bodoni Moda', serif;
  font-size: clamp(21px, 2.4vw, 27px);
  line-height: 1.5;
  color: #35463d;
}

.policy-section {
  padding: 38px 0 20px;
  border-top: 1px solid var(--line);
}

.policy-section h2 {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.15;
  font-weight: 600;
}

.policy-section h3 {
  margin: 28px 0 8px;
  color: var(--ink);
  font-size: 18px;
}

.policy-section p {
  margin: 0 0 17px;
}

.policy-section ul {
  margin: 16px 0 22px;
  padding-left: 24px;
}

.policy-section li {
  margin: 8px 0;
  padding-left: 5px;
}

.contact-block {
  margin-top: 24px;
  padding: 22px 0 0;
  border-top: 1px dashed var(--line);
}

.site-footer {
  color: #ebdfc9;
  background: var(--green-dark);
}

.footer-inner {
  padding: 46px 0 52px;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand {
  font-family: 'Bodoni Moda', serif;
  font-size: 27px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 22px;
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-links a {
  color: #ebdfc9;
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 66px;
  }

  .site-nav a:not(.home-link) {
    display: none;
  }

  .policy-shell {
    padding-top: 54px;
    display: block;
  }

  .policy-index {
    position: static;
    margin-bottom: 52px;
  }

  .policy-index nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }

  h1 {
    font-size: 48px;
  }

  .intro {
    margin-bottom: 52px;
  }

  .footer-inner {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 24px;
  }
}

@media (max-width: 420px) {
  .header-inner,
  .footer-inner,
  .policy-shell {
    width: min(100% - 28px, 1100px);
  }

  h1 {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media print {
  .site-header,
  .policy-index,
  .site-footer,
  .skip-link {
    display: none;
  }

  body {
    background: white;
    color: black;
    font-size: 11pt;
  }

  .policy-shell {
    display: block;
    width: 100%;
    padding: 0;
  }

  h1,
  h2 {
    color: black;
  }
}
