/* =========================================
   PRIVACY POLICY PAGE STYLES
   ========================================= */

/* MAIN CONTENT */
.privacy-main {
  background-color: hsl(45, 22%, 86%);
  padding: 5rem 2rem 6rem;
}

.privacy-inner {
  max-width: 72ch;
  margin: 0 auto;
}

.privacy-page-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 4rem;
  font-weight: 300;
  color: hsl(23, 32%, 38%);
  line-height: 1.15;
  letter-spacing: 0.01em;
  margin-bottom: 2.5rem;
}

.privacy-block {
  margin-bottom: 1rem;
}

.privacy-effective {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: hsl(23, 32%, 50%);
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

.privacy-intro {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1.05rem;
  color: #5c5040;
  line-height: 1.85;
  margin-bottom: 2.5rem;
}

.privacy-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2.6rem;
  font-weight: 300;
  color: hsl(23, 32%, 40%);
  line-height: 1.2;
  margin-bottom: 2rem;
  padding-bottom: 0.6rem;
  border-bottom: 1.5px solid hsl(23, 32%, 72%);
}

.privacy-subsection {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: hsl(23, 32%, 38%);
  margin: 2rem 0 0.6rem;
  letter-spacing: 0.01em;
}

.privacy-body {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: #5c5040;
  line-height: 1.85;
  margin-bottom: 0.8rem;
}

.privacy-list {
  list-style: none;
  padding: 0;
  margin: 0.4rem 0 1rem 0;
}

.privacy-list li {
  font-family: 'Alegreya', Georgia, serif;
  font-size: 1rem;
  color: #5c5040;
  line-height: 1.75;
  padding: 0.25rem 0 0.25rem 1.4rem;
  position: relative;
}

.privacy-list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: hsl(23, 32%, 55%);
}

.privacy-contact-block {
  margin-top: 0.4rem;
  line-height: 2;
}

.privacy-inline-link {
  color: hsl(23, 32%, 40%);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-inline-link:hover {
  color: hsl(23, 32%, 28%);
}

.privacy-divider {
  border: none;
  border-top: 1.5px solid hsl(23, 32%, 72%);
  margin: 3.5rem 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .privacy-main {
    padding: 3.5rem 1.5rem 5rem;
  }

  .privacy-page-title {
    font-size: 2.8rem;
  }

  .privacy-section-title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .privacy-page-title {
    font-size: 2.2rem;
  }
}
