/* Privacy Policy & Terms and Conditions pages — unique sections not covered by base.css */
.crumb-current{font-family:'Cormorant Garamond', serif;}

/* BREADCRUMB */
.breadcrumb{
  max-width:900px;margin:0 auto;padding:22px 60px 0;display:flex;align-items:center;gap:8px;
  font-family:'Mulish',sans-serif;font-weight:600;font-size:11px;letter-spacing:.1em;color:var(--mid);text-transform:uppercase;
}
.breadcrumb svg{width:14px;height:14px;color:var(--mid);}
.breadcrumb .sep{opacity:0.6;}
.breadcrumb .crumb-current{color:var(--gold);}

/* HERO */
.hero{
  padding:56px 60px 50px;
  background:linear-gradient(120deg,var(--pale) 0%, var(--bg) 55%, var(--pale) 100%);
}
.hero-inner{max-width:700px;margin:0 auto;text-align:center;}
.hero h1{font-size:42px;color:var(--deep);margin-bottom:16px;font-weight:500;}
.hero-divider{justify-content:center;margin-bottom:18px;}
.hero p.sub{font-size:18px;line-height:1.6;opacity:0.85;}

/* CONTENT */
.content-wrap{max-width:820px;margin:0 auto;padding:50px 60px 60px;}
.updated-line{font-size:15px;opacity:0.75;margin-bottom:18px;}
.intro-block p{font-size:17px;line-height:1.7;opacity:0.85;margin-bottom:14px;}
.intro-rule{height:1px;background:var(--line);margin:28px 0;}

.policy-section{display:flex;gap:20px;padding:26px 0;border-bottom:1px solid var(--line);}
.policy-section:last-of-type{border-bottom:none;}
.section-icon{
  width:52px;height:52px;border-radius:50%;background:var(--cream);flex-shrink:0;
  display:flex;align-items:center;justify-content:center;color:var(--deep);border:1px solid var(--line);
}
.section-icon svg{width:22px;height:22px;}
.policy-section h3{font-size:17px;color:var(--deep);margin-bottom:8px;font-weight:500;letter-spacing:0.5px;text-transform:uppercase;}
.policy-section p{font-size:16.5px;line-height:1.65;opacity:0.85;}
.contact-lines{margin-top:10px;display:flex;flex-direction:column;gap:8px;}
.contact-lines div{display:flex;align-items:center;gap:10px;font-size:16.5px;opacity:0.85;}
.contact-lines svg{width:16px;height:16px;color:var(--gold);flex-shrink:0;}

@media (max-width:900px){
  .breadcrumb{padding:20px 24px 0;}
  .hero{padding:40px 24px 36px;}
  .hero h1{font-size:32px;}
  .content-wrap{padding:40px 24px 48px;}
}

@media (max-width:600px){
  .breadcrumb{padding:16px 18px 0;}
  .hero{padding:32px 18px 30px;}
  .hero h1{font-size:26px;}
  .hero p.sub{font-size:16px;}
  .content-wrap{padding:32px 18px 40px;}
  .policy-section{gap:14px;}
  .section-icon{width:44px;height:44px;}
  .section-icon svg{width:19px;height:19px;}
}
