:root{--cream:#f5ede0;--warm-white:#faf7f2;--linen:#ede5d8;--honey:#c4993b;--barn-red:#7a2e2e;--barn-red-light:#9b4a4a;--timber:#3e2c1c;--text:#2e2318;--text-soft:#5c4f42;--stone:#8e8578}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Source Serif 4',Georgia,serif;color:var(--text);background:var(--warm-white);line-height:1.65;overflow-x:hidden}nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 3rem;background:rgba(250,247,242,.95);border-bottom:1px solid rgba(62,44,28,.08)}.nav-brand{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:700;color:var(--timber);text-decoration:none}.nav-brand span{color:var(--barn-red)}.nav-back{font-size:.8rem;color:var(--text-soft);text-decoration:none;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.nav-back:hover{color:var(--barn-red)}.room-hero{width:100%;height:55vh;min-height:350px;overflow:hidden}.room-hero img{width:100%;height:100%;object-fit:cover;object-position:center}.room-content{max-width:900px;margin:0 auto;padding:3rem 2rem 4rem}.room-eyebrow{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--barn-red);font-weight:600;margin-bottom:.5rem}.room-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--timber);margin-bottom:1.5rem;line-height:1.15}.room-poem{font-family:'Playfair Display',serif;font-style:italic;font-size:1.15rem;color:var(--text-soft);line-height:1.8;border-left:3px solid var(--honey);padding:1rem 0 1rem 1.5rem;margin-bottom:2rem;max-width:600px}.room-desc{font-size:1rem;color:var(--text-soft);line-height:1.8;margin-bottom:2rem}.room-details{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:3rem}.detail-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:var(--cream);border-radius:4px;font-size:.8rem;font-weight:600;color:var(--timber)}.detail-tag .dot{width:5px;height:5px;background:var(--honey);border-radius:50%}.room-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.room-gallery img{width:100%;height:280px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .4s}.room-gallery img:hover{transform:scale(1.02)}.other-rooms{border-top:1px solid var(--linen);padding-top:2.5rem}.other-rooms h2{font-family:'Playfair Display',serif;font-size:1.3rem;color:var(--timber);margin-bottom:1.25rem}.other-rooms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.other-room-card{position:relative;overflow:hidden;height:160px;border-radius:4px;text-decoration:none}.other-room-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.other-room-card:hover img{transform:scale(1.08)}.other-room-label{position:absolute;bottom:0;left:0;right:0;padding:.6rem .75rem;background:linear-gradient(to top,rgba(46,35,24,.85),transparent);font-family:'Playfair Display',serif;font-size:.8rem;color:var(--cream);font-weight:700}.room-cta{text-align:center;padding:3rem 2rem;background:var(--cream);margin-top:2rem}.room-cta h2{font-family:'Playfair Display',serif;font-size:1.5rem;color:var(--timber);margin-bottom:.5rem}.room-cta p{color:var(--text-soft);font-size:.9rem;margin-bottom:1.5rem}.btn{display:inline-block;padding:.9rem 2.2rem;background:var(--barn-red);color:var(--cream);text-decoration:none;font-family:'Source Serif 4',serif;font-size:.8rem;letter-spacing:.06em;font-weight:600;border-radius:4px;transition:all .35s}.btn:hover{background:var(--barn-red-light)}.nearby-bar{max-width:1100px;margin:0 auto;padding:1.5rem 2rem 1rem;text-align:center}.nearby-title{font-family:'Playfair Display',serif;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--stone);margin-bottom:.75rem}.nearby-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.nearby-links a{font-size:.75rem;font-weight:600;text-decoration:none;padding:.4rem .8rem;border-radius:3px;background:var(--cream);color:var(--text-soft);transition:background .3s , color .3s}.nearby-links a:hover{background:var(--barn-red);color:var(--cream)}.nearby-links a span{font-weight:400;font-size:.65rem;color:var(--stone);margin-left:.2rem}.nearby-links a:hover span{color:rgba(245,237,224,.7)}footer{text-align:center;padding:2rem;font-size:.75rem;color:var(--stone);border-top:1px solid var(--linen)}@media (max-width:768px){nav{padding:1rem 1.5rem}.room-hero{height:40vh;min-height:250px}.room-content{padding:2rem 1.5rem 3rem}.room-gallery{grid-template-columns:1fr}.room-gallery img{height:240px}.other-rooms-grid{grid-template-columns:repeat(2,1fr)}.room-details{gap:.75rem}}.lb-overlay{position:fixed;inset:0;z-index:9999;background:rgba(14,11,8,.94);display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(4px)}.lb-overlay.active{display:flex;opacity:1}.lb-overlay.opening{display:flex}.lb-img-wrap{position:relative;max-width:90vw;max-height:85vh;display:flex;align-items:center;justify-content:center}.lb-img-wrap img{max-width:90vw;max-height:85vh;object-fit:contain;border-radius:4px;box-shadow:0 8px 40px rgba(0,0,0,.5);transition:opacity .25s ease , transform .25s ease;user-select:none;-webkit-user-drag:none}.lb-img-wrap img.lb-loading{opacity:.3;transform:scale(.97)}.lb-close{position:absolute;top:1.25rem;right:1.5rem;width:44px;height:44px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:50%;color:rgba(245,237,224,.8);font-size:1.4rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s , color .3s;z-index:10}.lb-close:hover{background:rgba(255,255,255,.15);color:#fff}.lb-prev,.lb-next{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:rgba(245,237,224,.7);font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s , color .3s , opacity .3s;z-index:10}.lb-prev{left:1.25rem}.lb-next{right:1.25rem}.lb-prev:hover,.lb-next:hover{background:rgba(255,255,255,.15);color:#fff}.lb-prev.lb-hidden,.lb-next.lb-hidden{opacity:0;pointer-events:none}.lb-counter{position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);font-family:'Source Serif 4',Georgia,serif;font-size:.8rem;color:rgba(245,237,224,.45);letter-spacing:.1em;z-index:10}.lb-caption{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);font-family:'Source Serif 4',Georgia,serif;font-size:.85rem;color:rgba(245,237,224,.65);text-align:center;max-width:500px;z-index:10}@media (max-width:768px){.lb-prev,.lb-next{width:40px;height:40px;font-size:1rem}.lb-prev{left:.5rem}.lb-next{right:.5rem}.lb-close{top:.75rem;right:.75rem;width:38px;height:38px}.lb-img-wrap img{max-width:96vw;max-height:80vh;border-radius:2px}.lb-caption{font-size:.75rem;bottom:2.5rem;max-width:280px}}