.ghs-slider-shell,
.ghs-slider-shell *{box-sizing:border-box}
.ghs-slider-shell{
  --ghs-control-size:44px;
  position:relative;
  width:100%;
  height:clamp(470px,43vw,var(--ghs-desktop-height,650px));
  min-height:430px;
  max-height:min(var(--ghs-desktop-height,650px),78svh);
  overflow:hidden;
  background:#ece8dc;
  isolation:isolate;
  touch-action:pan-y;
  outline:none;
}
.ghs-slider-shell.ghs-contained{width:min(calc(100% - 40px),var(--ghs-content-width,1180px));margin:24px auto}
.ghs-slider-shell.ghs-rounded{border-radius:24px}
.ghs-track,.ghs-slide,.ghs-media,.ghs-media img,.ghs-overlay{position:absolute;inset:0;width:100%;height:100%}
.ghs-track{z-index:1}
.ghs-slide{opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--ghs-transition,650ms) ease,visibility var(--ghs-transition,650ms) ease;z-index:1;overflow:hidden}
.ghs-slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:2}
.ghs-media{display:block;background:#f2eee4;overflow:hidden}
.ghs-media img{display:block;max-width:none!important;object-fit:var(--ghs-fit-desktop,cover);object-position:var(--ghs-position-desktop,center center);transform:translateZ(0) scale(1.001);user-select:none;-webkit-user-drag:none}
.ghs-overlay{z-index:1;pointer-events:none;opacity:var(--ghs-overlay,.45)}
.ghs-image-only .ghs-overlay{display:none}
.ghs-theme-light .ghs-overlay{background:linear-gradient(90deg,rgba(3,19,18,.92),rgba(3,19,18,.45) 52%,rgba(3,19,18,.08))}
.ghs-theme-dark .ghs-overlay{background:linear-gradient(90deg,rgba(255,252,244,.94),rgba(255,252,244,.55) 52%,rgba(255,252,244,.08))}
.ghs-text-center .ghs-overlay{background:linear-gradient(90deg,rgba(3,19,18,.35),rgba(3,19,18,.68),rgba(3,19,18,.35))}
.ghs-theme-dark.ghs-text-center .ghs-overlay{background:linear-gradient(90deg,rgba(255,252,244,.32),rgba(255,252,244,.78),rgba(255,252,244,.32))}
.ghs-text-right .ghs-overlay{transform:scaleX(-1)}
.ghs-full-link{position:absolute;inset:0;z-index:2;display:block}
.ghs-content-wrap{position:relative;z-index:3;width:min(calc(100% - 48px),var(--ghs-content-width,1180px));height:100%;margin:0 auto;display:flex;align-items:center;padding-bottom:72px}
.ghs-copy{width:min(720px,70%);padding:44px 0}
.ghs-text-center .ghs-content-wrap{justify-content:center;text-align:center}
.ghs-text-center .ghs-copy{margin:0 auto}
.ghs-text-right .ghs-content-wrap{justify-content:flex-end;text-align:right}
.ghs-theme-light .ghs-copy{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.24)}
.ghs-theme-dark .ghs-copy{color:#17352d;text-shadow:none}
.ghs-badge{display:inline-flex;align-items:center;padding:8px 13px;border-radius:999px;margin-bottom:14px;font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border:1px solid currentColor;background:rgba(255,255,255,.12);backdrop-filter:blur(7px)}
.ghs-theme-dark .ghs-badge{background:rgba(255,255,255,.7)}
.ghs-kicker{margin:0 0 12px;font-size:clamp(.84rem,1.2vw,1rem);font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.ghs-title{margin:0 0 18px;color:inherit;font-family:inherit;font-size:clamp(2.2rem,5vw,5rem);line-height:1;letter-spacing:-.042em;max-width:900px}
.ghs-description{max-width:680px;margin:0 0 26px;font-size:clamp(1rem,1.5vw,1.22rem);line-height:1.62;color:inherit}
.ghs-text-center .ghs-description{margin-left:auto;margin-right:auto}
.ghs-text-right .ghs-description{margin-left:auto}
.ghs-buttons{display:flex;flex-wrap:wrap;gap:12px;position:relative;z-index:4}
.ghs-text-center .ghs-buttons{justify-content:center}
.ghs-text-right .ghs-buttons{justify-content:flex-end}
.ghs-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:13px 22px;border-radius:10px;font-weight:800;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;color:#fff!important;box-shadow:0 12px 28px rgba(0,0,0,.18)}
.ghs-button:hover{transform:translateY(-2px);color:#fff!important}
.ghs-primary{background:#166f42}
.ghs-primary:hover{background:#0e5934}
.ghs-secondary{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.72);backdrop-filter:blur(8px)}
.ghs-theme-dark .ghs-secondary{background:rgba(255,255,255,.72);border-color:#355f4d;color:#224d3c!important}
.ghs-theme-dark .ghs-secondary:hover{color:#173e2e!important}

/* Controls are kept inside a protected bottom rail so arrows never get cropped or cover faces. */
.ghs-controls{
  position:absolute;
  right:clamp(14px,3vw,34px);
  bottom:18px;
  z-index:20;
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:999px;
  background:rgba(8,31,27,.46);
  box-shadow:0 10px 30px rgba(0,0,0,.2);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.ghs-arrow{
  all:unset;
  box-sizing:border-box!important;
  width:var(--ghs-control-size)!important;
  min-width:var(--ghs-control-size)!important;
  max-width:var(--ghs-control-size)!important;
  height:var(--ghs-control-size)!important;
  min-height:var(--ghs-control-size)!important;
  max-height:var(--ghs-control-size)!important;
  padding:0!important;
  margin:0!important;
  border:1px solid rgba(255,255,255,.58)!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:rgba(255,255,255,.12)!important;
  color:#fff!important;
  cursor:pointer!important;
  line-height:1!important;
  opacity:1!important;
  visibility:visible!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:background .2s ease,transform .2s ease,border-color .2s ease!important;
}
.ghs-arrow:hover,.ghs-arrow:focus-visible{background:rgba(255,255,255,.28)!important;border-color:#fff!important;transform:scale(1.06)!important;outline:2px solid rgba(255,255,255,.65)!important;outline-offset:2px!important}
.ghs-arrow svg{display:block!important;width:23px!important;height:23px!important;overflow:visible!important;fill:none!important;stroke:currentColor!important;stroke-width:2.4!important;stroke-linecap:round!important;stroke-linejoin:round!important;pointer-events:none!important}
.ghs-dots{display:flex;align-items:center;justify-content:center;gap:7px;padding:0 4px;min-height:var(--ghs-control-size)}
.ghs-dots button{
  all:unset;
  box-sizing:border-box!important;
  display:block!important;
  width:9px!important;
  min-width:9px!important;
  height:9px!important;
  min-height:9px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.55)!important;
  cursor:pointer!important;
  transition:width .25s ease,background .25s ease!important;
}
.ghs-dots button.is-active{width:25px!important;background:#fff!important}
.ghs-dots button:focus-visible{outline:2px solid #fff!important;outline-offset:3px!important}
.ghs-progress{position:absolute;left:0;right:0;bottom:0;height:3px;z-index:21;background:rgba(255,255,255,.2);overflow:hidden}
.ghs-progress span{display:block;width:100%;height:100%;background:#d8b35c;transform-origin:left;transform:scaleX(0)}
@keyframes ghsProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes ghsPulse{0%,100%{transform:scale(1);box-shadow:0 12px 28px rgba(0,0,0,.18)}50%{transform:scale(1.035);box-shadow:0 14px 34px rgba(22,111,66,.4)}}
@keyframes ghsHeartbeat{0%,28%,70%,100%{transform:scale(1)}14%,42%{transform:scale(1.075)}}
.ghs-pulse{animation:ghsPulse 2.2s ease-in-out infinite}
.ghs-heartbeat{animation:ghsHeartbeat 1.7s ease-in-out infinite}

@media(max-width:1100px) and (min-width:768px){
  .ghs-slider-shell{
    height:clamp(440px,60vw,var(--ghs-tablet-height,560px));
    min-height:420px;
    max-height:min(var(--ghs-tablet-height,560px),76svh);
  }
  .ghs-media img{object-fit:var(--ghs-fit-tablet,cover);object-position:var(--ghs-position-tablet,center center)}
  .ghs-content-wrap{width:calc(100% - 54px);padding-bottom:76px}
  .ghs-copy{width:min(620px,76%)}
  .ghs-title{font-size:clamp(2.15rem,6vw,4.1rem)}
  .ghs-controls{right:18px;bottom:16px}
}

@media(max-width:767px){
  .ghs-slider-shell{
    --ghs-control-size:38px;
    height:clamp(430px,126vw,var(--ghs-mobile-height,560px));
    min-height:410px;
    max-height:min(var(--ghs-mobile-height,560px),82svh);
  }
  .ghs-slider-shell.ghs-contained{width:calc(100% - 20px);margin:10px auto}
  .ghs-slider-shell.ghs-rounded{border-radius:18px}
  .ghs-media img{object-fit:var(--ghs-fit-mobile,cover);object-position:var(--ghs-position-mobile,center center)}
  .ghs-content-wrap{width:calc(100% - 30px);align-items:flex-end;padding:20px 0 82px}
  .ghs-copy{width:100%;padding:0;text-align:left!important}
  .ghs-title{font-size:clamp(1.9rem,9vw,3.15rem);line-height:1.04;margin-bottom:12px}
  .ghs-kicker{font-size:.76rem;margin-bottom:8px}
  .ghs-badge{font-size:.68rem;padding:6px 10px;margin-bottom:10px}
  .ghs-description{font-size:.94rem;line-height:1.48;max-width:100%;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
  .ghs-text-center .ghs-buttons,.ghs-text-right .ghs-buttons{justify-content:flex-start}
  .ghs-theme-light .ghs-overlay,.ghs-theme-light.ghs-text-center .ghs-overlay,.ghs-theme-light.ghs-text-right .ghs-overlay{transform:none;background:linear-gradient(0deg,rgba(3,19,18,.91),rgba(3,19,18,.31) 62%,rgba(3,19,18,.03))}
  .ghs-theme-dark .ghs-overlay,.ghs-theme-dark.ghs-text-center .ghs-overlay,.ghs-theme-dark.ghs-text-right .ghs-overlay{transform:none;background:linear-gradient(0deg,rgba(255,252,244,.94),rgba(255,252,244,.34) 64%,rgba(255,252,244,.03))}
  .ghs-controls{left:50%;right:auto;bottom:12px;transform:translateX(-50%);gap:6px;padding:6px;max-width:calc(100% - 20px)}
  .ghs-dots{gap:6px;padding:0 2px;max-width:46vw;overflow:hidden}
  .ghs-dots button{width:8px!important;min-width:8px!important;height:8px!important;min-height:8px!important}
  .ghs-dots button.is-active{width:21px!important}
  .ghs-button{min-height:44px;padding:10px 15px;font-size:.88rem}
  .ghs-image-only .ghs-controls{background:rgba(8,31,27,.55)}
}

@media(max-width:520px){
  .ghs-buttons{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:9px}
  .ghs-button{width:100%;padding-left:10px;padding-right:10px}
}

@media(max-width:380px){
  .ghs-slider-shell{height:clamp(420px,132vw,var(--ghs-mobile-height,560px))}
  .ghs-content-wrap{width:calc(100% - 24px)}
  .ghs-title{font-size:clamp(1.72rem,8.6vw,2.7rem)}
  .ghs-description{-webkit-line-clamp:2}
  .ghs-controls{max-width:calc(100% - 12px)}
  .ghs-dots{max-width:42vw}
}

@media(prefers-reduced-motion:reduce){
  .ghs-slide,.ghs-button,.ghs-arrow,.ghs-dots button{transition:none!important}
  .ghs-pulse,.ghs-heartbeat,.ghs-progress span{animation:none!important}
}
