.policy-page {
  background: #fffdf8;
}

.policy-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #eadbc6;
  background: rgba(255, 253, 248, 0.96);
  backdrop-filter: blur(12px);
}

.policy-nav,
.policy-main,
.policy-footer {
  width: min(960px, calc(100% - 32px));
  margin: 0 auto;
}

.policy-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 70px;
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #18110d;
  font-weight: 900;
}

.policy-brand span:first-child {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #123f2f;
  color: #fffdf8;
  font-family: Georgia, serif;
}

.policy-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.policy-links a {
  min-height: 34px;
  padding: 8px 11px;
  border: 1px solid #eadbc6;
  border-radius: 999px;
  background: #fffaf2;
  color: #123f2f;
  font-size: 13px;
  font-weight: 900;
}

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

.policy-hero {
  display: grid;
  gap: 14px;
  padding: clamp(28px, 6vw, 54px);
  border: 1px solid #eadbc6;
  border-radius: 28px;
  background: #fffaf2;
  box-shadow: 0 18px 46px rgba(75, 48, 28, 0.08);
}

.policy-hero h1 {
  margin: 0;
  color: #18110d;
  font-family: "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  font-size: clamp(34px, 7vw, 58px);
  line-height: 1.08;
}

.policy-hero p,
.policy-card p,
.policy-card li,
.policy-footer p {
  color: #4f4138;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.78;
  word-break: keep-all;
}

.policy-card-grid {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.policy-card {
  display: grid;
  gap: 10px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid #eadbc6;
  border-radius: 22px;
  background: #fffdf8;
}

.policy-card h2 {
  margin: 0;
  color: #123f2f;
  font-family: "Nanum Gothic", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 22px;
  font-weight: 900;
}

.policy-card p,
.policy-card ul {
  margin: 0;
}

.policy-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.policy-note {
  border-color: rgba(147, 64, 39, 0.28);
  background: #fff7ef;
}

.policy-footer {
  padding: 28px 0 46px;
  border-top: 1px solid #eadbc6;
}

.policy-footer p {
  margin: 0;
}

@media (max-width: 720px) {
  .policy-nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .policy-links {
    justify-content: flex-start;
  }

  .policy-main {
    padding-top: 26px;
  }
}
