.les-about-resort{padding:2rem 0 .5rem 0;background:linear-gradient(180deg,#fbf8f2 0,#fff 100%)}.les-about-resort .les-section-head{text-align:center;margin-bottom:3rem}.les-about-resort .les-section-head__subtitle{color:var(--color-text-secondary);font-size:1.125rem;margin-top:.5rem}.les-about-resort__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.les-about-resort__item{display:flex;flex-direction:column}.les-about-resort__item--image{aspect-ratio:1;overflow:hidden;border-radius:12px}.les-about-resort__item--text{padding:2rem;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:300px}.les-about-resort__image{position:relative;width:100%;height:100%}.les-about-resort__image img{width:100%;height:100%;object-fit:cover}.les-about-resort__icon{margin-bottom:1.5rem;text-align:center}.les-about-resort__icon img{width:48px;height:48px;filter:brightness(0) saturate(100%)}.les-about-resort__title{color:var(--color-text-primary);font-size:1.125rem;font-weight:600;margin:0 0 1rem 0;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.les-about-resort__description{color:var(--color-text-secondary);font-size:1rem;line-height:1.6;margin:0}.les-about-resort__footer{text-align:center}.les-about-resort__stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.les-about-resort__stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.les-about-resort__stat-number{font-size:2.5rem;font-weight:700;color:var(--color-primary)}.les-about-resort__stat-label{font-size:1rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}@media(max-width:1024px){.les-about-resort__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.les-about-resort{padding:2rem 0}.les-about-resort__grid{grid-template-columns:1fr;gap:1rem}.les-about-resort__item--text{min-height:auto;padding:1.5rem}.les-about-resort__stats{gap:2rem}.les-about-resort__stat-number{font-size:2rem}}