/* Guest content pages: deterministic two-panel hero, no clipping or empty lower band. */
.guest-hero.guest-hero-stable,
.guest-hero[data-layout-stable="true"] {
  direction:ltr;
  display:grid !important;
  grid-template-columns:minmax(0,1.16fr) minmax(360px,.84fr);
  align-items:stretch;
  min-height:540px;
  height:auto !important;
  margin-inline:calc(610px - 50vw);
  overflow:hidden;
  background:#123422;
}
.guest-hero[data-layout-stable="true"] > .guest-hero-media {
  display:block !important;
  position:static !important;
  inset:auto !important;
  min-height:540px !important;
  height:540px !important;
  width:auto !important;
  overflow:hidden !important;
  background:#0d2419;
}
.guest-hero[data-layout-stable="true"] > .guest-hero-media img {
  position:static !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  min-height:540px;
  object-fit:cover;
  object-position:center;
  filter:none !important;
  transform:none !important;
}
.guest-hero[data-layout-stable="true"] > .guest-hero-copy {
  direction:rtl;
  display:flex !important;
  position:static !important;
  inset:auto !important;
  width:auto !important;
  height:auto !important;
  align-items:center !important;
  padding:clamp(42px,6vw,90px) clamp(30px,5vw,78px) !important;
  background:linear-gradient(145deg,#0c2d20,#174a30);
}
.guest-hero[data-layout-stable="true"] > .guest-hero-copy section {
  display:block !important;
  position:static !important;
  inset:auto !important;
  width:auto !important;
  max-width:520px;
  margin:0 !important;
  padding:0 !important;
  text-shadow:none !important;
}
.guest-hero[data-layout-stable="true"] .eyebrow {color:#e4bd67 !important;}
.guest-hero[data-layout-stable="true"] h1 {color:#fff !important;font-size:clamp(2.3rem,4vw,4.2rem);line-height:1.13;}
.guest-hero[data-layout-stable="true"] p {color:rgba(255,255,255,.86) !important;font-size:1.08rem;line-height:1.9;}
.guest-route-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
  width:min(1180px,calc(100% - 40px));
  margin:28px auto 10px;
  padding:14px;
  border:1px solid rgba(181,142,62,.28);
  border-radius:999px;
  background:#fffdf8;
  box-shadow:0 10px 26px rgba(21,49,34,.08);
}
.guest-route-nav a{
  color:#1a4931;
  text-decoration:none;
  padding:10px 16px;
  border-radius:999px;
  font-weight:700;
  transition:background .2s,color .2s;
}
.guest-route-nav a:hover,.guest-route-nav a.is-active{background:#164832;color:#fff;}
@media (max-width:800px){
  .guest-hero.guest-hero-stable,.guest-hero[data-layout-stable="true"]{
    grid-template-columns:1fr;
    min-height:0;
    margin-inline:-20px;
  }
  .guest-hero[data-layout-stable="true"] > .guest-hero-media,
  .guest-hero[data-layout-stable="true"] > .guest-hero-media img{display:block !important;position:static !important;min-height:300px !important;height:300px !important;}
  .guest-hero[data-layout-stable="true"] > .guest-hero-copy{padding:38px 26px 44px;}
  .guest-route-nav{border-radius:22px;justify-content:flex-start;margin-top:18px;}
  .guest-route-nav a{padding:8px 11px;font-size:.88rem;}
}
