/* 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:#00302B;}
.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:linear-gradient(180deg,rgba(0,32,28,.12) 0%,rgba(0,32,28,.05) 38%,rgba(0,32,28,.74) 100%);}
.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:"Inter",sans-serif;font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#9ed8af;font-weight:600;margin-bottom:9px;}
.axph .axph-ttl{font-family:"Instrument Serif",Georgia,serif;font-weight:400;font-size:clamp(2.4rem,5.2vw,4.2rem);line-height:1.04;margin:0;letter-spacing:-.01em;text-shadow:0 2px 26px rgba(0,0,0,.4);}
@media(max-width:700px){.axph{min-height:32vh;}}
