/**
 * Terms & Conditions page styles
 * Used by page-terms-conditions.php (cart/404 layout shell + this file).
 * Breakpoints align with cart-page.css: ≤359 | 360–809 | 810–1279 | 1280–1919 | ≥1920
 */

/* ============================================================
   HERO
   ============================================================ */

body {
  padding: 0 !important;
}

.cart-hero.terms-conditions-hero {
  height: 280px;
}

.cart-hero__inner.terms-conditions-hero__inner {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 12px;
}

.terms-conditions-hero__paragraph {
  margin: 0;
  max-width: 640px;
  font-family: "Noto Sans", "Noto Sans Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   MAIN CONTENT
   ============================================================ */
.terms-conditions-main {
  background-color: #030303;
}

.terms-conditions-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.terms-conditions-content__body {
  font-family: "Noto Sans", "Noto Sans Placeholder", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.terms-conditions-content__body > *:first-child {
  margin-top: 0;
}

.terms-conditions-content__body > *:last-child {
  margin-bottom: 0;
}

.terms-conditions-content__body h2,
.terms-conditions-content__body h3,
.terms-conditions-content__body h4 {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  margin: 2em 0 0.75em;
}

.terms-conditions-content__body h2 {
  font-size: 28px;
}

.terms-conditions-content__body h3 {
  font-size: 22px;
}

.terms-conditions-content__body h4 {
  font-size: 18px;
}

.terms-conditions-content__body p {
  margin: 0 0 1.25em;
}

.terms-conditions-content__body a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-conditions-content__body a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.terms-conditions-content__body ul,
.terms-conditions-content__body ol {
  margin: 0 0 1.25em;
  padding-left: 1.5em;
}

.terms-conditions-content__body li {
  margin-bottom: 0.5em;
}

.terms-conditions-content__body li::marker {
  color: rgba(255, 255, 255, 0.5);
}

/* Full-bleed Store footer (override cart-page body padding) */
body.page-terms-conditions {
  padding: 0;
}

.page-terms-conditions-footer-shell {
  width: 100%;
  background: #000;
}

.page-terms-conditions-footer-shell .framer-lyubw3 {
  width: 100%;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 809px) {
  .cart-hero.terms-conditions-hero {
    height: 220px;
  }

  .cart-hero__inner.terms-conditions-hero__inner {
    padding: 0 16px 24px;
  }

  .terms-conditions-hero__paragraph {
    font-size: 14px;
    max-width: 100%;
  }

  .terms-conditions-content {
    padding: 32px 16px 56px;
  }

  .terms-conditions-content__body {
    font-size: 15px;
  }

  .terms-conditions-content__body h2 {
    font-size: 24px;
  }

  .terms-conditions-content__body h3 {
    font-size: 20px;
  }

  .terms-conditions-content__body h4 {
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  .cart-hero.terms-conditions-hero {
    height: 200px;
  }

  .terms-conditions-content {
    padding: 24px 12px 48px;
  }

  .terms-conditions-content__body {
    font-size: 14px;
  }

  .terms-conditions-content__body h2 {
    font-size: 22px;
  }
}

@media (min-width: 1280px) {
  .terms-conditions-content {
    padding: 56px 24px 96px;
  }
}

@media (min-width: 1920px) {
  .terms-conditions-content {
    max-width: 1000px;
  }
}
