.room-hero{position:relative;height:90vh;min-height:560px;display:flex;align-items:flex-end;overflow:hidden}.room-hero__bg{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;background-size:cover;background-position:center;will-change:transform;transition:transform .1s linear}.room-hero__bg--jardin{background-color:#7a6040;background-image:linear-gradient(158deg,#1a1208,#3d2e1a 25%,#7a5e3a 55%,#b8975a 80%,#d4c4a0)}.room-hero__bg--mer{background-color:#3a5a7a;background-image:linear-gradient(158deg,#0a1520,#1a3a5a 25%,#3a6a9a 55%,#6aaac8 80%,#a8d0e0)}.room-hero__bg--penthouse{background-color:#6a4a25;background-image:linear-gradient(158deg,#0f0800,#2a1a08,#5a3a18 50%,#9a7030 70%,#c8a058,#e8d090)}.room-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(15,11,6,.78) 0%,rgba(15,11,6,.2) 50%,transparent 100%)}.room-hero__content{position:relative;z-index:2;padding:0 var(--content-pad) clamp(3rem,6vw,5rem);max-width:var(--content-max);margin:0 auto;width:100%}.room-hero__breadcrumb{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-sans);font-size:.65rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;color:#f2ede473;margin-bottom:2rem;transition:color .3s}.room-hero__breadcrumb:hover{color:#f2ede4bf}.room-hero__breadcrumb svg{flex-shrink:0}.room-hero__eyebrow{display:block;font-family:var(--font-sans);font-size:.65rem;font-weight:200;letter-spacing:.35em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1rem}.room-hero__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(2.8rem,6vw,6rem);line-height:1;letter-spacing:-.02em;color:#f2ede4;margin-bottom:1.5rem}.room-hero__title em{font-style:italic;color:#f2ede4cc}.room-hero__meta{display:none}.room-hero__price{font-family:var(--font-serif);font-size:1.3rem;font-weight:300;color:#f2ede4}.room-hero__price span{font-family:var(--font-sans);font-size:.68rem;font-weight:300;letter-spacing:.15em;color:#f2ede473;margin-left:.4rem}.room-hero__size{font-family:var(--font-sans);font-size:.72rem;font-weight:300;letter-spacing:.15em;color:#f2ede473;text-transform:uppercase}.room-hero__divider-dot{width:2px;height:2px;border-radius:50%;background:#f2ede440;flex-shrink:0}.room-hero--split{display:grid;grid-template-columns:1fr 1fr;height:100vh;min-height:560px;overflow:hidden;position:relative}.room-hero__text-side{background:#0d0a07;display:flex;flex-direction:column;justify-content:flex-end;padding:7rem clamp(2rem,5vw,5rem) clamp(3rem,6vw,5rem);position:relative;z-index:2}.room-hero__image-side{position:relative;overflow:hidden}.room-hero--split .room-hero__bg{top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;transition:transform .8s var(--ease-luxury)}.room-hero--split:hover .room-hero__bg{transform:scale(1.03)}@media (max-width: 768px){.room-hero--split{grid-template-columns:1fr;height:auto}.room-hero__image-side{height:55vw;min-height:280px;order:-1}.room-hero__text-side{padding:3rem var(--content-pad) 3rem}}.room-overview{padding:var(--section-pad) var(--content-pad);max-width:var(--content-max);margin:0 auto}.room-overview__grid{display:grid;grid-template-columns:1fr 340px;gap:clamp(3rem,7vw,8rem);align-items:start}.room-overview__label{display:block;font-family:var(--font-sans);font-size:.65rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1.2rem}.room-overview__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(1.8rem,3vw,3rem);line-height:1.15;letter-spacing:-.01em;color:var(--c-text);margin-bottom:1.5rem}.room-overview__divider{width:48px;height:1px;background:var(--c-accent);margin-bottom:2.2rem}.room-overview__body{font-family:var(--font-sans);font-size:.92rem;font-weight:300;line-height:1.95;color:var(--c-muted);margin-bottom:1.5rem;max-width:580px}.room-overview__cta{margin-top:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.room-stats{background:var(--c-surface);border:1px solid var(--c-border);padding:2.5rem;position:sticky;top:100px}.room-stats__heading{font-family:var(--font-sans);font-size:.6rem;font-weight:300;letter-spacing:.3em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1.8rem;padding-bottom:1.2rem;border-bottom:1px solid var(--c-border)}.room-stat{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 0;border-bottom:1px solid var(--c-border)}.room-stat:last-of-type{border-bottom:none}.room-stat__label{font-family:var(--font-sans);font-size:.72rem;font-weight:300;letter-spacing:.1em;color:var(--c-muted);text-transform:uppercase}.room-stat__value{font-family:var(--font-serif);font-size:1.05rem;font-weight:300;color:var(--c-text)}.room-stats__reserve{margin-top:2rem;width:100%;display:flex;justify-content:center}.room-features{background:var(--c-surface);padding:var(--section-pad) var(--content-pad)}.room-features__inner{max-width:var(--content-max);margin:0 auto}.room-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:3.5rem;background:var(--c-border);border:1px solid var(--c-border)}.feature-item{background:var(--c-surface);padding:2.2rem 2rem;transition:background .3s}.feature-item:hover{background:var(--c-bg)}.feature-item__mark{font-size:.7rem;color:var(--c-accent);display:block;margin-bottom:1.1rem;letter-spacing:.15em}.feature-item__name{font-family:var(--font-serif);font-size:1.15rem;font-weight:300;color:var(--c-text);margin-bottom:.5rem;line-height:1.25}.feature-item__desc{font-family:var(--font-sans);font-size:.78rem;font-weight:300;line-height:1.7;color:var(--c-muted)}.room-gallery{padding:var(--section-pad) var(--content-pad);max-width:var(--content-max);margin:0 auto}.room-gallery__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-template-rows:auto auto;gap:.75rem;margin-top:3rem}.room-gallery__item{overflow:hidden;position:relative}.room-gallery__item:first-child{grid-row:span 2}.room-gallery__img{width:100%;height:100%;min-height:220px;background-size:cover;background-position:center;transition:transform .9s var(--ease-luxury)}.room-gallery__item:first-child .room-gallery__img{min-height:460px}.room-gallery__item:hover .room-gallery__img{transform:scale(1.04)}.room-gallery__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:#ffffff4d}.room-reserve{background:var(--c-text);padding:var(--section-pad) var(--content-pad);text-align:center}.room-reserve__inner{max-width:620px;margin:0 auto}.room-reserve__label{display:block;font-family:var(--font-sans);font-size:.65rem;font-weight:200;letter-spacing:.35em;text-transform:uppercase;color:var(--c-accent);margin-bottom:1.5rem}.room-reserve__title{font-family:var(--font-serif);font-weight:300;font-size:clamp(2rem,4vw,3.5rem);line-height:1.1;color:#f2ede4;margin-bottom:1.5rem}.room-reserve__sub{font-family:var(--font-sans);font-size:.88rem;font-weight:300;color:#f2ede473;line-height:1.8;margin-bottom:3rem}.room-reserve__actions{display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap}@media (max-width: 1024px){.room-overview__grid{grid-template-columns:1fr}.room-stats{position:static}.room-gallery__grid{grid-template-columns:1fr 1fr}.room-gallery__item:first-child{grid-row:span 1}}@media (max-width: 768px){.room-features__grid{grid-template-columns:1fr 1fr}.room-gallery__grid{grid-template-columns:1fr}.room-hero__title{font-size:clamp(2.2rem,8vw,3.5rem)}.room-hero__bg{will-change:auto;top:0;right:0;bottom:0;left:0}}@media (max-width: 500px){.room-features__grid{grid-template-columns:1fr}}
