
:root{
  --navy:#061f4a;
  --navy2:#0b387b;
  --gold:#d7ad3f;
  --gold2:#f2d277;
  --cream:#f4ead8;
  --paper:#fffaf0;
  --ink:#11213b;
  --muted:#53637a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
}
a{color:inherit}
.site-header{
  background:linear-gradient(135deg,#041735,var(--navy),var(--navy2));
  color:white;
  border-bottom:3px solid var(--gold);
  box-shadow:0 8px 24px rgba(0,0,0,.25);
}
.header-inner{
  max-width:1180px;
  margin:0 auto;
  padding:20px 28px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}
.brand{
  display:flex;
  align-items:center;
  gap:18px;
  text-decoration:none;
  color:white;
}
.logo-box{
  width:86px;
  height:86px;
  border:2px solid var(--gold);
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.04);
}
.logo-svg{
  width:68px;
  height:68px;
  object-fit:contain;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.35));
}
.brand-title{
  font-size:36px;
  line-height:1;
  text-transform:uppercase;
  font-weight:bold;
}
.brand-subtitle{
  margin-top:8px;
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.06em;
  font-size:15px;
}
.main-nav{
  display:flex;
  gap:20px;
  flex-wrap:wrap;
}
.main-nav a{
  color:white;
  text-decoration:none;
  text-transform:uppercase;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.06em;
  border-bottom:2px solid transparent;
  padding-bottom:6px;
}
.main-nav a:hover,.main-nav a.active{
  color:var(--gold2);
  border-bottom-color:var(--gold);
}
.hero{
  min-height:620px;
  color:white;
  background:
    linear-gradient(90deg,rgba(4,23,53,.98) 0%,rgba(6,31,74,.92) 42%,rgba(6,31,74,.30) 70%,rgba(6,31,74,.12) 100%),
    url("historic-lodge.png") right center/contain no-repeat,
    linear-gradient(135deg,#061f4a,#092c67);
}
.hero-inner{
  max-width:1180px;
  margin:0 auto;
  padding:92px 28px 80px;
}
.eyebrow,.kicker{
  color:var(--gold2);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:14px;
  font-weight:bold;
}
.hero h1{
  margin:16px 0 0;
  font-size:58px;
  line-height:1.05;
  text-transform:uppercase;
  max-width:620px;
}
.gold-rule{
  width:360px;
  max-width:80%;
  height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
  margin:26px 0;
}
.hero p{
  font-size:22px;
  line-height:1.55;
  max-width:560px;
}
.script{
  color:var(--gold2);
  font-style:italic;
}
.cta-row{
  margin-top:32px;
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}
.btn{
  display:inline-flex;
  min-width:180px;
  justify-content:center;
  align-items:center;
  padding:15px 22px;
  border:2px solid var(--gold);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:bold;
  font-size:14px;
}
.btn.primary{
  background:linear-gradient(135deg,var(--gold2),var(--gold));
  color:#10213d;
}
.btn.secondary{
  color:white;
  background:rgba(255,255,255,.05);
}
.heritage-strip{
  background:linear-gradient(135deg,#061b3e,#092c67 60%,#061b3e);
  color:white;
  padding:34px 28px;
  border-top:1px solid rgba(215,173,63,.45);
  border-bottom:1px solid rgba(215,173,63,.45);
}
.strip-inner{max-width:1180px;margin:0 auto}
.strip-title{
  text-align:center;
  color:white;
  text-transform:uppercase;
  letter-spacing:.1em;
  font-size:20px;
  margin-bottom:24px;
}
.milestones{
  display:grid;
  grid-template-columns:repeat(6,1fr);
}
.milestone{
  text-align:center;
  padding:10px 16px;
  border-right:1px solid rgba(215,173,63,.32);
}
.milestone:last-child{border-right:0}
.milestone .year{
  color:var(--gold2);
  font-size:25px;
  font-weight:bold;
  margin-bottom:5px;
}
.milestone p{
  margin:0;
  line-height:1.35;
  font-size:14px;
}
.section{
  max-width:1180px;
  margin:0 auto;
  padding:70px 28px;
}
.section.center{text-align:center}
.section h1,.section h2{
  color:var(--navy);
  margin:0 0 16px;
  font-size:44px;
  line-height:1.15;
}
.section p{
  font-size:18px;
  line-height:1.78;
}
.lede{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  color:#31425e;
  font-size:20px!important;
}
.intro-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:38px;
  align-items:start;
}
.card,.history-card,.resource-card,.info-card{
  background:var(--paper);
  border:1px solid rgba(6,31,74,.15);
  border-top:5px solid var(--gold);
  box-shadow:0 12px 28px rgba(6,31,74,.10);
  padding:30px;
}
.card h3,.history-card h3,.resource-card h3,.info-card h3{
  margin-top:0;
  color:var(--navy);
  font-size:28px;
}
.feature-panel{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
  padding:34px;
  border-left:6px solid var(--gold);
  box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.feature-panel h3{color:var(--gold2);margin-top:0;font-size:28px}
.feature-panel p{color:#edf2fb}
.history-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:34px;
}
.side-note{
  position:sticky;
  top:20px;
  align-self:start;
  background:var(--navy);
  color:white;
  padding:24px;
  border-top:5px solid var(--gold);
}
.side-note h3{color:var(--gold2);margin-top:0}
.side-note p{font-size:16px;color:#edf2fb}
.history-card{
  border-top:0;
  border-left:6px solid var(--navy);
  margin-bottom:22px;
}
.timeline-list{display:grid;gap:16px}
.timeline-row{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  background:white;
  border-left:6px solid var(--gold);
  padding:20px;
  box-shadow:0 8px 18px rgba(0,0,0,.065);
}
.timeline-row strong{
  color:var(--navy);
  font-size:28px;
}
.links-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.resource-card{
  display:block;
  text-decoration:none;
  min-height:160px;
  transition:transform .18s ease,box-shadow .18s ease;
}
.resource-card:hover{
  transform:translateY(-3px);
  box-shadow:0 16px 34px rgba(6,31,74,.16);
}
.resource-card p{
  color:var(--muted);
  font-size:16px;
}
.gallery-panel{
  background:var(--paper);
  text-align:center;
  padding:40px;
  box-shadow:0 16px 36px rgba(0,0,0,.10);
  margin-bottom:46px;
}
.gallery-panel img{
  width:38%;
  max-width:480px;
  min-width:260px;
  border:6px solid var(--gold);
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.gallery-hero{
  background:
    linear-gradient(90deg,rgba(4,23,53,.92),rgba(6,31,74,.76)),
    url("redevelopment-era-lodge.png") center center/cover no-repeat;
  min-height:420px;
  color:white;
  display:flex;
  align-items:center;
}
.gallery-hero-inner{
  max-width:1180px;
  margin:0 auto;
  padding:60px 28px;
}
.gallery-hero h1{
  margin:0;
  font-size:58px;
  text-transform:uppercase;
}
.gallery-hero p{
  max-width:760px;
  font-size:21px;
  line-height:1.7;
}
.history-note{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
  padding:34px;
  border-left:6px solid var(--gold);
  margin-top:36px;
}
.history-note h3{color:var(--gold2);margin-top:0}
.history-note p{color:#edf2fb}
.contact-box{
  background:white;
  border:1px solid rgba(6,31,74,.16);
  display:grid;
  grid-template-columns:1fr 1fr;
  box-shadow:0 14px 32px rgba(0,0,0,.08);
}
.contact-box>div{padding:34px}
.contact-box .blue{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  color:white;
}
.contact-box .blue h3{color:var(--gold2)}
.footer{
  background:linear-gradient(135deg,#041735,var(--navy));
  color:white;
  padding:42px 28px;
  border-top:3px solid var(--gold);
}
.footer-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  gap:24px;
  flex-wrap:wrap;
}
.footer h2{margin:0 0 6px;text-transform:uppercase}
.footer p{margin:4px 0;color:#e9edf7}
.footer .motto{color:var(--gold2);font-style:italic}
@media(max-width:1000px){
  .hero{
    background:
      linear-gradient(90deg,rgba(4,23,53,.98),rgba(6,31,74,.86)),
      url("historic-lodge.png") center bottom/70% auto no-repeat,
      linear-gradient(135deg,#061f4a,#092c67);
    min-height:760px;
  }
  .hero-inner{padding-bottom:340px}
  .milestones{grid-template-columns:repeat(3,1fr)}
  .intro-grid,.history-layout,.contact-box{grid-template-columns:1fr}
  .side-note{position:relative;top:0}
  .links-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .brand-title{font-size:25px}
  .brand-subtitle{font-size:13px}
  .logo-box{width:70px;height:70px}
  .logo-svg{width:54px;height:54px}
  .hero h1{font-size:38px}
  .hero p{font-size:18px}
  .hero{
    background:
      linear-gradient(180deg,rgba(4,23,53,.98),rgba(6,31,74,.9)),
      url("historic-lodge.png") center bottom/88% auto no-repeat,
      linear-gradient(135deg,#061f4a,#092c67);
    min-height:740px;
  }
  .hero-inner{padding:58px 22px 300px}
  .milestones{grid-template-columns:1fr 1fr}
  .milestone{border-right:0;border-bottom:1px solid rgba(215,173,63,.28)}
  .section h1,.section h2{font-size:32px}
  .links-grid{grid-template-columns:1fr}
  .timeline-row{grid-template-columns:1fr}
  .gallery-panel img{width:70%}
}
