.hg-page-hero{position:relative;text-align:center;padding:112px 0 58px;overflow:hidden}

.hg-page-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 24%,rgba(201,154,52,.13),transparent 25%),radial-gradient(circle at 50% 80%,rgba(255,255,255,.035),transparent 38%);pointer-events:none}

.hg-page-hero .container{position:relative;z-index:1}

.hg-page-hero h1{position:relative;max-width:1160px;margin:18px auto 18px;font-family:var(--hg-serif-font);font-weight:500;font-size:clamp(46px,5.1vw,86px);line-height:1.02;letter-spacing:-.035em}

.hg-page-hero p{position:relative;max-width:880px;margin:0 auto;color:var(--hg-muted);font-size:18px;line-height:1.9}

.hg-section{padding:72px 0}

.hg-content-card{border:1px solid var(--hg-border);border-radius:18px;background:radial-gradient(circle at 88% 20%,rgba(201,154,52,.10),transparent 28%),linear-gradient(180deg,rgba(13,17,23,.92),rgba(5,6,8,.96));box-shadow:var(--hg-shadow);padding:36px;color:var(--hg-muted);line-height:1.9;font-size:18px}

.hg-content-card h2,.hg-content-card h3{color:var(--hg-gold-2);font-family:var(--hg-serif-font);font-weight:500}

.hg-theme-light .hg-page-hero h1{color:#21180d;text-shadow:none}

.hg-theme-light .hg-page-hero p,
.hg-theme-light .hg-content-card{color:#625946}

.hg-theme-light .hg-content-card{
  border-color:rgba(173,122,28,.28);
  background:linear-gradient(180deg,rgba(255,253,248,.92),rgba(246,238,224,.88));
  box-shadow:0 18px 48px rgba(82,55,16,.12), inset 0 1px 0 rgba(255,255,255,.64);
}

.hg-page-hero-clean::before{
  display:none;
}

body:not(.home){
  background:
    linear-gradient(180deg, rgba(3,4,5,.10) 0%, rgba(7,9,12,.26) 44%, #030405 100%),
    url("../images/inner-hero-laurel.webp") center 176px / min(920px,88vw) auto no-repeat fixed,
    linear-gradient(180deg,#030405 0%,#07090c 44%,#030405 100%);
}

body:not(.home)::before,
body:not(.home)::after{
  display:none;
}

@media (max-width:900px){
  body:not(.home){
    background:
      linear-gradient(180deg, rgba(3,4,5,.16) 0%, rgba(7,9,12,.35) 44%, #030405 100%),
      url("../images/inner-hero-laurel.webp") center 150px / min(720px,116vw) auto no-repeat scroll,
      linear-gradient(180deg,#030405 0%,#07090c 44%,#030405 100%);
  }
}

.hg-theme-light body:not(.home){
  background:
    linear-gradient(180deg, rgba(255,248,237,.70) 0%, rgba(245,237,222,.74) 44%, #fffaf2 100%),
    url("../images/inner-hero-laurel.webp") center 176px / min(920px,88vw) auto no-repeat fixed,
    linear-gradient(180deg,#fff8ed 0%,#f5edde 50%,#fffaf2 100%);
}
