/* V2.5.9 isolated Hero. Uses unique zhero-v259 classes so legacy Hero CSS cannot override it. */
.zhero-v259{position:relative;width:min(1180px,calc(100% - 48px));height:500px;margin:24px auto 0;border-radius:26px;overflow:hidden;background:#f6f3ee;border:1px solid #e9e2d9;box-shadow:0 18px 48px rgba(29,38,44,.08)}
.zhero-v259-viewport{width:100%;height:100%;overflow:hidden}
.zhero-v259-track{display:flex;width:100%;height:100%;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.zhero-v259-slide{position:relative;flex:0 0 100%;width:100%;height:100%;overflow:hidden;background:#eee}
.zhero-v259-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;filter:none;transform:none}
.zhero-v259-slide:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.80) 24%,rgba(255,255,255,.44) 43%,rgba(255,255,255,.08) 63%,rgba(255,255,255,0) 78%)}
.zhero-v259-copy{position:absolute;z-index:2;left:52px;top:50%;transform:translateY(-50%);width:min(470px,43%);padding:30px 32px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 44px rgba(40,46,50,.08);backdrop-filter:blur(3px)}
.zhero-v259-eyebrow{font-size:12px;letter-spacing:.25em;font-weight:800;color:#59656e;margin-bottom:15px;display:flex;align-items:center;gap:12px}
.zhero-v259-eyebrow:before{content:"";width:32px;height:3px;border-radius:3px;background:#df2b22}
.zhero-v259-copy h1,.zhero-v259-copy h2{margin:0;font-size:50px;line-height:1.08;font-weight:900;color:#16202a;letter-spacing:-.035em}
.zhero-v259-copy h1 span{color:#df2b22}
.zhero-v259-copy p{margin:19px 0 0;color:#46545f;font-size:16px;line-height:1.75}
.zhero-v259-actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}
.zhero-v259-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 22px;border-radius:24px;font-size:13px;font-weight:700;text-decoration:none;transition:.2s}
.zhero-v259-primary{background:#e12c24;color:#fff;box-shadow:0 8px 20px rgba(225,44,36,.18)}
.zhero-v259-secondary{background:rgba(255,255,255,.76);color:#24313a;border:1px solid #82909a}
.zhero-v259-arrow{position:absolute;z-index:5;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(91,103,111,.25);background:rgba(255,255,255,.88);color:#35434d;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 7px 18px rgba(31,41,46,.08)}
.zhero-v259-prev{left:18px}.zhero-v259-next{right:18px}
.zhero-v259-dots{position:absolute;z-index:5;left:50%;bottom:18px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:20px;background:rgba(255,255,255,.88);box-shadow:0 6px 18px rgba(38,45,49,.08)}
.zhero-v259-dots button{width:8px;height:8px;border:0;padding:0;border-radius:999px;background:#b9c0c4;cursor:pointer;transition:.2s}
.zhero-v259-dots button.is-active{width:28px;background:#df2b22}
@media(max-width:900px){.zhero-v259{width:calc(100% - 32px);height:470px}.zhero-v259-copy{left:34px;width:52%;padding:26px}.zhero-v259-copy h1,.zhero-v259-copy h2{font-size:40px}}
@media(max-width:700px){.zhero-v259{width:calc(100% - 24px);height:520px;margin-top:14px;border-radius:18px}.zhero-v259-slide:after{background:linear-gradient(180deg,rgba(255,255,255,.03) 0%,rgba(255,255,255,.12) 45%,rgba(255,255,255,.92) 100%)}.zhero-v259-copy{left:14px;right:14px;top:auto;bottom:46px;transform:none;width:auto;padding:20px;border-radius:18px;background:rgba(255,255,255,.88)}.zhero-v259-copy h1,.zhero-v259-copy h2{font-size:34px}.zhero-v259-copy p{font-size:13px;margin-top:11px}.zhero-v259-eyebrow{font-size:9px;margin-bottom:10px}.zhero-v259-actions{margin-top:15px}.zhero-v259-actions a{min-height:36px;padding:0 15px;font-size:11px}.zhero-v259-arrow{width:36px;height:36px;font-size:24px}.zhero-v259-prev{left:10px}.zhero-v259-next{right:10px}.zhero-v259-dots{bottom:11px}}

/* ============================================================
   V2.6.0 — Mobile Hero compact layout
   Goal: no image covering, no overly tall/stretchy Hero on phones.
   Desktop/tablet behavior remains unchanged.
   ============================================================ */
@media (max-width:700px){
  .zhero-v259{
    width:calc(100% - 24px)!important;
    height:auto!important;
    min-height:0!important;
    margin:14px auto 0!important;
    border-radius:18px!important;
    overflow:hidden!important;
    background:#fff!important;
  }
  .zhero-v259-viewport{
    height:auto!important;
    overflow:hidden!important;
  }
  .zhero-v259-track{
    height:auto!important;
    align-items:stretch!important;
  }
  .zhero-v259-slide{
    height:auto!important;
    min-height:0!important;
    display:flex!important;
    flex-direction:column!important;
    background:#fff!important;
  }
  .zhero-v259-img{
    position:relative!important;
    inset:auto!important;
    width:100%!important;
    height:250px!important;
    flex:0 0 250px!important;
    object-fit:cover!important;
    display:block!important;
    z-index:0!important;
    border-radius:0!important;
  }
  /* Per-slide mobile crop so people/subject stay visible */
  .zhero-v259-slide:nth-child(1) .zhero-v259-img{object-position:63% 48%!important}
  .zhero-v259-slide:nth-child(2) .zhero-v259-img{object-position:67% 52%!important}
  .zhero-v259-slide:nth-child(3) .zhero-v259-img{object-position:69% 50%!important}
  .zhero-v259-slide:nth-child(4) .zhero-v259-img{object-position:69% 52%!important}

  .zhero-v259-slide:after{
    display:none!important;
    content:none!important;
  }
  .zhero-v259-copy{
    position:relative!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    transform:none!important;
    width:auto!important;
    max-width:none!important;
    margin:0!important;
    padding:17px 17px 47px!important;
    border:0!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    backdrop-filter:none!important;
  }
  .zhero-v259-eyebrow{
    font-size:8px!important;
    letter-spacing:.20em!important;
    margin-bottom:8px!important;
    gap:8px!important;
  }
  .zhero-v259-eyebrow:before{
    width:24px!important;
    height:2px!important;
  }
  .zhero-v259-copy h1,
  .zhero-v259-copy h2{
    font-size:29px!important;
    line-height:1.08!important;
    letter-spacing:-.025em!important;
  }
  .zhero-v259-copy p{
    margin:9px 0 0!important;
    font-size:12px!important;
    line-height:1.55!important;
  }
  .zhero-v259-actions{
    margin-top:13px!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
  }
  .zhero-v259-actions a{
    min-height:34px!important;
    padding:0 13px!important;
    font-size:10px!important;
    white-space:nowrap!important;
  }
  /* Arrows stay centered on the image area, not the entire tall card */
  .zhero-v259-arrow{
    top:125px!important;
    transform:translateY(-50%)!important;
    width:34px!important;
    height:34px!important;
    font-size:22px!important;
    background:rgba(255,255,255,.92)!important;
  }
  .zhero-v259-prev{left:10px!important}
  .zhero-v259-next{right:10px!important}
  .zhero-v259-dots{
    bottom:9px!important;
    padding:6px 9px!important;
    gap:7px!important;
  }
  .zhero-v259-dots button{
    width:7px!important;
    height:7px!important;
  }
  .zhero-v259-dots button.is-active{
    width:25px!important;
  }
}

@media (max-width:390px){
  .zhero-v259-img{height:225px!important;flex-basis:225px!important}
  .zhero-v259-arrow{top:112px!important}
  .zhero-v259-copy{padding:15px 14px 44px!important}
  .zhero-v259-copy h1,.zhero-v259-copy h2{font-size:27px!important}
  .zhero-v259-actions a{padding:0 11px!important;font-size:9.5px!important}
}

@media(max-width:700px){.zhero-v259-track{will-change:auto}.zhero-v259-slide{background:#f7f7f7}.zhero-v259-img{image-rendering:auto}}
