/* ===== RED MAPLE SENIOR ASSOCIATION — STYLE ===== */
/* LIGHT CREAM-WOOL theme with maple-red / amber-gold accents. Solid hex only. */

:root{
  --cream:#F7F2E7;        /* body background  */
  --ink:#2E241C;          /* deep-bark text   */
  --maple:#B4432E;        /* maple-red accent */
  --maple-deep:#6E2E20;   /* deeper red panels */
  --clapboard:#24312B;    /* porch-clapboard  */
  --deeper:#1D2721;       /* footer background */
  --amber:#C98A3B;        /* amber-gold       */
  --gold-soft:#C98A3B;
  --oak:#8A6844;          /* warm-oak wood    */
  --card:#FDF9F0;         /* warm-cream cards */
  --pale:#D8CFBF;         /* bark-pale on dark */
  --bark:#6B5D4F;         /* bark-brown on light */
  --hair:#3A453D;         /* bark-hairline     */
  --moss-green:#4E6B4A;   /* deeper green leaves */
  --stone:#B9B2A4;        /* stepping stone    */
  --grass:#4E6B4A;
  --sky-line:#D8CFBF;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family: Georgia, "Times New Roman", serif;
  font-size:16px;
  color:var(--ink);
  background-color:var(--cream);
  line-height:1.65;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{list-style:none}

.fade-up{opacity:0;transform:translateY(24px);transition:opacity 1s ease,transform 1s ease}
.fade-up.visible{opacity:1;transform:none}
.noscript-show{display:none}

/* ===== CONTAINER ===== */
.container{max-width:1140px;margin:0 auto;padding:0 24px}

/* ===== NAVIGATION — VERANDA-POST NAV ===== */
.verandanav{
  width:100%;
  background-color:var(--clapboard);
  position:sticky;
  top:0;
  z-index:60;
}
.canopy-strip{
  position:relative;
  width:100%;
  height:22px;
  overflow:hidden;
  background-color:#A7BFA0;
  border-bottom:1px solid var(--clapboard);
}
.leaf{
  position:absolute;
  top:2px;
  width:6px;height:18px;
  background:var(--maple);
  border-radius:70% 10% 70% 10%;
  transform:rotate(28deg);
}
.leaf:nth-child(odd){background:var(--amber);transform:rotate(-24deg)}
.leaf-1{left:4%} .leaf-2{left:12%} .leaf-3{left:21%;background:var(--maple)} 
.leaf-4{left:32%} .leaf-5{left:43%;transform:rotate(30deg)}
.leaf-6{left:54%;background:var(--amber)} .leaf-7{left:66%;transform:rotate(-16deg)} .leaf-8{left:78%}
.leaf-a{left:90%;background:var(--maple);transform:rotate(36deg)}
.leaf-b{left:97%;background:var(--amber)}
/* detached falling leaves below the strip */
.canopy-strip .leaf-a{background:var(--maple)}
.leaf-a{background:var(--maple)}
.leaf-b{background:var(--amber)}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:14px 28px;
  gap:10px 18px;
}
.brand{
  display:flex;align-items:center;gap:10px;
  color:#F5EFE2;
}
.brand-name{
  font-family:Arial, Helvetica, sans-serif;
  font-size:21px;
  font-weight:bold;
  letter-spacing:2px;
  text-transform:uppercase;
}
.leaf-pair{display:inline-flex;align-items:center}
.leaf-glyph{display:inline-block}
.leaf-glyph{width:14px;height:14px;border-radius:60% 8% 60% 8%;margin:0 -3px}
.leaf-glyph.red{background:var(--maple);transform:rotate(-24deg)}
.leaf-glyph.gold{background:var(--amber);transform:rotate(24deg)}
.site-nav{display:flex;align-items:center;gap:8px}
.nav-toggle{
  display:none;
  background:transparent;border:0;cursor:pointer;flex-direction:column;gap:4px;padding:4px;
}
.nav-toggle .bars{width:24px;height:2px;background:var(--pale);display:block}
.nav-links{display:flex;align-items:center;gap:2px}
.nav-link a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--pale);
  padding:8px 12px;
  border-bottom:2px solid transparent;
  position:relative;
  transition:color .2s ease;
}
.nav-link a:hover{color:var(--amber)}
.nav-link a:hover::after{content:"";position:absolute;left:12px;right:12px;bottom:4px;height:2px;background:var(--maple)}
.leaf-dot{display:inline-block;width:4px;height:4px;background:var(--amber);border-radius:50%;margin:0 2px}

