body{
  font-family:"DM Sans", sans-serif;
  background:#f6f3ee;
  color:#17211e;
  margin:0;
}

h1,
h2,
h3{
  font-family:"Playfair Display", serif;
}

.home-page{
  background:
    radial-gradient(circle at top center, rgba(255, 244, 223, 0.75), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(126, 188, 162, 0.16), transparent 18%),
    linear-gradient(180deg, #f7f4ef 0%, #fbf8f3 100%);
}

[data-animate]{
  opacity:0;
  transform:translate3d(0, 36px, 0);
  filter:blur(10px);
  transition:
    opacity .72s cubic-bezier(.22, 1, .36, 1),
    transform .72s cubic-bezier(.22, 1, .36, 1),
    filter .72s cubic-bezier(.22, 1, .36, 1);
  transition-delay:var(--reveal-delay, 0ms);
}

[data-animate="hero-copy"]{
  transform:translate3d(0, 28px, 0);
}

[data-animate="hero-card"]{
  transform:translate3d(0, 40px, 0) scale(.98);
}

[data-animate].is-visible{
  opacity:1;
  transform:translate3d(0, 0, 0) scale(1);
  filter:blur(0);
}

@media (prefers-reduced-motion: reduce){
  [data-animate]{
    opacity:1;
    transform:none;
    filter:none;
    transition:none;
  }
}

.home-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:13px;
  text-decoration:none;
  font-size:.88rem;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}

.home-btn:hover{
  transform:translateY(-1px);
}

.home-btn--primary{
  background:linear-gradient(180deg, #255846, #1b4033);
  color:#fff;
  box-shadow:0 18px 32px rgba(27, 64, 51, 0.22);
}

.home-btn--primary:hover{
  color:#fff;
  box-shadow:0 22px 36px rgba(27, 64, 51, 0.26);
}

.home-btn--ghost{
  background:rgba(255, 255, 255, 0.1);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255, 255, 255, 0.34);
  color:#fff;
}

.home-btn--ghost:hover{
  color:#fff;
  background:rgba(255, 255, 255, 0.18);
}

.home-btn--secondary{
  background:#fff;
  border:1px solid #dde6de;
  color:#1b4033;
  box-shadow:0 10px 24px rgba(18, 38, 31, 0.06);
}

.home-btn--secondary:hover{
  color:#1b4033;
  border-color:#c8d8cf;
}

.home-btn--light{
  background:#fff;
  color:#173427;
  box-shadow:0 14px 28px rgba(0, 0, 0, 0.12);
}

.home-btn--light:hover{
  color:#173427;
}

.home-btn--ghost-light{
  background:rgba(255, 255, 255, 0.1);
  border:1px solid rgba(255, 255, 255, 0.3);
  color:#fff;
}

.home-btn--ghost-light:hover{
  color:#fff;
  background:rgba(255, 255, 255, 0.15);
}

.home-section{
  padding:54px 0;
}

.home-section__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:26px;
  flex-wrap:wrap;
}

