:root {
  --deep: #082820;
  --ink: #143a32;
  --paper: #f3f8f6;
  --white: #fff;
  --mint: #cceee4;
  --coral: #ce4030;
  --line: rgba(20, 58, 50, 0.2);
  --display: "Barlow Condensed", "Avenir Next Condensed", "Arial Narrow", sans-serif;
  --body: "Be Vietnam Pro", "Avenir Next", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }

.policy-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(1.25rem, 5vw);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.wordmark { display: inline-flex; align-items: baseline; text-decoration: none; letter-spacing: -0.04em; }
.wordmark span { font-size: 1.45rem; }
.wordmark b { color: var(--coral); font-family: var(--display); font-size: 1.85rem; }
.policy-header > a:last-child { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }

main { width: min(920px, calc(100% - 2rem)); margin: 0 auto; }
.policy-hero { padding: clamp(3.5rem, 9vw, 7rem) 0 3rem; }
.policy-hero > p:first-child { margin: 0 0 1rem; color: #607a73; font-size: 0.66rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.policy-hero h1 { margin: 0; color: var(--deep); font-family: var(--display); font-size: clamp(3.7rem, 10vw, 7.5rem); letter-spacing: -0.035em; line-height: 0.84; }
.policy-hero h1 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.policy-hero > p:last-child { max-width: 42rem; margin: 2rem 0 0; color: #4d6b63; line-height: 1.7; }

nav { position: sticky; z-index: 5; top: 0; display: flex; gap: 0; border: 1px solid var(--deep); background: var(--white); }
nav a { flex: 1; padding: 1rem; border-right: 1px solid var(--deep); font-size: 0.7rem; font-weight: 800; text-align: center; text-decoration: none; text-transform: uppercase; }
nav a:last-child { border-right: 0; }
nav a:hover { color: var(--white); background: var(--deep); }

.policy-section { display: grid; grid-template-columns: 5rem 1fr; gap: 2rem; padding: clamp(3rem, 7vw, 5.5rem) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 4rem; }
.policy-section > span { color: var(--coral); font-family: var(--display); font-size: 3rem; }
.policy-section h2 { margin: 0 0 1.5rem; color: var(--deep); font-family: var(--display); font-size: clamp(2.4rem, 6vw, 4.2rem); letter-spacing: -0.028em; }
.policy-section ul { display: grid; gap: 1rem; margin: 0; padding-left: 1.2rem; }
.policy-section li { padding-left: 0.35rem; line-height: 1.65; }
.policy-section li::marker { color: var(--coral); }

.policy-note { margin: 3rem 0; padding: 1.5rem; color: var(--deep); background: var(--mint); }
.policy-note b { font-family: var(--display); font-size: 1.45rem; }
.policy-note p { margin: 0.5rem 0 0; line-height: 1.6; }
footer { padding: 2rem max(1rem, calc((100vw - 920px) / 2)); color: #b9d9d0; background: var(--deep); font-size: 0.68rem; line-height: 1.6; }

@media (max-width: 620px) {
  .policy-header { min-height: 64px; padding: 0 1rem; }
  .policy-header > a:last-child { font-size: 0.58rem; }
  .policy-hero { padding-top: 3rem; }
  nav a { padding: 0.85rem 0.45rem; font-size: 0.6rem; }
  .policy-section { grid-template-columns: 1fr; gap: 0.5rem; }
  .policy-section > span { font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
