.ev-hero{justify-content:center;align-items:center;height:75dvh;min-height:500px;display:flex;position:relative;overflow:hidden}.ev-hero__bg{z-index:-2;position:absolute;inset:0}.ev-hero__bg-img{object-fit:cover;object-position:center 60%;width:100%;height:100%}.ev-hero__overlay{z-index:-1;background:linear-gradient(#1a2e1a80 0%,#1a2e1a4d 40%,#1a2e1ab3 80%,#1a2e1af2 100%);position:absolute;inset:0}.ev-hero__content{text-align:center;color:var(--white);padding:0 var(--container-pad);max-width:800px}.ev-hero__title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1.1}.ev-hero__stats{border-top:1px solid #ffffff26;justify-content:center;gap:2.5rem;margin-top:2.5rem;padding-top:2rem;display:flex}.ev-hero__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.ev-hero__stat-number{font-family:var(--font-heading);color:var(--gold-light);font-size:1.75rem;font-weight:600}.ev-hero__stat-label{letter-spacing:.1em;text-transform:uppercase;color:#fff9;font-size:.7rem;font-weight:500}.ev-hero__stat-divider{background:#ffffff26;width:1px;height:40px}.ev-nav{z-index:100;background:var(--white);border-bottom:1px solid #0000000f;position:sticky;top:60px;box-shadow:0 2px 10px #0000000a}.ev-nav__inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;gap:.5rem;padding:.75rem 0;display:flex;overflow-x:auto}.ev-nav__inner::-webkit-scrollbar{display:none}.ev-nav__link{letter-spacing:.05em;color:var(--text-muted);white-space:nowrap;transition:all var(--duration-fast);border-radius:100px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500}.ev-nav__link:hover{color:var(--forest-deep);background:#0000000a}.ev-nav__link--active{color:var(--white);background:var(--forest-deep)}.ev-section{padding:var(--section-pad) 0;background:var(--white)}.ev-section--alt{background:var(--cream)}.ev-section__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.ev-section__grid--reverse{direction:rtl}.ev-section__grid--reverse>*{direction:ltr}.ev-section__badge{background:var(--gold);color:var(--white);letter-spacing:.12em;text-transform:uppercase;border-radius:100px;margin-bottom:1rem;padding:.35rem .875rem;font-size:.65rem;font-weight:600;display:inline-block}.ev-section__badge--alt{background:var(--forest)}.ev-section__capacity{color:var(--gold);align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:flex}.ev-section__capacity:last-of-type{margin-bottom:1.25rem}.ev-section__text{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}.ev-section__subtitle{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;color:var(--forest-deep);margin-bottom:1rem;font-size:.85rem;font-weight:600}.ev-section__features{flex-direction:column;gap:.625rem;margin-bottom:2rem;display:flex}.ev-section__features li{color:var(--text-body);align-items:center;gap:.75rem;font-size:.9rem;line-height:1.4;display:flex}.ev-section__features li svg{flex-shrink:0}.ev-section__images{position:relative}.ev-section__img--main{object-fit:cover;border-radius:var(--radius-lg);width:100%;height:450px;box-shadow:0 16px 50px #0000001f}.ev-section__img--accent{object-fit:cover;border-radius:var(--radius-md);border:4px solid var(--white);width:200px;height:150px;position:absolute;bottom:-1.5rem;right:-1.5rem;box-shadow:0 8px 30px #0000001a}.ev-section__img--accent-left{left:-1.5rem;right:auto}.ev-others{padding:var(--section-pad) 0;background:var(--cream)}.ev-others__grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px;margin-top:2rem;margin-left:auto;margin-right:auto;display:grid}.ev-other-card{background:var(--white);border-radius:var(--radius-lg);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);border:1px solid #0000000f;flex-direction:column;display:flex;overflow:hidden}.ev-other-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px #0000001a}.ev-other-card__image{aspect-ratio:3/2;overflow:hidden}.ev-other-card__image img{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow) var(--ease-out)}.ev-other-card:hover .ev-other-card__image img{transform:scale(1.05)}.ev-other-card__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.ev-other-card__body .btn{align-self:flex-start;margin-top:auto}.ev-other-card__title{font-family:var(--font-heading);color:var(--forest-deep);margin-bottom:.75rem;font-size:1.4rem;font-style:italic;font-weight:500}.ev-other-card__text{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.ev-other-card__list{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.ev-other-card__list li{color:var(--text-body);padding-left:1rem;font-size:.8rem;position:relative}.ev-other-card__list li:before{content:"";background:var(--gold);border-radius:50%;width:5px;height:5px;position:absolute;top:.5em;left:0}.ev-gallery{border-radius:var(--radius-lg);width:100%;position:relative;overflow:hidden}.ev-gallery__track{aspect-ratio:3/2;position:relative}.ev-gallery__slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .6s;position:absolute;inset:0}.ev-gallery__slide--active{opacity:1}.ev-gallery__controls{z-index:2;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;bottom:1rem;left:0;right:0}.ev-gallery__btn{cursor:pointer;width:36px;height:36px;color:var(--forest-deep);background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.ev-gallery__btn:hover{background:var(--gold);color:var(--white)}.ev-gallery__dots{gap:.5rem;display:flex}.ev-gallery__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:8px;height:8px;transition:all .3s}.ev-gallery__dot--active{background:var(--gold);transform:scale(1.3)}.ev-cta{padding:calc(var(--section-pad) / 2) 0;align-items:center;min-height:225px;display:flex;position:relative;overflow:hidden}.ev-cta__bg{z-index:-2;position:absolute;inset:0}.ev-cta__bg-img{object-fit:cover;width:100%;height:100%}.ev-cta__overlay{z-index:-1;background:#1a2e1ad9;position:absolute;inset:0}.ev-cta__content{text-align:center;max-width:700px;margin:0 auto}.ev-cta__title{font-family:var(--font-heading);color:var(--white);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.15}.ev-cta__text{color:#ffffffb3;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.ev-cta__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=767px){.ev-hero{height:65dvh}.ev-hero__stats{gap:1.25rem}.ev-hero__stat-number{font-size:1.3rem}.ev-nav__inner{justify-content:flex-start;padding:.5rem 0}.ev-section__grid,.ev-section__grid--reverse{direction:ltr;grid-template-columns:1fr;gap:2rem}.ev-section__img--main{height:300px}.ev-section__img--accent{width:140px;height:100px;bottom:-1rem;right:1rem}.ev-others__grid{grid-template-columns:1fr}.ev-cta__actions{flex-direction:column;align-items:center}.ev-cta{min-height:112px;padding:calc(var(--section-pad) / 4) 0}}@media (width>=768px) and (width<=1023px){.ev-others__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}
