/* AX Gen 2, premium hero band for country & experience pages.
   Injected below the pine header, above the page content. */
.axph{position:relative;min-height:42vh;display:flex;align-items:flex-end;overflow:hidden;background:#377347;}
.axph .axph-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02);}
.axph:after{content:"";position:absolute;inset:0;background:none;}
.axph .axph-inner{position:relative;z-index:2;max-width:1140px;margin:0 auto;width:100%;padding:0 24px 40px;color:#fff;}
.axph .axph-eyebrow{font-family:"Open Sans",sans-serif;font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:#9ed8af;font-weight:600;margin-bottom:9px;}
.axph .axph-ttl{font-family:Georgia,"Times New Roman",serif;font-weight:400;font-size:clamp(2.4rem,5.2vw,4.2rem);line-height:1.06;margin:0;letter-spacing:0;text-shadow:0 2px 16px rgba(0,0,0,.7),0 1px 4px rgba(0,0,0,.6);}
@media(max-width:700px){.axph{min-height:32vh;}}
