.hse{position:relative;height:280vh;background:var(--navy-900)}@media (max-width: 768px){.hse{height:150vh}}.hse__sticky{position:sticky;top:0;height:100svh;height:100dvh;overflow:hidden;display:grid;place-items:center;color:var(--cream)}.hse__bg{position:absolute;inset:0;z-index:0;opacity:.18;will-change:opacity}.hse__bg img{width:100%;height:100%;object-fit:cover;object-position:center 22%}.hse__bg-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0d142880,#0d142833 40%,#0d1428b3)}.hse__media{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(1100px,92vw);height:min(640px,78vh);max-width:95vw;max-height:86vh;border-radius:14px;overflow:hidden;box-shadow:0 30px 80px -20px #0009;background:#000;z-index:1}.hse__media video{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border:0;pointer-events:none}.hse__media-scrim{position:absolute;inset:0;background:#0d142826}.hse__title{position:relative;z-index:2;display:none;flex-wrap:nowrap;gap:clamp(.4rem,2vw,1.2rem);align-items:center;justify-content:center;font-size:clamp(2.6rem,9vw,6.5rem);line-height:1;text-align:center;white-space:nowrap;text-shadow:0 4px 40px rgba(0,0,0,.5);pointer-events:none;margin:0}.hse__word{will-change:transform}.hse__word--r{color:var(--gold-soft);font-style:italic}.hse__hint{position:absolute;bottom:clamp(1.5rem,5vh,3rem);left:50%;transform:translate(-50%);z-index:3;display:none;flex-direction:column;align-items:center;gap:.4rem;text-transform:uppercase;letter-spacing:.22em;font-size:.7rem;color:#f6f1e7d9;will-change:opacity}.hse__hint svg{animation:hse-bob 1.8s ease-in-out infinite;color:var(--gold-soft)}@keyframes hse-bob{0%,to{transform:translateY(0);opacity:.6}50%{transform:translateY(6px);opacity:1}}.hse__caption{position:absolute;z-index:3;left:50%;bottom:clamp(2.5rem,8vh,6rem);transform:translate(-50%);width:min(680px,92vw);text-align:center;transition:opacity .6s ease}.hse__sub{font-size:clamp(1rem,1.4vw,1.15rem);color:#f6f1e7eb;max-width:52ch;margin:0 auto 1.6rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hse__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hse__trust{display:flex;align-items:center;justify-content:center;gap:.55rem;font-size:.9rem;color:#f6f1e7e6;margin-top:1.6rem}.hse__trust strong{color:var(--cream)}.hse__season{margin:1.4rem auto 0;font-size:clamp(.9rem,1.2vw,1rem);font-style:italic;color:var(--gold-soft);text-shadow:0 2px 20px rgba(0,0,0,.5)}.hse--js .hse__bg{opacity:1}.hse--js .hse__media{width:280px;height:400px}.hse--js .hse__title,.hse--js .hse__hint{display:flex}@media (max-width: 768px){.hse__title{transform:translateY(-7vh)}}@media (prefers-reduced-motion: reduce){.hse{height:100svh;height:100dvh}.hse__hint svg{animation:none}}.svc{background:var(--white);border-bottom:1px solid var(--line)}.svc__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;padding-block:1.6rem}.svc__item{display:flex;align-items:center;gap:.9rem}.svc__ic{width:34px;height:34px;flex:none;color:var(--gold-deep)}.svc__ic svg{width:100%;height:100%}.svc__item strong{display:block;font-weight:600;font-size:.92rem}.svc__item span{font-size:.82rem;color:var(--muted)}@media (max-width: 860px){.svc__grid{grid-template-columns:1fr 1fr;gap:1.1rem}}.sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:clamp(2rem,4vw,3.2rem)}.container--wide{max-width:1500px}.coll-sec{background:var(--cream)}.coll__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,2.5vw,2rem)}.coll{background:var(--white);box-shadow:var(--shadow-soft);transition:transform .5s ease,box-shadow .5s ease;display:block}.coll:hover{transform:translateY(-6px);box-shadow:var(--shadow-card)}.coll__img{overflow:hidden;aspect-ratio:4/5}.coll__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.coll:hover .coll__img img{transform:scale(1.05)}.coll__body{padding:1.4rem 1.5rem 1.7rem}.coll__body h3{font-size:1.5rem;font-weight:400;margin-bottom:.4rem}.coll__body p{font-size:.92rem;color:var(--muted);margin-bottom:1rem}.prod-sec{background:var(--white)}.prod__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1rem,1.6vw,1.6rem)}.pcard{display:block}.pcard__img{position:relative;aspect-ratio:4/5;overflow:hidden;background:var(--cream)}.pcard__img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.pcard:hover .pcard__img img{transform:scale(1.04)}.pcard__tag{position:absolute;top:12px;left:12px;background:var(--navy-900);color:var(--gold-soft);font-size:.62rem;text-transform:uppercase;letter-spacing:.14em;padding:5px 11px}.pcard__cta{position:absolute;left:12px;right:12px;bottom:12px;text-align:center;background:var(--white);color:var(--navy-900);padding:.8rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;font-weight:600;opacity:0;transform:translateY(8px);transition:opacity .35s ease,transform .35s ease,background .3s ease}.pcard:hover .pcard__cta{opacity:1;transform:none}.pcard__cta:hover{background:var(--gold)}.pcard__body{padding:1rem .1rem 0;display:flex;justify-content:space-between;align-items:baseline;gap:1rem}.pcard__body h3{font-size:1rem;font-weight:500}.pcard__price{color:var(--gold-deep);font-weight:600;white-space:nowrap}.prod__foot{text-align:center;margin-top:clamp(2rem,4vw,3rem)}@media (max-width: 1100px){.prod__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 760px){.prod__grid{grid-template-columns:1fr 1fr;gap:1rem}.pcard__cta{opacity:1;transform:none}}.why{background:var(--cream)}.why__grid2{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.why__visual{position:relative;display:flex;justify-content:center;align-items:flex-end}.why__visual:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:90%;aspect-ratio:1;border-radius:50%;background:radial-gradient(closest-side,rgba(196,160,82,.18),transparent 70%);z-index:0}.why__visual img{position:relative;z-index:1;width:auto;max-width:100%;max-height:560px;filter:drop-shadow(0 30px 45px rgba(13,20,40,.22))}.why__content .lead{margin-bottom:.5rem}.why__list{list-style:none;margin:1.8rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.3rem}.why__list li{display:flex;gap:1rem;align-items:flex-start}.why__ic{width:34px;height:34px;flex:none;color:var(--gold-deep);margin-top:2px}.why__ic svg{width:100%;height:100%}.why__list strong{display:block;font-weight:600;font-size:1.05rem}.why__list span{color:var(--muted);font-size:.92rem}@media (max-width: 820px){.why__grid2{grid-template-columns:1fr}.why__visual{order:-1}.why__visual img{max-height:360px}}.about{background:var(--white)}.about__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,5vw,4.5rem);align-items:center}.about__imgs{position:relative}.about__img-main{width:100%;aspect-ratio:3/2;object-fit:cover;box-shadow:var(--shadow-card)}.about__img-sub{width:46%;aspect-ratio:4/3;object-fit:cover;position:absolute;right:-6%;bottom:-12%;border:6px solid var(--white);box-shadow:var(--shadow-card)}.about__cta{display:flex;align-items:center;gap:1.6rem;flex-wrap:wrap;margin-top:1.6rem}@media (max-width: 820px){.about__grid{grid-template-columns:1fr}.about__imgs{margin-bottom:3rem}.about__img-sub{right:4%;bottom:-10%;width:42%}}.actus{background:var(--cream)}.actus__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,3vw,2.2rem)}.post{display:block}.post__img{position:relative;overflow:hidden;aspect-ratio:3/2}.post__img img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.post:hover .post__img img{transform:scale(1.05)}.post__cat{position:absolute;top:12px;left:12px;background:var(--gold);color:var(--navy-900);font-size:.62rem;text-transform:uppercase;letter-spacing:.14em;padding:5px 11px;font-weight:600}.post__body{padding:1.2rem .1rem 0}.post__body h3{font-size:1.2rem;font-weight:500;margin-bottom:.5rem;line-height:1.25}.post__body p{font-size:.9rem;color:var(--muted);margin-bottom:.9rem}.avis{background:var(--white)}.avis .stars--lg{margin-top:1rem}.avis__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(1.2rem,3vw,2rem);margin-top:clamp(2.2rem,4vw,3.2rem)}.avis__card{margin:0;background:var(--paper);border:1px solid var(--line);padding:1.3rem 1.35rem;display:flex;flex-direction:column;gap:.7rem}.avis__card blockquote{margin:0;font-size:.92rem;line-height:1.5;color:var(--ink)}.avis__card figcaption{display:flex;flex-direction:column}.avis__card figcaption strong{font-weight:600}.avis__card figcaption span{font-size:.8rem;color:var(--muted)}.avis__foot{margin-top:clamp(2rem,4vw,3rem)}.faq{background:var(--cream)}.faq__grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,4.5rem);align-items:start}.faq__head .btn{margin-top:1.4rem}.faq__item{border-bottom:1px solid var(--line)}.faq__item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem 0;font-size:1.12rem;font-weight:500}.faq__item summary::-webkit-details-marker{display:none}.faq__plus{position:relative;width:15px;height:15px;flex:none}.faq__plus:before,.faq__plus:after{content:"";position:absolute;background:var(--gold-deep);transition:transform .3s ease}.faq__plus:before{top:7px;left:0;width:15px;height:2px}.faq__plus:after{left:7px;top:0;width:2px;height:15px}.faq__item[open] .faq__plus:after{transform:scaleY(0)}.faq__ans p{color:var(--muted);padding-bottom:1.2rem;margin:0;max-width:62ch}@media (max-width: 820px){.faq__grid{grid-template-columns:1fr}}.contact{background:var(--white)}.contact__grid{display:grid;grid-template-columns:1fr 1.1fr;gap:clamp(2rem,5vw,4rem);align-items:stretch}.contact__list{list-style:none;margin:1.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:1.2rem}.contact__list li{display:flex;flex-direction:column;gap:.25rem}.contact__lbl{font-size:.7rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold-deep);font-weight:600}.contact__list a:hover{color:var(--gold-deep)}.contact__hours p{margin:0;display:flex;gap:.8rem}.contact__hours span{color:var(--muted);min-width:130px}.contact__map{min-height:360px;box-shadow:var(--shadow-card)}.contact__map iframe{width:100%;height:100%;min-height:360px;border:0;filter:grayscale(.15) contrast(1.03)}@media (max-width: 820px){.contact__grid{grid-template-columns:1fr}}.carbtn{width:46px;height:46px;border:1px solid var(--line);background:transparent;color:var(--navy);font-size:1.05rem;cursor:pointer;border-radius:50%;transition:background .3s ease,color .3s ease,border-color .3s ease}.carbtn:hover{background:var(--gold);color:var(--navy-900);border-color:var(--gold)}.sec-arrows{display:none}@media (max-width: 760px){.coll__grid,.actus__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:80%;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:calc(-1 * var(--gutter));padding:.4rem var(--gutter) 0}.coll__grid::-webkit-scrollbar,.actus__grid::-webkit-scrollbar{display:none}.coll,.post{scroll-snap-align:start}.sec-arrows{display:flex;gap:.6rem;justify-content:center;margin-top:1.4rem}}.coll,.pcard__img,.post__img,.about__img-main,.about__img-sub,.contact__map,.avis__card{border-radius:var(--radius)}.coll,.contact__map{overflow:hidden}.why{padding-bottom:0}.why__grid2{align-items:end}.why__content{align-self:center;padding-bottom:clamp(3.5rem,7vw,6.5rem)}.why__visual img{max-height:720px}@media (max-width: 820px){.why{padding-bottom:0}.why__content{padding-bottom:clamp(3rem,8vw,4rem)}.why__visual img{max-height:380px}}@media (max-width: 860px){.svc__item{flex-direction:column;align-items:center;text-align:center;gap:.5rem}}@media (max-width: 820px){.why{padding:1.2rem 0 0;overflow:hidden}.why>.container{padding-left:0}.why__grid2{display:grid;grid-template-columns:46vw minmax(0,1fr);gap:clamp(.7rem,2.5vw,1.1rem);align-items:stretch}.why__visual{order:-1;min-width:0;overflow:hidden;align-self:stretch}.why__visual:before{display:none}.why__visual img{width:100%;height:100%;object-fit:cover;object-position:center top}.why__content{padding-block:clamp(.6rem,3vw,1.1rem);padding-right:var(--gutter)}.why__content .lead{display:none}.why .h-section{font-size:.98rem;line-height:1.08;margin-bottom:.05rem}.why__list{margin-top:.4rem;gap:.6rem}.why__list li{gap:.45rem;align-items:flex-start}.why__ic{width:16px;height:16px;margin-top:1px}.why__list strong{font-size:.74rem;line-height:1.05;display:block;margin-bottom:1px}.why__list span{font-size:.68rem;line-height:1.08;display:block}}.mcta{display:none}@media (max-width: 760px){.mcta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;position:fixed;left:0;right:0;bottom:0;z-index:90;background:var(--white);border-top:1px solid var(--line);padding:.6rem .9rem;box-shadow:0 -6px 20px -12px #0d142873}.mcta__txt{display:flex;flex-direction:column;line-height:1.2}.mcta__txt strong{font-weight:600;font-size:.95rem}.mcta__txt span{font-size:.76rem;color:var(--muted)}.mcta__btn{flex:none;display:inline-flex;align-items:center;text-decoration:none;background:var(--gold);color:var(--navy-900);border:0;font-family:var(--sans);font-weight:600;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;padding:.9rem 1.2rem;border-radius:var(--radius);cursor:pointer}body{padding-bottom:66px}}.parallax{position:relative;height:clamp(460px,78vh,720px);overflow:hidden;display:grid;place-items:center}.parallax__media{position:absolute;inset:-14% 0;z-index:0}.parallax__media img{width:100%;height:100%;object-fit:cover;object-position:center 30%;will-change:transform}.parallax__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(#0d142880,#0d14289e)}.parallax__content{position:relative;z-index:2;text-align:center;padding:0 var(--gutter);max-width:640px}.parallax__content .h-section{margin:.2rem 0 .8rem}.parallax__sub{color:#f6f1e7e6;margin:0 auto 1.6rem;max-width:46ch}.parallax__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 760px){.parallax{height:clamp(300px,50vh,420px)}.parallax__media img{object-position:center}.parallax__content .h-section{font-size:1.35rem}.parallax__sub{font-size:.82rem;margin-bottom:1.1rem}.parallax__cta{gap:.6rem}}@media (max-width: 760px){.avis__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:80%;gap:.9rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;margin-inline:calc(-1 * var(--gutter));padding:.3rem var(--gutter) 0}.avis__grid::-webkit-scrollbar{display:none}.avis__card{scroll-snap-align:start;padding:.95rem 1rem;gap:.5rem}.avis__card blockquote{font-size:.8rem;line-height:1.45}.avis__card figcaption strong{font-size:.88rem}.avis__card figcaption span{font-size:.72rem}}