.home-section__eyebrow{
  display:inline-block;
  margin-bottom:11px;
  color:#3e8f6e;
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.home-section__eyebrow--light{
  color:rgba(207, 236, 220, 0.96);
}

.home-section__header h2,
.home-locations__intro h2,
.home-sell__content h2,
.home-testimonials__header h2,
.home-cta-band__content h2{
  margin:0;
  color:#17211e;
  font-size:clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight:700;
  letter-spacing:-.04em;
  line-height:1.06;
}

.home-section__header h2 span,
.home-locations__intro h2 span{
  color:#3e8f6e;
}

.home-section__link{
  display:inline-flex;
  align-items:center;
  color:#245846;
  text-decoration:none;
  font-size:.84rem;
  font-weight:700;
}

.home-section__link:hover{
  color:#173427;
}

.home-hero{
  position:relative;
  min-height:660px;
  padding:96px 0 102px;
  overflow:hidden;
  background:#11231d;
}

.home-hero__image,
.home-hero__overlay{
  position:absolute;
  inset:0;
}

.home-hero__image{
  background:
    linear-gradient(180deg, rgba(13, 30, 24, 0.1), rgba(13, 30, 24, 0.1)),
    url("../images/marketing/coastal-static-caravans.jpg") center/cover no-repeat;
  transform:translate3d(0, var(--hero-shift, 0px), 0) scale(1.05);
  transition:transform .18s linear;
}

.home-hero__overlay{
  background:
    linear-gradient(90deg, rgba(8, 19, 16, 0.84) 0%, rgba(8, 19, 16, 0.56) 48%, rgba(8, 19, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(8, 19, 16, 0.05) 0%, rgba(8, 19, 16, 0.52) 100%);
}

.home-hero__content{
  position:relative;
  z-index:1;
  padding-top:18px;
}

.home-hero__copy{
  max-width:650px;
  padding:28px 0 22px;
}

.home-hero__eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.1);
  border:1px solid rgba(255, 255, 255, 0.14);
  color:#edf5f0;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-hero__copy h1{
  margin:16px 0 12px;
  color:#fff8ef;
  font-size:clamp(2.35rem, 4.9vw, 4.15rem);
  font-weight:700;
  letter-spacing:-.05em;
  line-height:.98;
  max-width:540px;
}

.home-hero__copy h1 span{
  display:block;
  color:#7cd5ad;
}

.home-hero__copy p{
  max-width:460px;
  margin:0 0 18px;
  color:rgba(255, 255, 255, 0.82);
  font-size:.9rem;
  line-height:1.62;
}

.home-hero__pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:18px;
}

.home-hero__pills span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.12);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  color:#f5fbf7;
  font-size:.72rem;
  font-weight:700;
}

.home-hero__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.home-search-card{
  position:relative;
  z-index:2;
  margin-top:6px;
  display:grid;
  grid-template-columns:1.35fr repeat(3, minmax(0, .86fr)) auto;
  gap:10px;
  align-items:end;
  padding:13px;
  border-radius:20px;
  background:rgba(255, 252, 247, 0.92);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(226, 231, 226, 0.9);
  box-shadow:0 28px 60px rgba(16, 27, 22, 0.22);
}

.home-search-card::before{
  content:"";
  position:absolute;
  inset:1px;
  border-radius:19px;
  background:linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.12));
  pointer-events:none;
}

.home-search-card__field{
  display:grid;
  gap:6px;
  position:relative;
  z-index:1;
}

.home-search-card__field label{
  color:#30433b;
  font-size:.66rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-search-card__field input,
.home-search-card__field select{
  width:100%;
  min-height:46px;
  padding:0 13px;
  border-radius:12px;
  border:1px solid #dde5df;
  background:#fff;
  color:#17211e;
  font-size:.84rem;
  box-shadow:none;
}

.home-search-card__field input:focus,
.home-search-card__field select:focus{
  outline:none;
  border-color:#98b6aa;
  box-shadow:0 0 0 .24rem rgba(43, 107, 90, 0.1);
}

.home-search-card__submit{
  min-height:46px;
  padding:0 18px;
  border:none;
  border-radius:12px;
  background:linear-gradient(180deg, #255846, #1b4033);
  color:#fff;
  font-size:.84rem;
  font-weight:800;
  box-shadow:0 18px 30px rgba(27, 64, 51, 0.2);
  position:relative;
  z-index:1;
}

.home-stats{
  position:relative;
  z-index:3;
  margin-top:-82px;
  padding-bottom:2px;
}

.home-stats__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:0;
  border-radius:20px;
  background:rgba(255, 252, 247, 0.98);
  border:1px solid #ebe6dd;
  box-shadow:0 20px 48px rgba(17, 30, 25, 0.08);
  overflow:hidden;
}

.home-stat-card{
  display:grid;
  grid-template-columns:56px minmax(0, 1fr);
  gap:14px;
  padding:18px 20px;
  align-items:center;
  transition:background .2s ease, transform .2s ease;
}

.home-stat-card + .home-stat-card{
  border-left:1px solid #efe8de;
}

.home-stat-card:hover{
  background:linear-gradient(180deg, rgba(246, 250, 247, 0.92), rgba(255, 252, 247, 0.96));
  transform:translateY(-2px);
}

.home-stat-card__icon{
  width:48px;
  height:48px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f5f1e8;
  color:#1f4235;
}

.home-stat-card__icon svg{
  width:20px;
  height:20px;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.home-stat-card strong{
  display:block;
  color:#17211e;
  font-size:1.4rem;
  font-weight:800;
  letter-spacing:-.04em;
  line-height:1;
  margin-bottom:4px;
}

.home-stat-card span{
  display:block;
  color:#24332e;
  font-size:.82rem;
  font-weight:700;
  margin-bottom:2px;
}

.home-stat-card small{
  display:block;
  color:#6e766f;
  font-size:.72rem;
  line-height:1.45;
}

.home-featured{
  padding-top:28px;
}

.home-featured__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:16px;
}

.home-featured-card{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:#fffdf9;
  border:1px solid #eee7de;
  box-shadow:0 14px 30px rgba(20, 32, 27, 0.06);
  transition:transform .22s ease, box-shadow .22s ease;
}

.home-featured-card:hover{
  transform:translateY(-4px);
  box-shadow:0 22px 42px rgba(20, 32, 27, 0.1);
}

.home-featured-card::after,
.home-step-card::after,
.home-testimonial-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 36%);
  pointer-events:none;
}

