/* ==========================================================
   HEALTH & SAFETY PAGE
========================================================== */

.hs-page {
  width: 100%;
  background-color: var(--fundo-pagina);
  padding: 0px 25px 0px;
  
}

.hs-header {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
  text-align: center;
  background: var(--verde-salvia);
  padding: 80px 20px;
  margin-bottom: 55px;
 
}




.hs-eyebrow {
  display: block;
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #777;
}

.hs-header span {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    margin-bottom: 25px;
}

.hs-header h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 0;
}

.hs-divider {
  width: 45px;
  height: 4px;
  margin: 25px auto 30px;
  background-color: #e87920;
}

.hs-intro {
  max-width: 860px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
  text-align: center;
  color: white;
}

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

.hs-image {
  position: relative;
  width: min(1100px, 100%);
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

.hs-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,.02) 0%,
    rgba(0,0,0,.02) 45%,
    rgba(238,238,238,.75) 100%
  );
  pointer-events: none;
}

.hs-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

/* ==========================================================
   POLICY CONTENT
========================================================== */

.hs-content {
  position: relative;
  z-index: 2;
  width: min(900px, 100%);
  margin: -45px auto 0;
  padding: 55px 70px;
  background: rgba(255,255,255,.94);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  box-shadow: 0 15px 40px rgba(0,0,0,.06);
}

.hs-section {
  margin-bottom: 60px;
}

.hs-section:last-child {
  margin-bottom: 0;
}

.hs-section h2 {
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 600;
  color: #222;
}

.hs-section p {
  margin-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

.hs-section ul {
  margin: 25px 0 10px 22px;
}

.hs-section li {
  margin-bottom: 16px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/* ==========================================================
   POLICY STATUS
========================================================== */

.hs-policy-status {
  margin-top: 80px;
  padding: 45px 40px;
  background: #f8f8f6;
  border-left: 5px solid #e87920;
}

.hs-policy-status h3 {
  margin-bottom: 35px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: #222;
}

.hs-status-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 45px;
}

.status-item {
  display: flex;
  flex-direction: column;
}

.status-item strong {
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #737e6d;
}

.status-item span {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #444;
}

/* ==========================================================
   GOVERNANCE NOTICE
========================================================== */

.hs-governance {
  margin-top: 70px;
  padding: 45px;
  background: #f3f3f1;
  border-radius: 6px;
}

.hs-governance h3 {
  margin-bottom: 25px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 600;
  color: #222;
}

.hs-governance p {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
}

.hs-governance p:last-child {
  margin-bottom: 0;
}

/* ==========================================================
   SUBTLE SECTION DIVIDERS
========================================================== */

.hs-section + .hs-section {
  padding-top: 45px;
  border-top: 1px solid rgba(0,0,0,.08);
}

/* ==========================================================
   EMPHASIS
========================================================== */

.hs-section strong,
.hs-governance strong,
.status-item strong {
  color: #2f332c;
}

.hs-section em {
  color: #737e6d;
  font-style: italic;
}

/* ==========================================================
   POLICY SECTIONS
========================================================== */

.policy-section {
  max-width: 1100px;
  margin: 0 auto 40px;
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0,0,0,.05);
}

.policy-section:last-of-type{
  margin-bottom:60px;
}

.policy-number{
  display:inline-block;
  margin-bottom:14px;
  font-size:13px;
  font-weight:700;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#6f8574;
}

.policy-section h2{
  font-family:'Cormorant Garamond', serif;
  font-size:42px;
  font-weight:600;
  color:#222;
  margin-bottom:22px;
  line-height:1.15;
}

.policy-section p{
  font-size:16px;
  line-height:1.9;
  color:#555;
  margin-bottom:20px;
}

.policy-section ul{
  margin:25px 0;
  padding-left:28px;
}

.policy-section li{
  margin-bottom:14px;
  line-height:1.8;
  color:#555;
}

.policy-section strong{
  color:#222;
  font-weight:600;
}

/* ==========================================================
   HIGHLIGHT BOX
========================================================== */

.policy-highlight{
  margin-top:30px;
  padding:28px 30px;
  background:#f6f6f4;
  border-left:4px solid #e87920;
}

.policy-highlight h3{
  font-size:22px;
  color:#222;
  margin-bottom:15px;
  font-family:'Montserrat', sans-serif;
}

