:root {
  color: #17211f;
  background: #f7f5e9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-width: 320px;
  line-height: 1.6;
}

a {
  color: #176b68;
  font-weight: 650;
}

.site-header {
  border-bottom: 1px solid #d8d9cf;
  background: #fffdf5;
}

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

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #17211f;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

nav {
  display: flex;
  gap: 16px;
  font-size: 0.9rem;
}

main {
  padding: 56px 0 64px;
}

h1,
h2 {
  line-height: 1.2;
  letter-spacing: 0;
}

h1 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 7vw, 3.25rem);
}

h2 {
  margin: 36px 0 10px;
  font-size: 1.2rem;
}

p,
li {
  color: #3c4844;
}

.eyebrow,
.updated {
  color: #61706a;
  font-size: 0.9rem;
  font-weight: 650;
}

.eyebrow {
  margin-bottom: 10px;
  color: #176b68;
  text-transform: uppercase;
}

.summary {
  margin: 24px 0 32px;
  padding: 18px 20px;
  border-left: 4px solid #f4bd28;
  background: #fffdf5;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li + li {
  margin-top: 6px;
}

.faq {
  padding: 18px 20px;
  border: 1px solid #d8d9cf;
  border-radius: 8px;
  background: #fffdf5;
}

.faq + .faq {
  margin-top: 12px;
}

.faq h2 {
  margin-top: 0;
}

.site-footer {
  padding: 24px 0 40px;
  border-top: 1px solid #d8d9cf;
  color: #61706a;
  font-size: 0.85rem;
}

@media (max-width: 520px) {
  .site-header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  main {
    padding-top: 40px;
  }
}
