.home-landing-body{min-height:100vh;background:var(--cream)}
.home-landing-hero{position:relative;min-height:520px;overflow:hidden;background:linear-gradient(118deg,#092c1d 0%,#164a32 58%,#536d49 100%);color:white}
.home-landing-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 20%,rgba(245,209,147,.2),transparent 25%),radial-gradient(circle at 88% 72%,rgba(193,207,163,.13),transparent 32%),linear-gradient(90deg,rgba(4,20,13,.42) 0%,rgba(4,20,13,.14) 49%,transparent 72%);pointer-events:none}
.home-landing-hero:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:76%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 520' preserveAspectRatio='none'%3E%3Cpath fill='%237f9679' fill-opacity='.34' d='M0 374L115 343 225 360 353 295 463 335 612 246 728 327 867 264 1019 148 1162 286 1303 211 1450 291 1600 245V520H0Z'/%3E%3Cpath fill='%235b795e' fill-opacity='.52' d='M0 423L165 369 305 405 470 294 604 377 755 277 902 365 1055 223 1174 319 1328 242 1455 323 1600 285V520H0Z'/%3E%3Cpath fill='%233b6548' fill-opacity='.78' d='M0 444L172 408 318 447 506 336 638 413 808 308 927 399 1085 287 1222 380 1378 297 1600 401V520H0Z'/%3E%3Cpath fill='%23174730' fill-opacity='.94' d='M0 474L210 443 356 480 562 388 711 460 868 377 1011 451 1187 362 1330 430 1470 374 1600 422V520H0Z'/%3E%3C/svg%3E");background-position:center bottom;background-repeat:no-repeat;background-size:100% 100%;opacity:.88;pointer-events:none}
.home-landing-topbar{background:linear-gradient(180deg,rgba(5,23,15,.62),rgba(5,23,15,.1))}
.home-landing-hero-inner{position:relative;z-index:2;display:flex;min-height:520px;align-items:flex-end;padding-top:112px;padding-bottom:72px}
.home-landing-copy{max-width:760px}
.home-landing-kicker{margin-bottom:10px;color:#ff9c45;font-family:"Caveat","Segoe Print",cursive;font-size:34px;line-height:1;transform:rotate(-1deg);transform-origin:left center}
.home-landing-copy h1{max-width:760px;margin:0;color:white;font-family:"Cormorant Garamond",Georgia,serif;font-size:86px;line-height:.92;letter-spacing:-.025em;text-shadow:0 4px 24px rgba(0,0,0,.3)}
.home-landing-copy p{max-width:650px;margin:23px 0 0;color:rgba(255,255,255,.88);font-size:16px;font-weight:500;line-height:1.75}
.home-landing-main{padding:1px 0 88px}
.home-landing-balades{margin-top:72px}
.home-balades-cta{display:flex;justify-content:center;margin-top:30px}
.home-balades-all-link{min-height:50px;padding:13px 21px;box-shadow:0 8px 22px rgba(16,63,37,.15);transition:background .2s ease,box-shadow .2s ease,transform .2s ease}
.home-balades-all-link span{font-size:18px;line-height:1}
.home-balades-all-link:hover,.home-balades-all-link:focus-visible{background:var(--orange);box-shadow:0 11px 25px rgba(90,48,22,.2);transform:translateY(-1px)}
.home-balades-all-link:focus-visible{outline:3px solid rgba(240,124,43,.4);outline-offset:4px}
@media(max-width:680px){
  .home-landing-hero,.home-landing-hero-inner{min-height:450px}
  .home-landing-hero:after{height:64%;background-position:58% bottom;background-size:175% 100%;opacity:.84}
  .home-landing-hero-inner{padding-top:94px;padding-bottom:52px}
  .home-landing-kicker{font-size:30px}
  .home-landing-copy h1{max-width:350px;font-size:58px;line-height:.92}
  .home-landing-copy p{max-width:340px;margin-top:19px;font-size:14px;line-height:1.68}
  .home-landing-main{padding-bottom:62px}
  .home-landing-balades{margin-top:54px}
  .home-balades-cta{margin-top:24px}
  .home-balades-all-link{width:100%;justify-content:center}
}
@media(prefers-reduced-motion:reduce){.home-balades-all-link{transition:none}}
