.modern-header{
  background:linear-gradient(135deg,#09052c,#13084a 72%,#0e0739);
  border-bottom:4px solid var(--orange);
}

.modern-header-inner{
  max-width:1320px;
  margin:0 auto;
  min-height:190px;
  padding:18px 28px 16px;
  display:grid;
  grid-template-columns:1fr 220px 1fr;
  align-items:end;
  gap:28px;
}

.modern-brand{
  align-self:end;
  padding-bottom:18px;
}

.brand-main{
  font-family:Georgia,serif;
  font-size:1.42rem;
  font-weight:700;
  letter-spacing:.08em;
  color:#fff;
}

.brand-sub{
  margin-top:4px;
  font-family:Georgia,serif;
  font-size:.92rem;
  letter-spacing:.16em;
  color:var(--gold2);
}

.modern-logo-link{
  align-self:start;
  justify-self:center;
  width:190px;
  height:190px;
  overflow:visible;
  border-radius:0;
  box-shadow:none;
}

.modern-logo{
  width:100%;
  height:100%;
  object-fit:contain;
  transform:none;
}

.modern-nav{
  justify-content:flex-end;
  align-items:center;
  padding-bottom:18px;
  gap:22px;
}

.modern-nav a{
  color:#fff;
  font-weight:700;
  text-decoration:none;
  position:relative;
}

.modern-nav a:hover::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-10px;
  height:3px;
  background:var(--gold2);
  border-radius:3px;
}

.hero-v016{
  position:relative;
  min-height:440px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:70px 24px 66px;
  background:
    radial-gradient(circle at 52% 35%,rgba(101,38,165,.34),transparent 34%),
    linear-gradient(115deg,#09052c,#1a0b56 56%,#09052c);
  border-bottom:4px solid var(--orange);
}

.hero-v016::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(120deg,transparent 0 26%,rgba(255,255,255,.025) 27%,transparent 28% 100%),
    linear-gradient(60deg,transparent 0 48%,rgba(255,255,255,.02) 49%,transparent 50% 100%);
  background-size:48px 48px,64px 64px;
  opacity:.35;
}

.hero-fabric-left{
  position:absolute;
  left:-80px;
  top:-40px;
  width:430px;
  height:560px;
  transform:rotate(-15deg);
  background:
    linear-gradient(90deg,#e07800 0 28%,#4d1a84 29% 75%,#1c0b43 76%);
  box-shadow:0 0 80px rgba(0,0,0,.35);
  opacity:.95;
}

.hero-fabric-left::after{
  content:"";
  position:absolute;
  left:142px;
  top:0;
  width:22px;
  height:100%;
  background:repeating-linear-gradient(
    90deg,
    #d9a43b 0 3px,
    #f4c96c 3px 6px
  );
  box-shadow:0 0 16px rgba(0,0,0,.3);
}

.hero-watermark{
  position:absolute;
  right:-70px;
  top:22px;
  width:390px;
  height:390px;
  border:8px solid rgba(224,182,76,.06);
  border-radius:50%;
}

.hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:980px;
  margin-left:90px;
}

.hero-content h1{
  margin:0;
  font-family:Georgia,serif;
  font-size:clamp(4rem,8vw,7.8rem);
  line-height:.95;
  letter-spacing:.015em;
  color:#f0be39;
  text-shadow:
    0 3px 0 #6c3a00,
    0 8px 18px rgba(0,0,0,.42);
}

.hero-ribbon-line,
.district-line{
  margin-top:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
}

.hero-ribbon{
  padding:10px 34px 12px;
  border:3px solid #d49a1a;
  border-radius:24px;
  font-family:Georgia,serif;
  font-weight:700;
  font-size:1.65rem;
  letter-spacing:.03em;
  background:rgba(9,5,44,.45);
}

.orange-word{color:#f2a343}
.and-word{color:#fff}
.purple-word{color:#d56dff}

.line{
  display:block;
  height:3px;
  width:165px;
  background:linear-gradient(90deg,transparent,#d8a31d);
}

.hero-ribbon-line .line:last-child{
  background:linear-gradient(90deg,#d8a31d,transparent);
}

.district-line{
  margin-top:18px;
  color:#f0be39;
  font-family:Georgia,serif;
  font-size:1.6rem;
  letter-spacing:.32em;
}

.district-line .short{
  width:100px;
}

.hero-content p{
  margin:24px auto 0;
  max-width:780px;
  font-size:1.25rem;
  color:#fff;
}

.homepage-v016{
  padding-top:38px;
}

.icon-title::before{
  content:"▣";
  display:inline-block;
  margin-right:12px;
  color:var(--navy);
  font-size:.82em;
}

.empty-event-card{
  display:flex;
  align-items:center;
  gap:22px;
  padding:24px 28px;
  background:#fff;
  border:1px solid #ded4bd;
  border-top:4px solid var(--gold);
  border-radius:14px;
  box-shadow:0 8px 22px rgba(21,12,35,.08);
}

.event-icon{
  flex:0 0 58px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f7efd9;
  color:var(--navy);
  font-size:1.6rem;
  font-weight:800;
}

.empty-event-card h3{
  margin:0 0 6px;
  color:var(--navy);
}

.empty-event-card p{
  margin:0;
}

.lodges-section{
  margin-top:44px;
}

.footer-v016{
  border-top:4px solid var(--orange);
  padding:22px 20px;
  font-size:.92rem;
}

.footer-v016 .sep{
  padding:0 8px;
  color:var(--gold2);
}

@media(max-width:980px){
  .modern-header-inner{
    grid-template-columns:1fr;
    text-align:center;
    min-height:auto;
    padding:14px 20px 18px;
  }

  .modern-brand,
  .modern-nav{
    justify-self:center;
    padding-bottom:0;
  }

  .modern-logo-link{
    order:-1;
    width:150px;
    height:150px;
  }

  .modern-nav{
    justify-content:center;
  }

  .hero-fabric-left{
    opacity:.55;
    left:-170px;
  }

  .hero-content{
    margin-left:0;
  }
}

@media(max-width:720px){
  .modern-nav{
    gap:14px;
    font-size:.92rem;
  }

  .hero-v016{
    min-height:390px;
    padding:52px 18px;
  }

  .hero-content h1{
    font-size:3.35rem;
  }

  .hero-ribbon{
    font-size:1.15rem;
    padding:8px 18px;
  }

  .hero-ribbon-line .line{
    display:none;
  }

  .district-line{
    font-size:1.1rem;
    letter-spacing:.22em;
  }

  .district-line .line{
    width:46px;
  }

  .hero-content p{
    font-size:1rem;
  }

  .empty-event-card{
    align-items:flex-start;
  }
}