.policy-highlight p{
  margin:0;
  font-size:15px;
  line-height:1.8;
}

/* ==========================================================
   REVIEW BOX
========================================================== */

.policy-review{
  max-width:1100px;
  margin:70px auto 0;
  padding:45px;
  background:#f5f5f3;
  border-radius:8px;
}

.policy-review h3{
  text-align:center;
  font-family:'Cormorant Garamond', serif;
  font-size:38px;
  color:#222;
  margin-bottom:35px;
}

.review-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

.review-item{
  background:#ffffff;
  padding:25px;
  border-radius:5px;
}

.review-item span{
  display:block;
  font-size:12px;
  font-weight:700;
  letter-spacing:2px;
  color:#777;
  text-transform:uppercase;
  margin-bottom:12px;
}

.review-item p{
  margin:0;
  color:#444;
  font-size:15px;
}

/* ==========================================================
   LEGAL NOTICE
========================================================== */

.policy-note {
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 35px 40px;
  background: #fbfbfa;
  border-top: 4px solid #e87920;
  text-align: center;
}

.policy-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #666;
  font-style: italic;
}

.policy-closing-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.faith-divider {
    width: 80px;
    height: 3px;
    background: #d58b3a;
    margin: 25px auto 35px;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1100px){

  .policy-page{
    padding:60px 18px 80px;
  }

  .policy-header h1{
    font-size:42px;
  }

  .policy-header p{
    font-size:15px;
  }

  .policy-image{
    height:320px;
  }

  .policy-introduction{
    padding:40px 28px;
  }

  .policy-section{
    padding:35px 30px;
  }

  .policy-section h2{
    font-size:34px;
  }

  .policy-section p,
  .policy-section li{
    font-size:15px;
    line-height:1.8;
  }

  .policy-highlight{
    padding:24px;
  }

  .policy-review{
    padding:35px 28px;
  }

  .policy-review h3{
    font-size:34px;
  }

  .review-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

    .hs-intro {
    width: 90%;
    }

  .policy-page{
    padding:40px 15px 70px;
  }

  .policy-header{
    margin-bottom:45px;
  }

  .policy-header h1{
    font-size:34px;
    line-height:1.2;
  }

  .policy-header p{
    font-size:14px;
    line-height:1.8;
  }

  .policy-image{
    height:220px;
    border-radius:4px;
  }

  .policy-introduction{
    padding:30px 22px;
    margin-top:-30px;
  }

  .policy-introduction p{
    font-size:15px;
  }

  .policy-section{
    padding:28px 22px;
    margin-bottom:25px;
  }

  
  .policy-number{
    font-size:11px;
    letter-spacing:2px;
  }

  .policy-section h2{
    font-size:29px;
  }

  .policy-section p,
  .policy-section li{
    font-size:14px;
    line-height:1.8;
  }

  .policy-section ul{
    padding-left:20px;
  }

  .policy-highlight{
    padding:20px;
  }

  .policy-highlight h3{
    font-size:20px;
  }

  .policy-highlight p{
    font-size:14px;
  }

  .policy-review{
    padding:28px 20px;
  }

  .policy-review h3{
    font-size:30px;
  }

  .review-item{
    padding:20px;
  }

  .review-item span{
    font-size:11px;
  }

  .review-item p{
    font-size:14px;
  }

  .policy-note{
    margin-top:45px;
    padding:25px 20px;
  }

  .policy-note p{
    font-size:13px;
    line-height:1.8;
  }

  .policy-closing-content {
    width: 90%  ;
  }
}

  @media (max-width:768px){

  .hs-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hs-content {
    padding: 20px 5px;
    width: 100%;
  }

  .policy-section {
    padding: 20px 10px;
    width: 90%;
    max-width: 100%;
  }

  .policy-section p,
  .policy-section li {
    max-width: 100%;
    width: 100%;
  }


}

/* ==========================================================
   PRINT
========================================================== */

@media print{

  .top-bar,
  .navbar,
  .menu-toggle,
  .main-footer{
    display:none !important;
  }

  body{
    background:#ffffff;
    color:#000;
  }

  .policy-page{
    padding:0;
    width:100%;
  }

  .policy-section,
  .policy-review,
  .policy-note{
    box-shadow:none;
    border:none;
    page-break-inside:avoid;
  }

}