html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f5f0e5;
  color: #211d16;
  font-family: "Newsreader", Georgia, serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection {
  background: #c9a24b55;
}

.policy-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.policy-header,
.policy-footer {
  background: #211d16;
  color: #c7bca2;
}

.policy-header-inner,
.policy-footer-inner,
.policy-main {
  width: min(100% - 48px, 1040px);
  margin: 0 auto;
}

.policy-header-inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  color: #f5f0e5;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9a24b;
  box-shadow: 0 0 14px 3px #c9a24b59;
}

.policy-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 14px;
}

.policy-nav a,
.policy-footer a {
  color: #c7bca2;
  text-decoration: none;
}

.policy-nav a:hover,
.policy-footer a:hover {
  color: #f5f0e5;
}

.policy-main {
  flex: 1;
  padding: clamp(54px, 8vw, 92px) 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #a46a50;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  max-width: 920px;
  font-size: clamp(42px, 7vw, 78px);
  line-height: 1;
  font-weight: 300;
  letter-spacing: -.018em;
}

.lede {
  margin: 26px 0 0;
  max-width: 760px;
  color: #4a4336;
  font-size: 20px;
  line-height: 1.6;
}

.updated {
  margin: 22px 0 0;
  color: #857a66;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 13px;
}

.policy-card {
  margin-top: 42px;
  padding: clamp(28px, 4vw, 46px);
  background: #fffaf0;
  border: 1px solid #e6dfcc;
  border-radius: 14px;
  box-shadow: 0 22px 55px -38px rgba(33, 29, 22, .35);
}

.policy-card h2 {
  margin: 34px 0 12px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
  font-weight: 400;
}

.policy-card h2:first-child {
  margin-top: 0;
}

.policy-card h3 {
  margin: 24px 0 10px;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #6e6353;
}

.policy-card p,
.policy-card li {
  color: #3b352c;
  font-size: 17px;
  line-height: 1.72;
}

.policy-card p {
  margin: 0 0 16px;
}

.policy-card ul {
  margin: 0 0 18px 22px;
  padding: 0;
}

.notice {
  margin: 0 0 26px;
  padding: 18px 20px;
  background: #efe8d8;
  border-left: 3px solid #c9a24b;
  color: #4a4336;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.policy-footer-inner {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  font-family: "Instrument Sans", Arial, sans-serif;
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 680px) {
  .policy-header-inner,
  .policy-footer-inner,
  .policy-main {
    width: min(100% - 32px, 1040px);
  }

  .policy-card {
    border-radius: 10px;
  }
}