.home-featured-card__image-wrap{
  position:relative;
  display:block;
  aspect-ratio:1 / .82;
  background:#ebe6dc;
  overflow:hidden;
}

.home-featured-card__image-wrap img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.home-featured-card:hover .home-featured-card__image-wrap img{
  transform:scale(1.04);
}

.home-featured-card__badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:1;
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.94);
  color:#173427;
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.home-featured-card__placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8b8b83;
  font-size:.95rem;
  font-weight:700;
}

.home-featured-card__body{
  position:relative;
  padding:14px 14px 16px;
}

.home-featured-card__location{
  margin:0 0 5px;
  color:#6f7a73;
  font-size:.74rem;
  font-weight:700;
}

.home-featured-card__body h3{
  margin:0 0 10px;
  color:#17211e;
  font-size:1rem;
  font-weight:700;
  letter-spacing:-.03em;
  line-height:1.16;
}

.home-featured-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-bottom:13px;
}

.home-featured-card__meta span{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:0 10px;
  border-radius:999px;
  background:#f3f6f2;
  color:#45514d;
  font-size:.7rem;
  font-weight:700;
}

.home-featured-card__footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.home-featured-card__footer strong{
  color:#2f7a5d;
  font-size:1.08rem;
  font-weight:800;
  letter-spacing:-.03em;
}

.home-featured-card__footer a{
  color:#173427;
  text-decoration:none;
  font-size:.78rem;
  font-weight:700;
}

.home-empty-state{
  padding:54px 26px;
  border-radius:24px;
  border:1px dashed #d8d4cb;
  background:#fffdf9;
  text-align:center;
}

.home-empty-state h3{
  margin:0 0 10px;
  font-size:1.4rem;
}

.home-empty-state p{
  max-width:620px;
  margin:0 auto;
  color:#69756d;
  line-height:1.7;
}

.home-locations__panel{
  position:relative;
  display:grid;
  grid-template-columns:260px minmax(0, 1fr);
  gap:16px;
  padding:16px;
  border-radius:22px;
  background:#fffdf9;
  border:1px solid #eee7de;
  box-shadow:0 18px 40px rgba(20, 32, 27, 0.05);
  overflow:hidden;
}

.home-locations__panel::before{
  content:"";
  position:absolute;
  inset:auto -14% 78% auto;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(126, 188, 162, 0.14), transparent 66%);
  pointer-events:none;
}

.home-locations__intro{
  padding:12px 10px;
}

.home-locations__intro p{
  margin:12px 0 18px;
  color:#67726c;
  font-size:.86rem;
  line-height:1.62;
}

.home-locations__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
}

.home-location-card{
  position:relative;
  min-height:272px;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  text-decoration:none;
  background-position:center;
  background-size:cover;
  box-shadow:0 18px 34px rgba(20, 32, 27, 0.08);
  transition:transform .28s ease, box-shadow .28s ease;
}

