@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fbfaf7;color:#202020;font-family:DM Sans,sans-serif}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}header{position:fixed;z-index:10;top:0;width:100%;background:#fffffff5;border-bottom:1px solid #eee;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav{width:88%;max-width:1400px;margin:auto;min-height:76px;justify-content:space-between;gap:20px}.logo,.nav{display:flex;align-items:center}.logo{gap:9px}.logo img{width:54px;height:54px;object-fit:contain;border-radius:50%}.logo>span{display:flex;flex-direction:column}.logo small{font-size:11px;color:#888}nav{display:flex;gap:20px}nav a{font-size:13px;font-weight:600;color:#555}.big-wa,.wa-nav{background:#208b45;color:white;padding:12px 18px;border-radius:50px;font-weight:700;font-size:13px}.hero{min-height:760px;position:relative;background:linear-gradient(90deg,#151515,#555),url(/images/hostel-exterior.jpg) 50%/cover;display:flex;align-items:center}.shade{position:absolute;inset:0;background:linear-gradient(90deg,#000b,#0004)}.hero-text{position:relative;color:white;width:88%;max-width:1400px;margin:80px auto 0}.hero label,.section>label{letter-spacing:2px;font-size:12px;font-weight:700;color:#b27a39}.hero h1{font:700 clamp(48px,7vw,88px)/1.03 Playfair Display,serif;margin:20px 0;max-width:900px}.hero h1 em{color:#e6b96d;font-style:normal}.hero p{max-width:580px;line-height:1.8;font-size:17px;color:#eee}.hero-text>div{display:flex;gap:12px;margin:30px 0}.btn{display:inline-block;padding:15px 23px;border-radius:50px;font-weight:700}.primary{background:#b27a39;color:white}.secondary{border:1px solid #fff9}.section{padding:95px 7%}.center{text-align:center}.section h2{font:700 clamp(34px,4vw,54px)/1.1 Playfair Display,serif;margin:12px 0 18px}.desc{max-width:680px;color:#707070;line-height:1.8;margin:0 auto 42px}.cards,.facility-grid,.floor-cards,.stats{display:grid;gap:18px}.cards{grid-template-columns:repeat(3,1fr)}.cards article,.facility-grid article,.floor-cards article,.room,.stats article{background:#fff;border:1px solid #eee;border-radius:20px;padding:28px}.cards h3,.facility-grid h3,.floor-cards h3{margin:0 0 10px}.cards p,.facility-grid p,.floor-cards p{color:#707070;line-height:1.6}.beige{background:#f3ecdf}.stats{grid-template-columns:repeat(3,1fr);max-width:800px;margin:35px auto}.stats article{display:flex;flex-direction:column;gap:8px}.stats strong{font:700 42px Playfair Display}.stats small{color:#777}.green strong{color:#208b45}.red strong{color:#b34b3f}.floor-cards{grid-template-columns:repeat(4,1fr);margin-top:35px}.floor-cards article{padding:20px}.floor-cards article>div:first-child{display:flex;justify-content:space-between;align-items:center}.floor-cards small{color:#888}.bar{height:7px;background:#eee;border-radius:10px;margin:18px 0 10px;overflow:hidden}.bar i{display:block;height:100%;background:#b27a39;border-radius:inherit}.floor-cards p{font-size:12px;margin:0}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:28px 0}.tabs button{border:1px solid #ddd;background:white;padding:10px 16px;border-radius:30px;color:#666}.tabs button.active{background:#b27a39;color:white;border-color:#b27a39}.rooms{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.room{display:flex;flex-direction:column;gap:9px}.room strong{font:700 26px Playfair Display}.room small,.room span{font-size:12px}.room.free span{color:#208b45}.room.occ span{color:#b34b3f}.dark{background:#162b40;color:white}.dark .desc{color:#c5d0d9}.dark .tabs button{background:#ffffff12;color:white;border-color:#ffffff33}.dark .tabs button.active{background:#b27a39}.plan{background:#203d56;padding:25px;border-radius:20px}.plan h3{margin-top:0}.plan-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.p-room{display:grid;gap:5px;place-items:center;padding:12px 4px;border-radius:8px;font-size:12px}.p-room small{font-size:10px}.p-green{background:#208b4566}.p-red{background:#b34b3f88}.facility-grid{grid-template-columns:repeat(4,1fr)}.facility-grid article{padding:24px}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.gallery img{width:100%;height:240px;object-fit:cover;border-radius:20px;background:#d6b67b}.location{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:50px;background:#fff}.location .desc{margin:0 0 26px}.location iframe{width:100%;height:350px;border:0;border-radius:20px}.contact{max-width:650px;margin:30px auto;padding:28px;border:1px solid #eee;border-radius:20px;text-align:left;background:white;line-height:1.8}.big-wa{display:inline-block}.float-wa{position:fixed;right:24px;bottom:24px;z-index:20;width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#208b45;color:white;font-size:27px;box-shadow:0 8px 24px #0003}footer{display:flex;justify-content:space-between;padding:28px 7%;background:#162b40;color:white;font-size:13px}footer span{color:#b9c5ce}@media(max-width:1000px){nav{display:none}.facility-grid,.floor-cards{grid-template-columns:repeat(2,1fr)}.rooms{grid-template-columns:repeat(3,1fr)}.plan-grid{grid-template-columns:repeat(4,1fr)}.location{grid-template-columns:1fr}}@media(max-width:650px){.nav{width:92%}.logo img{width:45px;height:45px}.logo small{display:none}.wa-nav{padding:10px 12px}.hero{min-height:680px}.hero-text{width:84%}.hero h1{font-size:48px}.hero-text>div{flex-direction:column;align-items:flex-start}.section{padding:70px 6%}.cards,.facility-grid,.floor-cards,.gallery,.rooms,.stats{grid-template-columns:1fr}.gallery img{height:220px}.plan-grid{grid-template-columns:repeat(2,1fr)}footer{display:grid;gap:8px}.float-wa{right:16px;bottom:16px}}.float-wa svg{width:31px;height:31px;fill:currentColor;display:block}.portal-links{display:flex;align-items:center;gap:14px}.portal-links a{font-size:12px;font-weight:700;color:#8b5d2b;white-space:nowrap}.portal-section{background:#f0eadf;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,1.5fr);align-items:center;gap:48px}.portal-section .desc{margin:0;max-width:420px}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.portal-card{display:flex;min-height:190px;flex-direction:column;align-items:flex-start;gap:12px;padding:24px;background:#fff;border:1px solid #e4d8c8;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.portal-card:hover{transform:translateY(-4px);box-shadow:0 12px 25px #49351b18}.portal-card strong{font:700 24px/1.1 Playfair Display,serif;color:#202020}.portal-card span{font-size:13px;line-height:1.65;color:#707070}.portal-card b{margin-top:auto;color:#208b45;font-size:13px}@media (max-width:1100px){.nav nav{display:none}.portal-links{margin-left:auto}.portal-section{grid-template-columns:1fr}.portal-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:680px){.nav{min-height:68px}.logo img{width:44px;height:44px}.logo small{display:none}.portal-links{gap:8px}.portal-links a{font-size:11px}.wa-nav{display:none}.portal-grid{grid-template-columns:1fr}.portal-card{min-height:150px}.portal-section{gap:24px}}