.chw-privacy-page{
  width:100%;
  height:100vh;
  overflow:hidden;
  display:flex;
  justify-content:center;
  align-items:center;
  background:
    radial-gradient(circle at top left, #f4f0eb 0, #f0ece7 40%, #e9e3dc 100%);
  color:#2a1e19;
}

.chw-privacy-wrap{
  position:relative;
  max-width:1300px;
  width:min(1300px, calc(100vw - 2rem));
  max-height:calc(100vh - 2rem);
  overflow:hidden;
  background:rgba(255,252,248,0.96);
  border-radius:16px;
  padding:1.6rem 2.2rem 1.3rem;
  box-shadow:
    0 14px 32px rgba(0,0,0,0.18),
    0 0 0 1px rgba(0,0,0,0.03);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.chw-back-btn{
  position:absolute;
  top:0.9rem;
  left:0.9rem;
  padding:0.5rem 1.05rem;
  font-size:0.84rem;
  border-radius:999px;
  border:1px solid rgba(153,102,51,0.28);
  background:linear-gradient(135deg, #fffdf9, #f3eadf);
  color:#5a3b1e;
  cursor:pointer;
  transition:all .2s ease;
}

.chw-back-btn:hover{
  background:linear-gradient(135deg, #f8f1e8, #efe4d6);
  transform:translateY(-1px);
}

.chw-privacy-title{
  font-family:"Georgia", serif;
  font-size:clamp(2.2rem, 2.8vw, 2.9rem);
  text-align:center;
  margin:0 0 0.35rem;
}

.chw-privacy-kicker{
  text-align:center;
  font-size:0.95rem;
  line-height:1.25;
  margin:0 auto 0.9rem;
  max-width:900px;
}

.chw-privacy-summary{
  margin:0 auto 0.9rem;
  padding:0.85rem 1.2rem;
  border-radius:12px;
  background:linear-gradient(
    135deg,
    rgba(240,225,210,0.32),
    rgba(255,252,248,0.85)
  );
  border:1px solid rgba(153,102,51,0.16);
}

.chw-privacy-summary-grid{
  display:grid;
  grid-template-columns:minmax(0,230px) minmax(0,1fr);
  column-gap:1.4rem;
  row-gap:0.25rem;
  font-size:0.9rem;
  line-height:1.3;
}

.chw-privacy-label{
  font-weight:600;
  text-align:right;
  color:#4a3122;
  white-space:nowrap;
}

.chw-privacy-value{
  color:#2b211b;
}

.chw-privacy-footnotes{
  margin-top:0.35rem;
  font-size:0.8rem;
  line-height:1.2;
  color:#6e5646;
}

.chw-privacy-nerds-heading{
  text-align:center;
  margin:0.6rem 0 0.05rem;
  font-weight:700;
  letter-spacing:0.12em;
  font-size:0.74rem;
  text-transform:uppercase;
  color:#5b4333;
}

.chw-privacy-nerds-sub{
  text-align:center;
  font-size:0.8rem;
  font-style:italic;
  color:#8a6a53;
  margin:0 0 0.5rem;
}

.chw-privacy-body{
  font-size:0.82rem;
  line-height:1.22;
  max-width:1000px;
  margin:0 auto;
}

.chw-privacy-body p{
  margin:0.08rem 0;
}

.chw-privacy-body a{
  color:#7a3f1f;
  text-decoration:underline;
  text-underline-offset:2px;
}

.chw-privacy-body-strong{
  margin-top:0.6rem;
  font-size:0.95rem;
  font-weight:600;
  text-align:center;
  color:#5a3b1e;
}

@media (max-width:820px){
  .chw-privacy-summary-grid{
    grid-template-columns:1fr;
  }

  .chw-privacy-label{
    text-align:left;
  }
}
