/* =========================================================
   PRIVACY POLICY PAGE — Figma 1920 (no header, just content)
   ========================================================= */

.privacy_page {
  background: #FFFFFF;
}

/* ----- TOP HERO: breadcrumbs + title + back button (centered) ----- */
.privacy {
  padding: 64px 96px 64px;
  text-align: center;
  background: #FFFFFF;
}
.privacy__breadcrumbs {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 130%;
  color: #C4C4C4;
  margin-bottom: 32px;
}
.privacy__breadcrumbs a,
.privacy__breadcrumbs span {
  color: #C4C4C4;
  text-decoration: none;
  transition: color .2s;
}
.privacy__breadcrumbs a:hover { color: #010101; }
.privacy__sep { display: inline-block; }

.privacy__title {
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #010101;
  text-transform: uppercase;
  margin: 0 auto 32px;
  max-width: 1701px;
}
.privacy__back-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 0 48px;
  background: transparent;
  color: #232323;
  border: 1.6px solid #232323;
  font-family: "Felidae", "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: background-color .25s, color .25s;
  box-sizing: border-box;
}
.privacy__back-btn:hover { background: #010101; color: #FFFFFF; border-color: #010101; }

/* ----- PHOTO STRIP ----- */
.privacy_photo {
  width: 100%;
}
.privacy_photo img {
  width: 100%;
  height: 635px;
  object-fit: cover;
  display: block;
}

/* ----- BODY: numbered sections with text (Figma: text width 1677px) ----- */
.privacy_body {
  max-width: 1677px;
  margin: 64px auto 96px;
  padding: 0 96px;
  box-sizing: content-box;
}
.privacy_body__h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 120%;
  color: #3C3C3B;
  margin: 0 0 16px;
  padding-top: 32px;
}
.privacy_body__h2:first-child { padding-top: 0; }
.privacy_body__p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 130%;
  color: #3C3C3B;
  margin: 0 0 16px;
}

/* =========================================================
   ADAPTIVE — 1200px (Figma 1200_гайд: 1200x4875)
   Title 50px Felidae uppercase, h2 28px Felidae, body 16-20px Inter
   ========================================================= */
@media (max-width: 1200px) {
  .privacy { padding: 48px 60px; }
  .privacy__breadcrumbs { font-size: 16px; margin-bottom: 24px; gap: 6px; }
  .privacy__title { font-size: 50px; line-height: 110%; letter-spacing: 0.02em; max-width: 740px; margin-bottom: 24px; }
  .privacy__back-btn { font-size: 16px; height: 50px; padding: 0 32px; line-height: 150%; }
  .privacy_photo img { height: 472px; }
  .privacy_body { padding: 0 60px; max-width: 1080px; margin: 48px auto 64px; }
  .privacy_body__h2 { font-size: 28px; line-height: 110%; letter-spacing: 0.02em; padding-top: 32px; margin-bottom: 16px; font-family: "Felidae", "Cormorant Garamond", serif; color: #010101; }
  .privacy_body__p { font-size: 16px; line-height: 150%; color: #3C3C3B; margin-bottom: 16px; }
}

/* =========================================================
   ADAPTIVE — 768px (Figma 768_НОВОСТЬ: 768x2430)
   Title 35px Felidae uppercase, h2 ~20px, body 14px Inter
   ========================================================= */
@media (max-width: 768px) {
  .privacy { padding: 32px 30px; }
  .privacy__breadcrumbs { font-size: 12px; margin-bottom: 20px; gap: 6px; }
  .privacy__title { font-size: 35px; line-height: 110%; letter-spacing: 0.02em; margin-bottom: 24px; max-width: 100%; }
  .privacy__back-btn { font-size: 12px; height: 44px; padding: 0 24px; letter-spacing: 0.05em; line-height: 150%; }
  .privacy_photo img { height: 320px; }
  .privacy_body { padding: 0 30px; max-width: 100%; margin: 32px auto 48px; }
  .privacy_body__h2 { font-size: 20px; line-height: 110%; padding-top: 24px; margin-bottom: 12px; font-family: "Felidae", "Cormorant Garamond", serif; }
  .privacy_body__p { font-size: 14px; line-height: 150%; margin-bottom: 12px; }
}

/* =========================================================
   ADAPTIVE — 360px (Figma 360_НОВОСТЬ: 360x3151)
   Title 30px Felidae, h2 20px Felidae, body 14px Inter
   ========================================================= */
@media (max-width: 360px) {
  .privacy { padding: 24px 16px; }
  .privacy__breadcrumbs { font-size: 12px; margin-bottom: 16px; }
  .privacy__title { font-size: 30px; line-height: 110%; letter-spacing: 0.02em; margin-bottom: 20px; }
  .privacy__back-btn { font-size: 12px; height: 44px; padding: 0 16px; letter-spacing: 0.05em; }
  .privacy_photo img { height: 200px; }
  .privacy_body { padding: 0 16px; margin: 24px auto 32px; }
  .privacy_body__h2 { font-size: 20px; line-height: 110%; padding-top: 20px; margin-bottom: 12px; }
  .privacy_body__p { font-size: 14px; line-height: 150%; margin-bottom: 12px; }
}
