/* laverdesoul · shared legal page styles */
:root {
  --bg: #1a1310;
  --bg-soft: #221814;
  --bg-deep: #120c0a;
  --paper: #ece1cf;
  --ink: #1a1210;
  --cream: #e0cfc0;
  --cream-mute: #b09a8c;
  --rose: #d4a8a2;
  --rose-soft: #e8c8c2;
  --rose-deep: #a87470;
  --sage: #8a9a7b;
  --sage-soft: #adbb9e;
  --sage-deep: #6b7a5e;
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(ellipse at top, rgba(212,168,162,.08) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 40%, rgba(138,154,123,.05) 0%, transparent 50%),
    radial-gradient(ellipse at bottom, rgba(0,0,0,.55) 0%, transparent 70%);
  pointer-events: none;
  z-index: 1;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.7 0 0 0 0 0.6 0 0 0 0 0.55 0 0 0 0.5 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.35'/%3E%3C/svg%3E");
  opacity: .10;
  pointer-events: none;
  z-index: 2;
  mix-blend-mode: overlay;
}

/* nav */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 18px 40px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: linear-gradient(to bottom, rgba(26,19,16,.9), rgba(26,19,16,0));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-left { justify-self: start; }
.nav-center { justify-self: center; }
.nav-right { justify-self: end; }
.brand {
  font-family: var(--serif);
  font-size: 18px;
  letter-spacing: .25em;
  text-transform: lowercase;
  color: var(--sage-soft);
  font-weight: 400;
  text-decoration: none;
}
.logo-mark,
.logo-wrap {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  color: var(--paper);
  opacity: .92;
  transition: opacity .3s ease, transform .4s ease;
}
.logo-mark:hover,
.logo-wrap:hover { opacity: 1; transform: scale(1.04); }
.logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: sepia(.18) saturate(.7) brightness(1.02) hue-rotate(-4deg);
}
.logo-svg-fallback {
  display: none;
  width: 100%;
  height: 100%;
  color: var(--paper);
}
.logo-wrap.no-img .logo-img { display: none; }
.logo-wrap.no-img .logo-svg-fallback { display: block; }
.nav-back {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: var(--rose-soft);
  text-decoration: none;
  padding: 10px 22px;
  border: 1px solid var(--rose);
  border-radius: 100px;
  transition: all .4s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nav-back:hover {
  background: var(--rose);
  color: var(--bg);
}
.nav-back-arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* legal main */
main {
  position: relative;
  z-index: 5;
  flex: 1;
  padding: 160px 24px 120px;
}
.legal-container {
  max-width: 720px;
  margin: 0 auto;
}
.legal-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .45em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.legal-eyebrow::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--rose);
  opacity: .6;
}
.legal-title {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1.05;
  color: var(--paper);
  text-transform: lowercase;
  margin-bottom: 60px;
  letter-spacing: -.01em;
}
.legal-divider {
  width: 60px;
  height: 1px;
  background: var(--rose);
  opacity: .5;
  margin: 0 0 60px;
}

/* sections */
.legal-section {
  margin-bottom: 56px;
}
.legal-section h2 {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(24px, 2.4vw, 30px);
  color: var(--paper);
  text-transform: lowercase;
  margin-bottom: 18px;
  letter-spacing: -.005em;
}
.legal-section h3 {
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: var(--rose);
  margin: 28px 0 14px;
  font-weight: 500;
}
.legal-section p {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--cream);
  line-height: 1.75;
  margin-bottom: 16px;
}
.legal-section p.placeholder {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--cream-mute);
  font-style: italic;
  padding: 14px 18px;
  background: rgba(138,154,123,.05);
  border-left: 2px solid var(--sage);
  margin-bottom: 16px;
  letter-spacing: .02em;
  line-height: 1.6;
}
.legal-section ul {
  list-style: none;
  margin: 14px 0 20px;
  padding: 0;
}
.legal-section ul li {
  font-family: var(--serif);
  font-size: 17px;
  color: var(--cream);
  line-height: 1.75;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.legal-section ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 1px;
  background: var(--rose);
}
.legal-section a {
  color: var(--rose-soft);
  text-decoration: none;
  border-bottom: 1px solid rgba(212,168,162,.3);
  transition: border-color .3s ease, color .3s ease;
}
.legal-section a:hover {
  color: var(--rose);
  border-color: var(--rose);
}
.legal-section em {
  font-style: italic;
  color: var(--rose);
}
.legal-section strong {
  font-weight: 500;
  color: var(--paper);
}
.legal-stand {
  margin-top: 80px;
  padding-top: 36px;
  border-top: 1px solid rgba(212,168,162,.15);
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--cream-mute);
  letter-spacing: .05em;
}

/* footer */
footer {
  padding: 70px 24px 50px;
  text-align: center;
  position: relative;
  z-index: 5;
  background: var(--bg-deep);
  border-top: 1px solid rgba(212,168,162,.10);
}
.footer-inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.brand-foot {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--sage-soft);
  text-transform: lowercase;
  letter-spacing: .35em;
  font-weight: 400;
}
.footer-tag {
  font-family: var(--serif);
  font-style: italic;
  font-size: 14px;
  color: var(--rose);
  text-transform: lowercase;
  letter-spacing: .15em;
}
.divider-line {
  width: 40px;
  height: 1px;
  background: var(--rose);
  opacity: .5;
}
.footer-meta {
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 4px;
}
.footer-meta a {
  color: var(--cream-mute);
  text-decoration: none;
  transition: color .3s ease;
}
.footer-meta a:hover { color: var(--sage-soft); }
.footer-meta a.active { color: var(--rose); }
.footer-copyright {
  margin-top: 14px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: .3em;
  text-transform: uppercase;
  color: rgba(176,154,140,.4);
}

/* mobile */
@media (max-width: 768px) {
  .nav { padding: 16px 22px; grid-template-columns: 1fr auto 1fr; }
  .nav-back { font-size: 10px; padding: 8px 14px; letter-spacing: .15em; }
  .brand { font-size: 14px; letter-spacing: .2em; }
  .logo-mark { width: 48px; height: 48px; }
  main { padding: 130px 22px 80px; }
  .legal-title { margin-bottom: 40px; }
  .legal-section { margin-bottom: 40px; }
  .footer-meta { gap: 18px; }
}

::selection { background: var(--rose); color: var(--ink); }
