:root { --forest:#153e33; --deep:#0d2b24; --moss:#6f8e65; --sage:#dce5d7; --cream:#f4efe5; --sand:#ded3c0; --ink:#18231f; --muted:#66716c; --white:#fffdf8; --amber:#dda766; --font-geist-mono:"Courier New",monospace; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--cream); color:var(--ink); font-family:Arial,Helvetica,sans-serif; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
button,a { -webkit-tap-highlight-color:transparent; }

.site-header { width:min(1220px,calc(100% - 48px)); height:88px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; }
.brand { display:inline-flex; align-items:center; gap:11px; }
.brand-logo { width:56px; height:56px; padding:6px; object-fit:contain; background:#fff; border:1px solid rgba(21,62,51,.14); border-radius:50%; box-shadow:0 5px 16px rgba(13,43,36,.12); }
.brand strong,.footer-brand strong { display:block; font-size:17px; letter-spacing:-.02em; }
.brand small { display:block; margin-top:3px; color:var(--muted); font-size:9px; letter-spacing:.14em; text-transform:uppercase; }
.desktop-nav { display:flex; gap:25px; margin-left:auto; }
.desktop-nav a { color:#34443e; font-size:13px; }
.desktop-nav a:hover { color:var(--forest); }
.button { min-height:52px; padding:0 24px; border-radius:999px; background:var(--forest); color:white; display:inline-flex; align-items:center; justify-content:center; gap:18px; font-weight:700; font-size:14px; transition:transform .2s ease,background .2s ease; }
.button:hover { background:var(--deep); transform:translateY(-2px); }
.button-small { min-height:44px; padding:0 20px; font-size:13px; }
.eyebrow { margin:0 0 20px; color:var(--moss); font:700 11px/1.4 var(--font-geist-mono); letter-spacing:.18em; }
.eyebrow-light { color:#a9c49d; }
h1,h2 { font-family:Georgia,'Times New Roman',serif; font-weight:400; letter-spacing:-.045em; }

.hero { width:min(1260px,calc(100% - 32px)); min-height:690px; margin:0 auto; border-radius:30px; overflow:hidden; display:grid; grid-template-columns:1.04fr .96fr; background:var(--white); }
.hero-photo { position:relative; min-height:690px; overflow:hidden; }
.hero-photo:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%,rgba(10,31,25,.56)); }
.hero-photo>img { width:100%; height:100%; object-fit:cover; }
.photo-note { position:absolute; z-index:2; left:28px; bottom:25px; color:white; font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; }
.hero-copy { padding:78px 5vw 60px; display:flex; flex-direction:column; justify-content:center; }
h1 { max-width:600px; margin:0; font-size:clamp(56px,6vw,88px); line-height:.94; }
.hero-lead { max-width:570px; margin:28px 0; color:#52605b; font-size:16px; line-height:1.75; }
.hero-actions { display:flex; align-items:center; gap:24px; }
.text-link { color:var(--forest); font-size:14px; font-weight:700; border-bottom:1px solid rgba(21,62,51,.3); padding-bottom:4px; }
.quick-facts { margin:48px 0 0; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.quick-facts div { border-top:1px solid var(--sand); padding-top:15px; }
.quick-facts dt { color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.quick-facts dd { margin:8px 0 0; font:400 25px/1 Georgia,serif; }
.quick-facts dd small { font:400 11px/1.2 Arial,sans-serif; color:var(--muted); }

.intro,.stay-info,.faq,.gallery-section,.future-stays { width:min(1140px,calc(100% - 48px)); margin:0 auto; }
.intro { padding:125px 0 52px; display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:end; }
.intro h2,.stay-heading h2,.faq h2,.section-heading h2,.future-heading h2 { margin:0; font-size:clamp(42px,5vw,68px); line-height:1; }
.intro>p,.section-heading>p { max-width:520px; margin:0; color:var(--muted); font-size:16px; line-height:1.8; }
.room-panel { width:min(1140px,calc(100% - 48px)); margin:0 auto 110px; min-height:500px; display:grid; grid-template-columns:1.04fr .96fr; background:var(--sage); border-radius:24px; overflow:hidden; }
.room-photo { position:relative; min-height:500px; overflow:hidden; }
.room-photo img { width:100%; height:100%; object-fit:cover; }
.room-photo:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 65%,rgba(10,31,25,.5)); }
.room-photo span { position:absolute; z-index:2; left:30px; bottom:26px; color:white; font:700 10px var(--font-geist-mono); letter-spacing:.18em; }
.room-info { padding:50px; display:flex; flex-direction:column; justify-content:center; }
.price-row { display:flex; align-items:end; justify-content:space-between; gap:20px; padding-bottom:26px; border-bottom:1px solid rgba(21,62,51,.15); }
.price-row small { display:block; color:var(--muted); text-transform:uppercase; letter-spacing:.12em; }
.price-row strong { display:block; margin-top:7px; font:400 45px Georgia,serif; }
.capacity { padding:9px 13px; border-radius:999px; background:rgba(255,255,255,.55); color:var(--forest); font-size:12px; }
.room-list { margin:28px 0 34px; display:flex; flex-wrap:wrap; gap:9px; }
.room-list span { padding:9px 12px; border:1px solid rgba(21,62,51,.16); border-radius:8px; color:#365147; font-size:12px; }
.button-dark { align-self:flex-start; }

.unique-section { padding:110px max(24px,calc((100% - 1140px)/2)); background:var(--forest); color:white; }
.unique-heading { max-width:780px; margin-bottom:45px; }
.unique-heading h2 { margin:0; font-size:clamp(46px,5vw,70px); line-height:1; }
.unique-heading>p:last-child { max-width:620px; color:rgba(255,255,255,.66); line-height:1.75; }
.unique-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:18px; }
.unique-card { min-height:510px; border-radius:22px; overflow:hidden; position:relative; }
.dorm-card { padding:36px; background:#e3d6bf; color:var(--ink); display:flex; flex-direction:column; justify-content:flex-end; }
.dorm-card:before { content:''; position:absolute; width:420px; height:420px; border-radius:50%; border:1px solid rgba(21,62,51,.14); left:-90px; top:-150px; box-shadow:0 0 0 55px rgba(21,62,51,.035),0 0 0 110px rgba(21,62,51,.025); }
.unique-number { font:700 10px var(--font-geist-mono); letter-spacing:.16em; color:var(--moss); }
.plane-mark { position:absolute; top:80px; left:50%; transform:translateX(-50%) rotate(-8deg); color:var(--forest); font-size:150px; line-height:1; }
.unique-card h3 { margin:16px 0 13px; font:400 36px/1.05 Georgia,serif; letter-spacing:-.03em; }
.unique-card p { margin:0; max-width:460px; color:#5d655f; font-size:14px; line-height:1.7; }
.surau-card { background:#1f342d; }
.surau-card>img { width:100%; height:100%; object-fit:cover; }
.surau-card:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 43%,rgba(7,24,19,.88)); }
.surau-card>div { position:absolute; z-index:2; left:34px; right:34px; bottom:31px; }
.surau-card h3 { margin-top:10px; }
.surau-card p { color:rgba(255,255,255,.67); }

.gallery-section { padding:125px 0; }
.section-heading { display:grid; grid-template-columns:1fr 1fr; align-items:end; gap:80px; margin-bottom:46px; }
.gallery-grid { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:270px; gap:12px; }
.gallery-grid figure { position:relative; margin:0; border-radius:16px; overflow:hidden; background:#d8ded4; }
.gallery-grid img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.gallery-grid figure:hover img { transform:scale(1.025); }
.gallery-grid figure:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 62%,rgba(8,30,23,.58)); }
.gallery-grid figcaption { position:absolute; z-index:2; left:18px; bottom:16px; color:white; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.gallery-feature { grid-column:span 2; grid-row:span 2; }
.gallery-wide { grid-column:span 2; }
.gallery-tall { grid-row:span 2; }
.gallery-link { display:flex; align-items:center; justify-content:space-between; margin-top:22px; padding:20px 2px; border-top:1px solid #cec4b4; border-bottom:1px solid #cec4b4; color:var(--forest); font-size:14px; font-weight:700; }

.future-stays { padding:105px 0 115px; border-top:1px solid #d2c8b8; }
.future-heading { max-width:780px; margin-bottom:42px; }
.future-heading>p:last-child { max-width:600px; margin:22px 0 0; color:var(--muted); line-height:1.7; }
.future-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:48px; }
.future-grid article { min-height:285px; padding:36px; border-radius:20px; color:white; background:linear-gradient(135deg,#244a3d,#78906a); display:flex; flex-direction:column; justify-content:flex-end; }
.future-grid article:last-child { background:linear-gradient(135deg,#2d4e43,#182f28); }
.future-grid span { align-self:flex-start; margin-bottom:auto; padding:9px 12px; border-radius:999px; background:var(--amber); color:#382817; font-size:10px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.future-grid strong { font:400 42px/1 Georgia,serif; }
.future-grid p { max-width:450px; margin:15px 0 0; color:rgba(255,255,255,.68); line-height:1.65; font-size:14px; }
.roadmap { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #cfc5b5; }
.roadmap article { padding:27px 24px 0 0; border-right:1px solid #cfc5b5; }
.roadmap article+article { padding-left:24px; }
.roadmap article:last-child { border-right:0; }
.roadmap span { color:var(--moss); font:700 10px var(--font-geist-mono); }
.roadmap h3 { min-height:54px; margin:22px 0 10px; font:400 22px/1.15 Georgia,serif; }
.roadmap p { margin:0; color:var(--muted); font-size:13px; line-height:1.6; }

.stay-info { padding:105px 0 115px; border-top:1px solid #d2c8b8; display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; }
.policy-grid { display:grid; grid-template-columns:1fr 1fr; gap:42px 34px; }
.policy-grid article { border-top:1px solid #cfc6b6; padding-top:18px; }
.policy-grid span { color:var(--moss); font-size:11px; text-transform:uppercase; letter-spacing:.12em; }
.policy-grid strong { display:block; margin:14px 0 9px; font:400 24px Georgia,serif; }
.policy-grid p { margin:0; color:var(--muted); font-size:13px; line-height:1.55; }

.location-section { width:min(1140px,calc(100% - 48px)); margin:0 auto 120px; min-height:540px; border-radius:24px; overflow:hidden; background:var(--white); display:grid; grid-template-columns:1.05fr .95fr; }
.location-photo { position:relative; min-height:540px; }
.location-photo img { width:100%; height:100%; object-fit:cover; }
.location-photo:after { content:''; position:absolute; inset:0; background:linear-gradient(180deg,transparent 65%,rgba(8,30,23,.6)); }
.location-photo span { position:absolute; z-index:2; left:24px; bottom:22px; color:white; font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.location-copy { padding:58px; display:flex; flex-direction:column; justify-content:center; }
.location-copy h2 { margin:0; font-size:clamp(42px,4.6vw,64px); line-height:1; }
.location-copy address { margin:30px 0 0; padding-left:20px; border-left:2px solid var(--moss); color:#31463e; font:400 18px/1.7 Georgia,serif; }
.location-copy>p:not(.eyebrow) { margin:24px 0 30px; color:var(--muted); font-size:14px; line-height:1.7; }
.location-copy .button { align-self:flex-start; }

.booking-steps { padding:110px max(24px,calc((100% - 1140px)/2)); background:var(--forest); color:white; display:grid; grid-template-columns:.9fr 1.1fr; gap:110px; }
.booking-steps h2 { margin:0 0 36px; font-size:clamp(46px,5vw,68px); line-height:1; }
.button-light { background:var(--white); color:var(--forest); }
.button-light:hover { background:var(--sage); color:var(--deep); }
.booking-steps ol { list-style:none; padding:0; margin:0; }
.booking-steps li { display:flex; gap:22px; padding:25px 0; border-top:1px solid rgba(255,255,255,.18); }
.booking-steps li>span { width:33px; height:33px; flex:0 0 33px; border:1px solid rgba(255,255,255,.35); border-radius:50%; display:grid; place-items:center; font-size:12px; }
.booking-steps li strong { font:400 23px Georgia,serif; }
.booking-steps li p { margin:7px 0 0; color:rgba(255,255,255,.66); line-height:1.6; font-size:14px; }

.faq { padding:120px 0; display:grid; grid-template-columns:.9fr 1.1fr; gap:90px; }
.faq-list { border-top:1px solid #cbc2b2; }
.faq-list details { border-bottom:1px solid #cbc2b2; }
.faq-list summary { cursor:pointer; list-style:none; padding:23px 40px 23px 0; position:relative; font:400 19px Georgia,serif; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary:after { content:'+'; position:absolute; right:4px; color:var(--moss); font:400 24px Arial,sans-serif; }
.faq-list details[open] summary:after { content:'−'; }
.faq-list details p { margin:-4px 45px 24px 0; color:var(--muted); font-size:14px; line-height:1.7; }
.final-cta { padding:105px 24px; text-align:center; background:#223d34; color:white; }
.final-cta>img { width:90px; height:90px; padding:10px; object-fit:contain; margin:0 auto 24px; background:var(--white); border-radius:50%; box-shadow:0 8px 28px rgba(0,0,0,.2); }
.final-cta h2 { margin:0; font-size:clamp(50px,6vw,82px); }
.final-cta>p:not(.eyebrow) { margin:22px auto 32px; color:rgba(255,255,255,.68); }
.final-cta>div { display:flex; align-items:center; justify-content:center; gap:24px; }
.whatsapp-link { font-size:14px; border-bottom:1px solid rgba(255,255,255,.35); padding-bottom:4px; }
footer { padding:62px max(24px,calc((100% - 1140px)/2)) 35px; background:var(--deep); color:white; display:grid; grid-template-columns:1fr auto; gap:48px; }
.footer-brand { display:flex; align-items:center; gap:13px; }
.footer-brand>img { width:58px; height:58px; padding:7px; object-fit:contain; background:var(--white); border-radius:50%; box-shadow:0 6px 18px rgba(0,0,0,.18); }
.footer-brand p { margin:5px 0 0; color:rgba(255,255,255,.5); font-size:11px; letter-spacing:.08em; text-transform:uppercase; }
.footer-links { display:flex; align-items:center; flex-wrap:wrap; gap:22px; font-size:13px; color:rgba(255,255,255,.72); }
.footer-links a:hover { color:white; }
.staff-link { padding-left:22px; border-left:1px solid rgba(255,255,255,.2); }
.footer-address { grid-column:1/-1; max-width:620px; margin:4px 0 -20px; color:rgba(255,255,255,.5); font-size:12px; line-height:1.6; }
.copyright { grid-column:1/-1; margin:12px 0 0; padding-top:25px; border-top:1px solid rgba(255,255,255,.12); color:rgba(255,255,255,.38); font-size:11px; }
.floating-book { display:none; }

@media (max-width:960px) {
  .desktop-nav { display:none; }
  .hero { grid-template-columns:1fr; }
  .hero-photo { min-height:540px; }
  .hero-copy { padding:70px 7vw 60px; }
  .intro,.stay-info,.faq,.booking-steps,.section-heading { grid-template-columns:1fr; gap:42px; }
  .room-panel { grid-template-columns:1fr; }
  .room-photo { min-height:470px; }
  .unique-grid { grid-template-columns:1fr; }
  .roadmap { grid-template-columns:1fr 1fr; }
  .roadmap article:nth-child(2) { border-right:0; }
  .roadmap article:nth-child(n+3) { margin-top:30px; border-top:1px solid #cfc5b5; padding-top:28px; }
  .location-section { grid-template-columns:1fr; }
  .location-photo { min-height:460px; }
}

@media (max-width:650px) {
  .site-header { width:calc(100% - 28px); height:74px; }
  .site-header>.button { display:none; }
  .brand-logo { width:48px; height:48px; padding:5px; }
  .brand small { display:none; }
  .hero { width:calc(100% - 14px); border-radius:20px; }
  .hero-photo { min-height:430px; }
  .hero-copy { padding:55px 23px 48px; }
  h1 { font-size:53px; }
  .hero-lead { font-size:15px; line-height:1.65; }
  .hero-actions { align-items:flex-start; flex-direction:column; }
  .quick-facts { gap:12px; margin-top:42px; }
  .quick-facts dd { font-size:21px; }
  .quick-facts dd small { display:block; margin-top:4px; }
  .intro,.stay-info,.faq,.room-panel,.gallery-section,.future-stays,.location-section { width:calc(100% - 30px); }
  .intro { padding:88px 0 38px; gap:26px; }
  .intro h2,.stay-heading h2,.faq h2,.section-heading h2,.future-heading h2 { font-size:43px; }
  .room-panel { margin-bottom:80px; border-radius:18px; }
  .room-photo { min-height:340px; }
  .room-info { padding:34px 24px; }
  .price-row { align-items:flex-start; flex-direction:column; }
  .unique-section { padding:78px 15px; }
  .unique-heading h2 { font-size:45px; }
  .unique-card { min-height:460px; border-radius:18px; }
  .dorm-card { padding:28px 24px; }
  .plane-mark { font-size:110px; top:90px; }
  .unique-card h3 { font-size:32px; }
  .gallery-section { padding:88px 0; }
  .gallery-grid { grid-template-columns:1fr 1fr; grid-auto-rows:210px; gap:8px; }
  .gallery-feature { grid-column:1/-1; grid-row:span 2; }
  .gallery-wide { grid-column:1/-1; }
  .gallery-tall { grid-row:span 2; }
  .future-stays { padding:80px 0 88px; }
  .future-grid { grid-template-columns:1fr; }
  .future-grid article { min-height:250px; padding:28px 24px; }
  .roadmap { grid-template-columns:1fr; border-top:0; }
  .roadmap article,.roadmap article+article { padding:24px 0; margin:0!important; border-right:0; border-top:1px solid #cfc5b5; }
  .roadmap h3 { min-height:0; margin:15px 0 8px; }
  .stay-info { padding:82px 0; }
  .policy-grid { grid-template-columns:1fr; gap:30px; }
  .location-section { margin-bottom:80px; border-radius:18px; }
  .location-photo { min-height:330px; }
  .location-copy { padding:42px 24px; }
  .location-copy h2 { font-size:44px; }
  .location-copy address { font-size:16px; }
  .booking-steps { padding:82px 22px; }
  .booking-steps h2 { font-size:46px; }
  .faq { padding:88px 0; }
  .faq-list summary { font-size:17px; }
  .final-cta { padding:82px 22px 110px; }
  .final-cta>div { flex-direction:column; }
  footer { grid-template-columns:1fr; padding-bottom:96px; }
  .footer-links { gap:16px 20px; }
  .staff-link { padding-left:0; border-left:0; }
  .floating-book { display:flex; position:fixed; z-index:10; left:13px; right:13px; bottom:11px; min-height:54px; padding:0 22px; align-items:center; justify-content:space-between; border-radius:999px; background:var(--forest); color:white; box-shadow:0 12px 35px rgba(13,43,36,.3); font-size:14px; font-weight:700; }
}

@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } .button,.gallery-grid img { transition:none; } }
