
:root{
  --jhf-green:#0f5138;
  --jhf-green-dark:#0b3d2b;
  --jhf-gold:#d9ae3f;
  --jhf-cream:#f4ecde;
  --jhf-white:#fff;
  --jhf-black:#18201c;
  --jhf-muted:#687069;
  --jhf-border:rgba(24,32,28,.12);
}

.jhf-home,.jhf-home *{box-sizing:border-box}
.jhf-home{overflow:hidden;background:#f7f2e9;color:var(--jhf-black)}
.jhf-home svg{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.jhf-shell{width:min(1240px,calc(100% - 40px));margin:auto}

.jhf-hero{
  position:relative;
  min-height:690px;
  display:flex;
  align-items:center;
  background-image:var(--jhf-hero);
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  isolation:isolate
}

.jhf-overlay{
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(90deg,rgba(244,236,222,.99) 0%,rgba(244,236,222,.96) 28%,rgba(244,236,222,.78) 45%,rgba(244,236,222,.18) 70%,rgba(244,236,222,.02) 100%)
}

.jhf-hero-inner{padding:75px 0 125px}
.jhf-copy{width:min(700px,56%)}
.jhf-eyebrow,.jhf-kicker{
  display:inline-block;color:var(--jhf-green);font-size:12px;line-height:1;
  letter-spacing:.16em;text-transform:uppercase;font-weight:850
}
.jhf-copy h1{
  margin:18px 0 22px;font-size:clamp(50px,6vw,86px);line-height:.92;
  letter-spacing:-.055em;color:var(--jhf-green);font-family:Georgia,'Times New Roman',serif;font-weight:500
}
.jhf-copy h1 em{font-style:normal}
.jhf-copy p{max-width:560px;margin:0;font-size:20px;line-height:1.55;color:#313936}
.jhf-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}

.jhf-btn{
  min-height:54px;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  padding:0 24px;border-radius:999px;text-decoration:none!important;font-weight:850;transition:.2s ease
}
.jhf-btn:hover{transform:translateY(-2px)}
.jhf-btn-primary{background:var(--jhf-green);color:#fff!important;box-shadow:0 15px 30px rgba(15,81,56,.24)}
.jhf-btn-primary:hover{background:var(--jhf-green-dark)}
.jhf-btn-secondary{background:rgba(255,255,255,.88);color:var(--jhf-black)!important;border:1px solid var(--jhf-border)}

.jhf-search{
  position:absolute;left:50%;bottom:0;transform:translate(-50%,50%);
  width:min(1240px,calc(100% - 40px));
  display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr auto;
  gap:14px;align-items:end;padding:20px;border-radius:24px;background:rgba(255,255,255,.98);
  border:1px solid rgba(255,255,255,.8);box-shadow:0 24px 70px rgba(18,51,37,.15);z-index:3
}
.jhf-field{display:block;margin:0}
.jhf-field>span{
  display:block;margin:0 0 7px 4px;color:var(--jhf-muted);font-size:11px;font-weight:850;
  text-transform:uppercase;letter-spacing:.08em
}
.jhf-field input,.jhf-field select{
  width:100%;height:56px;margin:0;padding:0 42px 0 16px;border:1px solid var(--jhf-border);
  border-radius:14px;background:#fbfaf7;color:var(--jhf-black);font:inherit;font-weight:650;outline:none
}
.jhf-field input{padding-right:16px}
.jhf-field input:focus,.jhf-field select:focus{border-color:var(--jhf-green);box-shadow:0 0 0 4px rgba(15,81,56,.1)}
.jhf-search button{
  height:56px;min-width:190px;display:inline-flex;align-items:center;justify-content:center;gap:10px;
  border:0;border-radius:14px;background:var(--jhf-green);color:#fff;font:inherit;font-weight:850;cursor:pointer
}

.jhf-section{padding:108px 0}
.jhf-featured{padding-top:150px}
.jhf-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.jhf-heading h2{
  margin:9px 0 0;color:var(--jhf-green);font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(38px,4vw,58px);font-weight:500;line-height:1.05;letter-spacing:-.035em
}
.jhf-controls{display:flex;gap:9px}
.jhf-controls button{
  width:48px;height:48px;border-radius:50%;border:1px solid var(--jhf-border);
  background:#fff;color:var(--jhf-green);font-size:20px;cursor:pointer
}
.jhf-carousel{overflow:hidden}
.jhf-track{display:flex;gap:22px;transition:transform .45s cubic-bezier(.22,.61,.36,1)}
.jhf-card{
  flex:0 0 calc((100% - 44px)/3);min-width:0;overflow:hidden;border-radius:22px;
  background:#fff;border:1px solid rgba(24,32,28,.08);box-shadow:0 14px 40px rgba(24,32,28,.07)
}
.jhf-card-image{position:relative;display:block;aspect-ratio:16/10;overflow:hidden;background:#e7e3da}
.jhf-card-image img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.jhf-card:hover .jhf-card-image img{transform:scale(1.035)}
.jhf-card-image>span{
  position:absolute;top:15px;left:15px;padding:8px 12px;border-radius:999px;
  background:var(--jhf-green);color:#fff;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.06em
}
.jhf-placeholder{height:100%;display:grid;place-items:center;color:var(--jhf-green)}
.jhf-placeholder svg{width:54px;height:54px}
.jhf-card-body{padding:22px}
.jhf-location{display:flex;align-items:center;gap:7px;color:var(--jhf-muted);font-size:13px}
.jhf-card-body h3{margin:11px 0 14px;font-size:22px;line-height:1.15;letter-spacing:-.025em}
.jhf-card-body h3 a{color:var(--jhf-black);text-decoration:none}
.jhf-price{margin-bottom:18px;color:var(--jhf-green);font-size:20px;font-weight:900}
.jhf-link{display:inline-flex;align-items:center;gap:9px;color:var(--jhf-green);text-decoration:none!important;font-weight:850}
.jhf-empty{padding:35px;border-radius:18px;background:#fff}

.jhf-services{background:#fff}
.jhf-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.jhf-service{min-height:285px;padding:28px;border-radius:22px;background:#f8f4ec;border:1px solid rgba(24,32,28,.08)}
.jhf-service>div{
  width:54px;height:54px;display:grid;place-items:center;border-radius:16px;
  background:rgba(15,81,56,.1);color:var(--jhf-green)
}
.jhf-service>div svg{width:26px;height:26px}
.jhf-service h3{margin:38px 0 12px;font-size:24px}
.jhf-service p{margin:0;color:var(--jhf-muted);line-height:1.6}

@media(max-width:1024px){
  .jhf-hero{min-height:760px}
  .jhf-copy{width:72%}
  .jhf-search{grid-template-columns:repeat(2,1fr)}
  .jhf-search button{grid-column:1/-1}
  .jhf-card{flex-basis:calc((100% - 22px)/2)}
  .jhf-services-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:767px){
  .jhf-shell,.jhf-search{width:min(100% - 24px,1240px)}
  .jhf-hero{min-height:auto;background-position:62% center}
  .jhf-overlay{background:linear-gradient(180deg,rgba(244,236,222,.98),rgba(244,236,222,.82))}
  .jhf-hero-inner{padding:62px 0 30px}
  .jhf-copy{width:100%}
  .jhf-copy h1{font-size:clamp(46px,14vw,66px)}
  .jhf-copy p{font-size:17px}
  .jhf-actions{display:grid}
  .jhf-btn{width:100%}
  .jhf-search{
    position:relative;left:auto;bottom:auto;transform:none;margin-top:34px;
    grid-template-columns:1fr;gap:12px;border-radius:20px;padding:16px
  }
  .jhf-search button{grid-column:auto;width:100%;min-width:0}
  .jhf-featured{padding-top:74px}
  .jhf-section{padding:74px 0}
  .jhf-card{flex-basis:100%}
  .jhf-services-grid{grid-template-columns:1fr}
}
