/* ===== Fire Rebuild page refresh: hero + map + section unwrap ===== */

/* --- photo hero --- */
.fr-hero3{position:relative;min-height:clamp(520px,64vh,720px);display:flex;align-items:flex-end;overflow:hidden;background:#16293f;}
.fr-hero3__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;}
.fr-hero3__scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(15,30,48,.88) 0%,rgba(15,30,48,.6) 46%,rgba(15,30,48,.28) 100%),linear-gradient(0deg,rgba(15,30,48,.78) 0%,rgba(15,30,48,0) 42%);}
.fr-hero3__inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;width:100%;padding:150px 28px 54px;}
.fr-hero3__eyebrow{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#d3ab72;margin:0 0 16px;}
.fr-hero3 h1{font-family:'Montserrat',sans-serif;font-weight:700;font-size:clamp(32px,5vw,52px);line-height:1.08;letter-spacing:-.015em;color:#fff;margin:0 0 18px;max-width:16ch;text-wrap:balance;}
.fr-hero3__lead{font-family:Georgia,'Times New Roman',serif;font-size:clamp(17px,2vw,20px);line-height:1.6;color:rgba(255,255,255,.92);max-width:60ch;margin:0 0 30px;}
.fr-hero3__ctas{display:flex;flex-wrap:wrap;gap:14px;}
.fr-hero3__btn{display:inline-flex;align-items:center;justify-content:center;font-family:'Montserrat',sans-serif;font-size:13px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;padding:15px 30px;text-decoration:none;border-radius:2px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;}
.fr-hero3__btn--primary{background:#b5894e;color:#12283f;}
.fr-hero3__btn--primary:hover{background:#c39a60;transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(0,0,0,.6);}
.fr-hero3__btn--ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.6);}
.fr-hero3__btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,.14);}

/* --- map section --- */
.fr-mapsec{background:#ffffff;padding:64px 0 68px;border-bottom:1px solid #ece8dd;}
.fr-mapsec__inner{max-width:1120px;margin:0 auto;padding:0 28px;}
.fr-mapsec__head{text-align:center;max-width:640px;margin:0 auto 30px;}
.fr-mapsec__head .section-label{font-family:'Montserrat',sans-serif;font-size:12px;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#b5894e;}
.fr-mapsec__head h2{font-family:'Montserrat',sans-serif;font-weight:700;font-size:clamp(24px,3.4vw,34px);color:#1c3f60;margin:12px 0 12px;text-wrap:balance;}
.fr-mapsec__head p{font-family:Georgia,serif;font-size:16px;line-height:1.6;color:#5a636d;margin:0;}
/* position+z-index makes the map its own stacking context so Leaflet's controls
   (attribution/zoom, internally z-index 1000) stay under the fixed navbar. */
.fr-mapsec__map{position:relative;z-index:0;height:520px;width:100%;border-radius:8px;border:1px solid #e0ddd3;box-shadow:0 22px 48px -28px rgba(22,41,63,.45);overflow:hidden;}
.fr-mapsec__cap{text-align:center;font-family:'Montserrat',sans-serif;font-size:12.5px;letter-spacing:.02em;color:#8a94a0;margin:16px 0 0;}
.fr-mapsec__cap a{color:#b5894e;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(181,137,78,.4);}
.fr-mapsec__cap a:hover{border-color:#b5894e;}

/* Leaflet marker + popup */
.leaflet-container{font-family:'Montserrat',sans-serif;background:#e8eef2;}
.fr-pin svg{display:block;filter:drop-shadow(0 3px 4px rgba(0,0,0,.32));}
.fr-pin__c{fill:#fff;font-weight:700;font-size:14px;font-family:'Montserrat',sans-serif;}
.leaflet-popup-content{margin:13px 16px;font-family:'Montserrat',sans-serif;}
.frp__name{font-weight:700;font-size:15px;color:#1c3f60;}
.frp__sub{font-size:12.5px;color:#6f7883;margin:2px 0 8px;}
.frp__link{font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#b5894e;text-decoration:none;}

/* --- section jump-nav (replaces tabs) --- */
.fr-subnav{background:#fbfaf6;border-top:1px solid #ece8dd;border-bottom:1px solid #ded9cc;}
.fr-subnav__inner{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 6px;}
.fr-subnav a{font-family:'Montserrat',sans-serif;font-size:12.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#55606b;text-decoration:none;padding:16px 20px;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;}
.fr-subnav a:hover{color:#1c3f60;border-bottom-color:#b5894e;}

/* --- unwrap tabs: show every panel stacked --- */
.fire-rebuild-tabs-section .about-content .tab-content{display:block !important;scroll-margin-top:110px;padding-top:52px;padding-bottom:8px;}
.fire-rebuild-tabs-section .about-content .tab-content + .tab-content{border-top:1px solid #ece8dd;margin-top:16px;}

html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}.fr-hero3__btn{transition:none;}}

/* Center the hero copy on mobile (below the desktop scroll breakpoint). */
@media (max-width:767px){
  .fr-hero3__inner{text-align:center;}
  .fr-hero3 h1{margin-left:auto;margin-right:auto;}
  .fr-hero3__lead{margin-left:auto;margin-right:auto;}
  .fr-hero3__ctas{justify-content:center;}
}
@media (max-width:768px){
  .fr-hero3__inner{padding:108px 22px 40px;}
  .fr-mapsec{padding:44px 0 48px;}
  .fr-mapsec__map{height:380px;}
  .fr-subnav{top:74px;}
  .fr-subnav a{padding:13px 12px;font-size:11px;letter-spacing:.08em;}
  .fr-hero3__btn{flex:1 1 auto;}
}

/* --- rebuild path cards --- */
.fr-paths{display:flex;flex-direction:column;gap:18px;margin:10px 0 8px;}
.fr-path-card{display:flex;gap:24px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:28px 30px;box-shadow:0 2px 12px rgba(28,63,96,.05);}
.fr-path-card__num{font-family:'Montserrat',sans-serif;font-weight:700;font-size:20px;color:#b5894e;background:#f7f2e9;border:1px solid #ecdfc9;width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;letter-spacing:.02em;}
.fr-path-card__body{flex:1;min-width:0;}
.fr-path-card__body h3{font-family:'Montserrat',sans-serif;font-size:1.2rem;line-height:1.25;color:#1c3f60;margin:6px 0 12px;font-weight:700;}
@media(max-width:640px){.fr-path-card{flex-direction:column;gap:14px;padding:22px;}.fr-path-card__num{width:44px;height:44px;font-size:17px;}}
