.room-hero{height:60vh;background-size:cover;background-position:center;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--white-color);padding:20px}.room-hero h1{font-family:var(--heading-font);font-size:3.5em;text-shadow:2px 2px 8px rgb(0 0 0 / .7)}.room-hero p{font-size:1.3em;margin-top:10px}.room-description{padding:80px 5%;max-width:1200px;margin:0 auto}.description-content{display:flex;align-items:center;gap:50px}.text-column{flex:1}.text-column h2{font-family:var(--heading-font);font-size:2.5em;margin-bottom:20px}.text-column p{line-height:1.8;color:#555}.image-column{flex:1}.image-column img{width:100%;border-radius:15px;box-shadow:var(--card-shadow)}@media (max-width:768px){.room-hero{height:50vh}.room-hero h1{font-size:2.5em}.description-content{flex-direction:column}}.design-palette{padding:0 5% 80px 5%;max-width:1200px;margin:0 auto}.palette-container{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.palette-item{text-align:center}.palette-swatch{width:100px;height:100px;border-radius:50%;margin-bottom:15px;box-shadow:0 5px 15px rgb(0 0 0 / .1);background-size:cover;background-position:center}.palette-swatch.texture{border-radius:15px}.palette-item p{font-weight:700;color:#555}
