.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__bg{position:absolute;inset:0;z-index:0}.hero__bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.1)}.hero__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(30,61,111,.4) 0,rgba(30,61,111,.2) 40%,rgba(30,61,111,.6))}.hero__content{position:relative;z-index:10;text-align:center;padding:0 1.5rem;max-width:64rem;margin:0 auto}.hero__badge{color:rgba(255,255,255,.8);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1.5rem;font-weight:300}@media (min-width:768px){.hero__badge{font-size:1rem}}.hero__title{font-family:var(--font-display);font-size:3rem;color:var(--color-white);margin-bottom:2rem;line-height:1.1;letter-spacing:-.02em}@media (min-width:768px){.hero__title{font-size:4.5rem}}@media (min-width:1024px){.hero__title{font-size:6rem}}.hero__title span{color:var(--color-mint)}.hero__subtitle{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:3rem;font-weight:300;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width:768px){.hero__subtitle{font-size:1.5rem}}.hero__buttons{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width:640px){.hero__buttons{flex-direction:row;justify-content:center}}.hero__buttons .btn{padding:1.1rem 2.5rem;font-size:1rem;border-radius:var(--radius)}.hero__scroll{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:10}.hero__scroll-pill{width:24px;height:40px;border:2px solid rgba(255,255,255,.4);border-radius:9999px;display:flex;align-items:flex-start;justify-content:center;padding-top:8px}.hero__scroll-dot{width:4px;height:8px;background:rgba(255,255,255,.4);border-radius:9999px}@media (orientation:landscape) and (max-height:520px){.hero{height:100svh;min-height:320px}.hero__badge{font-size:.75rem;margin-bottom:.75rem}.hero__title{font-size:2rem;margin-bottom:.75rem}.hero__subtitle{font-size:.9375rem;margin-bottom:1.25rem}.hero__buttons .btn{padding:.75rem 1.75rem;font-size:.875rem}.hero__scroll{display:none}}.experience{padding:6rem 1.5rem;background:var(--color-white)}@media (min-width:768px) and (max-width:1023px){.experience{padding:5rem 1.5rem}}@media (min-width:768px){.experience{padding:8rem 1.5rem}}.experience__inner{max-width:var(--max-width);margin:0 auto}.experience__grid{display:grid;grid-gap:4rem;gap:4rem;align-items:center}@media (min-width:768px){.experience__grid{grid-template-columns:1fr 1fr;gap:5rem}}.experience__label{color:var(--color-nature);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.experience__title{font-family:var(--font-display);font-size:2.5rem;color:var(--color-text);margin-bottom:2rem;line-height:1.15}@media (min-width:768px){.experience__title{font-size:3rem}}@media (min-width:1024px){.experience__title{font-size:3.75rem}}.experience__text{font-size:1.125rem;color:var(--color-text-light);line-height:1.7;margin-bottom:1.5rem;font-weight:300}.experience__cta{margin-top:.5rem}.experience__visual{position:relative}.experience__image{position:relative;height:500px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.12)}@media (min-width:768px) and (max-width:1023px){.experience__image{height:420px}}@media (min-width:768px){.experience__image{height:600px}}.experience__image img{width:100%;height:100%;object-fit:cover}.experience__deco{position:absolute;bottom:-2rem;right:-2rem;width:16rem;height:16rem;background:var(--color-sand);border-radius:var(--radius-lg);z-index:-1;display:none}@media (min-width:768px){.experience__deco{display:block}}.experience__lifestyle{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-top:5rem}@media (min-width:768px){.experience__lifestyle{grid-template-columns:1fr 1fr 1fr}}.experience__lifestyle-item{position:relative;height:16rem;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}.experience__lifestyle-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.experience__lifestyle-item:hover img{transform:scale(1.1)}.gites-section{padding:6rem 1.5rem;background:var(--color-sand)}@media (min-width:768px) and (max-width:1023px){.gites-section{padding:5rem 1.5rem}}@media (min-width:768px){.gites-section{padding:8rem 1.5rem}}.gites-section__inner{max-width:var(--max-width);margin:0 auto}.gites-section__header{text-align:center;margin-bottom:4rem}.gites-section__label{color:var(--color-nature);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.gites-section__title{font-family:var(--font-display);font-size:2.5rem;color:var(--color-text);margin-bottom:1.5rem;line-height:1.15}@media (min-width:768px){.gites-section__title{font-size:3rem}}@media (min-width:1024px){.gites-section__title{font-size:3.75rem}}.gites-section__subtitle{font-size:1.125rem;color:var(--color-text-light);max-width:42rem;margin:0 auto;font-weight:300}.gites-section__grid{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px){.gites-section__grid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.gites-section__grid{grid-template-columns:1fr 1fr 1fr}}.gite-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06);transition:all .5s ease;cursor:pointer;display:block;text-decoration:none;color:inherit}.gite-card:hover{box-shadow:0 20px 50px rgba(0,0,0,.12);transform:translateY(-8px)}.gite-card__image{position:relative;height:18rem;overflow:hidden}.gite-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.gite-card:hover .gite-card__image img{transform:scale(1.1)}.gite-card__price{position:absolute;top:1rem;right:1rem;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--color-ocean)}.gite-card__body{padding:2rem}.gite-card__name{font-family:var(--font-display);font-size:1.5rem;color:var(--color-text);margin-bottom:.75rem;transition:color .3s ease}.gite-card:hover .gite-card__name{color:var(--color-nature)}.gite-card__desc{margin-bottom:1rem;line-height:1.6}.gite-card__desc,.gite-card__meta{color:var(--color-text-light);font-weight:300}.gite-card__meta{display:flex;align-items:center;font-size:.875rem}.gite-card__meta-sep{margin:0 .5rem}.gites-section__cta{text-align:center;margin-top:3rem}.gallery{padding:6rem 1.5rem;background:var(--color-white)}@media (min-width:768px) and (max-width:1023px){.gallery{padding:5rem 1.5rem}}@media (min-width:768px){.gallery{padding:8rem 1.5rem}}.gallery__inner{max-width:var(--max-width);margin:0 auto}.gallery__title{font-family:var(--font-display);font-size:2.5rem;color:var(--color-text);text-align:center;margin-bottom:4rem}@media (min-width:768px){.gallery__title{font-size:3rem}}@media (min-width:1024px){.gallery__title{font-size:3.75rem}}.gallery__grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:12rem;grid-gap:.75rem;gap:.75rem}@media (min-width:480px){.gallery__grid{grid-auto-rows:14rem;gap:1rem}}@media (min-width:768px){.gallery__grid{grid-template-columns:1fr 1fr 1fr;grid-auto-rows:16rem}}.gallery__item{position:relative;border-radius:var(--radius-lg);overflow:hidden;cursor:pointer}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.gallery__item:hover img{transform:scale(1.1)}.gallery__item-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.4),transparent);opacity:0;transition:opacity .5s ease;pointer-events:none}.gallery__item:hover .gallery__item-overlay{opacity:1}.gallery__item--tall{grid-row:span 2}.activities{padding:6rem 1.5rem;background:var(--color-ocean);color:var(--color-white);position:relative;overflow:hidden}@media (min-width:768px) and (max-width:1023px){.activities{padding:5rem 1.5rem}}@media (min-width:768px){.activities{padding:8rem 1.5rem}}.activities__bg{position:absolute;inset:0;opacity:.05}.activities__bg img{width:100%;height:100%;object-fit:cover}.activities__inner{max-width:var(--max-width);margin:0 auto;position:relative;z-index:1}.activities__header{text-align:center;margin-bottom:4rem}.activities__label{color:var(--color-mint);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.activities__title{font-family:var(--font-display);font-size:2.5rem;margin-bottom:1.5rem;line-height:1.15}@media (min-width:768px){.activities__title{font-size:3rem}}@media (min-width:1024px){.activities__title{font-size:3.75rem}}.activities__grid{display:grid;grid-gap:3rem;gap:3rem}@media (min-width:768px){.activities__grid{grid-template-columns:1fr 1fr 1fr}}.activity-card{text-align:center}.activity-card__icon{width:5rem;height:5rem;margin:0 auto 1.5rem;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50%;display:flex;align-items:center;justify-content:center}.activity-card__icon svg{width:2.5rem;height:2.5rem;color:var(--color-mint);stroke:var(--color-mint)}.activity-card__title{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1rem}.activity-card__desc{color:rgba(255,255,255,.8);font-weight:300;line-height:1.6}.activities__cta{text-align:center;margin-top:3rem}.reviews{padding:6rem 1.5rem;background:var(--color-white)}@media (min-width:768px) and (max-width:1023px){.reviews{padding:5rem 1.5rem}}@media (min-width:768px){.reviews{padding:8rem 1.5rem}}.reviews__inner{max-width:var(--max-width);margin:0 auto}.reviews__header{text-align:center;margin-bottom:4rem}.reviews__label{color:var(--color-nature);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.reviews__title{font-family:var(--font-display);font-size:2.5rem;color:var(--color-text);line-height:1.15}@media (min-width:768px){.reviews__title{font-size:3rem}}@media (min-width:1024px){.reviews__title{font-size:3.75rem}}.reviews__grid{display:grid;grid-gap:2rem;gap:2rem}@media (min-width:768px) and (max-width:899px){.reviews__grid{grid-template-columns:1fr 1fr}}@media (min-width:768px){.reviews__grid{grid-template-columns:1fr 1fr 1fr}}.review-card{background:var(--color-sand);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column}.review-card__stars{display:flex;gap:.25rem;margin-bottom:1.5rem}.review-card__star{width:20px;height:20px;color:var(--color-star);fill:var(--color-star)}.review-card__text{color:var(--color-text);margin-bottom:1.5rem;line-height:1.6;font-weight:300;font-style:italic;flex:1 1}.review-card__author{font-weight:500;color:var(--color-text)}.review-card__meta{font-size:.875rem;color:var(--color-text-light);font-weight:300;margin-top:.2rem}.location{padding:6rem 1.5rem;background:var(--color-sand)}@media (min-width:768px) and (max-width:1023px){.location{padding:5rem 1.5rem}}@media (min-width:768px){.location{padding:8rem 1.5rem}}.location__inner{max-width:var(--max-width);margin:0 auto}.location__grid{display:grid;grid-gap:4rem;gap:4rem;align-items:center}@media (min-width:768px){.location__grid{grid-template-columns:1fr 1fr}}.location__icon-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.location__icon-row svg{width:2rem;height:2rem;color:var(--color-nature);stroke:var(--color-nature)}.location__label{color:var(--color-nature);font-size:.875rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.location__title{font-family:var(--font-display);font-size:2.5rem;color:var(--color-text);margin-bottom:1.5rem}@media (min-width:768px){.location__title{font-size:3rem}}.location__text{font-size:1.125rem;color:var(--color-text-light);line-height:1.7;font-weight:300;margin-bottom:1.5rem}.location__image{position:relative;height:24rem;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.12)}.location__image img{width:100%;height:100%;object-fit:cover}.cta-final{padding:8rem 1.5rem;background:var(--color-ocean);color:var(--color-white);position:relative;overflow:hidden}@media (min-width:768px) and (max-width:1023px){.cta-final{padding:6rem 1.5rem}}@media (min-width:768px){.cta-final{padding:10rem 1.5rem}}.cta-final__bg{position:absolute;inset:0;opacity:.1}.cta-final__bg img{width:100%;height:100%;object-fit:cover}.cta-final__inner{max-width:56rem;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-final__title{font-family:var(--font-display);font-size:2.5rem;margin-bottom:2rem;line-height:1.15}@media (min-width:768px){.cta-final__title{font-size:3rem}}@media (min-width:1024px){.cta-final__title{font-size:3.75rem}}.cta-final__subtitle{font-size:1.25rem;color:rgba(255,255,255,.8);margin-bottom:3rem;font-weight:300;max-width:42rem;margin-left:auto;margin-right:auto;line-height:1.6}@media (min-width:768px){.cta-final__subtitle{font-size:1.5rem}}