/* ═══════════════════════════════════════════════════════════════
   PAGE.CSS — Shared styles for static/legal pages
   Covers: privacy-policy.html, terms.html
   ═══════════════════════════════════════════════════════════════ */

/* Reset + scroll-behavior now in global.css */
html { font-size: 19px; }

body {
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1.75;
  min-height: 100vh;
}

/* NOISE OVERLAY */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 1000;
  opacity: 0.4;
}

/* ── NAV ── */

.back {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--gray);
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 8px 16px;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.back:visited { color: var(--gray); }
.back:hover { color: var(--white); border-color: var(--pink-text); }

/* ── HERO ── */
.hero {
  padding: 80px 48px 60px;
  max-width: 900px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
}
.tag {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--pink-text);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.tag::before {
  content: '';
  width: 24px;
  height: 1px;
  background: var(--pink);
}
h1 {
  font-family: var(--serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 16px;
}
h1 em { font-style: italic; color: var(--pink-text); }
.hero p {
  font-size: 19px;
  color: var(--gray);
  max-width: 520px;
}

/* ── POLICY CONTENT ── */
.policy-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 48px 80px;
}
.policy-section {
  margin-bottom: 48px;
}
.policy-section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}
.policy-section-num {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .2em;
  color: var(--pink-text);
  text-transform: uppercase;
}
.policy-section-title {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--white);
  margin: 0;
}
.policy-section p {
  font-size: 18px;
  color: #a8a39a;
  line-height: 1.8;
  margin-bottom: 12px;
}
.policy-section p:last-child {
  margin-bottom: 0;
}
.policy-section strong {
  color: var(--white);
  font-weight: 500;
}
.policy-section a,
.policy-section a:visited {
  color: var(--pink-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.policy-section a:hover { color: var(--pink-text); }
.policy-section ul {
  list-style: none;
  margin: 12px 0;
  padding: 0;
}
.policy-section ul li {
  font-size: 18px;
  color: #a8a39a;
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
.policy-section ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background: var(--pink);
  position: absolute;
  left: 4px;
  top: 12px;
}
/* ── Author Spotlight ── */
.author-spotlight {
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 2px solid var(--pink);
  border-radius: var(--radius, 8px);
  padding: 32px 24px;
  margin-bottom: 48px;
}
.author-spotlight .author-photo {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border);
  margin-bottom: 14px;
}
.author-spotlight .author-name {
  display: block;
  font-size: 17px;
  color: var(--white);
  margin-bottom: 2px;
}
.author-spotlight .author-role {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--pink-text);
  margin-bottom: 12px;
}
.author-spotlight .author-bio {
  font-size: 14px;
  color: #a8a39a;
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto;
}

.effective-date {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--gray2);
  letter-spacing: .1em;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

/* ── FOOTER ── */
/* The site-wide shell footer (.footer-trust-strip + .footer-grid …) is styled
   full-width by global.css `body > footer`. The legacy `footer { max-width:900px }`
   card rule that used to live here was for the old simple footer markup (now gone
   from every page); it leaked through global's lower-specificity props and clamped
   the shell footer to 900px, exposing the page background on the right. Removed
   2026-06-04. */
.footer-logo {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gray);
}
.footer-logo a { color: inherit; text-decoration: none; }
.footer-logo span { color: var(--pink-text); }
.footer-links {
  display: flex;
  gap: 12px;
}
.footer-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.02);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .15em;
  line-height: 1;
  text-transform: uppercase;
  color: var(--gray2);
  text-decoration: none;
  transition: color .2s, border-color .2s, background .2s, transform .2s;
}
.footer-links a:visited { color: var(--gray2); }
.footer-links a:hover { color: var(--pink-text); border-color: var(--pink-text); background: var(--pink-soft); transform: translateY(-1px); }
.footer-social { display: flex; gap: 16px; align-items: center; }
.footer-social a { color: var(--gray2); transition: color .2s; display: flex; align-items: center; }
.footer-social a:visited { color: var(--gray2); }
.footer-social a:hover { color: var(--pink-text); }
.footer-ruo {
  font-family: var(--mono);
  font-size: 10px;
  color: var(--gray2);
  letter-spacing: .1em;
}

/* Back-to-top + WhatsApp styles */

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 20px 24px; }
  .hero, .policy-content { padding-left: 24px; padding-right: 24px; }
  .hero { padding-top: 48px; padding-bottom: 40px; }
  footer { padding: 32px 24px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 768px) {
}

.cookie-settings {
  margin-top: 20px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.02);
}
.cookie-settings__status { margin: 0 0 14px; font-size: 14px; color: #ededed; }
.cookie-settings__status [data-consent-state] { color: #ff5a9e; }
.cookie-settings__status [data-consent-state][data-state="decline"] { color: #ededed; }
.cookie-settings__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-settings__btn {
  padding: 10px 18px;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 2px;
  min-height: 44px;
}
.cookie-settings__btn--accept { background: #c01f5c; color: #fff; border: none; }
.cookie-settings__btn--accept:hover { background: #d8336f; }
.cookie-settings__btn--decline {
  background: rgba(255, 255, 255, 0.04);
  color: #ededed;
  border: 1px solid rgba(255, 255, 255, 0.24);
}
.cookie-settings__btn--decline:hover { border-color: rgba(255, 255, 255, 0.48); }
