.RoomsPage-module__wGRsLW__container{background:var(--color-sage);min-height:100vh;padding:8rem 0 0}.RoomsPage-module__wGRsLW__inner{max-width:1400px;margin:0 auto;padding:0 2rem 8rem}.RoomsPage-module__wGRsLW__header{text-align:center;margin-bottom:6rem}.RoomsPage-module__wGRsLW__title{font-family:var(--font-serif);color:var(--color-foreground);letter-spacing:-.015em;margin:0 0 1.5rem;font-size:clamp(36px,4.5vw,58px);font-weight:500;line-height:1.2}.RoomsPage-module__wGRsLW__intro{font-family:var(--font-serif);color:var(--color-foreground);max-width:680px;margin:0 auto 2rem;font-size:clamp(18px,2.1vw,21px);font-weight:400;line-height:1.55}.RoomsPage-module__wGRsLW__balconyInfo{font-family:var(--font-serif);text-transform:none;letter-spacing:-.005em;color:var(--color-foreground);text-align:center;margin:0 0 5rem;font-size:clamp(18px,2.1vw,21px);font-weight:400;line-height:1.55}.RoomsPage-module__wGRsLW__grid{grid-template-columns:repeat(12,1fr);gap:2rem;margin:0;padding:0;list-style:none;display:grid}.RoomsPage-module__wGRsLW__roomCard:first-child{grid-column:1/-1}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__cardInner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__imageWrapper{aspect-ratio:16/10}.RoomsPage-module__wGRsLW__roomCard:nth-child(2),.RoomsPage-module__wGRsLW__roomCard:nth-child(3),.RoomsPage-module__wGRsLW__roomCard:nth-child(4){grid-column:span 4}.RoomsPage-module__wGRsLW__roomCard{position:relative}.RoomsPage-module__wGRsLW__cardLink{color:inherit;cursor:pointer;opacity:1;border-radius:8px;outline:none;text-decoration:none;display:block}.RoomsPage-module__wGRsLW__cardLink:hover{opacity:1}.RoomsPage-module__wGRsLW__cardLink:focus-visible{outline:2px solid var(--color-ink-green);outline-offset:4px}.RoomsPage-module__wGRsLW__cardInner{flex-direction:column;display:flex}.RoomsPage-module__wGRsLW__imageWrapper{aspect-ratio:4/3;border:1px solid var(--color-wood-border);background:var(--color-sage-subtle);border-radius:8px;width:100%;margin-bottom:1.5rem;position:relative;overflow:hidden}.RoomsPage-module__wGRsLW__imageWrapper:before{content:"";background:linear-gradient(90deg,var(--color-sage-subtle)0%,var(--color-wood)50%,var(--color-sage-subtle)100%);opacity:0;pointer-events:none;z-index:1;background-size:200% 100%;transition:opacity .3s;animation:2s infinite RoomsPage-module__wGRsLW__shimmer;position:absolute;inset:0}.RoomsPage-module__wGRsLW__imageWrapper.RoomsPage-module__wGRsLW__loading:before{opacity:1}@keyframes RoomsPage-module__wGRsLW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.RoomsPage-module__wGRsLW__image{object-fit:cover;z-index:2;width:100%;height:100%;position:relative}.RoomsPage-module__wGRsLW__content{flex-direction:column;gap:1rem;display:flex}.RoomsPage-module__wGRsLW__roomTitle{font-family:var(--font-serif);color:var(--color-foreground);letter-spacing:-.01em;margin:0;font-size:clamp(22px,2.8vw,32px);font-weight:500;line-height:1.2}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__roomTitle{letter-spacing:-.015em;font-size:clamp(28px,3.5vw,48px)}.RoomsPage-module__wGRsLW__description{font-family:var(--font-serif);color:var(--color-foreground);margin:0;font-size:clamp(18px,2.1vw,21px);line-height:1.6}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__description{line-height:1.65}.RoomsPage-module__wGRsLW__specs{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.RoomsPage-module__wGRsLW__specLabel{font-family:var(--font-serif);text-transform:uppercase;letter-spacing:.14em;color:var(--color-foreground);font-size:clamp(11px,1.2vw,12px);font-weight:500}.RoomsPage-module__wGRsLW__specValue{font-family:var(--font-serif);color:var(--color-foreground);font-size:clamp(14px,1.6vw,15px)}.RoomsPage-module__wGRsLW__cta{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.16em;color:var(--color-ink-green);align-items:center;gap:.5rem;margin-top:1rem;font-size:11px;font-weight:500;display:inline-flex}.RoomsPage-module__wGRsLW__arrow{transition:transform .3s cubic-bezier(.16,1,.3,1);display:inline-block}.RoomsPage-module__wGRsLW__cardLink:hover .RoomsPage-module__wGRsLW__arrow{transform:translate(4px)}@media (max-width:1024px){.RoomsPage-module__wGRsLW__container{padding:6rem 1.5rem 0}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__cardInner{grid-template-columns:1fr;gap:2rem}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__imageWrapper{aspect-ratio:16/9}.RoomsPage-module__wGRsLW__roomCard:nth-child(2),.RoomsPage-module__wGRsLW__roomCard:nth-child(3),.RoomsPage-module__wGRsLW__roomCard:nth-child(4){grid-column:span 6}.RoomsPage-module__wGRsLW__header{margin-bottom:4rem}.RoomsPage-module__wGRsLW__balconyInfo{margin-bottom:3rem}}@media (max-width:768px){.RoomsPage-module__wGRsLW__container{padding:7rem 1.5rem 0}.RoomsPage-module__wGRsLW__inner{width:100%;padding-left:0;padding-right:0}.RoomsPage-module__wGRsLW__grid{grid-template-columns:1fr;gap:2.5rem}.RoomsPage-module__wGRsLW__roomCard:first-child,.RoomsPage-module__wGRsLW__roomCard:nth-child(2),.RoomsPage-module__wGRsLW__roomCard:nth-child(3),.RoomsPage-module__wGRsLW__roomCard:nth-child(4){grid-column:1}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__cardInner{gap:1.5rem}.RoomsPage-module__wGRsLW__imageWrapper{aspect-ratio:unset;border-radius:20px;width:100%;max-width:100%;height:42vh;max-height:440px;margin-bottom:1.25rem}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__imageWrapper{aspect-ratio:unset;border-radius:20px;width:100%;max-width:100%;height:42vh;max-height:440px}.RoomsPage-module__wGRsLW__image{border-radius:20px}.RoomsPage-module__wGRsLW__header{margin-bottom:2rem;padding-top:1rem}.RoomsPage-module__wGRsLW__balconyInfo{margin-bottom:2rem}.RoomsPage-module__wGRsLW__roomTitle{font-size:clamp(28px,6vw,36px)}.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__roomTitle{font-size:clamp(36px,8vw,48px)}.RoomsPage-module__wGRsLW__content,.RoomsPage-module__wGRsLW__description{overflow-wrap:break-word;word-wrap:break-word;width:100%}}@media (max-width:480px){.RoomsPage-module__wGRsLW__container{padding:7rem 1.25rem 0}.RoomsPage-module__wGRsLW__imageWrapper,.RoomsPage-module__wGRsLW__roomCard:first-child .RoomsPage-module__wGRsLW__imageWrapper{border-radius:16px;height:38vh;max-height:380px}.RoomsPage-module__wGRsLW__image{border-radius:16px}}