.home-location-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 40px rgba(20, 32, 27, 0.12);
}

.home-location-card__body{
  width:100%;
  padding:15px 14px 14px;
  color:#fff;
}

.home-location-card__body h3{
  margin:0 0 6px;
  font-size:1.15rem;
  line-height:1.08;
}

.home-location-card__body p{
  margin:0 0 8px;
  color:rgba(255, 255, 255, 0.84);
  font-size:.76rem;
  line-height:1.46;
}

.home-location-card__body span{
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255, 255, 255, 0.16);
  color:#fff;
  font-size:.72rem;
  font-weight:700;
}

.home-sell__grid{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(360px, .85fr);
  gap:22px;
  align-items:stretch;
}

.home-sell__content{
  padding:4px 0;
}

.home-sell__content h2{
  margin-bottom:18px;
}

.home-sell__steps{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:12px;
}

.home-step-card{
  position:relative;
  padding:16px 14px;
  border-radius:16px;
  background:#fffdf9;
  border:1px solid #eee7de;
  box-shadow:0 16px 34px rgba(20, 32, 27, 0.05);
  transition:transform .22s ease, box-shadow .22s ease;
}

.home-step-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 38px rgba(20, 32, 27, 0.09);
}

.home-step-card__icon{
  width:40px;
  height:40px;
  margin-bottom:11px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eef4ef;
  color:#225240;
  font-size:.95rem;
  font-weight:800;
}

.home-step-card h3{
  margin:0 0 8px;
  color:#17211e;
  font-size:.9rem;
  letter-spacing:-.02em;
}

.home-step-card p{
  margin:0;
  color:#69756d;
  font-size:.78rem;
  line-height:1.55;
}

.home-sell__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}

.home-sell__image{
  border-radius:24px;
  min-height:420px;
  background:
    linear-gradient(180deg, rgba(18, 38, 31, 0.06), rgba(18, 38, 31, 0.12)),
    url("../images/marketing/countryside-static-caravans.jpg") center/cover no-repeat;
  box-shadow:0 24px 48px rgba(20, 32, 27, 0.1);
  will-change:transform;
}

.home-testimonials__header{
  text-align:center;
  margin-bottom:20px;
}

.home-testimonials__grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:14px;
}

.home-testimonial-card{
  position:relative;
  padding:18px 18px;
  border-radius:18px;
  background:#fffdf9;
  border:1px solid #eee7de;
  box-shadow:0 16px 34px rgba(20, 32, 27, 0.05);
  transition:transform .22s ease, box-shadow .22s ease;
}

.home-testimonial-card:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 38px rgba(20, 32, 27, 0.08);
}

.home-testimonial-card__stars{
  margin-bottom:10px;
  color:#d29b38;
  font-size:.82rem;
  letter-spacing:.16em;
}

.home-testimonial-card p{
  margin:0 0 14px;
  color:#2c3934;
  font-size:.84rem;
  line-height:1.58;
}

.home-testimonial-card__author strong,
.home-testimonial-card__author span{
  display:block;
}

.home-testimonial-card__author strong{
  color:#17211e;
  font-size:.88rem;
  font-weight:800;
}

.home-testimonial-card__author span{
  color:#6e766f;
  font-size:.76rem;
  font-weight:700;
}

.home-cta-band{
  position:relative;
  margin-top:4px;
  overflow:hidden;
  background:#163126;
}

.home-cta-band__image,
.home-cta-band__overlay{
  position:absolute;
  inset:0;
}

.home-cta-band__image{
  background:url("../images/marketing/lakes-caravan-park.jpg") center/cover no-repeat;
}

.home-cta-band__overlay{
  background:linear-gradient(90deg, rgba(14, 44, 32, 0.9) 0%, rgba(14, 44, 32, 0.76) 45%, rgba(14, 44, 32, 0.7) 100%);
}

.home-cta-band__content{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:42px 0;
}

.home-cta-band__content > *{
  position:relative;
  z-index:1;
}

.home-cta-band__content h2{
  margin:0 0 11px;
  color:#fff;
}