/* ===== HERO — BENCH-CANOPY HERO ===== */
.benchhero{background-color:var(--cream);padding:56px 0 64px;border-bottom:1px solid var(--hair)}
.hero-inner{
  width:100%;max-width:1230px;margin:0 auto;padding:0 28px;
  display:flex;align-items:center;gap:40px;
}
.hero-copy{flex:0 0 55%;}
.eyebrow{
  display:inline-block;
  background:var(--maple);
  color:#FDF4E7;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;letter-spacing:2px;text-transform:uppercase;
  padding:8px 14px;
  margin-bottom:22px;
}
.hero-copy h1{
  font-size:46px;
  line-height:1.08;
  color:var(--ink);
  font-weight:bold;
  margin-bottom:22px;
}
.hero-copy h1::after{content:"";display:block}
.hero-copy p{
  color:var(--bark);
  font-size:17px;
  margin-bottom:16px;
  max-width:34em;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px}
.btn{
  display:inline-block;
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;letter-spacing:1px;text-transform:uppercase;
  padding:14px 26px;
  transition:transform .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--maple);color:#FDF4E7;border:1px solid var(--maple)}
.btn-secondary{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.btn-primary:hover{background:var(--maple-deep)}
.btn-secondary:hover{border-color:var(--maple);color:var(--maple)}

/* CSS MAPLE GROVE PARK SCENE */
.hero-scene{
  flex:0 0 42%;
  position:relative;
  height:460px;
}
.grove{position:absolute;left:0;right:0}
.far-canopy{top:18px}
.near-canopy{top:64px}
.grove .cluster{
  position:absolute;border-radius:4px;
}
.far-canopy .cluster{
  width:120px;height:44px;
  background:var(--amber);
  transform:rotate(6deg);
}
.far-canopy .cluster.c1{left:2%;top:0}
.far-canopy .cluster.c2{left:32%;top:8px;background:var(--moss-green)}
.far-canopy .cluster.c3{left:60%;top:2px}
.far-canopy .cluster.c4{left:82%;top:10px;background:var(--moss-green)}
.near-canopy .cluster{
  width:150px;height:56px;background:var(--maple);
}
.near-canopy .cluster.c1{left:0;top:0}
.near-canopy .cluster.c2{left:26%;top:10px;background:var(--maple-deep)}
.near-canopy .cluster.c3{left:52%;top:0}
.near-canopy .cluster.c4{left:72%;top:14px}
.near-canopy .cluster.c5{right:-4%;top:2px;width:130px}
/* layered palmate leaf silhouette detail */
.cluster::after{
  content:"";position:absolute;left:8px;right:8px;top:6px;bottom:6px;
  background:transparent;
}
.trunk{position:absolute;bottom:60px;width:16px;background:var(--oak);border-radius:2px;z-index:3}
.trunk.t1{left:30%;height:130px}
.trunk.t2{left:62%;height:150px}
.near-canopy{top:64px}
/* reposition clusters onto trunks visually */
.near-canopy .cluster.c1{left:26%;top:-30px}
.near-canopy .cluster.c2{left:30%;top:-10px}
.falling-leaf{
  position:absolute;z-index:6;
  width:12px;height:24px;background:var(--maple);
  border-radius:60% 10% 60% 10%;
}
.falling-leaf.f1{left:52%;top:120px;transform:rotate(30deg);animation:float1 6s ease-in-out infinite}
.falling-leaf.f2{left:78%;top:150px;background:var(--amber);transform:rotate(-24deg);animation:float2 7s ease-in-out infinite}
@keyframes float1{0%,100%{transform:translateY(0) rotate(30deg)}50%{transform:translateY(34px) rotate(46deg)}}
@keyframes float2{0%,100%{transform:translateY(0) rotate(-24deg)}50%{transform:translateY(28px) rotate(-10deg)}}

/* community notice board */
.notice-board{
  position:absolute;right:14%;top:196px;width:92px;height:74px;
  background:var(--oak);z-index:5;
  border:3px solid var(--clapboard);
  transform:rotate(2deg);
}
.board-card{
  position:absolute;width:22px;height:26px;
  z-index:2;
}
.card-cream{left:8px;top:10px;background:var(--card)}
.card-gold{left:34px;top:7px;background:var(--amber)}
.card-red{left:62px;top:12px;background:var(--maple)}
.pin{position:absolute;top:-4px;left:50%;width:4px;height:4px;border-radius:50%;transform:translateX(-50%)}
.pin-cream{background:var(--clapboard)}
.pin-gold{background:var(--maple)}
.pin-red{background:var(--amber)}
.card-line{position:absolute;left:4px;right:4px;top:12px;height:2px;background:var(--hair)}
.card-line.short{top:19px;right:10px;background:#DDD3C2}

/* wooden park bench */
.bench{position:absolute;left:10%;bottom:96px;z-index:4}
.bench-back{display:block;width:6px;height:34px;background:var(--oak);}
.bench-back{position:absolute;bottom:44px;background:var(--oak);border-radius:2px}
.benches-vslats{position:absolute}
/* use absolute slats: bottom seat plank */
.bench-seat{
  position:absolute;bottom:34px;left:0;width:170px;height:10px;background:var(--oak);
  border-radius:2px;box-shadow:0 3px 0 var(--oak);
}
.bench-back.b1{left:6px;top:-10px}
.bench-back.b2{left:44px;top:-18px;height:30px}
.bench-back.b3{left:82px;top:-18px;height:30px}
.bench-leg{position:absolute;bottom:4px;width:8px;height:30px;background:var(--oak)}
.bench-leg.bl1{left:8px}
.bench-leg.bl2{right:6px}
.bench-arm{position:absolute;bottom:30px;width:6px;height:34px;background:var(--clapboard)}
.bench-arm.ar1{left:2px}
.bench-arm.ar2{right:0}
/* thermos */
.thermos{
  position:absolute;left:0;bottom:92px;width:16px;height:30px;background:var(--maple);
  border-radius:3px;z-index:5;
}
.thermos::before{content:"";position:absolute;left:0;right:0;top:-4px;height:5px;background:var(--clapboard);border-radius:2px}
/* walking cane */
.cane{
  position:absolute;right:178px;bottom:120px;width:4px;height:60px;background:var(--oak);
  transform:rotate(18deg);z-index:5;
}
.cane::before{content:"";position:absolute;left:-10px;top:0;width:24px;height:5px;border-radius:3px;background:var(--bark)}
/* stepping stone path */
.stone-path{position:absolute;left:24%;bottom:66px;right:0;height:26px;z-index:2}
.stone{
  position:absolute;bottom:0;background:var(--stone);
  border-radius:50%;
  box-shadow:0 4px 0 #A69E8C;
}
.stone.s1{left:10%;width:30px;height:12px}
.stone.s2{left:40%;width:34px;height:14px;bottom:6px}
.stone.s3{left:68%;width:30px;height:11px;bottom:2px}
.stone.s4{right:2%;width:26px;height:11px;bottom:6px}
.stone{background:var(--stone)}
.stone{background:#B9B2A4}
/* moss gaps */
.stone{background:#B9B2A4}
/* porch lantern post */
.lantern-post{position:absolute;right:6%;bottom:90px;z-index:6}
.lantern-post{width:6px;height:10px}
.lantern-hook{
  position:absolute;left:-12px;top:-10px;
  width:36px;height:26px;
  border-left:3px solid var(--clapboard);
  border-bottom:3px solid var(--clapboard);
}
.lantern-body{
  position:absolute;left:-11px;top:12px;
  width:24px;height:26px;background:var(--amber);
  border:2px solid var(--clapboard);z-index:4;
}
.lantern-glow{
  position:absolute;left:-24px;top:16px;width:48px;height:40px;
  background:#F3C76C;z-index:3;border-radius:50% 50% 40% 40%;
}

/* ===== PORCH-CHAT ROWS ===== */
.porch-chat{padding:72px 0 64px}
.section-heading{
  font-size:34px;color:var(--maple);text-align:center;
  font-family:Georgia,"Times New Roman",serif;margin-bottom:12px;
}
.porch-chat .section-lead{
  text-align:center;color:var(--bark);font-size:17px;
  max-width:46em;margin:0 auto 42px;
}
.porch-row{
  position:relative;
  display:flex;align-items:center;gap:28px;
  background:var(--card);
  border:1px solid var(--hair);
  padding:26px 30px;
  margin-bottom:12px;
  border-radius:4px;
}
.porch-row:last-child{margin-bottom:0}
.row-copy{flex:1}
.row-copy h3{font-size:22px;color:var(--ink);margin-bottom:8px;font-family:Arial,Helvetica,sans-serif}
.row-copy p{color:var(--bark);font-size:16px}
/* walk dial */
.walk-dial{
  flex:0 0 92px;
  position:relative;width:92px;height:92px;
  border-radius:50%;
  background:var(--maple);
  flex-shrink:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#FDF4E7;
}
.walk-dial .dial-notch{
  position:absolute;top:-4px;left:50%;width:16px;height:14px;background:var(--maple);
  transform:translateX(-50%) rotate(45deg);z-index:-0;
}
.walk-dial strong{font-size:30px;font-family:Arial,Helvetica,sans-serif;line-height:1}
.walk-dial .dial-label{font-size:9px;letter-spacing:1px;margin-top:4px;color:#F5E6D2}
.dial-20{background:var(--maple);}
.dial-20 .dial-notch{background:var(--maple)}
.dial-30{background:var(--maple-deep)}
.dial-30 .dial-notch{background:var(--maple-deep)}
.dial-45{background:var(--maple)}
.dial-60{background:var(--maple-deep)}
.dial-20 strong,.dial-45 strong{color:#FDF4E7}
.dial-20 .dial-label,.dial-45 .dial-label{color:#F5E6D2}
.dial-30 strong,.dial-60 strong{color:#F6DF9A}
.dial-30 .dial-label,.dial-60 .dial-label{color:#E9CFA8}
.bulletin-chip{
  flex:0 0 auto;
  position:relative;width:66px;height:50px;
  background:var(--maple);
  border-radius:3px;
  display:flex;align-items:center;justify-content:center;
}
.chip-code{color:#FDF4E7;font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:18px;letter-spacing:1px}
.chip-pin{position:absolute;top:6px;left:50%;width:5px;height:5px;border-radius:50%;transform:translateX(-50%)}
.chip-red{background:var(--maple)}
.chip-gold{background:var(--amber)}
.chip-green{background:var(--moss-green)}
.chip-cream-red{background:#E6A65E}
.chip-amber{background:var(--amber)}
.bulletin-chip{border-top:3px solid var(--amber)}

/* ===== METRIC BAND ===== */
.metric-band{background:var(--maple-deep);padding:52px 0}
.metric-row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.metric{text-align:center;flex:1}
.metric-num{
  display:block;font-family:Arial,Helvetica,sans-serif;
  font-size:52px;font-weight:bold;color:var(--gold-soft);line-height:1;
}
.metric-sub{
  display:block;margin-top:8px;color:var(--pale);
  font-family:Arial,Helvetica,sans-serif;font-size:11px;letter-spacing:1.6px;text-transform:uppercase;
}
.metric-hairline{width:1px;height:54px;background:#8A6A52}

/* ===== STATEMENT BAND ===== */
.statement-band{background:var(--maple-deep);padding:64px 0;border-top:1px solid #7A4A36}
.statement-band .container{max-width:900px}
.statement-text{
  font-size:24px;line-height:1.5;color:#F5EFE2;
  border-left:4px solid var(--amber);
  padding-left:26px;font-family:Georgia,"Times New Roman",serif;
}
.statement-attrib{margin-top:22px;color:var(--gold-soft);font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:2px;text-transform:uppercase}

/* ===== GATHERING NOTES / COMMIT ===== */
.gathering-notes{padding:72px 0 64px;background:var(--cream)}
.notes-inner{display:flex;flex-wrap:wrap;gap:22px;margin-bottom:48px;align-items:stretch}
.notes-card{
  flex:1 1 290px;
  background:var(--card);border:1px solid var(--hair);
  padding:30px;border-top:6px solid var(--maple);
}
.notes-red{border-top-color:var(--maple-deep);background:#FBF3E3}
.notes-gold{border-top-color:var(--amber)}
.notes-card h3{font-family:Arial,Helvetica,sans-serif;font-size:19px;color:var(--ink);margin-bottom:12px}
.notes-card p,.commit-line p{color:var(--bark);font-size:16px}
.commit-line{
  display:flex;gap:22px;align-items:flex-start;
  background:#F2E7CD;border:1px solid var(--hair);padding:34px;border-left:6px solid var(--amber);
}
.commit-mark{
  flex:0 0 60px;width:60px;height:60px;border-radius:50%;
  background:var(--maple);color:#FDF4E7;
  font-family:Arial,Helvetica,sans-serif;font-weight:bold;font-size:30px;
  display:flex;align-items:center;justify-content:center;
}
.commit-line h3{font-family:Arial,Helvetica,sans-serif;font-size:20px;color:var(--ink);margin-bottom:10px}

/* ===== CTA BAND ===== */
.cta-band{padding:80px 0;text-align:center;border-top:1px solid var(--hair)}
.cta-band h2{font-size:32px;color:var(--maple);margin-bottom:14px}
.cta-band p{color:var(--bark);font-size:17px;max-width:40em;margin:0 auto 26px}

/* ===== FOOTER — STONE-PATH GATHERING ===== */
.stone-footer{background:var(--deeper);color:var(--pale);width:100%}
.gathering-strip{
  height:22px;background:var(--deeper);
  display:flex;align-items:center;overflow:hidden;
}
.gathering-strip .pk{
  flex:0 0 96px;height:14px;background:var(--oak);
  margin:0 4px;border-top:6px solid var(--maple);
  clip-path:polygon(4% 0,96% 0,100% 100%,0 100%);
}
.pk.paste-ease{transform:scaleX(2)}
.footer-center{
  padding:46px 24px 34px;text-align:center;
  position:relative;z-index:1;
}
.footer-brand{display:inline-flex;align-items:center;gap:10px;color:#F5EFE2;margin-bottom:18px}
.footer-brand .brand-name{font-size:22px}
.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:22px;align-items:center}
.footer-links a{color:var(--pale);font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:1.4px;text-transform:uppercase;padding:6px 8px}
.footer-links a:hover{color:var(--amber);text-decoration:underline}
.footer-sep{color:var(--maple)}
.lantern-divider{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:20px}
.sprig{width:30px;height:30px;background:var(--maple);border-radius:60% 8% 60% 8%;transform:rotate(-30deg)}
.sp2{transform:rotate(24deg);background:var(--amber)}
.sp3{background:var(--amber)}
.sp4{transform:rotate(-24deg);background:var(--maple)}
.lantern{position:relative;width:14px;height:26px}
.lamp-body{position:absolute;left:-6px;top:8px;width:22px;height:20px;background:var(--amber);border:2px solid var(--clapboard)}
.lamp-glow{position:absolute;left:-14px;top:9px;width:38px;height:34px;background:#F3C76C;border-radius:50%}
.lantern::before{content:"";position:absolute;left:2px;top:0;width:8px;height:8px;background:var(--amber);border-radius:2px}
.footer-legal{color:var(--pale);font-family:Arial,Helvetica,sans-serif;font-size:12px;letter-spacing:.5px}
.footer-legal a{color:var(--gold-soft)}
.footer-legal a:hover{text-decoration:underline}

/* ===== RESPONSIVE ===== */
@media (max-width:960px){
  .hero-inner{flex-direction:column;gap:34px}
  .hero-copy{flex:0 0 auto}
  .hero-copy h1{font-size:38px}
  .hero-scene{flex:0 0 auto;width:92%;height:400px}
  .notes-inner{display:block}
  .notes-card{margin-bottom:16px}
}
@media (max-width:760px){
  .nav-toggle{display:flex}
  .site-nav{width:100%}
  .nav-links{display:none;flex-direction:column;width:100%;padding:14px 0;align-items:flex-start}
  .nav-links.open{display:flex}
  .nav-link{width:100%}
  .nav-link a{display:block;width:100%}
  .leaf-dot{display:none}
  .nav-row{flex-wrap:wrap}
  .porch-row{flex-direction:column;align-items:flex-start;gap:16px}
  .walk-dial{margin:0 auto}
  .row-copy{width:100%}
  .bullet-chips{align-self:flex-end}
  .metric-row{flex-direction:column;gap:24px}
  .metric-hairline{width:60%;height:1px}
  .hero-copy h1{font-size:32px}
  .hero-scene{height:380px}
  .commit-line{flex-direction:column}
}
