/* CCEH V2 Sprint 2.2 — Public Shell */
:root{
  --cceh-wine:#4f2333;
  --cceh-wine-dark:#351720;
  --cceh-gold:#d6a548;
  --cceh-soft:#f6f3f4;
  --cceh-ink:#2c292b;
}
.public-shell-header .rd-navbar-main-outer{background:#fff;}
.cceh-inner-hero{
  position:relative;
  padding:54px 0 58px;
  background:
    linear-gradient(115deg,rgba(53,23,32,.97),rgba(79,35,51,.90)),
    radial-gradient(circle at 85% 20%,rgba(214,165,72,.22),transparent 36%);
  color:#fff;
  overflow:hidden;
}
.cceh-inner-hero:after{
  content:"";position:absolute;right:-120px;top:-150px;width:360px;height:360px;
  border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018);
}
.cceh-breadcrumb{position:relative;z-index:1;display:flex;gap:9px;align-items:center;margin-bottom:23px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.66);}
.cceh-breadcrumb a{color:#fff;}.cceh-breadcrumb a:hover{color:var(--cceh-gold);}
.cceh-inner-hero-content{position:relative;z-index:1;max-width:850px;}
.cceh-hero-line{display:block;width:62px;height:3px;background:var(--cceh-gold);margin-bottom:20px;}
.cceh-inner-hero h1{font-family:Montserrat,sans-serif;font-weight:700;color:#fff;font-size:44px;line-height:1.12;margin:0 0 14px;}
.cceh-inner-hero p{color:rgba(255,255,255,.80);font-size:17px;line-height:1.7;max-width:760px;margin:0;}
.cceh-public-content{padding:58px 0 76px;background:#fff;}
@media(max-width:767px){
  .cceh-inner-hero{padding:40px 0 42px}.cceh-inner-hero h1{font-size:32px}.cceh-inner-hero p{font-size:15px}
}
