:root {
  --ink: #10231c;
  --forest: #0f3d2e;
  --forest-dark: #09291f;
  --sage: #eaf4ed;
  --mint: #d7eadf;
  --cream: #fff8ed;
  --sun: #f4a23a;
  --white: #ffffff;
  --border: #214b3a;
  --shadow: 0 16px 38px rgba(15, 61, 46, 0.14);
  --radius: 18px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--forest);
  font-weight: 750;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

a:hover {
  color: var(--forest-dark);
}

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 4px solid var(--sun);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  transform: translateY(-150%);
  background: var(--forest-dark);
  color: var(--white);
  border-radius: 12px;
}

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

.page-width,
.narrow-width {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.narrow-width {
  width: min(940px, calc(100% - 40px));
}

.site-header {
  background: var(--white);
  border-bottom: 2px solid rgba(15, 61, 46, 0.18);
}

.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  padding-block: 14px;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  color: var(--forest-dark);
  line-height: 1.15;
  text-decoration: none;
}

.brand-name {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.brand-tagline {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.help-link {
  min-height: 62px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 18px;
  border: 2px solid var(--forest);
  border-radius: 999px;
  color: var(--forest-dark);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}

.help-link:hover {
  background: var(--sage);
  color: var(--forest-dark);
}

.help-link strong {
  font-size: 18px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--forest);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin-top: 0;
  color: var(--forest-dark);
  line-height: 1.13;
}

h1 {
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 60px);
  letter-spacing: -0.03em;
}

h2 {
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -0.02em;
}

h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

address {
  font-style: normal;
}

.policy-main {
  min-height: 60vh;
  padding: 70px 0 90px;
  background:
    radial-gradient(circle at 88% 10%, rgba(244, 162, 58, 0.18), transparent 28%),
    linear-gradient(115deg, var(--white) 0%, var(--white) 64%, var(--cream) 100%);
}

.policy-main article {
  padding: clamp(24px, 4vw, 40px);
  background: var(--white);
  border: 2px solid rgba(15, 61, 46, 0.18);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.policy-main h1 {
  font-size: clamp(40px, 5vw, 56px);
}

.policy-main h2 {
  margin-top: 42px;
  font-family: inherit;
  font-size: 28px;
}

.policy-main h3 {
  margin-top: 30px;
}

.policy-main li {
  margin-bottom: 10px;
}

.policy-notice {
  margin: 28px 0;
  padding: 18px 20px;
  background: #fff3d8;
  border: 2px solid #9f6208;
  border-radius: 16px;
  color: #563300;
  font-weight: 750;
}

.site-footer {
  padding: 44px 0 24px;
  background: #071b15;
  color: var(--white);
}

.site-footer a {
  color: var(--white);
}

.footer-bottom {
  font-size: 17px;
}

.footer-bottom p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 680px) {
  .page-width,
  .narrow-width {
    width: min(100% - 28px, 1180px);
  }

  .header-inner {
    flex-direction: column;
    align-items: stretch;
    padding-block: 18px;
  }

  .brand,
  .help-link {
    text-align: center;
  }

  .policy-main {
    padding: 42px 0 62px;
  }
}

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