.home-cta-band__content p{
  max-width:620px;
  margin:0;
  color:rgba(255, 255, 255, 0.8);
  font-size:.88rem;
  line-height:1.6;
}

.home-cta-band__actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.site-footer{
  background:#12281f;
  padding:30px 0;
  border-top:1px solid rgba(255, 255, 255, 0.08);
}

.footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:14px;
}

.footer-brand{
  font-family:"Playfair Display", serif;
  font-size:1.05rem;
  font-weight:700;
  color:#fff;
  display:flex;
  align-items:center;
  gap:7px;
}

.footer-brand-dot{
  width:7px;
  height:7px;
  background:#d29b38;
  border-radius:50%;
}

.footer-links{
  display:flex;
  gap:20px;
}

.footer-link{
  font-size:.82rem;
  color:rgba(255, 255, 255, 0.7);
  text-decoration:none;
  transition:color .2s ease;
}

.footer-link:hover{
  color:#fff;
}

.footer-copy{
  font-size:.78rem;
  color:rgba(255, 255, 255, 0.62);
}

.footer-copy-separator{
  display:inline-block;
  margin:0 8px;
  color:rgba(255, 255, 255, 0.28);
}

.footer-credit-link{
  color:#f1d495;
  text-decoration:none;
  border-bottom:1px solid rgba(241, 212, 149, 0.42);
  font-weight:600;
}

.footer-credit-link:hover{
  color:#fff;
  border-color:rgba(255, 255, 255, 0.8);
}

@media (max-width: 1399.98px){
  .home-featured__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .home-locations__panel{
    grid-template-columns:1fr;
  }

  .home-locations__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .home-sell__grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 1199.98px){
  .home-hero{
    min-height:auto;
    padding-bottom:84px;
  }

  .home-search-card{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .home-stats__grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .home-stat-card:nth-child(3){
    border-left:none;
    border-top:1px solid #efe8de;
  }

  .home-stat-card:nth-child(4){
    border-top:1px solid #efe8de;
  }

  .home-sell__steps{
    grid-template-columns:1fr;
  }

  .home-testimonials__grid{
    grid-template-columns:1fr;
  }

  .home-cta-band__content{
    flex-direction:column;
    align-items:flex-start;
  }

  .home-cta-band__actions{
    justify-content:flex-start;
  }
}

@media (max-width: 767.98px){
  .home-section{
    padding:42px 0;
  }

  .home-hero{
    padding:72px 0 66px;
  }

  .home-hero__copy{
    padding:0 12px 0 10px;
  }

  .home-hero__content{
    padding-top:0;
  }

  .home-hero__copy h1{
    font-size:2.25rem;
  }

  .home-search-card{
    grid-template-columns:1fr;
    padding:14px;
    border-radius:20px;
    margin-top:12px;
  }

  .home-search-card::before{
    border-radius:19px;
  }

  .home-stats{
    margin-top:-54px;
  }

  .home-stats__grid{
    grid-template-columns:1fr;
  }

  .home-stat-card{
    padding:16px 16px;
  }

  .home-stat-card + .home-stat-card,
  .home-stat-card:nth-child(3),
  .home-stat-card:nth-child(4){
    border-left:none;
    border-top:1px solid #efe8de;
  }

  .home-featured__grid,
  .home-locations__grid{
    grid-template-columns:1fr;
  }

  .home-locations__panel{
    padding:16px;
  }

  .home-locations__intro{
    padding:10px 6px;
  }

  .home-location-card{
    min-height:220px;
  }

  .home-cta-band__content{
    padding:34px 14px;
  }

  .site-footer{
    padding:26px 0 30px;
  }

  .footer-inner{
    align-items:center;
    justify-content:center;
    gap:16px;
    padding-inline:4px;
    text-align:center;
  }

  .footer-links{
    width:100%;
    flex-direction:column;
    align-items:center;
    gap:10px;
  }

  .footer-copy{
    width:100%;
    display:grid;
    gap:4px;
    line-height:1.6;
    justify-items:center;
  }

  .footer-copy-separator{
    display:none;
  }
}
